summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-tail-call.ll
AgeCommit message (Collapse)Author
2016-01-15[ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257881 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-11ARM: remove ancient -arm-tail-calls optionSaleem Abdulrasool
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203576 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-06Stop putting operations after a tail call.Tim Northover
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185754 91177308-0d34-0410-b5e6-96231b3b80d8