[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / 2009-02-26-MachineLICMBug.ll
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-04 Craig Topper[X86] Don't use GR64 register 'and with immediate'...
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-11-11 Quentin Colombet[X86] Custom lower UINT_TO_FP from v4f32 to v4i32,...
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2012-07-26 Jakob Stoklund OlesenEliminate a batch of uses of sub_ss and sub_sd in the...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-07-14 Evan ChengRe-enable the test with fix.
2010-07-14 Chris Lattnertemporarily disable to test to fix buildbots.
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-01-11 Dan GohmanMake this test less trivial, to avoid spurious failures.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-02-27 Evan ChengMachineLICM CSE should match destination register class...