summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/machine-cse.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-3/+3
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-4/+4
2013-06-10X86: Stop LEA64_32r doing unspeakable things to its arguments.Tim Northover1-1/+2
2012-08-11PR13578: Teach MachineCSE that instructions that use a constant register can ...Benjamin Kramer1-0/+22
2012-08-07MachineCSE: Update the heuristics for isProfitableToCSE.Manman Ren1-0/+35
2012-01-10Allow machine-cse to look across MBB boundary when cse'ing instructions thatEvan Cheng1-1/+23
2011-03-15sext(undef) = 0, because the top bits will all be the same.Evan Cheng1-2/+2
2010-12-15Teach machine cse to commute instructions.Evan Cheng1-0/+40
2010-03-10Enable machine cse pass.Evan Cheng1-0/+39