summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmParser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-79/+77
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-77/+79
* ARM: Fix another regression introduced in r223113Asiri Rathnayake2015-02-121-5/+0
* [ARM] Fix subtarget feature set truncation when using .cpu directiveBradley Smith2015-02-041-2/+1
* Fix some unnoticed/unwanted behavior change from r222319.Frederic Riss2015-02-041-1/+1
* ARM: make a table more readable (NFC)Saleem Abdulrasool2015-01-311-28/+40
* ARM: further correct .fpu directive handlingSaleem Abdulrasool2015-01-301-7/+9
* ARM: improve caret diagnostics for invalid FPU nameSaleem Abdulrasool2015-01-301-1/+2
* ARM: correct handling of .fpu directiveSaleem Abdulrasool2015-01-301-23/+35
* Correct POP handling for v7mJyoti Allur2015-01-141-4/+4
* ARM: prepare prefix parsing for improved AAELF supportSaleem Abdulrasool2015-01-131-5/+43
* Fix regression in r225266.Asiri Rathnayake2015-01-071-1/+1
* [ARM] Cleanup so_imm* tblgen defintionsAsiri Rathnayake2015-01-061-41/+8
* Parse Tag_compatibility correctly.Charlie Turner2015-01-051-2/+7
* Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...Craig Topper2015-01-031-1/+0
* ARM: fix an off-by-one in the register list accessSaleem Abdulrasool2014-12-181-2/+2
* ARM: improve instruction validation for thumb modeSaleem Abdulrasool2014-12-181-15/+76
* Fix modified immediate bug reported by MC Hammer.Asiri Rathnayake2014-12-091-11/+6
* Add a FIXME as requested by Renato Golin.Roman Divacky2014-12-041-0/+3
* Fix yet another unseen regression caused by r223113Asiri Rathnayake2014-12-041-14/+26
OpenPOWER on IntegriCloud