Implement Transforms/InstCombine/cast-load-gep.ll, which allows us to devirtualize
[oota-llvm.git] / lib / Transforms / Scalar / DeadStoreElimination.cpp
2005-01-29 Chris LattnerAdjust to changes in instruction interfaces.
2005-01-08 Chris LattnerFix uint64_t -> unsigned VS warnings.
2004-12-29 Chris LattnerFix PR491 and testcase Transforms/DeadStoreElimination...
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...