aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arguments.ll
AgeCommit message (Expand)Author
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-07-21Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola
2009-10-27Fix some more failures by converting to FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-02-13Add ABI information to ARM subtarget.Lauro Ramos Venancio
2007-02-13According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio