summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/arm-target-features.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [ARM] Add ACLE predefines: maxmin, rounding and h/w integer divisionJames Molloy2014-09-151-0/+8
| | | | | | Patch by Assad Hashmi! llvm-svn: 217760
* test: add missed file in previous commitSaleem Abdulrasool2014-06-151-3/+3
| | | | llvm-svn: 210992
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
| | | | llvm-svn: 201477
* [ARM] Add ACLE enum/wchar size predefinesBradley Smith2014-01-201-0/+9
| | | | llvm-svn: 199642
* Added support for mcpu kraitAna Pazos2013-12-061-0/+10
| | | | | | | | | | | | - krait processor currently modeled with the same features as A9. - Krait processor additionally has VFP4 (fused multiply add/sub) and hardware division features enabled. - krait has currently the same Schedule model as A9 - krait cpu flag is not recognized by the GNU assembler yet, it is replaced with march=armv7-a to avoid a lower march from being used. llvm-svn: 196618
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-251-0/+22
| | | | | | Patch by Oliver Stannard. llvm-svn: 195641
* Add support for Cortex-A12.Richard Barton2013-11-221-0/+20
| | | | | | Patch by Oliver Stannard! llvm-svn: 195449
* [ARM] add basic support for Cortex-A7 and VFPv4 to ClangArtyom Skrobov2013-11-211-0/+25
| | | | llvm-svn: 195359
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+3
| | | | | | | | Allow users to disable or enable CRC subtarget feature. Differential Revision: http://llvm-reviews.chandlerc.com/D2037 llvm-svn: 193600
* Add driver support for FP, SIMD and crypto defaults.Bernard Ogden2013-10-241-0/+17
| | | | | | | | | Although we wire up a bit for v8fp for macro setting purposes, we don't set a macro yet. Need to ask list about that. Change-Id: Ic9819593ce00882fbec72757ffccc6f0b18160a0 llvm-svn: 193367
* Set the default hardware division features for ARM cpus. Also set it as ↵Silviu Baranga2013-10-211-0/+126
| | | | | | default for A32 armv8. llvm-svn: 193075
* [ARMv8] Add builtins for CRC instructions.Joey Gouly2013-09-181-0/+11
Patch by Bradley Smith! llvm-svn: 190931
OpenPOWER on IntegriCloud