Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / X86 / add-with-overflow.ll
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-03 Bill WendlingChange label to 'carry' for unsigned adds.
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.