index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate
Chris Lattner
2005-09-12
3
-1193
/
+1642
*
Rearrange two rules, which apparently makes some versions of bison happier.
Chris Lattner
2005-09-12
1
-15
/
+15
*
Make sure to disable 64-bit extensions for this test
Chris Lattner
2005-09-11
1
-1
/
+1
*
Fix more Visual Studio build problems.
Jeff Cohen
2005-09-10
1
-0
/
+6
*
Fix miscellaneous Visual Studio build problems.
Jeff Cohen
2005-09-10
3
-1
/
+9
*
implement Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll.
Chris Lattner
2005-09-10
1
-1
/
+1
*
new testcase
Chris Lattner
2005-09-10
1
-0
/
+24
*
PowerPC cannot truncstore i1 natively
Chris Lattner
2005-09-10
3
-2
/
+3
*
Allow targets to say they don't support truncstore i1 (which includes a mask
Chris Lattner
2005-09-10
1
-2
/
+15
*
Add a missing #include, patch courtesy of Baptiste Lepilleur.
Chris Lattner
2005-09-09
1
-0
/
+1
*
Fix a problem duraid encountered on itanium where this folding:
Chris Lattner
2005-09-09
1
-2
/
+6
*
Fix a crash viewing dags that have target nodes in them
Chris Lattner
2005-09-09
1
-1
/
+2
*
I forgot that we always spill fp values as 64-bits. Implement spill folding
Chris Lattner
2005-09-09
1
-3
/
+10
*
Fix a problem that Nate noticed, where spill code was not getting coallesced
Chris Lattner
2005-09-09
2
-0
/
+32
*
code cleanup
Chris Lattner
2005-09-09
1
-2
/
+3
*
Use continue in the use-processing loop to make it clear what the early exits
Chris Lattner
2005-09-09
1
-115
/
+123
*
Last round of 2-node folds from SD.cpp. Will move on to 3 node ops such
Nate Begeman
2005-09-09
2
-2
/
+107
*
remove debugging code *slaps head*
Chris Lattner
2005-09-09
1
-1
/
+0
*
When spilling a live range that is used multiple times by one instruction,
Chris Lattner
2005-09-09
1
-9
/
+26
*
Teach the code generator that rlwimi is commutable if the rotate amount
Chris Lattner
2005-09-09
3
-1
/
+38
*
Added targets to speed up build of llc.
Jim Laskey
2005-09-09
1
-2
/
+309
*
New testcase, neither should require a register-register copy
Chris Lattner
2005-09-09
1
-0
/
+26
*
add an accessor to provide more checking
Chris Lattner
2005-09-09
2
-5
/
+9
*
use new accessors to simplify code. Add checking to make sure top-level instr
Chris Lattner
2005-09-09
1
-4
/
+12
*
add some accessors
Chris Lattner
2005-09-09
1
-0
/
+2
*
Introduce two new concepts:
Chris Lattner
2005-09-09
1
-11
/
+75
*
Fix incorrect comment
Chris Lattner
2005-09-08
1
-3
/
+2
*
Implement a complete type inference system for dag patterns, based on the
Chris Lattner
2005-09-08
2
-13
/
+234
*
whitespace/comment changes, no functionality diffs
Chris Lattner
2005-09-08
1
-2
/
+5
*
Compute the value types that are natively supported by a target.
Chris Lattner
2005-09-08
3
-2
/
+25
*
Parse information about type constraints on SDNodes
Chris Lattner
2005-09-08
2
-0
/
+71
*
use node info in the one place we currently use it
Chris Lattner
2005-09-08
1
-1
/
+1
*
start parsing SDNode info records
Chris Lattner
2005-09-08
2
-0
/
+39
*
Move yet more folds over to the dag combiner from sd.cpp
Nate Begeman
2005-09-08
2
-12
/
+68
*
Add a bunch of stuff needed for node type inference. Move 'BLR' down with
Chris Lattner
2005-09-08
1
-21
/
+114
*
Fix indentation
Chris Lattner
2005-09-08
1
-1
/
+1
*
regenerate
Chris Lattner
2005-09-08
1
-224
/
+259
*
Add support for automatically created anonymous definitions.
Chris Lattner
2005-09-08
1
-1
/
+30
*
x and X should be structurally identical
Chris Lattner
2005-09-08
1
-0
/
+12
*
new expression type
Chris Lattner
2005-09-08
1
-0
/
+2
*
regenerate
Chris Lattner
2005-09-08
2
-1630
/
+1141
*
Tabs to spaces.
Chris Lattner
2005-09-08
1
-12
/
+12
*
Keep names even when inlining. This allows us to realize that ADDI is:
Chris Lattner
2005-09-08
1
-1
/
+2
*
add patterns for x?oris?
Chris Lattner
2005-09-08
2
-8
/
+31
*
add patterns to the addi/addis/mulli etc instructions. Define predicates
Chris Lattner
2005-09-08
2
-16
/
+52
*
Add patterns for some new instructions, allowing the use of the ineg fragment.
Chris Lattner
2005-09-08
2
-10
/
+10
*
add some missing PPC backend files
Chris Lattner
2005-09-07
1
-0
/
+6
*
Add tblgen fpcmp and the nightly tester to the utils folder
Chris Lattner
2005-09-07
1
-0
/
+71
*
ignore generated files
Chris Lattner
2005-09-07
4
-0
/
+4
*
Remove some cases handled by the generated portion of the isel
Chris Lattner
2005-09-07
1
-13
/
+3
[next]