summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/arm-cortex-cpus.c
Commit message (Collapse)AuthorAgeFilesLines
...
* D5823: Fix typo in Clang test arm-cortex-cpus.c; patch by Gabor Ballabas!Artyom Skrobov2014-10-201-1/+1
| | | | llvm-svn: 220201
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-0/+8
| | | | | | Patch by Matthew Wahab. llvm-svn: 219607
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-0/+4
| | | | | | | | | The Cortex-M7 has 3 options for its FPU: none, FPv5-SP-D16 and FPv5-DP-D16. FPv5 has the same instructions as FP-ARMv8, so it can be modeled using the same target feature, and all double-precision operations are already disabled by the fp-only-sp target features. llvm-svn: 218748
* Simplify getARMCPUForMArch() and make it more consistentChristian Pirker2014-05-051-0/+14
| | | | llvm-svn: 207956
* ARM: Add command line option to select big or little endianChristian Pirker2014-04-101-16/+78
| | | | llvm-svn: 205967
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-0/+51
| | | | | | Reviewed at http://llvm-reviews.chandlerc.com/D3096 llvm-svn: 205008
* Revert "Cortex-M3 and Cortex-M4 should not enable hwdiv-arm"Reid Kleckner2014-01-271-6/+0
| | | | | | | | | This reverts commit r200233. The test required a registered ARM target, it was testing LLVM's generated assembly, and it should have been an IRGen test. llvm-svn: 200242
* Cortex-M3 and Cortex-M4 should not enable hwdiv-armArtyom Skrobov2014-01-271-0/+6
| | | | llvm-svn: 200233
* Make thumb the default instruction set for v7m and v7emBernard Ogden2013-12-121-4/+6
| | | | llvm-svn: 197152
* Fix -mthumb resetting of target cpuBernard Ogden2013-12-121-2/+115
| | | | | | | | Passing -mthumb with no explicit CPU on the command line resulted in target CPU changing from the architecture default to arm7tdmi. Now it does not. llvm-svn: 197151
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-241-0/+8
| | | | | | | | | | | Adds some Cortex-A53 strings where they were missing before. Cortex-A57 is entirely new to clang. Doesn't touch code only used by Darwin, in consequence of which one of the A53 lines has been removed. Change-Id: I5edb58f6eae93947334787e26a8772c736de6483 llvm-svn: 193364
* Add more Cortex CPUs and testsRenato Golin2013-09-131-0/+29
| | | | llvm-svn: 190703
* Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors.Bob Wilson2013-03-041-0/+8
<rdar://problem/11314476> llvm-svn: 176458
OpenPOWER on IntegriCloud