summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/armv4.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix ARMv4 supportJoerg Sonnenberger2017-08-281-1/+16
| | | | | | | | | | | | | | | | | | ARMv4 doesn't support the "BX" instruction, which has been introduced with ARMv4t. Adjust the call lowering and tail call implementation accordingly. Further changes are necessary to ensure that presence of the v4t feature is correctly set. Most importantly, the "generic" CPU for thumb-* triples should include ARMv4t, since thumb mode without thumb support would naturally be pointless. Add a couple of asserts to ensure thumb instructions are not emitted without CPU support. Differential Revision: https://reviews.llvm.org/D37030 llvm-svn: 311921
* Change some ARM subtarget features to be single bit yes/no in order to sink ↵Evan Cheng2011-07-071-4/+4
| | | | | | them down to MC layer. Also fix tests. llvm-svn: 134590
* Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola2010-06-151-1/+1
| | | | | | for the linux targets. llvm-svn: 106029
* Initial bits of ARMv4-only support.Anton Korobeynikov2010-03-061-0/+13
Patch by John Tytgat! llvm-svn: 97886
OpenPOWER on IntegriCloud