aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
AgeCommit message (Expand)Author
2002-04-09Add explicit #includes of Function.h to make up for the removed #includeChris Lattner
2002-03-29Simplify code a lot by using the Module::getFunction & getOrInsertFunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-31Convert xforms over to new pass structure.Chris Lattner
2002-01-22Don't insert a useless castChris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-22Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner
2002-01-21LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Remove unsized array supportChris Lattner
2001-12-04Fix a bug introduced by "internal linkage" work.Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-07Add #includes to enable buiding in Release modeChris Lattner
2001-10-31Use the correct prototype for malloc and freeChris Lattner
2001-10-18Convert to new simpler pass itfChris Lattner
2001-10-15Add new Pass infrastructure and some examplesChris Lattner