summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/jump_sign.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-2/+2
2015-03-06DAGCombiner: Canonicalize select(and/or,x,y) depending on target.Matthias Braun1-8/+6
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-4/+4
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-1/+1
2014-07-24[SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth1-1/+1
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin1-38/+38
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-18/+18
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin1-1/+1
2012-10-31(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang1-1/+0
2012-09-28Testcase for r164835Manman Ren1-0/+28
2012-09-17Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung1-1/+26
2012-08-08X86: enable CSE between CMP and SUBManman Ren1-0/+23
2012-07-28X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren1-0/+16
2012-07-25Disable rematerialization in TwoAddressInstructionPass.Manman Ren1-0/+1
2012-07-18X86: remove redundant cmp against zero.Manman Ren1-0/+11
2012-07-11X86: Update to peephole optimization to move Movr0 before (Sub, Cmp) pair.Manman Ren1-0/+12
2012-07-09X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren1-0/+17
2012-07-07X86: Fix optimizeCompare to correctly check safe condition.Manman Ren1-0/+18
2012-07-06X86: peephole optimization to remove cmp instructionManman Ren1-0/+19
2012-06-08Test case for r158160Manman Ren1-0/+42
2012-06-07X86: replace SUB with CMP if possibleManman Ren1-0/+11
2012-06-06Revert r157755.Manman Ren1-11/+0
2012-06-03Revert r157831Manman Ren1-19/+0
2012-06-01X86: peephole optimization to remove cmp instructionManman Ren1-0/+19
2012-05-31X86: replace SUB with CMP if possibleManman Ren1-0/+11
2012-05-03Fix two-address pass's aggressive instruction commuting heuristics. It's meantEvan Cheng1-0/+9
2012-05-01X86: optimization for max-like structManman Ren1-0/+42
2012-01-04test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...NAKAMURA Takumi1-1/+1
2012-01-04For x86, canonicalize maxEvan Cheng1-1/+15
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner1-14/+14
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-1/+1
2006-09-13The sense of this branch was backwardsChris Lattner1-1/+1
2006-09-13new testcaseChris Lattner1-0/+20