Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ARM] Remove pre-UAL FLDM/FSTM aliases | Oliver Stannard | 2017-11-21 | 1 | -34/+0 |
| | | | | | | | | | | | | | These are pre-UAL syntax, and we don't support any other pre-UAL instructions, with the exception of FLDMX/FSTMX, which don't have a UAL equivalent. Therefore there's no reason to keep them or their AsmParser hacks around. With the AsmParser hacks removed, the FLDMX and FSTMX instructions get the same operand diagnostics as the UAL instructions. Differential revision: https://reviews.llvm.org/D39196 llvm-svn: 318777 | ||||
* | ARM IAS: account for predicated pre-UAL mnemonics | Saleem Abdulrasool | 2013-12-30 | 1 | -0/+9 |
| | | | | | | | | Checking the trailing letter of the mnemonic is insufficient. Be more thorough in the scanning of the instruction to ensure that we correctly work with the predicated mnemonics. llvm-svn: 198235 | ||||
* | ARM: provide VFP aliases for pre-V6 mnemonics | Saleem Abdulrasool | 2013-12-29 | 1 | -0/+53 |
In order to provide compatibility with the GNU assembler, provide aliases for pre-UAL mnemonics for floating point operations. llvm-svn: 198172 |