aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PoolAllocate.cpp
AgeCommit message (Expand)Author
2003-08-13Removing the pool allocator from the main CVS tree.John Criswell
2003-08-12Bug fix: Some nodes pointed to by globals may not be marked incomplete and ne...Sumant Kowshik
2003-08-07Added code for pool allocating only the pool-allocatable data structures in t...Sumant Kowshik
2003-08-05Minor changes:Chris Lattner
2003-08-05Major bug fixes including a memory leak and tracking some exceptional conditi...Sumant Kowshik
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-30Eliminate using declarations, adjust for new DSGraph APIChris Lattner
2003-06-20Fix the build. :(Chris Lattner
2003-06-19Changes to privatize NodeTypeChris Lattner
2003-06-07Fix compilation problem on GCC 2.9xChris Lattner
2003-06-04Made changes suggested by ChrisSumant Kowshik
2003-05-29Added support for function pointersSumant Kowshik
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-02-06Fix a problem Sumant was running intoChris Lattner
2003-02-03Split public interface out into header fileChris Lattner
2003-02-01Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner
2003-01-29Initial checkin of pool allocation codeChris Lattner