summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
Commit message (Expand)AuthorAge
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* Re-constify things that don't break the build. Last patch in thisOwen Anderson2007-04-09
* Unconst-ify stuff that broke the build.Owen Anderson2007-04-09
* Const-ify some parameters, and some cosmetic cleanups. No functionalityOwen Anderson2007-04-09
* Tabs -> SpacesOwen Anderson2007-04-09
* Improve some _slow_ behavior introduced in my patches the last few days.Owen Anderson2007-04-09
* Cleanup some from my DomSet-removal changes. Add a newOwen Anderson2007-04-09
* Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.Nick Lewycky2007-04-08
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-07
* Completely purge DomSet from LoopSimplify. This is part of theOwen Anderson2007-04-07
* BreakCriticalEdges does still preserve DominatorTree.Owen Anderson2007-04-07
* Expunge DomSet from BreakCriticalEdges. This is part of the continuingOwen Anderson2007-04-07
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-07
* Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.Owen Anderson2007-04-07
* reduce use of std::setChris Lattner2007-04-02
* Reduce malloc/free traffic.Devang Patel2007-03-26
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-22
* LoopSimplify::FindPHIToPartitionLoops()Devang Patel2007-03-20
* Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...Jeff Cohen2007-03-12
* Use range tests in LowerSwitch, where possibleAnton Korobeynikov2007-03-10
* Remove dead comments.Devang Patel2007-03-09
* Avoid recursion. Use iterative algorithm for RenamePass().Devang Patel2007-03-09
* Make sure debug code is not evaluated in non-debug case.Reid Spencer2007-03-02
* 1. Sort switch cases using APInt safe comparison.Reid Spencer2007-03-02
* Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1Reid Spencer2007-03-02
* Make sorting of ConstantInt be APInt clean through use of ult function.Reid Spencer2007-03-02
* switch the inliner from being recursive to being iterative.Chris Lattner2007-03-02
* fix an obscure and tricky bug the inliner can hit sometimes.Chris Lattner2007-02-23
* Revert changes for a simplier solution.Jim Laskey2007-02-22
* Itanium ABI exception handing support.Jim Laskey2007-02-21
* Fix typos in comments.Dan Gohman2007-02-20
* eliminate use of deprecated apisChris Lattner2007-02-19
* For PR1195:Reid Spencer2007-02-15
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* stop using methods that take vectors.Chris Lattner2007-02-12
* simplify code by using Value::takeNameChris Lattner2007-02-11
* redesign the primary datastructure used by mem2reg to eliminate anChris Lattner2007-02-07
* With the last change, we no longer need both directions of mapping fromChris Lattner2007-02-05
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* Simplify use of DFBlocks, this makes no noticable performance difference,Chris Lattner2007-02-05
* Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::eraseChris Lattner2007-02-05
* switch a SmallPtrSet back to an std::set for now, this caused problems.Chris Lattner2007-02-05
* switch an std::set over to a SmallPtrSet, speeding up mem2reg 6% on 176.gcc.Chris Lattner2007-02-05
* switch an std::set over to SmallPtrSet, speeding up mem2reg 3.4% on 176.gcc.Chris Lattner2007-02-05
* eliminate some malloc traffic, this speeds up mem2reg by 3.4%.Chris Lattner2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1177:Reid Spencer2007-02-05
* Use DenseMap for pointer->pointer maps.Owen Anderson2007-02-05
* For PR1163:Reid Spencer2007-02-04
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-03