index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify.
Jim Laskey
2005-10-26
1
-6
/
+1
*
Give full control of subtarget features over to table generated code.
Jim Laskey
2005-10-26
2
-15
/
+65
*
Condcodes are in the ISD namespace
Chris Lattner
2005-10-26
1
-1
/
+1
*
Add support for CondCode's
Chris Lattner
2005-10-26
1
-4
/
+14
*
Emit some boilerplate for targets
Chris Lattner
2005-10-25
1
-0
/
+29
*
Refactored to make room for more stuff (scheduling info.)
Jim Laskey
2005-10-25
2
-77
/
+102
*
Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov
Chris Lattner
2005-10-24
1
-3
/
+0
*
Add the needed #include, emit enums with the sizes of tables, remove
Chris Lattner
2005-10-23
1
-9
/
+12
*
Remove the obsolete instr selector emitter
Chris Lattner
2005-10-23
3
-1701
/
+1
*
Sort the features and processor lists for the sake of search (and maintainers.)
Jim Laskey
2005-10-22
1
-2
/
+27
*
Plugin new subtarget backend into the build.
Jim Laskey
2005-10-21
1
-0
/
+7
*
New TableGen backends for subtarget information. Only command line stuff
Jim Laskey
2005-10-21
2
-0
/
+148
*
Make tblgen emit:
Chris Lattner
2005-10-21
2
-11
/
+26
*
add support for literal immediates in patterns to match, allowing us to
Chris Lattner
2005-10-19
1
-9
/
+21
*
Add basic support for integer constants in pattern results.
Chris Lattner
2005-10-19
1
-0
/
+14
*
Fix some checking that was causing duraid to get a perplexing assertion
Chris Lattner
2005-10-19
1
-1
/
+1
*
Add support for patterns that have physical registers in them. Testcase:
Chris Lattner
2005-10-19
1
-0
/
+12
*
Asserting here is to violent
Chris Lattner
2005-10-19
1
-1
/
+3
*
Nate wants to define 'Pat's which turn into instructions that don't have
Chris Lattner
2005-10-19
1
-4
/
+30
*
Duraid pointed out that it is impolite to emit PPC:: into the IA64 backend
Chris Lattner
2005-10-18
1
-1
/
+5
*
Make the generated code significantly more memory efficient, by using
Chris Lattner
2005-10-16
2
-14
/
+37
*
Implement the last major missing piece in the DAG isel generator: when emitting
Chris Lattner
2005-10-15
1
-17
/
+47
*
Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOp
Chris Lattner
2005-10-14
1
-2
/
+41
*
Fairly serious rework of the typing code to add new int/fp lattice values.
Chris Lattner
2005-10-14
2
-60
/
+109
*
simplify the code a bit
Chris Lattner
2005-10-14
1
-26
/
+18
*
Add basic support for recognizing a new SDTCisOpSmallerThanOp type constraint
Chris Lattner
2005-10-14
2
-1
/
+13
*
Implement a couple of new (important) features.
Chris Lattner
2005-10-14
2
-50
/
+128
*
Do not let getLegalValueTypes return a list with duplicates in it
Chris Lattner
2005-10-14
1
-0
/
+7
*
Updated to be less restrictive on what is matched
Patrick Meredith
2005-10-13
1
-1
/
+3
*
apparently one of the makefile changes changed libprofile.so to profile.so
Chris Lattner
2005-10-13
1
-1
/
+1
*
This script is used to remove nodes with the label %tmp(.#)* and all
Patrick Meredith
2005-10-13
1
-0
/
+30
*
put the right labels on the data
Chris Lattner
2005-10-02
1
-96
/
+96
*
Emit the value type for each register class.
Chris Lattner
2005-10-02
1
-3
/
+4
*
Rename MRegisterDesc -> TargetRegisterDesc for consistency
Chris Lattner
2005-09-30
1
-1
/
+1
*
remove some more initializers
Chris Lattner
2005-09-30
1
-1
/
+1
*
trim down the target info structs now that we have a preferred spill register...
Chris Lattner
2005-09-30
1
-17
/
+2
*
Compute a preferred spill register class for each callee-save register
Chris Lattner
2005-09-30
1
-1
/
+24
*
Fix a warning
Chris Lattner
2005-09-30
1
-1
/
+1
*
Regenerate
Chris Lattner
2005-09-30
1
-129
/
+153
*
Refactor this a bit to move ParsingTemplateArgs to only apply to classes,
Chris Lattner
2005-09-30
1
-11
/
+25
*
Regenerate
Chris Lattner
2005-09-30
1
-99
/
+95
*
Generate a parse error instead of a checked exception if template args are
Chris Lattner
2005-09-30
1
-14
/
+10
*
regenerate
Chris Lattner
2005-09-30
2
-1605
/
+1166
*
Refactor the grammar a bit to implement TableGen/ForwardRef.td
Chris Lattner
2005-09-30
1
-28
/
+38
*
allow regs to be in multiple reg classes
Chris Lattner
2005-09-30
1
-18
/
+2
*
Teach tablegen to reassociate operators when possible. This allows it to
Chris Lattner
2005-09-29
1
-10
/
+96
*
Teach tblgen to build permutations of instructions, so that the target author
Chris Lattner
2005-09-29
2
-6
/
+193
*
add support for an associative marker
Chris Lattner
2005-09-28
2
-5
/
+7
*
Emit an error if instructions or patterns are defined but can never match.
Chris Lattner
2005-09-28
2
-3
/
+52
*
collect commutativity information
Chris Lattner
2005-09-28
2
-0
/
+24
[next]