aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/OldPoolAllocate.cpp
AgeCommit message (Expand)Author
2003-08-13Removing the pool allocator from the main CVS tree.John Criswell
2003-01-24Disable construction of pool allocatorChris Lattner
2002-11-19Rename CloneFunction.h to Cloning.hChris Lattner
2002-10-17Really disable pool allocatorChris Lattner
2002-10-10Stop using DataStructureGraph.hChris Lattner
2002-09-13Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-24Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-10Disable pool allocation stuff until data structure analysis is sorted back outChris Lattner
2002-06-30*** empty log message ***Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-05-02Be a little more efficient, do not generate loads and stores with indices in ...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-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-27* Change Constant::getNullConstant to Constant::getNullValueChris Lattner
2002-04-18Programs that actually free memory were brokenChris Lattner
2002-04-18Correctly transform dependant arguments, allowing the perimeter bm to work.Chris Lattner
2002-04-15run an extra pass after a function has been transformed to eliminateChris Lattner
2002-04-14Turn off debug outputChris Lattner
2002-04-13* Allow datasize to be specified on the commandlineChris Lattner
2002-04-13* Give alloca's for pool descriptors better names than "pool<n>".Chris Lattner
2002-04-13* Add names to the symbol table for pool types and modified typesChris Lattner
2002-04-12Implement function rewriting to use offsets instead of pointers in programs.Chris Lattner
2002-04-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-01Allow scalars that point to multiple nodes when building the scalar map.Chris Lattner
2002-04-01Add extra case here to avoid getting spurious outputChris Lattner
2002-03-31Add debug outputChris Lattner
2002-03-30* Catch and ignore (for now) return instructions in tranformed functionsChris Lattner
2002-03-30* Clean up data structures [AllocDSNode -> DSNode]Chris Lattner
2002-03-30Maintain enough information so that the pools for all of the nodes ofChris Lattner
2002-03-29Implement the first batch of transformations to the methods. So far it:Chris Lattner
2002-03-29Correctly clone the function with the extra argument types. Now we needChris Lattner
2002-03-29Find out which calls in the function we need to transform and how.Chris Lattner
2002-03-29Modularize code a bitChris Lattner
2002-03-29Implement the first step of pool allocation - Creating, initialization, andChris Lattner
2002-03-29Flesh out a bunch more code, print allocations that are poolable.Chris Lattner
2002-03-28Initial checkin of Noop pass that will be the pool allocatorChris Lattner