summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fast-tail-call.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith2016-01-151-0/+1
| | | | llvm-svn: 257881
* ARM: remove ancient -arm-tail-calls optionSaleem Abdulrasool2014-03-111-1/+1
| | | | | | | | This option is from 2010, designed to work around a linker issue on Darwin for ARM. According to grosbach this is no longer an issue and this option can safely be removed. llvm-svn: 203576
* Stop putting operations after a tail call.Tim Northover2013-07-061-0/+16
This prevents the emission of DAG-generated vreg definitions after a tail call be dropping them entirely (on the grounds that nothing could use them anyway, and they interfere with O0 CodeGen). llvm-svn: 185754
OpenPOWER on IntegriCloud