aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-load.ll
AgeCommit message (Expand)Author
2012-08-18Reapply r162160 with a fix: Optimize Arith->Trunc->SETCC sequence to allow be...Nadav Rotem
2012-08-18Revert r162160 because it made a few buildbots fail.Nadav Rotem
2012-08-18The X86 backend has a number of optimizations for SETCC nodes which useNadav Rotem
2012-08-02X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2010-01-07Fix rdar://7517201, a regression introduced by r92849.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-11-27Add -march=x86.Evan Cheng
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2008-02-19rename tests to avoid a test- prefix when they aren't related to the test ins...Chris Lattner