summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAge
* Fix an FLAT OUT WRONG commentChris Lattner2003-08-31
* Add versions of InlineFunction which work on Invoke instructions and general ...Chris Lattner2003-08-24
* Fixed comment width, changed arg to be const, fixed indentation, removed unne...Tanya Lattner2003-05-31
* Sorry, correcting small typo.Tanya Lattner2003-05-30
* Added support for cloning a trace.Tanya Lattner2003-05-30
* Doxygenify commentsChris Lattner2003-05-29
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* Add prototype for new CloneBasicBlock functionChris Lattner2003-04-18
* Add getAnalysisUsage methodChris Lattner2003-03-31
* Change the mem2reg interface to accept a TargetData argumentChris Lattner2003-03-03
* Add a new interface file for the PromoteMemToReg interface in the Utils libraryChris Lattner2003-02-22
* This file provides the function DemoteRegToStack(), which takes aVikram S. Adve2002-12-10
* Cloning stuff doesn't modify the source moduleChris Lattner2002-11-20
* Minor changes to cloning interfaceChris Lattner2002-11-19
* Extend function cloning interface to support inliningChris Lattner2002-11-19
* This file is supersumed by Utils/Cloning.hChris Lattner2002-11-19
* Merge cloning and inlining utilitiesChris Lattner2002-11-19
* - Do not expose Critical Edge breaking mechanics outside the BCE pass, thusChris Lattner2002-09-24
* - Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdgeChris Lattner2002-09-06
* * Doxygenize APIChris Lattner2002-09-06
* Remove duplicate #includeChris Lattner2002-09-02
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* Implement a new RemoveSuccessor functionChris Lattner2002-07-29
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-06-25
* Simplify the interface to local dce and constpropChris Lattner2002-05-26
* Simplify interface to ConstantFoldTerminatorChris Lattner2002-05-21
* Checkin headers for Utils libraryChris Lattner2002-05-07
* Cleanup implementation a bit + commentsChris Lattner2002-05-07
* Update header after moving fileChris Lattner2002-05-07
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* s/Method/Function in classnameChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Checkin new useful routineChris Lattner2002-03-29
* Rename Method to FunctionChris Lattner2002-03-23
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Add constructor for addition to opt programChris Lattner2002-02-01
* Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner2002-01-31
* Convert xforms over to use new pass structureChris Lattner2002-01-30
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Remove unneccesary function prototypesChris Lattner2001-10-28
* Add support for name mangling.Vikram S. Adve2001-10-28
* New module linking functionality prototypeChris Lattner2001-10-13