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