[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce8.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...
2014-10-15 Jingyue Wu[MachineSink] Use the real post dominator tree
2014-10-01 Jingyue WuRevert r216862 due to a performance regression
2014-09-01 Jingyue WuFix a typo in comments in r216862, NFC
2014-09-01 Jingyue Wu[MachineSink] Use the real post dominator tree
2010-04-17 Dan GohmanStart function numbering at 0.
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...