Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86Disassembler.cpp
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.