Add extra case here to avoid getting spurious output
[oota-llvm.git] / lib / Transforms / IPO / OldPoolAllocate.cpp
2002-04-01 Chris LattnerAdd extra case here to avoid getting spurious output
2002-03-31 Chris LattnerAdd debug output
2002-03-30 Chris Lattner* Catch and ignore (for now) return instructions in...
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerMaintain enough information so that the pools for all...
2002-03-29 Chris LattnerImplement the first batch of transformations to the...
2002-03-29 Chris LattnerCorrectly clone the function with the extra argument...
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
2002-03-29 Chris LattnerModularize code a bit
2002-03-29 Chris LattnerImplement the first step of pool allocation - Creating...
2002-03-29 Chris LattnerFlesh out a bunch more code, print allocations that...
2002-03-28 Chris LattnerInitial checkin of Noop pass that will be the pool...