Fix 80 col. violations.
[oota-llvm.git] / lib / Transforms / Scalar / DeadStoreElimination.cpp
2007-08-02 Owen AndersonFix 80 col. violations.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 Owen AndersonMove FastDSE in to DeadStoreElimination.
2007-08-01 Owen AndersonRemove old DSE.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-11-30 Chris LattnerFix a bug where we didn't realize that vaarg reads...
2005-04-21 Misha BrukmanRemove trailing whitespace
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...