summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/cpu-test.s
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Fix subtarget feature set truncation when using .cpu directiveBradley Smith2015-02-041-0/+4
| | | | | | | This is a bug that was caused due to storing the feature bitset in a 32-bit variable when it is a 64-bit mask, discarding the top half of the feature set. llvm-svn: 228151
* Introduce CPUStringIsValid() into MCSubtargetInfo and use it for ARM .cpu ↵Roman Divacky2014-12-021-0/+13
parsing. Previously .cpu directive in ARM assembler didnt switch to the new CPU and therefore acted as a nop. This implemented real action for .cpu and eg. allows to assembler FreeBSD kernel with -integrated-as. llvm-svn: 223147
OpenPOWER on IntegriCloud