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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for removing invoke instructions
Chris Lattner
2004-04-12
1
-0
/
+14
*
Stop printing Function*
Chris Lattner
2004-04-12
1
-1
/
+1
*
Simplify code a bit, and be sure to mark the external node as potentially thr...
Chris Lattner
2004-04-12
1
-31
/
+31
*
Fix a bug in my select transformation
Chris Lattner
2004-04-11
1
-2
/
+2
*
Update the value numbering interface.
Chris Lattner
2004-04-10
1
-1
/
+4
*
Implement InstCombine/select.ll:test13*
Chris Lattner
2004-04-10
1
-0
/
+22
*
Implement InstCombine/add.ll:test20
Chris Lattner
2004-04-10
1
-4
/
+14
*
Rewrite the GCSE pass to be *substantially* simpler, a bit more efficient,
Chris Lattner
2004-04-10
1
-214
/
+121
*
Fix spurious warning in release mode
Chris Lattner
2004-04-10
1
-1
/
+3
*
Simplify code a bit, and fix a bug that was breaking perlbmk
Chris Lattner
2004-04-10
1
-22
/
+28
*
Fix a bug in my checkin last night that was breaking programs using invoke.
Chris Lattner
2004-04-10
1
-1
/
+1
*
Fix previous patch
Chris Lattner
2004-04-10
1
-7
/
+5
*
Correctly update counters
Chris Lattner
2004-04-10
1
-5
/
+11
*
Simplify code a bit, and use alias analysis to allow us to delete unused
Chris Lattner
2004-04-10
1
-11
/
+42
*
Implement select.ll:test12*
Chris Lattner
2004-04-09
1
-0
/
+108
*
Fold code like:
Chris Lattner
2004-04-09
1
-18
/
+72
*
Fold binary operators with a constant operand into select instructions
Chris Lattner
2004-04-09
1
-15
/
+94
*
Implement select.ll:test11
Chris Lattner
2004-04-09
1
-5
/
+14
*
Implement InstCombine/cast-propagate.ll
Chris Lattner
2004-04-08
1
-0
/
+21
*
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-04-08
1
-0
/
+53
*
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
3
-84
/
+55
*
Implement InstCombine/select.ll:test[7-10]
Chris Lattner
2004-04-08
1
-13
/
+28
*
Implement test/Regression/Transforms/InstCombine/getelementptr_index.ll
Chris Lattner
2004-04-07
1
-23
/
+38
*
Fix a bug in yesterdays checkins which broke siod. siod is a great testcase!...
Chris Lattner
2004-04-05
1
-1
/
+1
*
Fix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
Chris Lattner
2004-04-05
1
-3
/
+15
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
8
-156
/
+145
*
Rewrite the indvars pass to use the ScalarEvolution analysis.
Chris Lattner
2004-04-02
1
-298
/
+346
*
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
1
-0
/
+3
*
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-02
1
-1
/
+57
*
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
Chris Lattner
2004-04-01
1
-5
/
+12
*
Remove some assertions that are now bogus with the last patch I put in
Chris Lattner
2004-04-01
1
-6
/
+1
*
Fix PR306: Loop simplify incorrectly updates dominator information
Chris Lattner
2004-04-01
1
-9
/
+22
*
Add warning
Chris Lattner
2004-03-31
1
-0
/
+6
*
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-31
1
-0
/
+8
*
Start cleaning up this pass so that I can debug it.
Brian Gaeke
2004-03-30
1
-80
/
+34
*
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-30
1
-78
/
+9
*
Implement select.ll:test[3-6]
Chris Lattner
2004-03-30
1
-4
/
+32
*
Add a simple select instruction lowering pass
Chris Lattner
2004-03-30
1
-0
/
+95
*
X % -1 == X % 1 == 0
Chris Lattner
2004-03-26
1
-0
/
+2
*
Two changes:
Chris Lattner
2004-03-25
1
-16
/
+40
*
Teach the optimizer to delete zero sized alloca's (but not mallocs!)
Chris Lattner
2004-03-19
1
-4
/
+12
*
Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
Chris Lattner
2004-03-18
1
-0
/
+5
*
Add statistics to the loop extractor. The loop extractor has successfully
Chris Lattner
2004-03-18
1
-0
/
+6
*
Fix problem with PHI nodes having multiple predecessors from different
Chris Lattner
2004-03-18
1
-1
/
+2
*
Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
Chris Lattner
2004-03-18
1
-0
/
+13
*
Seriously simplify and correct the PHI node handling code.
Chris Lattner
2004-03-18
1
-162
/
+28
*
Fix CodeExtractor/2004-03-17-OutputMismatch.ll
Chris Lattner
2004-03-18
1
-3
/
+7
*
Fix several bugs in the extractor:
Chris Lattner
2004-03-18
1
-45
/
+52
*
The code extractor needs dominator info. Provide it
Chris Lattner
2004-03-18
1
-3
/
+7
*
Prune #includes, moving the module interface to the front. Note that this
Chris Lattner
2004-03-18
1
-2
/
+1
[next]