aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Use new interface, simplifies codeChris Lattner2003-08-311-11/+3
* The word `dependent' has no `a'.Misha Brukman2003-08-211-1/+1
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Factory methods for function passes now return type FunctionPass *.Brian Gaeke2003-08-141-1/+1
* Fix long standing bugChris Lattner2003-05-151-1/+1
* Remove unnecesary &*'sChris Lattner2003-04-231-2/+2
* Minor cleanupsChris Lattner2003-04-231-6/+6
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner2002-09-251-28/+28
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-17/+8
* Remove extraneous #includesChris Lattner2002-08-081-2/+0
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-231-1/+1
* * Remove getPassName implementationChris Lattner2002-07-231-4/+5
* MEGAPATCH checkin.Chris Lattner2002-06-251-22/+22
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-1/+6
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-071-93/+10
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-071-2/+4
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+4
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Simplify code a lot by using the Module::getFunction & getOrInsertFunctionChris Lattner2002-03-291-46/+24
* Change references from Method to FunctionChris Lattner2002-03-261-22/+23
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-0/+57
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-0/+1
* Don't insert a useless castChris Lattner2002-01-221-2/+1
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-221-1/+1
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-5/+66
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-211-57/+54
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-4/+4
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+2
* Remove unsized array supportChris Lattner2001-12-141-6/+0
* Fix a bug introduced by "internal linkage" work.Chris Lattner2001-12-041-2/+3
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-2/+2
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1
* Use the correct prototype for malloc and freeChris Lattner2001-10-311-2/+2
* Convert to new simpler pass itfChris Lattner2001-10-181-4/+10
* Add new Pass infrastructure and some examplesChris Lattner2001-10-151-0/+121