Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Fix subtarget feature set truncation when using .cpu directive | Bradley Smith | 2015-02-04 | 1 | -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 Divacky | 2014-12-02 | 1 | -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 |