summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2Scott Douglass2015-07-091-2/+12
* [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)Scott Douglass2015-07-091-42/+45
* Reverting r241058 because it's causing buildbot failures.Ranjeet Singh2015-06-301-26/+26
* There are a few places where subtarget features are stillRanjeet Singh2015-06-301-26/+26
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-14/+6
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-67/+5
* Comment change. NFCRenato Golin2015-05-301-3/+2
OpenPOWER on IntegriCloud