index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
optimize single MBB loops better. In particular, produce:
Chris Lattner
2006-11-08
1
-0
/
+17
*
Accidently reran commit.
Jim Laskey
2006-11-07
1
-0
/
+3
*
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1
-3
/
+0
*
Missed a label map, reverting till covered.
Jim Laskey
2006-11-07
1
-0
/
+3
*
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
3
-48
/
+94
*
Enable improved spilling costs by default. This speeds up viterbi on x86
Chris Lattner
2006-11-07
1
-12
/
+7
*
Use correct value for float HUGH_VAL.
Jim Laskey
2006-11-07
2
-6
/
+6
*
Add post-indexed load / store transformations.
Evan Cheng
2006-11-07
1
-49
/
+198
*
Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on
Chris Lattner
2006-11-07
1
-4
/
+19
*
Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.
Reid Spencer
2006-11-07
1
-0
/
+2
*
Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.
Chris Lattner
2006-11-07
1
-1
/
+1
*
Remove dead code; added a missing null ptr check.
Evan Cheng
2006-11-06
1
-32
/
+1
*
Tab interferes with uniqueness.
Jim Laskey
2006-11-06
1
-1
/
+1
*
D'oh - reversed logic.
Jim Laskey
2006-11-06
1
-1
/
+1
*
Add comment.
Evan Cheng
2006-11-06
1
-4
/
+10
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
3
-9
/
+10
*
Added pre-indexed store support.
Evan Cheng
2006-11-05
1
-10
/
+24
*
Added getIndexedStore.
Evan Cheng
2006-11-05
1
-0
/
+30
*
Live local variables are being dropped because the begin or end labels marking
Jim Laskey
2006-11-04
1
-3
/
+4
*
Changes to use operand constraints to process two-address instructions.
Evan Cheng
2006-11-04
3
-50
/
+140
*
Fixed some spiller bugs exposed by the recent two-address code changes. Now
Evan Cheng
2006-11-04
1
-21
/
+53
*
this will work better
Chris Lattner
2006-11-03
1
-2
/
+2
*
Fix the build on xcode < 2.4
Chris Lattner
2006-11-03
1
-0
/
+7
*
Fix comments.
Evan Cheng
2006-11-03
1
-3
/
+8
*
Rename
Evan Cheng
2006-11-03
1
-1
/
+1
*
Remove dead variable. Fix 80 column violations.
Reid Spencer
2006-11-03
1
-3
/
+3
*
Added DAG combiner transformation to generate pre-indexed loads.
Evan Cheng
2006-11-03
1
-0
/
+112
*
Added isPredecessor.
Evan Cheng
2006-11-03
1
-0
/
+23
*
Proper check for two-addressness.
Evan Cheng
2006-11-03
1
-7
/
+22
*
silence warning
Chris Lattner
2006-11-03
2
-50
/
+0
*
Make CodeGen libs -pedantic clean.
Reid Spencer
2006-11-02
2
-4
/
+1
*
1. Hash not quite right for DIEValues.
Jim Laskey
2006-11-02
1
-25
/
+10
*
Remove unused variable.
Reid Spencer
2006-11-02
1
-1
/
+0
*
For PR786:
Reid Spencer
2006-11-02
13
-30
/
+6
*
General clean up of teh dwarf writer.
Jim Laskey
2006-11-02
1
-2260
/
+2307
*
For PR950:
Reid Spencer
2006-11-02
1
-8
/
+4
*
Allow the getRegForInlineAsmConstraint method to return a register class with
Chris Lattner
2006-11-02
1
-4
/
+32
*
Rename
Evan Cheng
2006-11-01
2
-2
/
+2
*
Two-address instructions no longer have to be A := A op C. Now any pair of de...
Evan Cheng
2006-11-01
3
-113
/
+139
*
Clean up.
Evan Cheng
2006-11-01
1
-5
/
+11
*
CopyFromReg starts a live range so its use should not be considered a floater.
Evan Cheng
2006-11-01
1
-1
/
+1
*
give branch folding a simple heuristic to decide which block to split so that
Chris Lattner
2006-11-01
1
-6
/
+49
*
Add a printSetLabel that takes two id's.
Evan Cheng
2006-11-01
1
-0
/
+13
*
Print jumptable index.
Evan Cheng
2006-11-01
2
-0
/
+4
*
make tail merging more aggressive. If two blocks share a common tail, but the
Chris Lattner
2006-11-01
1
-16
/
+53
*
enable branch folding with an option
Chris Lattner
2006-11-01
1
-1
/
+2
*
Compile CodeGen/PowerPC/fp-branch.ll to:
Chris Lattner
2006-10-31
1
-6
/
+19
*
look through isunordered to inline it into branch blocks.
Chris Lattner
2006-10-31
1
-12
/
+43
*
handle global address constant sdnodes
Chris Lattner
2006-10-31
1
-2
/
+7
*
TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-2
/
+7
[next]