[X86] Call getScalarSizeInBits() instead of getScalarType().getScalarSizeInBits(...
[oota-llvm.git] / test / Transforms / GVN / condprop.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-01-12 Sanjay PatelGVN: propagate equalities for floating point compares
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-03-04 Duncan SandsNick pointed out on IRC that GVN's propagateEquality...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-27 Duncan SandsWhen performing a conditional branch depending on the...
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2010-12-21 Owen AndersonGive GVN back the ability to perform simple conditional...
2010-11-18 Owen AndersonCompletely rework the datastructure GVN uses to represe...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
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-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...