aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/jump_sign.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-06-23[x86] auto-generate complete checks; NFCSanjay Patel
2017-01-31CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2017-01-11Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt
2017-01-10CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-06DAGCombiner: Canonicalize select(and/or,x,y) depending on target.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-07-24[SDAG] Introduce a combined set to the DAG combiner which tracks nodesChandler Carruth
2013-07-18Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
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