Fixed a segfault in gccld.
[oota-llvm.git] / lib / Transforms / IPO / PoolAllocate.cpp
2003-08-07 Sumant KowshikAdded code for pool allocating only the pool-allocatabl...
2003-08-05 Chris LattnerMinor changes:
2003-08-05 Sumant KowshikMajor bug fixes including a memory leak and tracking...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-06-30 Chris LattnerEliminate using declarations, adjust for new DSGraph API
2003-06-20 Chris LattnerFix the build. :(
2003-06-19 Chris LattnerChanges to privatize NodeType
2003-06-07 Chris LattnerFix compilation problem on GCC 2.9x
2003-06-04 Sumant KowshikMade changes suggested by Chris
2003-05-29 Sumant KowshikAdded support for function pointers
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-02-06 Chris LattnerFix a problem Sumant was running into
2003-02-03 Chris LattnerSplit public interface out into header file
2003-02-01 Chris LattnerChange DSGraph stuff to use hash_(set|map) instead...
2003-01-29 Chris LattnerInitial checkin of pool allocation code