summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arguments.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-21
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* For PR1319:Reid Spencer2007-04-16
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-13
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-13