Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
[oota-llvm.git] / lib / Target / ARM / Disassembler / ARMDisassembler.cpp
2015-12-16 Reid KlecknerRevert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 vector instructions
2015-12-16 Oliver Stannard[ARM] Add ARMv8.2-A FP16 scalar instructions
2015-11-20 Vinicius TintiTest commit
2015-10-28 Artyom Skrobov[ARM] Allow SP in rGPR, starting from ARMv8
2015-09-24 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-08-11 Cameron EsfahaniExplicitly clear the MI operand list when getInstructio...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2014-12-02 Asiri RathnayakeRemove unused function.
2014-12-01 Charlie TurnerAdd post-decode checking of HVC instruction.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-11-05 Tilmann Scheller[ARM] Remove dead code identified by the Clang static...
2014-11-05 Oliver Stannard[ARM] Honor FeatureD16 in the assembler and disassembler
2014-10-23 Oliver Stannard[Thumb2] Improve disassembly of memory hints
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-01 James MolloyAllow only disassembling of M-class MSR masks that...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-10-30 Artyom Skrobov[ARM] NEON instructions were erroneously decoded from...
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-01 Joey Gouly[ARM] Remove an unused function from the disassembler.
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-08-06 Mihai PopaThis corrects creation of operands for t2PLDW. It also...
2013-07-17 Joey Gouly[ARMv8] Add support for the NEON instructions vmaxnm...
2013-07-04 Joey GoulyRemove an unneeded call to 'UpdateThumbVFPPredicate...
2013-07-04 Joey GoulyAdd support for MC assembling and disassembling of...
2013-06-24 Amaury de la VieuvilleARM: check predicate bits for thumb instructions
2013-06-24 Amaury de la VieuvilleARM: rGPR is meant to be unpredictable, not undefined
2013-06-24 Amaury de la VieuvilleARM: fix IT decoding
2013-06-24 Amaury de la VieuvilleARM: enable decoding of pc-relative PLD/PLI
2013-06-18 Amaury de la VieuvilleARM: fix thumb literal loads decoding
2013-06-18 Amaury de la VieuvilleARM: thumb stores cannot use PC as dest register
2013-06-13 Amaury de la VieuvilleARM: fix B decoding
2013-06-11 Amaury de la VieuvilleARM: Enforce decoding rules for VLDn instructions
2013-06-11 Amaury de la VieuvilleARM: Fix STREX/LDREX reecoding
2013-06-10 Amaury de la VieuvilleARM: ISB cannot be passed the same options as DMB
2013-06-08 Amaury de la VieuvilleARM: fix VMOVvnf32 decoding when ambiguous with VCVT
2013-06-08 Amaury de la VieuvilleARM: enforce SRS decoding constraints
2013-06-08 Amaury de la VieuvilleARM: fix CPS decoding when ambiguous with QADD
2013-06-08 Amaury de la VieuvilleARM: fix VCVT decoding
2013-05-31 Tim NorthoverARM: add fstmx and fldmx instructions for assembly
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-20 Mihai PopaVSTn instructions have a number of encoding constraints...
2013-05-20 Mihai PopaQ registers are encoded in fields of the same length...
2013-05-19 Benjamin KramerReplace some bit operations with simpler ones. No funct...
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-19 Tim NorthoverARM: Permit "sp" in ARM variant of STREXD instructions
2013-04-19 Tim NorthoverARM: permit "sp" in ARM variants of MOVW/MOVT instructions
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-03-28 Gordon KeiserFix issue with disassembler decoding CBZ/CBNZ immediate...
2013-03-26 Joe AbbeyPatch by Gordon Keiser!
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-29 Kevin EnderbyFixed the arm disassembly of invalid BFI instructions...
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-18 Kevin EnderbyFix a bug where a 32-bit address with the high bit...
2012-09-22 Tim NorthoverFix the handling of edge cases in ARM shifted operands.
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
2012-09-06 Tim NorthoverCheck for invalid alignment values when decoding VLDn...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-17 Craig TopperRemove unnecessary include of ARMGenInstrInfo.inc.
2012-08-14 Jim GrosbachSwitch the fixed-length disassembler to be table-driven.
2012-08-02 Jiangning LiuFix #13035, a bug around Thumb instruction LDRD/STRD...
2012-08-02 Jiangning LiuFix #13138, a bug around ARM instruction DSB encoding...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Richard BartonOops - correct broken disassembly for VMOV
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-06-06 Richard BartonCorrect decoder for T1 conditional B encoding
2012-05-22 NAKAMURA TakumiARMDisassembler.cpp: Fix utf8 char in comments.
2012-05-04 Kevin EnderbyTweak to the fix in r156212, as with the change in...
2012-05-04 Kevin EnderbyFix a bug in the ARM disassembler for wide branch condi...
2012-05-03 Kevin EnderbyFix issues with the ARM bl and blx thumb instructions...
2012-05-03 Silviu BarangaFixed disassembler for vstm/vldm ARM VFP instructions.
2012-04-27 Jim GrosbachARM: Tweak tADDrSP definition for consistent operand...
2012-04-27 Richard BartonRefactor IT handling not to store the bottom bit of...
2012-04-24 Richard BartonRefactor Thumb ITState handling in ARM Disassembler...
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
next