summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/div.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] support for Cortex-R4/R4FJaved Absar2015-04-091-0/+4
| | | | | | | | | Currently, llvm (backend) doesn't know cortex-r4, even though it is the default target for armv7r. Using "--target=armv7r-arm-none-eabi" provokes 'cortex-r4' is not a recognized processor for this target' by llvm. This patch adds support for cortex-r4 and, very closely related, r4f. llvm-svn: 234486
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-031-4/+4
| | | | llvm-svn: 205586
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-131-1/+1
| | | | | | with a temporary assertion and adjust the various test cases. llvm-svn: 197224
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-041-9/+11
| | | | llvm-svn: 183275
* Add LLVM support for Swift.Bob Wilson2012-09-291-0/+10
| | | | llvm-svn: 164899
* These tests are looking for library function names thatDale Johannesen2010-11-171-1/+1
| | | | | | | appear to differ on Linux. Try to make them pass on Linux. Would be good for a Linux person to review this. llvm-svn: 119572
* Report error if codegen tries to instantiate a ARM target when the cpu does ↵Evan Cheng2010-08-111-1/+1
| | | | | | support it. e.g. cortex-m* processors. llvm-svn: 110798
* fix copy/paste oops.Jim Grosbach2010-05-051-3/+3
| | | | llvm-svn: 103122
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-051-0/+45
llvm-svn: 103120
OpenPOWER on IntegriCloud