summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* 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
* Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.llChris Lattner2007-04-15
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-15
* fix SimplifyLibCalls/IsDigit.llChris Lattner2007-04-15
* Extend store merging to support the 'if/then' version in addition to if/then/...Chris Lattner2007-04-15
* refactor some code, no functionality change.Chris Lattner2007-04-15
* fix long linesChris Lattner2007-04-14
* Implement Transforms/InstCombine/vec_extract_elt.ll, transforming:Chris Lattner2007-04-14
* Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turnChris Lattner2007-04-14
* avoid copying sets and vectors around.Chris Lattner2007-04-14
* avoid iterator invalidation.Chris Lattner2007-04-14
* An even better fix.Jeff Cohen2007-04-14