summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ARM] Tidy-up condition-code support functionsJaved Absar2017-08-271-38/+2
* [ARM] Tidy-up ARMAsmParser. NFC.Javed Absar2017-08-271-23/+5
* [ARM] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer2017-08-111-2/+4
* Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR"Tim Northover2017-08-081-5/+0
* [ARM] Fix assembly and disassembly for VMRS/VMSRAndre Vieira2017-08-071-0/+5
* [ARM] Tidy up banked registers encodingJaved Absar2017-08-031-39/+3
* [TargetParser] Use enum classes for various ARM kind enums.Florian Hahn2017-07-271-4/+4
* [ARM] Unify handling of M-Class system registersJaved Absar2017-07-192-72/+6
* [Arm] Fix -Wimplicit-fallthrough warnings. NFCI.Simon Pilgrim2017-07-071-0/+1
* [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
OpenPOWER on IntegriCloud