index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround for templates
Jim Laskey
2006-10-13
1
-0
/
+10
*
Clean up dump.
Jim Laskey
2006-10-13
1
-2
/
+2
*
avoid a ctor/dtor issue with the ProgramName global.
Chris Lattner
2006-10-13
1
-3
/
+9
*
shrink anon-ns and mark stuff static. No functionality changes
Chris Lattner
2006-10-12
1
-10
/
+11
*
add a note
Chris Lattner
2006-10-12
1
-0
/
+27
*
Lower X%C into X/C+stuff. This allows the 'division by a constant' logic to
Chris Lattner
2006-10-12
1
-0
/
+24
*
Add RemoveDeadNode to remove a dead node and its (potentially) dead operands.
Evan Cheng
2006-10-12
1
-0
/
+33
*
add a minor dag combine noticed when looking at PR945
Chris Lattner
2006-10-12
1
-0
/
+7
*
Doh. This wasn't causing problems by luck.
Evan Cheng
2006-10-12
1
-1
/
+1
*
Some X86ISD::CMP were created with wrong ValueType's.
Evan Cheng
2006-10-12
1
-9
/
+9
*
Fix massive resource leaks in the bytecode reader. Reading a bytecode file
Chris Lattner
2006-10-12
2
-45
/
+46
*
mark call adjustments as modifying the SP
Chris Lattner
2006-10-12
1
-2
/
+2
*
adjcallstack up/down clobbers the sp
Chris Lattner
2006-10-12
1
-2
/
+2
*
adjcallstackup/down clobbers the stack pointer
Chris Lattner
2006-10-12
1
-2
/
+2
*
mark adjcallstack up/down as clobbering and using the SP
Chris Lattner
2006-10-12
1
-2
/
+2
*
Move the Imp tblgen class from the X86 backend to common code.
Chris Lattner
2006-10-12
2
-5
/
+7
*
restore my previous patch, now that the X86 backend bug has been fixed:
Chris Lattner
2006-10-12
1
-17
/
+32
*
Mark ADJCALLSTACKUP/DOWN as clobbering ESP so that virtregmap will notice
Chris Lattner
2006-10-12
1
-2
/
+6
*
D'oh - need to use the rigth kind of store.
Jim Laskey
2006-10-12
1
-3
/
+6
*
Backing out Chris' last commit. It's breaking llvm-gcc bootstrapping.
Evan Cheng
2006-10-12
1
-32
/
+17
*
fix compilation failure of smg2000
Chris Lattner
2006-10-12
1
-1
/
+1
*
If we see a load from a stack slot into a physreg, consider it as providing
Chris Lattner
2006-10-12
1
-17
/
+32
*
Replace custom dispatch code with two uses of InstVisitor. Improves
Nick Lewycky
2006-10-12
1
-93
/
+113
*
Fold "zero extending vector loads" now that evan added the chain manip stuff.
Chris Lattner
2006-10-11
1
-5
/
+52
*
ComplexPatterns sse_load_f32 and sse_load_f64 returns in / out chain operands.
Evan Cheng
2006-10-11
2
-9
/
+14
*
Add properties to ComplexPattern.
Evan Cheng
2006-10-11
6
-13
/
+16
*
Alias analysis of TRUNCSTORE.
Jim Laskey
2006-10-11
1
-1
/
+28
*
Typo
Jim Laskey
2006-10-11
1
-1
/
+1
*
Handle aliasing of loadext.
Jim Laskey
2006-10-11
1
-15
/
+19
*
Reduce the amount of state in the lowering code and drop old pattern ISel fun...
Andrew Lenharth
2006-10-11
3
-28
/
+27
*
Fix regression in combiner alias analysis.
Jim Laskey
2006-10-11
1
-22
/
+33
*
Naming consistency.
Evan Cheng
2006-10-11
7
-34
/
+34
*
Use cute tblgen tricks to make zap handling more powerful. Specifically,
Chris Lattner
2006-10-11
2
-21
/
+70
*
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
9
-30
/
+26
*
Remove dead/redundant instructions. These are handled by ZAPNOTi
Chris Lattner
2006-10-11
1
-6
/
+1
*
add two helper methods.
Chris Lattner
2006-10-11
1
-1
/
+90
*
This entry is done. switched to the gcc way of doing things.
Andrew Lenharth
2006-10-11
1
-150
/
+0
*
FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper Selection...
Evan Cheng
2006-10-11
1
-0
/
+9
*
This has apparently been fixed
Chris Lattner
2006-10-11
1
-30
/
+0
*
uint <-> double conversion
Rafael Espindola
2006-10-10
2
-0
/
+26
*
Also update getNodeLabel for LoadSDNode.
Evan Cheng
2006-10-10
1
-0
/
+21
*
SDNode::dump should also print out extension type and VT.
Evan Cheng
2006-10-10
1
-0
/
+21
*
add fp sub
Rafael Espindola
2006-10-10
1
-0
/
+8
*
add double <-> int conversion
Rafael Espindola
2006-10-10
2
-0
/
+26
*
Fix another bug in extload promotion.
Chris Lattner
2006-10-10
1
-1
/
+2
*
compare doubles
Rafael Espindola
2006-10-10
2
-2
/
+6
*
initial support for fp compares. Unordered compares not implemented yet
Rafael Espindola
2006-10-10
2
-11
/
+49
*
Fix a bug introduced by my LOAD/LOADX changes.
Evan Cheng
2006-10-10
1
-2
/
+4
*
More isel time load folding checking for nodes that produce flag values.
Evan Cheng
2006-10-10
1
-6
/
+57
*
Don't go too crazy with these AddComplexity. Try matching shufps with load
Evan Cheng
2006-10-09
1
-8
/
+19
[next]