summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/jump_sign.ll
Commit message (Expand)AuthorAge
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-31
* Testcase for r164835Manman Ren2012-09-28
* Add some cases to x86 OptimizeCompare to handle DEC and INC, too.Jan Wen Voung2012-09-17
* X86: enable CSE between CMP and SUBManman Ren2012-08-08
* X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren2012-07-28
* Disable rematerialization in TwoAddressInstructionPass.Manman Ren2012-07-25
* X86: remove redundant cmp against zero.Manman Ren2012-07-18
* X86: Update to peephole optimization to move Movr0 before (Sub, Cmp) pair.Manman Ren2012-07-11
* X86: implement functions to analyze & synthesize CMOV|SET|JccManman Ren2012-07-09
* X86: Fix optimizeCompare to correctly check safe condition.Manman Ren2012-07-07
* X86: peephole optimization to remove cmp instructionManman Ren2012-07-06
* Test case for r158160Manman Ren2012-06-08
* X86: replace SUB with CMP if possibleManman Ren2012-06-07
* Revert r157755.Manman Ren2012-06-06
* Revert r157831Manman Ren2012-06-03
* X86: peephole optimization to remove cmp instructionManman Ren2012-06-01
* X86: replace SUB with CMP if possibleManman Ren2012-05-31
* Fix two-address pass's aggressive instruction commuting heuristics. It's meantEvan Cheng2012-05-03
* X86: optimization for max-like structManman Ren2012-05-01
* test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...NAKAMURA Takumi2012-01-04
* For x86, canonicalize maxEvan Cheng2012-01-04
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* The sense of this branch was backwardsChris Lattner2006-09-13
* new testcaseChris Lattner2006-09-13