Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / test / Transforms / LICM / 2008-07-22-LoadGlobalConstant.ll
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
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...
2008-07-24 Dan GohmanPut the LICM of constant GlobalVariables, introduced...
2008-07-23 Chris Lattner"Allow LICM to sink or lift loads from constant memory...