Use std::bitset for SubtargetFeatures
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86Disassembler.cpp
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-02 Craig Topper[X86] Fix diassembler crash on AVX512 cmpps/cmppd with...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-01-28 Craig Topper[X86] Teach disassembler to handle illegal immediates...
2015-01-21 Craig Topper[X86] Convert all the i8imm used by SSE and AVX instruc...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2014-12-26 Craig TopperTeach disassembler to handle illegal immediates on...
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-10 Rafael EspindolaMisc style fixes. NFC.
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-04-28 Patrik HagglundFix gcc -Wsign-compare warning in X86DisassemblerTables...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-23 Elena DemikhovskyX86Disassembler - fixed a bug in immediate print
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-20 Richard SmithWhat year is it! This file has no reason to be written...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-13 Lang Hames[X86] unique_ptr'ify one of X86GenericDisassembler...
2014-01-23 NAKAMURA TakumiX86Disassembler.cpp: Fix @param introduced in r199804...
2014-01-22 Benjamin KramerRemove param doxygen comment for non-existing parameter.
2014-01-22 David Woodhouse[x86] Fix uninitialized variable warning in translate...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-20 David Woodhouse[x86] Infer disassembler mode from SubtargetInfo featur...
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-01 NAKAMURA TakumiX86Disassembler.cpp: Prune stray @return on translateFP...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-08-25 Craig TopperFirst round of fixes for the x86 fixes for the x86...
2013-08-24 Craig TopperRemove trailing whitespace.
2013-07-28 Elena DemikhovskyAdded encoding prefixes for KNL instructions (EVEX).
2013-06-20 Kevin EnderbyUpdate the X86 disassembler to use xacquire and xreleas...
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
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-09-05 Roman DivackyUse const properly so that we dont remove const qualifi...
2012-08-31 Craig TopperAdd support for converting llvm.fma to fma4 instructions.
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-24 Kevin EnderbyFix a bug in the x86 disassembler's symbolic disassembl...
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-04-18 Kevin EnderbyFixed the llvm-mv X86 disassembler so the 'C' API gets...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-02-29 Kevin EnderbyAdded annotations for x86 pc relative loads to llvm...
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
2012-02-06 Derek SchuffEnable streaming of bitcode
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-21 Benjamin KramerX86Disassembler: if verbose logging is going to nulls...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-14 Craig TopperMake disassembling of VBLEND* print immediate as a...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-17 Owen AndersonAllow the MCDisassembler to return a "soft fail" status...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-02-21 Sean CallananFixed a bug in the X86 disassembler where a member...
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-22 Douglas GregorInclude based on the current path, since we already...
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-19 Daniel Dunbar#if 0 out X86 disassembler for now, it is breaking...
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-11-25 Daniel DunbarSketch structure for X86 disassembler.