Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline | Bradley Smith | 2016-01-15 | 1 | -0/+1 |
| | | | | llvm-svn: 257881 | ||||
* | ARM: remove ancient -arm-tail-calls option | Saleem Abdulrasool | 2014-03-11 | 1 | -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 Northover | 2013-07-06 | 1 | -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 |