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