aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
AgeCommit message (Expand)Author
2005-05-06Preserve tail markerChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-03Add an optional argument to lower to a specific constant value instead ofChris Lattner
2004-12-13Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.Chris Lattner
2004-12-07For PR387:\Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-15Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner
2004-03-03Don't emit things like malloc(16*1). Allocation instructions are fixed arity...Chris Lattner
2004-02-28if there is already a prototype for malloc/free, use it, even if it's incorrect.Chris Lattner
2004-01-28Hyphenate `target-dependent'Misha Brukman
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-31Use new interface, simplifies codeChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2003-05-15Fix long standing bugChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2003-04-23Minor cleanupsChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-25Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner
2002-09-10Clean up code due to auto-insert constructorsChris Lattner
2002-08-08Remove extraneous #includesChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23Merge ChangeAllocations into scalar.hChris Lattner
2002-07-23* Remove getPassName implementationChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-05-07Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner
2002-05-07Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
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