aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/jump_sign.ll
AgeCommit message (Expand)Author
2012-10-31(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang
2012-09-28Testcase for r164835Manman Ren
2012-09-17Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung
2012-08-08X86: enable CSE between CMP and SUBManman Ren
2012-07-28X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren
2012-07-25Disable rematerialization in TwoAddressInstructionPass.Manman Ren
2012-07-18X86: remove redundant cmp against zero.Manman Ren
2012-07-11X86: Update to peephole optimization to move Movr0 before (Sub, Cmp) pair.Manman Ren
2012-07-09X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren
2012-07-07X86: Fix optimizeCompare to correctly check safe condition.Manman Ren
2012-07-06X86: peephole optimization to remove cmp instructionManman Ren
2012-06-08Test case for r158160Manman Ren
2012-06-07X86: replace SUB with CMP if possibleManman Ren
2012-06-06Revert r157755.Manman Ren
2012-06-03Revert r157831Manman Ren
2012-06-01X86: peephole optimization to remove cmp instructionManman Ren
2012-05-31X86: replace SUB with CMP if possibleManman Ren
2012-05-03Fix two-address pass's aggressive instruction commuting heuristics. It's meantEvan Cheng
2012-05-01X86: optimization for max-like structManman Ren
2012-01-04test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...NAKAMURA Takumi
2012-01-04For x86, canonicalize maxEvan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-13The sense of this branch was backwardsChris Lattner
2006-09-13new testcaseChris Lattner