summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM][v8.5A] Add speculation barriers SSBB and PSSBBOliver Stannard2018-09-281-1/+22
* [ARM][v8.5A] Add speculation barrier to ARM & Thumb instruction setsOliver Stannard2018-09-271-1/+2
* [Arm][AsmParser] Restrict register list size for VSTM/VLDMLuke Cheeseman2018-09-241-0/+9
* Fix for bug 34002 - label generated before it block is finalized. Differentia...Maya Madhavan2018-09-201-1/+6
* [ARM/AArch64] Support FP16 +fp16fml instructionsBernard Ogden2018-08-171-2/+4
* [ARM] Allow automatically deducing the thumb instruction size for .instMartin Storsjo2018-07-311-3/+14
* [ARM] Support the .inst directive for MachO and COFF targetsMartin Storsjo2018-07-311-6/+6
* Remove trailing spaceFangrui Song2018-07-301-11/+11
* [AArch64][ARM] Armv8.4-A: Trace synchronization barrier instructionSjoerd Meijer2018-07-061-0/+49
* [ARM] [Assembler] Support negative immediates: cover few missing casesVolodymyr Turanskyy2018-07-041-2/+7
* [ARM] Add missing Thumb2 assembler diagnostics.Eli Friedman2018-06-281-62/+116
* ARM: diagnose unpredictable IT instructionsTim Northover2018-06-261-0/+15
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-3/+3
* [ARM] Do not convert some vmov instructionsMikhail Maltsev2018-04-041-8/+6
* [ARM] Fix warnings about missing parentheses in ARMAsmParserMikhail Maltsev2018-03-191-3/+6
* [ARM] Convert more invalid NEON immediate loadsMikhail Maltsev2018-03-161-43/+102
* [ARM] Fix a check in vmov/vmvn immediate parsingMikhail Maltsev2018-03-161-20/+13
* [ARM]Decoding MSR with unpredictable destination register causes an assertSimi Pallipurath2018-03-061-0/+12
* [ARM][Asm] VMOVSRR and VMOVRRS need sequential S registersOliver Stannard2018-03-051-0/+18
* [ARM] Don't print "Requires NEON" error message for M-profileAndre Vieira2018-02-131-0/+2
* [ARM][AArch64] Add CSDB speculation barrier instructionOliver Stannard2018-02-061-11/+14
* Fix -Wsign-compare warnings on WindowsReid Kleckner2018-01-051-4/+5
* [ARM] Issue an erorr when non-general-purpose registers are used in address o...Momchil Velikov2018-01-051-8/+31
* [ARM] Armv8-R DFB instructionSam Parker2017-12-211-5/+5
* Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard2017-12-041-17/+0
* [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard2017-12-041-0/+17
* [ARM] Remove pre-UAL FLDM/FSTM aliasesOliver Stannard2017-11-211-36/+0
* [ARM] Don't omit non-default predication codeOliver Stannard2017-11-211-3/+4
* [Asm] Improve "too few operands" errorsOliver Stannard2017-11-211-3/+7
* [ARM] Add diagnostics for SPR/DPR listsOliver Stannard2017-11-211-0/+3
* [llvm] Remove redundant return [NFC]Mandeep Singh Grang2017-11-121-1/+0
* [AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...Craig Topper2017-10-261-1/+2
* [AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...Craig Topper2017-10-261-1/+2
* [ARM] Error for invalid shift in memory operandOliver Stannard2017-10-241-1/+1
* [ARM] Replace development diagnostics with normal DEBUG macroOliver Stannard2017-10-241-14/+9
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-2/+1
* [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputsOliver Stannard2017-10-101-19/+49
* [ARM, Asm] Add diagnostics for floating-point register operandsOliver Stannard2017-10-101-0/+4
* [ARM, Asm] Add diagnostics for general-purpose register operandsOliver Stannard2017-10-101-2/+21
* [ARM] Use table-gen'd assembly operand diags in ARM asm parserOliver Stannard2017-10-031-76/+1
* [ARM, Asm] Use correct source location for register tokensOliver Stannard2017-10-031-3/+3
* [ARM, Asm] Fix ubsan failure caused by out-of-range enum valueOliver Stannard2017-10-031-2/+2
* [ARM, Asm] Remove dead code causing MSan failure.Oliver Stannard2017-10-031-7/+0
* [ARM] Use new assembler diags for ARMOliver Stannard2017-10-031-133/+284
* [ARM] v8.3-a complex number supportSam Parker2017-09-291-2/+40
* [ARM] Fix assembly and disassembly for VMRS/VMSRAndre Vieira2017-09-221-0/+6
* [ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko2017-09-201-90/+205
* [ARM] Relax 'cpsie'/'cpsid' flag parsing.Jonathan Roelofs2017-09-191-1/+1
* [ARM] Enable the use of SVC anywhere in an IT blockAndre Vieira2017-09-111-3/+4
OpenPOWER on IntegriCloud