summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Implement review feedbackAnton Korobeynikov2007-04-291-1/+1
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-6/+2
* fix a bug triggered by 403.gccChris Lattner2007-04-281-2/+1
* Fix several latent bugs in EmitGEPOffset that didn't manifest with itsChris Lattner2007-04-281-36/+52
* uhn zap cvsChris Lattner2007-04-281-6/+0
* Implement PR1345 and Transforms/InstCombine/bitcast-gep.llChris Lattner2007-04-281-28/+104
* refactor some code relating to pointer cast xforms, pulling it out of the cod...Chris Lattner2007-04-271-53/+56
* Using APInt more efficiently.Zhou Sheng2007-04-261-5/+4
* Mem2Reg does not need TargetData.Devang Patel2007-04-254-15/+9
* Remove unused function argument.Devang Patel2007-04-253-4/+4
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-1/+12
* If an alloca only has two types of uses: 1) reads 2) a memcpy/memmove thatChris Lattner2007-04-251-4/+105
* refactor the SROA code out into its own method, no functionality change.Chris Lattner2007-04-251-98/+107
* Undo my previous changes. Since my approach to this problem is being revised,Owen Anderson2007-04-251-32/+31
* FixDevang Patel2007-04-251-0/+12
* Rollback some changes that adversely affected performance. I'm currently ret...Owen Anderson2007-04-241-22/+26
* FixDevang Patel2007-04-231-5/+9
* Make PredicateSimplifier not use DominatorTree.Owen Anderson2007-04-211-31/+32
* Fix a comment.Owen Anderson2007-04-212-2/+2
* Comment out usage of write() for now.Jeff Cohen2007-04-201-0/+6
* Avoid recursion.Devang Patel2007-04-201-6/+13
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-204-21/+17
* Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.Zhou Sheng2007-04-192-5/+5
* Make the operations of APInt variables more efficient.Zhou Sheng2007-04-191-27/+21
* Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.Evan Cheng2007-04-181-18/+21
* Revert changes that caused breakage.Owen Anderson2007-04-181-15/+19
* Switch more uses of DominatorTree over to ETForest.Owen Anderson2007-04-181-22/+24
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-181-11/+11
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-181-19/+15
* Use new ETForest accessor.Owen Anderson2007-04-181-4/+4
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-181-21/+18
* Spell doFinalization right, so that it is a proper virtual override andDan Gohman2007-04-171-1/+1
* remove use of BasicBlock::getNextChris Lattner2007-04-172-3/+6
* remove use of BasicBlock::getNextChris Lattner2007-04-171-3/+4
* eliminate use of Instruction::getNext()Chris Lattner2007-04-171-13/+15
* remove use of Instruction::getNextChris Lattner2007-04-171-3/+5
* FixDevang Patel2007-04-161-0/+6
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-1611-34/+35
* Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.llChris Lattner2007-04-151-4/+5
* Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson2007-04-153-51/+0
* fix SimplifyLibCalls/IsDigit.llChris Lattner2007-04-151-1/+1
* Extend store merging to support the 'if/then' version in addition to if/then/...Chris Lattner2007-04-151-26/+60
* refactor some code, no functionality change.Chris Lattner2007-04-151-58/+77
* fix long linesChris Lattner2007-04-146-18/+20
* Implement Transforms/InstCombine/vec_extract_elt.ll, transforming:Chris Lattner2007-04-141-0/+11
* Implement InstCombine/vec_demanded_elts.ll:test2. This allows us to turnChris Lattner2007-04-141-0/+66
* avoid copying sets and vectors around.Chris Lattner2007-04-141-7/+6
* avoid iterator invalidation.Chris Lattner2007-04-141-2/+4
* An even better fix.Jeff Cohen2007-04-141-3/+2
* Fix recent regression that broke several llvm-tests.Jeff Cohen2007-04-141-0/+2
OpenPOWER on IntegriCloud