aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arguments.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-6/+6
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-1/+1
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-061-2/+2
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-061-0/+14
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-211-5/+23
* Fix some more failures by converting to FileCheck.Bob Wilson2009-10-271-4/+4
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-2/+2
* For PR1319:Reid Spencer2007-04-161-4/+5
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-1/+1
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-0/+10