summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-smla.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Remove t2xtpk feature from testsSam Parker2017-03-091-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-devArtyom Skrobov2015-10-231-2/+2
| | | | llvm-svn: 251125
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-031-2/+2
| | | | llvm-svn: 205586
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-131-2/+2
| | | | | | with a temporary assertion and adjust the various test cases. llvm-svn: 197224
* Add LLVM support for Swift.Bob Wilson2012-09-291-0/+4
| | | | llvm-svn: 164899
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-011-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/packJim Grosbach2010-05-051-1/+1
| | | | | | | instructions to subtarget features and update tests to reflect. PR5717. llvm-svn: 103136
* Convert to FileCheckJim Grosbach2009-11-171-2/+3
| | | | llvm-svn: 89007
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Add some more Thumb2 multiplication instructions.Evan Cheng2009-07-071-0/+10
llvm-svn: 74889
OpenPOWER on IntegriCloud