summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Fix a bug in my previous patchChris Lattner2007-05-06
* Implement Transforms/InstCombine/cast_ptr.llChris Lattner2007-05-05
* wrap long linesChris Lattner2007-05-05
* Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385.Chris Lattner2007-05-05
* make a temporary for *SI, no functionality change.Chris Lattner2007-05-05
* Fix InstCombine/2007-05-04-Crash.ll and PR1384Chris Lattner2007-05-05
* Use IntrinsicInst to test for prefetch instructions, which is ever soDan Gohman2007-05-04
* Allow strength reduction to make use of addressing modes for theDan Gohman2007-05-03
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Fix build error.Lauro Ramos Venancio2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* fix a bug triggered by 403.gccChris Lattner2007-04-28
* Fix several latent bugs in EmitGEPOffset that didn't manifest with itsChris Lattner2007-04-28
* uhn zap cvsChris Lattner2007-04-28
* Implement PR1345 and Transforms/InstCombine/bitcast-gep.llChris Lattner2007-04-28
* refactor some code relating to pointer cast xforms, pulling it out of the cod...Chris Lattner2007-04-27
* Using APInt more efficiently.Zhou Sheng2007-04-26
* Mem2Reg does not need TargetData.Devang Patel2007-04-25
* Remove unused function argument.Devang Patel2007-04-25
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove thatChris Lattner2007-04-25
* refactor the SROA code out into its own method, no functionality change.Chris Lattner2007-04-25
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-25
* FixDevang Patel2007-04-25
* Rollback some changes that adversely affected performance. I'm currently ret...Owen Anderson2007-04-24
* FixDevang Patel2007-04-23
* Make PredicateSimplifier not use DominatorTree.Owen Anderson2007-04-21
* Fix a comment.Owen Anderson2007-04-21
* Comment out usage of write() for now.Jeff Cohen2007-04-20
* Avoid recursion.Devang Patel2007-04-20
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-20
* Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.Zhou Sheng2007-04-19
* Make the operations of APInt variables more efficient.Zhou Sheng2007-04-19
* Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.Evan Cheng2007-04-18
* Revert changes that caused breakage.Owen Anderson2007-04-18
* Switch more uses of DominatorTree over to ETForest.Owen Anderson2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* Use new ETForest accessor.Owen Anderson2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* Spell doFinalization right, so that it is a proper virtual override andDan Gohman2007-04-17
* remove use of BasicBlock::getNextChris Lattner2007-04-17
* remove use of BasicBlock::getNextChris Lattner2007-04-17
* eliminate use of Instruction::getNext()Chris Lattner2007-04-17
* remove use of Instruction::getNextChris Lattner2007-04-17
* FixDevang Patel2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16