summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerAllocations.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-1/+6
| | | | | | the command line llvm-svn: 2601
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-071-93/+10
| | | | llvm-svn: 2529
* Reduce dependance on TransformInternals.h, instead using the TransformUtils ↵Chris Lattner2002-05-071-2/+4
| | | | | | library llvm-svn: 2518
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
| | | | llvm-svn: 2397
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-2/+4
| | | | | | to make debugging output a lot nicer. llvm-svn: 2395
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
| | | | llvm-svn: 2378
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
| | | | | | in iOther.h llvm-svn: 2209
* Simplify code a lot by using the Module::getFunction & getOrInsertFunctionChris Lattner2002-03-291-46/+24
| | | | llvm-svn: 2028
* Change references from Method to FunctionChris Lattner2002-03-261-22/+23
| | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-0/+57
| | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-0/+1
| | | | llvm-svn: 1605
* Don't insert a useless castChris Lattner2002-01-221-2/+1
| | | | llvm-svn: 1527
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-221-1/+1
| | | | | | RaiseAllocations pass as well. llvm-svn: 1525
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-5/+66
| | | | | | the ChangeAllocations.h header file. llvm-svn: 1522
* LowerAllocations is really a BasicBlock pass. Make it so.Chris Lattner2002-01-211-57/+54
| | | | llvm-svn: 1521
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-4/+4
| | | | | | | | | out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-0/+2
| | | | llvm-svn: 1503
* Remove unsized array supportChris Lattner2001-12-141-6/+0
| | | | llvm-svn: 1466
* Fix a bug introduced by "internal linkage" work.Chris Lattner2001-12-041-2/+3
| | | | llvm-svn: 1415
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-2/+2
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Add #includes to enable buiding in Release modeChris Lattner2001-11-071-0/+1
| | | | llvm-svn: 1174
* Use the correct prototype for malloc and freeChris Lattner2001-10-311-2/+2
| | | | llvm-svn: 1066
* Convert to new simpler pass itfChris Lattner2001-10-181-4/+10
| | | | llvm-svn: 880
* Add new Pass infrastructure and some examplesChris Lattner2001-10-151-0/+121
llvm-svn: 836
OpenPOWER on IntegriCloud