Fix eabi calling convention when a 64 bit value shadows r3.
[oota-llvm.git] / test / CodeGen / ARM / arguments.ll
2010-08-06 Rafael EspindolaFix eabi calling convention when a 64 bit value shadows r3.
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-02-13 Lauro Ramos VenancioAdd ABI information to ARM subtarget.
2007-02-13 Lauro Ramos VenancioAccording to ARM EABI, 8-bytes function arguments must...