summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Make coprocessor number restrictions consistent.Simon Tatham2019-06-271-2/+2
* [ARM] Add remaining miscellaneous MVE instructions.Simon Tatham2019-06-251-19/+18
* [ARM] Add MVE vector load/store instructions.Simon Tatham2019-06-251-38/+253
* [ARM] Add MVE interleaving load/store family.Simon Tatham2019-06-241-22/+83
* [ARM] Add MVE 64-bit GPR <-> vector move instructions.Simon Tatham2019-06-211-0/+44
* [ARM] Add MVE vector instructions that take a scalar input.Simon Tatham2019-06-211-1/+16
* [ARM] Add a batch of similarly encoded MVE instructions.Simon Tatham2019-06-211-1/+40
* [ARM] Add MVE vector compare instructions.Simon Tatham2019-06-211-2/+3
* [ARM] Add a batch of MVE floating-point instructions.Simon Tatham2019-06-211-4/+47
* [ARM] Add a batch of MVE integer instructions.Simon Tatham2019-06-201-1/+3
* [ARM] Add MVE vector bit-operations (register inputs).Simon Tatham2019-06-191-25/+126
* [ARM] Add MVE vector shift instructions.Simon Tatham2019-06-181-4/+41
* [ARM] Add MVE integer vector min/max instructions.Simon Tatham2019-06-181-1/+2
* [ARM] Rename MVE instructions in Tablegen for consistency.Simon Tatham2019-06-181-23/+23
* [ARM] Set up infrastructure for MVE vector instructions.Simon Tatham2019-06-131-65/+424
* [ARM] Refactor handling of IT mask operands.Simon Tatham2019-06-131-46/+37
* [ARM] First MVE instructions: scalar shifts.Mikhail Maltsev2019-06-111-0/+9
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-111-24/+273
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Revert rL362953 and its followup rL362955.Simon Tatham2019-06-101-273/+24
* [ARM] Add the non-MVE instructions in Arm v8.1-M.Simon Tatham2019-06-101-24/+273
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-15/+16
* [ARM] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [ARM] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* ARM: disallow add/sub to sp unless Rn is also sp.Tim Northover2019-04-231-0/+14
* Test commit accessOliver Stannard2019-04-111-0/+1
* [ARM][Asm] Accept upper case coprocessor number and registersOliver Stannard2019-03-261-2/+2
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+3
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-53/+55
* [ARM] Make fullfp16 instructions not conditionalisable.Simon Tatham2019-02-251-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ARM][MC] Move information about variadic register defs into tablegenOliver Stannard2018-12-031-25/+1
* [ARM][Asm] Debug trace for the processInstruction loopOliver Stannard2018-12-031-1/+7
* [ARM][AsmParser] Improve debug printing of parsed asm operandsOliver Stannard2018-11-231-19/+39
* [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
OpenPOWER on IntegriCloud