R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
[oota-llvm.git] / test / CodeGen / X86 / machine-cse.ll
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.