index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
Age
Commit message (
Expand
)
Author
2004-04-16
Fix Inline/2004-04-15-InlineDeletesCall.ll
Chris Lattner
2004-04-15
Fix a bug in the previous checkin: if the exit block is not the same as
Chris Lattner
2004-04-15
Change the canonical induction variable that we insert.
Chris Lattner
2004-04-14
ADd a trivial instcombine: load null -> null
Chris Lattner
2004-04-13
Add SCCP support for constant folding calls, implementing:
Chris Lattner
2004-04-13
Add a simple call constant propagation interface.
Chris Lattner
2004-04-13
Constant propagation should remove the dead instructions
Chris Lattner
2004-04-13
Fix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
Chris Lattner
2004-04-13
Refactor code a bit to make it simpler and eliminate the goto
Chris Lattner
2004-04-13
This patch addresses PR35: Loop simplify should reconstruct nested loops.
Chris Lattner
2004-04-12
Actually update the call graph as the inliner changes it. This allows us to
Chris Lattner
2004-04-12
Add support for removing invoke instructions
Chris Lattner
2004-04-12
Stop printing Function*
Chris Lattner
2004-04-12
Simplify code a bit, and be sure to mark the external node as potentially thr...
Chris Lattner
2004-04-11
Fix a bug in my select transformation
Chris Lattner
2004-04-10
Update the value numbering interface.
Chris Lattner
2004-04-10
Implement InstCombine/select.ll:test13*
Chris Lattner
2004-04-10
Implement InstCombine/add.ll:test20
Chris Lattner
2004-04-10
Rewrite the GCSE pass to be *substantially* simpler, a bit more efficient,
Chris Lattner
2004-04-10
Fix spurious warning in release mode
Chris Lattner
2004-04-10
Simplify code a bit, and fix a bug that was breaking perlbmk
Chris Lattner
2004-04-10
Fix a bug in my checkin last night that was breaking programs using invoke.
Chris Lattner
2004-04-10
Fix previous patch
Chris Lattner
2004-04-10
Correctly update counters
Chris Lattner
2004-04-10
Simplify code a bit, and use alias analysis to allow us to delete unused
Chris Lattner
2004-04-09
Implement select.ll:test12*
Chris Lattner
2004-04-09
Fold code like:
Chris Lattner
2004-04-09
Fold binary operators with a constant operand into select instructions
Chris Lattner
2004-04-09
Implement select.ll:test11
Chris Lattner
2004-04-08
Implement InstCombine/cast-propagate.ll
Chris Lattner
2004-04-08
Implement ScalarRepl/select_promote.ll
Chris Lattner
2004-04-08
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
Implement InstCombine/select.ll:test[7-10]
Chris Lattner
2004-04-07
Implement test/Regression/Transforms/InstCombine/getelementptr_index.ll
Chris Lattner
2004-04-05
Fix a bug in yesterdays checkins which broke siod. siod is a great testcase!...
Chris Lattner
2004-04-05
Fix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
Chris Lattner
2004-04-05
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-02
Rewrite the indvars pass to use the ScalarEvolution analysis.
Chris Lattner
2004-04-02
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-01
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
Chris Lattner
2004-04-01
Remove some assertions that are now bogus with the last patch I put in
Chris Lattner
2004-04-01
Fix PR306: Loop simplify incorrectly updates dominator information
Chris Lattner
2004-03-31
Add warning
Chris Lattner
2004-03-31
Fix linking of constant expr casts due to type resolution changes. With
Chris Lattner
2004-03-30
Start cleaning up this pass so that I can debug it.
Brian Gaeke
2004-03-30
Now that all the code generators support the select instruction, and the inst...
Chris Lattner
2004-03-30
Implement select.ll:test[3-6]
Chris Lattner
2004-03-30
Add a simple select instruction lowering pass
Chris Lattner
2004-03-26
X % -1 == X % 1 == 0
Chris Lattner
[prev]
[next]