[SROA] Rip out all support for SSAUpdater in SROA.
[oota-llvm.git] / test / Transforms / DeadStoreElimination / crash.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2010-11-30 Chris Lattnerclean up DSE tests, removing some poorly reduced and...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-02 Chris Lattnerfix PR4815: some cases where DeleteDeadInstruction...