summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/IPO.h
Commit message (Expand)AuthorAge
...
* Move the strip pass from Scalar to IPO libChris Lattner2004-12-02
* Declare a function in the correct namespace.Reid Spencer2004-10-18
* Rename passChris Lattner2004-10-07
* Do not prototype any of these passes as returning Pass*. Instead, be specificChris Lattner2004-09-20
* Add a passChris Lattner2004-08-13
* Remove two dead passesChris Lattner2004-06-28
* Clarify the logic: the flag is renamed to `deleteFn' to signify it will deleteMisha Brukman2004-04-22
* Add a boolean flag to delete this function from module, leaving the rest behind.Misha Brukman2004-04-22
* Rename createLoopExtractorPass to createSingleLoopExtractorPassChris Lattner2004-03-14
* Move loop extractor to the IPO headerChris Lattner2004-03-14
* Add prototypeChris Lattner2004-03-07
* Add prototypeChris Lattner2004-02-25
* Fix typo in comment.Brian Gaeke2003-12-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Split the DAE pass into DAE and DAH passesChris Lattner2003-11-05
* Include new prototypeChris Lattner2003-10-23
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Add prototype for the lowersetjmp passChris Lattner2003-09-15
* Change the RaiseAllocations pass from being a BasicBlockPass to being a PassChris Lattner2003-09-01
* Add accessor function for the PruneEH passChris Lattner2003-08-31
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-25
* Add prototype for the new DAE passChris Lattner2003-06-16
* Remove pool alloc accessorChris Lattner2003-02-03
* Move inlining pass to IPO.hChris Lattner2002-11-19
* Move the function extractor pass from tools/extract into lib/Xform/IPOChris Lattner2002-11-19
* Converted SimpleStructMutation to take TargetData as a required pass.Chris Lattner2002-09-26
* Move many files into IPO.hChris Lattner2002-07-24
* * Rename to IPO.hChris Lattner2002-07-23
* Prepare the file to become IPO.hChris Lattner2002-07-23
* Split the CleanupGCCOutput pass into two passes, and add real life actualChris Lattner2002-04-10
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Convert xforms over to use new pass structureChris Lattner2002-01-30
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-15
* Expose method to merge identically named methodsChris Lattner2001-11-03
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-31
* New GCC cleanup pass interfaceChris Lattner2001-10-31