Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Remove t2xtpk feature from tests | Sam Parker | 2017-03-09 | 1 | -2/+2 |
| | | | | | | | | | I previously removed the T2XtPk feature from the ARM backend, but it looks like I missed some of the tests that were using the feature. Differential Revision: https://reviews.llvm.org/D30778 llvm-svn: 297386 | ||||
* | [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev | Artyom Skrobov | 2015-10-23 | 1 | -2/+2 |
| | | | | llvm-svn: 251125 | ||||
* | ARM: yet another round of ARM test clean ups | Saleem Abdulrasool | 2014-04-03 | 1 | -2/+2 |
| | | | | llvm-svn: 205586 | ||||
* | Enabling thumb2 mode used to force support for armv6t2. Replace this | Joerg Sonnenberger | 2013-12-13 | 1 | -2/+2 |
| | | | | | | with a temporary assertion and adjust the various test cases. llvm-svn: 197224 | ||||
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -0/+4 |
| | | | | llvm-svn: 164899 | ||||
* | ARMv7M vs. ARMv7E-M support. | Jim Grosbach | 2011-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The DSP instructions in the Thumb2 instruction set are an optional extension in the Cortex-M* archtitecture. When present, the implementation is considered an "ARMv7E-M implementation," and when not, an "ARMv7-M implementation." Add a subtarget feature hook for the v7e-m instructions and hook it up. The cortex-m3 cpu is an example of a v7m implementation, while the cortex-m4 is a v7e-m implementation. rdar://9572992 llvm-svn: 134261 | ||||
* | Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/pack | Jim Grosbach | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | instructions to subtarget features and update tests to reflect. PR5717. llvm-svn: 103136 | ||||
* | Convert to FileCheck | Jim Grosbach | 2009-11-17 | 1 | -2/+3 |
| | | | | llvm-svn: 89007 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Add some more Thumb2 multiplication instructions. | Evan Cheng | 2009-07-07 | 1 | -0/+10 |
llvm-svn: 74889 |