summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AsmParser] Mnemonic Spell CorrectorSjoerd Meijer2017-07-051-2/+8
* [ARM] Add .w aliases of MOV with shifted operandJohn Brawn2017-06-221-2/+4
* [ARM] Clean up choice of narrow instructions in ARMAsmParser, NFCJohn Brawn2017-06-221-33/+27
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* [ARM] Support fixup for Thumb2 modified immediatePeter Smith2017-06-051-2/+13
* [ARM] Rename HW div feature to HW div Thumb. NFCI.Diana Picus2017-04-201-2/+2
* [ARM] Add hardware build attributes in assemblerOliver Stannard2017-04-181-0/+7
* ARMAsmParser: clean up of isImmediate functionsSjoerd Meijer2017-04-031-201/+76
* [ARM] [Assembler] Support negative immediates for A32, T32 and T16Sanne Wouda2017-03-211-2/+30
* [ARM] Diagnose ARM MOVT without :lower16: or :upper16: expressionOliver Stannard2017-03-141-0/+1
* [ARM] Correct handling of LSL #0 in an IT blockJohn Brawn2017-03-071-1/+1
* Make TargetInstrInfo::isPredicable take a const reference, NFCKrzysztof Parzyszek2017-03-031-1/+1
* [ARM] Fix parsing of special register masksOliver Stannard2017-03-011-1/+1
* [ARM] Diagnose PC-writing instructions in IT blocksOliver Stannard2017-02-281-4/+7
* [ARM] LSL #0 is an alias of MOVJohn Brawn2017-02-271-11/+29
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-1/+5
* [ARM] Correct SP/PC handling in t2MOVrJohn Brawn2017-02-211-0/+16
* [ARM] Implement execute-only support in CodeGenPrakhar Bahuguna2016-12-151-0/+3
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* [ARM] Better error message for invalid flag-preserving Thumb1 instsOliver Stannard2016-12-061-1/+4
* [ARM][MC] Cleanup ARM Target Assembly ParserNirav Dave2016-11-021-540/+343
* [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.hAlex Bradbury2016-11-011-20/+20
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-3/+3
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* MC: Remove unused entities.Peter Collingbourne2016-10-091-1/+1
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Use StringReg in TargetParser APIs (NFC)Mehdi Amini2016-10-071-1/+1
* Defer asm errors to post-statement failureNirav Dave2016-09-161-68/+7
* Revert r281336 (and r281337), it caused PR30372.Nico Weber2016-09-131-7/+68
* Defer asm errors to post-statement failureNirav Dave2016-09-131-68/+7
* [ARM] Support ldr.w in pseudo instruction ldr rd,=immediatePeter Smith2016-09-131-0/+3
* Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...Eric Christopher2016-09-131-7/+68
* [MC] Defer asm errors to post-statement failureNirav Dave2016-09-121-68/+7
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna2016-08-161-0/+6
* Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."Matthias Braun2016-08-151-6/+0
* [Thumb] Validate branch target for CBZ/CBNZ instructions.Prakhar Bahuguna2016-08-151-0/+6
* [ARM] Don't copy MCInsts in loop. NFC.Benjamin Kramer2016-08-061-1/+1
* [ARM] Improve error messages for .arch_extension directiveOliver Stannard2016-07-261-4/+8
* [ARM] Implement -mimplicit-it assembler optionOliver Stannard2016-07-261-38/+327
* ARM: fix vmov.i64 immediate validity checkTim Northover2016-07-141-1/+1
* ARM: validate immediate branch targets in AsmParser.Tim Northover2016-07-111-0/+28
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-171-2/+2
* Revert "Refactor and cleanup Assembly Parsing / Lexing"Nirav Dave2016-06-161-2/+2
* Refactor and cleanup Assembly Parsing / LexingNirav Dave2016-06-161-2/+2
* [ARM] Accept conditional versions of BXNS and BLXNSOliver Stannard2016-06-071-0/+1
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-0/+18
* [ARM] Support and tests for transform of LDR rt, = to MOVRenato Golin2016-05-121-5/+66
* [ARM] Delay ARM constant pool creation. NFC.Renato Golin2016-05-121-6/+67
OpenPOWER on IntegriCloud