instcombine: alloca: Canonicalize scalar allocation array size
[oota-llvm.git] / test / Transforms / GlobalDCE / 2009-01-05-DeadAliases.ll
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-01-05 Duncan SandsDelete unused global aliases with internal linkage.