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
...
*
new testcase
Chris Lattner
2005-09-18
1
-0
/
+10
*
remove debug output
Chris Lattner
2005-09-18
1
-1
/
+0
*
Implement or.ll:test21. This teaches instcombine to be able to turn this:
Chris Lattner
2005-09-18
1
-3
/
+25
*
new testcase
Chris Lattner
2005-09-18
1
-0
/
+8
*
Implement hook for ppc
Chris Lattner
2005-09-17
2
-0
/
+18
*
add a new callback
Chris Lattner
2005-09-17
1
-0
/
+8
*
More DAG combining. Still need the branch instructions, and select_cc
Nate Begeman
2005-09-16
1
-5
/
+425
*
Fix a minor bug, add comments
Chris Lattner
2005-09-16
1
-2
/
+5
*
teach the type inference code how to infer types for instructions and node
Chris Lattner
2005-09-15
2
-33
/
+66
*
put instructions into a map instead of a vector for quick lookup
Chris Lattner
2005-09-15
2
-7
/
+18
*
when parsing instructions remember information about the types taken and
Chris Lattner
2005-09-15
2
-7
/
+25
*
disable this for now
Chris Lattner
2005-09-15
1
-0
/
+2
*
Start parsing "Pattern" nodes
Chris Lattner
2005-09-15
1
-11
/
+52
*
rename a couple of methods, add structure for pattern parsing
Chris Lattner
2005-09-15
2
-17
/
+29
*
Verify that xform functions only occur in logical places
Chris Lattner
2005-09-14
1
-5
/
+14
*
Promote xform fns to be explicit nodes in result patterns, and clean off
Chris Lattner
2005-09-14
1
-1
/
+15
*
start building the instruction dest pattern correctly. Change the xform
Chris Lattner
2005-09-14
2
-15
/
+27
*
catch unnamed inputs
Chris Lattner
2005-09-14
1
-1
/
+9
*
check that there are no unexpected operands
Chris Lattner
2005-09-14
1
-3
/
+11
*
force all instruction operands to be named.
Chris Lattner
2005-09-14
2
-5
/
+5
*
Give all operands names
Chris Lattner
2005-09-14
1
-1
/
+1
*
give all operands names
Chris Lattner
2005-09-14
2
-12
/
+14
*
Check that operands have unique names. REJECT instructions with broken operand
Chris Lattner
2005-09-14
1
-29
/
+39
*
fix a broke range check
Chris Lattner
2005-09-14
1
-1
/
+1
*
Parse significantly more of the instruction pattern, now collecting and
Chris Lattner
2005-09-14
2
-46
/
+141
*
Fix some issues exposed by more testing. XORIS had the wrong operands
Chris Lattner
2005-09-14
1
-5
/
+5
*
Verify that set destinations occur first in the instruction operand list.
Chris Lattner
2005-09-14
1
-2
/
+28
*
Fix some bugs noticed by new checking code
Chris Lattner
2005-09-14
1
-8
/
+14
*
add an accessor
Chris Lattner
2005-09-14
1
-0
/
+6
*
Fix the regression last night compiling povray
Chris Lattner
2005-09-14
1
-2
/
+3
*
fix a major regression from my patch this afternoon
Chris Lattner
2005-09-14
1
-0
/
+1
*
remove some code that isn't ready for prime time
Chris Lattner
2005-09-14
2
-6
/
+2
*
Switch to a slightly more structured representation for instructions
Chris Lattner
2005-09-14
2
-8
/
+24
*
Add some more checking/verification code
Chris Lattner
2005-09-14
1
-2
/
+19
*
start parsing instructions into patterns, start doing many more checks of
Chris Lattner
2005-09-14
2
-4
/
+61
*
we don't need this proto any longer
Chris Lattner
2005-09-13
1
-1
/
+0
*
don't emit the namespace inside the class!
Chris Lattner
2005-09-13
1
-2
/
+1
*
Emit code suitable for emission into the ISel class, allowing us to use/define
Chris Lattner
2005-09-13
1
-4
/
+4
*
move the #include for the generated code into the isel class body so we
Chris Lattner
2005-09-13
1
-1
/
+3
*
continue xform function parsing
Chris Lattner
2005-09-13
2
-1
/
+12
*
Start parsing node transformation information
Chris Lattner
2005-09-13
2
-6
/
+46
*
Add a new Record::getValueAsCode method to mirror the other getValueAs*
Chris Lattner
2005-09-13
3
-11
/
+20
*
completely eliminate TreePattern::PatternType
Chris Lattner
2005-09-13
2
-80
/
+42
*
Change the arg lowering code to use copyfromreg from vregs associated
Chris Lattner
2005-09-13
1
-12
/
+17
*
This has been moved to the target-indep code
Chris Lattner
2005-09-13
2
-44
/
+0
*
This code is no longer needed, it is moved to the target-indep code
Chris Lattner
2005-09-13
2
-49
/
+0
*
If a function has liveins, and if the target requested that they be plopped
Chris Lattner
2005-09-13
1
-0
/
+15
*
Majik numbers are bad
Chris Lattner
2005-09-13
1
-2
/
+2
*
Remove some dead vectors
Chris Lattner
2005-09-13
1
-4
/
+0
*
Add a simple xform to simplify array accesses with casts in the way.
Chris Lattner
2005-09-13
1
-2
/
+62
[prev]
[next]