Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instruction...
[oota-llvm.git] / test / CodeGen / MSP430 / inline-asm.ll
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...