aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-returnaddr.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-041-4/+4
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-051-5/+4
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-3/+6
* Thumb1 functions using @llvm.returnaddress were not saving the incoming LR.Bob Wilson2010-06-221-1/+3
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-2/+2
* LR is in GPR, not tGPR even in Thumb1 mode.Evan Cheng2010-05-241-0/+2
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-0/+22