Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / machine-cse.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...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-10 Tim NorthoverX86: Stop LEA64_32r doing unspeakable things to its...
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-07 Manman RenMachineCSE: Update the heuristics for isProfitableToCSE.
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2010-12-15 Evan ChengTeach machine cse to commute instructions.
2010-03-10 Evan ChengEnable machine cse pass.