aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl1-0/+4
2017-10-18[ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM modeAndre Vieira1-2/+8
2017-09-29[ARM] v8.3-a complex number supportSam Parker1-0/+37
2017-09-22[ARM] Fix assembly and disassembly for VMRS/VMSRAndre Vieira1-0/+24
2017-09-20[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...Eugene Zelenko1-5/+4
2017-08-11[ARM] Assembler support for the ARMv8.2a dot product instructionsSjoerd Meijer1-0/+15
2017-08-08Revert "[ARM] Fix assembly and disassembly for VMRS/VMSR"Tim Northover1-24/+0
2017-08-07[ARM] Fix assembly and disassembly for VMRS/VMSRAndre Vieira1-0/+24
2017-06-29[llvm-objdump] Handle invalid instruction gracefully on ARMEugene Leviant1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-13ARMDisassembler: loop over ARM decode tablesSjoerd Meijer1-57/+20
2017-01-27[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko1-33/+29
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-4/+4
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-3/+3
2016-06-17[ARM] Add support for mrrc/mrrc2 intrinsics.Ranjeet Singh1-8/+26
2016-06-15Reverting r272778 because there's an assertionRanjeet Singh1-26/+8
2016-06-15[ARM] Add support for mrrc/mrrc2 intrinsics.Ranjeet Singh1-8/+26
2016-06-13[ARM] Reverting r272544 because clang patch needsRanjeet Singh1-26/+8
2016-06-13[ARM] Add mrrc/mrrc2 co-processor intrinsicsRanjeet Singh1-8/+26
2016-06-03RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer1-0/+31
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer1-1/+1
2016-01-25[ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith1-0/+18
2016-01-25[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-0/+23
2016-01-15# This is a combination of 2 commits.Reid Kleckner1-18/+0
2016-01-15[ARM] Add new system registers to ARMv8-M Baseline/MainlineBradley Smith1-0/+18
2015-12-16Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"Reid Kleckner1-23/+0
2015-12-16[ARM] Add ARMv8.2-A FP16 vector instructionsOliver Stannard1-8/+66
2015-12-16[ARM] Add ARMv8.2-A FP16 scalar instructionsOliver Stannard1-0/+23
2015-11-20Test commitVinicius Tinti1-4/+4
2015-10-28[ARM] Allow SP in rGPR, starting from ARMv8Artyom Skrobov1-2/+7
2015-09-24[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.defArtyom Skrobov1-1/+1
2015-08-11Explicitly clear the MI operand list when getInstruction() is called. Call M...Cameron Esfahani1-20/+0
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-2/+2
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-2/+2
2015-05-26Use std::bitset for SubtargetFeatures.Michael Kuperstein1-35/+43
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach1-151/+151
2015-05-13Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-43/+35
2015-05-13Use std::bitset for SubtargetFeaturesMichael Kuperstein1-35/+43
2015-04-16[ARM] Add v8.1a "Privileged Access Never" extensionVladimir Sukharev1-0/+52
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-2/+2
2015-03-24Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein1-39/+32
2015-03-24Use std::bitset for SubtargetFeaturesMichael Kuperstein1-32/+39
2015-02-19Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein1-39/+32
2015-02-19Use std::bitset for SubtargetFeaturesMichael Kuperstein1-32/+39
2015-01-19[ARM] SSAT/USAT with an 'asr #32' shift should result in an undefined encodin...Bradley Smith1-1/+1
2014-12-02Remove unused function.Asiri Rathnayake1-11/+0
2014-12-01Add post-decode checking of HVC instruction.Charlie Turner1-1/+23
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola1-12/+7
2014-11-10Misc style fixes. NFC.Rafael Espindola1-130/+120
2014-11-05[ARM] Remove dead code identified by the Clang static analyzer.Tilmann Scheller1-2/+0