summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerAllocations.cpp
Commit message (Expand)AuthorAge
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-17
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-09
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-02
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Preserve tail markerChris Lattner2005-05-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add an optional argument to lower to a specific constant value instead ofChris Lattner2005-03-03
* Get rid of getSizeOf, using ConstantExpr::getSizeOf instead.Chris Lattner2004-12-13
* For PR387:\Reid Spencer2004-12-07
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner2004-07-15
* Don't emit things like malloc(16*1). Allocation instructions are fixed arity...Chris Lattner2004-03-03
* if there is already a prototype for malloc/free, use it, even if it's incorrect.Chris Lattner2004-02-28
* Hyphenate `target-dependent'Misha Brukman2004-01-28
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Use new interface, simplifies codeChris Lattner2003-08-31
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-14
* Fix long standing bugChris Lattner2003-05-15
* Remove unnecesary &*'sChris Lattner2003-04-23
* Minor cleanupsChris Lattner2003-04-23
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-25
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* Remove extraneous #includesChris Lattner2002-08-08
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-23
* * Remove getPassName implementationChris Lattner2002-07-23
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-07
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-07
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-09
* Simplify code a lot by using the Module::getFunction & getOrInsertFunctionChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Don't insert a useless castChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20