summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* Mem2Reg does not need TargetData.Devang Patel2007-04-252-11/+6
* Remove unused function argument.Devang Patel2007-04-252-3/+3
* Fix a comment.Owen Anderson2007-04-211-1/+1
* 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-202-13/+12
* Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.Evan Cheng2007-04-181-18/+21
* Use new ETForest accessor.Owen Anderson2007-04-181-4/+4
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-181-21/+18
* remove use of BasicBlock::getNextChris Lattner2007-04-172-3/+6
* remove use of Instruction::getNextChris Lattner2007-04-171-3/+5
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-166-6/+6
* 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-152-50/+0
* avoid copying sets and vectors around.Chris Lattner2007-04-141-7/+6
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-0/+2
* Re-constify things that don't break the build. Last patch in thisOwen Anderson2007-04-091-2/+4
* Unconst-ify stuff that broke the build.Owen Anderson2007-04-091-1/+1
* Const-ify some parameters, and some cosmetic cleanups. No functionalityOwen Anderson2007-04-091-3/+4
* Tabs -> SpacesOwen Anderson2007-04-091-36/+36
* Improve some _slow_ behavior introduced in my patches the last few days.Owen Anderson2007-04-091-42/+42
* Cleanup some from my DomSet-removal changes. Add a newOwen Anderson2007-04-091-4/+4
* Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.Nick Lewycky2007-04-081-89/+54
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-071-48/+85
* Completely purge DomSet from LoopSimplify. This is part of theOwen Anderson2007-04-071-82/+46
* BreakCriticalEdges does still preserve DominatorTree.Owen Anderson2007-04-071-0/+1
* Expunge DomSet from BreakCriticalEdges. This is part of the continuingOwen Anderson2007-04-071-52/+18
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-071-19/+21
* Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.Owen Anderson2007-04-071-3/+2
* reduce use of std::setChris Lattner2007-04-021-6/+7
* Reduce malloc/free traffic.Devang Patel2007-03-261-12/+8
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-224-6/+8
* LoopSimplify::FindPHIToPartitionLoops()Devang Patel2007-03-201-4/+6
* Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...Jeff Cohen2007-03-121-3/+3
* Use range tests in LowerSwitch, where possibleAnton Korobeynikov2007-03-101-31/+114
* Remove dead comments.Devang Patel2007-03-091-3/+0
* Avoid recursion. Use iterative algorithm for RenamePass().Devang Patel2007-03-091-4/+31
* Make sure debug code is not evaluated in non-debug case.Reid Spencer2007-03-021-2/+3
* 1. Sort switch cases using APInt safe comparison.Reid Spencer2007-03-021-2/+2
* Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1Reid Spencer2007-03-021-1/+1
* Make sorting of ConstantInt be APInt clean through use of ult function.Reid Spencer2007-03-021-1/+1
* switch the inliner from being recursive to being iterative.Chris Lattner2007-03-021-6/+14
* fix an obscure and tricky bug the inliner can hit sometimes.Chris Lattner2007-02-231-1/+1
* Revert changes for a simplier solution.Jim Laskey2007-02-221-50/+36
* Itanium ABI exception handing support.Jim Laskey2007-02-211-36/+50
* Fix typos in comments.Dan Gohman2007-02-201-1/+1
* eliminate use of deprecated apisChris Lattner2007-02-191-2/+2
* For PR1195:Reid Spencer2007-02-151-2/+2
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-134-19/+23
* stop using methods that take vectors.Chris Lattner2007-02-121-3/+4
OpenPOWER on IntegriCloud