summaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* * 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