Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / jump_sign.ll
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2013-07-18 Stephen LinDisambiguate function names in some CodeGen tests....
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
2012-09-28 Manman RenTestcase for r164835
2012-09-17 Jan Wen VoungAdd some cases to x86 OptimizeCompare to handle DEC...
2012-08-08 Manman RenX86: enable CSE between CMP and SUB
2012-07-28 Manman RenX86 Peephole: fix PR13475 in optimizeCompare.
2012-07-25 Manman RenDisable rematerialization in TwoAddressInstructionPass.
2012-07-18 Manman RenX86: remove redundant cmp against zero.
2012-07-11 Manman RenX86: Update to peephole optimization to move Movr0...
2012-07-09 Manman RenX86: implement functions to analyze & synthesize CMOV...
2012-07-07 Manman RenX86: Fix optimizeCompare to correctly check safe condition.
2012-07-06 Manman RenX86: peephole optimization to remove cmp instruction
2012-06-08 Manman RenTest case for r158160
2012-06-07 Manman RenX86: replace SUB with CMP if possible
2012-06-06 Manman RenRevert r157755.
2012-06-03 Manman RenRevert r157831
2012-06-01 Manman RenX86: peephole optimization to remove cmp instruction
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-03 Evan ChengFix two-address pass's aggressive instruction commuting...
2012-05-01 Manman RenX86: optimization for max-like struct
2012-01-04 NAKAMURA Takumitest/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro...
2012-01-04 Evan ChengFor x86, canonicalize max
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-09-13 Chris LattnerThe sense of this branch was backwards
2006-09-13 Chris Lattnernew testcase