Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] support for Cortex-R4/R4F | Javed Absar | 2015-04-09 | 1 | -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 ups | Saleem Abdulrasool | 2014-04-03 | 1 | -4/+4 |
| | | | | llvm-svn: 205586 | ||||
* | Enabling thumb2 mode used to force support for armv6t2. Replace this | Joerg Sonnenberger | 2013-12-13 | 1 | -1/+1 |
| | | | | | | with a temporary assertion and adjust the various test cases. llvm-svn: 197224 | ||||
* | Cortex-R5 can issue Thumb2 integer division instructions. | Evan Cheng | 2013-06-04 | 1 | -9/+11 |
| | | | | llvm-svn: 183275 | ||||
* | Add LLVM support for Swift. | Bob Wilson | 2012-09-29 | 1 | -0/+10 |
| | | | | llvm-svn: 164899 | ||||
* | These tests are looking for library function names that | Dale Johannesen | 2010-11-17 | 1 | -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 Cheng | 2010-08-11 | 1 | -1/+1 |
| | | | | | | support it. e.g. cortex-m* processors. llvm-svn: 110798 | ||||
* | fix copy/paste oops. | Jim Grosbach | 2010-05-05 | 1 | -3/+3 |
| | | | | llvm-svn: 103122 | ||||
* | Add tests for ARMV7M divide instruction use | Jim Grosbach | 2010-05-05 | 1 | -0/+45 |
llvm-svn: 103120 |