aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/IPO.h
Commit message (Expand)AuthorAgeFilesLines
* Converted SimpleStructMutation to take TargetData as a required pass.Chris Lattner2002-09-261-3/+2
* Move many files into IPO.hChris Lattner2002-07-241-0/+32
* * Rename to IPO.hChris Lattner2002-07-231-1/+13
* Prepare the file to become IPO.hChris Lattner2002-07-231-16/+8
* Split the CleanupGCCOutput pass into two passes, and add real life actualChris Lattner2002-04-101-0/+27
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-30/+2
* Convert xforms over to use new pass structureChris Lattner2002-01-301-5/+8
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-5/+0
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-4/+4
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-151-1/+5
* Expose method to merge identically named methodsChris Lattner2001-11-031-0/+6
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-311-0/+8
* New GCC cleanup pass interfaceChris Lattner2001-10-311-0/+24