Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / add-of-carry.ll
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2014-07-15 Cameron McInallyRevert r213070. It's breaking the build in MCELFStreame...
2014-07-15 Cameron McInallyAdd x86 patterns to match a specific add-with-carry.
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...
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-09-21 Owen AndersonWhen adding the carry bit to another value on X86,...