summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [scan-build] fix warnings emitted on LLVM ARM code baseRenato Golin2016-05-121-1/+3
* [ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directiveOliver Stannard2016-04-111-0/+30
* ARM: disallow pc as a base register in Thumb2 memory ops.Tim Northover2016-02-251-1/+1
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-2/+2
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* [ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith2016-01-251-0/+26
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-251-1/+2
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2016-01-251-3/+41
* Revert "[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline...Reid Kleckner2016-01-151-1/+1
* # This is a combination of 2 commits.Reid Kleckner2016-01-151-26/+0
* [ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-0/+26
* [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/MainlineBradley Smith2016-01-151-1/+1
* [ARM] Add B.W and CBZ instructions to ARMv8-M BaselineBradley Smith2016-01-151-2/+5
* Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner2015-12-161-41/+3
* [ARM] Add ARMv8.2-A FP16 vector instructionsOliver Stannard2015-12-161-2/+4
* [ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard2015-12-161-3/+41
* ARM: Change ArchCheck field to uint64_tMatthias Braun2015-12-011-1/+1
* [ARM] Add ARMv8.2-A to TargetParserOliver Stannard2015-12-011-0/+1
* [ARM,AArch64] Store source location of asm constant pool entriesOliver Stannard2015-11-161-2/+5
* [ARM,AArch64] Store source location for values in assembly filesOliver Stannard2015-11-161-1/+1
* [ARM] Introduce subtarget features per ARM architecture.Bradley Smith2015-11-161-2/+2
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+6
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-17/+16
* [ARM] Allow SP in rGPR, starting from ARMv8Artyom Skrobov2015-10-281-11/+29
* Actually switch the arch when we see .arch. PR21695Roman Divacky2015-10-021-0/+5
* [ARM] Support for ARMv6-Z / ARMv6-ZK missingArtyom Skrobov2015-09-301-2/+1
* [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov2015-09-241-3/+3
* [Triple] Stop abusing a class to have only static methods and just useChandler Carruth2015-08-301-5/+5
* Revert "Centralize the information about which object format we are using."Rafael Espindola2015-08-141-8/+33
* Centralize the information about which object format we are using.Rafael Espindola2015-08-141-33/+8
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-011-81/+0
* - Added support for parsing HWDiv features using Target Parser.Alexandros Lamprineas2015-07-271-2/+2
* [llvm-mc] Pushing plumbing through for --fatal-warnings flag.Colin LeMahieu2015-07-271-1/+1
* ARMAsmParser: Take MCInst param by const-refHans Wennborg2015-07-141-8/+9
* [ARM] Handle commutativity when converting to tADDhirr in Thumb2Scott Douglass2015-07-131-3/+11
* [ARM] Add Thumb2 ADD with SP narrowing from 3 operand to 2Scott Douglass2015-07-131-5/+14
* [ARM] Small refactor of tryConvertingToTwoOperandForm (nfc)Scott Douglass2015-07-131-7/+10
* MC: Only allow changing feature bits in MCSubtargetInfoDuncan P. N. Exon Smith2015-07-101-1/+1
* MC: Remove MCSubtargetInfo::InitCPUSched()Duncan P. N. Exon Smith2015-07-101-1/+0
* [ARM] Thumb1 3 to 2 operand convertion for commutative operationsScott Douglass2015-07-091-3/+21
* [ARM] Don't be overzealous converting Thumb1 3 to 2 operandsScott Douglass2015-07-091-0/+5
OpenPOWER on IntegriCloud