Print llvm code one function at a time.
[oota-llvm.git] / lib / Transforms / Scalar / DeadStoreElimination.cpp
2004-11-28 Chris LattnerMake DSE potentially more aggressive by being more...
2004-09-20 Chris LattnerPrototype these functions more accurately
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-26 Chris LattnerImplement DeadStoreElim/alloca.llx by observing that...
2004-07-25 Chris Lattner* Substantially simplify how free instructions are...
2004-07-25 Chris LattnerFree instructions kill values too. This implements...
2004-07-24 Chris Lattnerobvious fix
2004-07-22 Chris LattnerThis is a trivial dead store elimination pass. It...