summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ARMTargetParser] Move IAS arch ext parser. NFCRenato Golin2015-05-301-20/+22
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-14/+14
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-1/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-77/+79
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-4/+4
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-269/+269
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-79/+77
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-77/+79
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-121-16/+16
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-081-22/+4
* [ARM] Add v8.1a "Privileged Access Never" extensionVladimir Sukharev2015-04-161-1/+1
* Fix BXJ is undefined in AArch32.Charlie Turner2015-04-151-0/+8
* Refactor: Simplify boolean expressions in ARM targetAlexander Kornienko2015-04-141-27/+24
* [ARM] Rename v8.1a from "extension" to "architecture"Vladimir Sukharev2015-04-011-2/+2
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-0/+3
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-79/+77
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-77/+79
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-3/+3
OpenPOWER on IntegriCloud