summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/krait-cpu.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-041-0/+3
| | | | | | | GCC allows case-insensitive values for -mcpu, -march and -mtune options. This patch implements the same behaviour for the -mcpu option. llvm-svn: 239059
* Added support for mcpu kraitAna Pazos2013-12-061-0/+3
- 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
OpenPOWER on IntegriCloud