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