Add a overload to CostTable which allows it to infer the size of the table.
[oota-llvm.git] / lib / Target / X86 / Disassembler /
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.
2013-03-25 NAKAMURA TakumiX86DisassemblerDecoder.c: Make this C89-compliant.
2013-03-25 NAKAMURA TakumiWhitespace.
2013-03-25 Dave Zarzyckix86 -- disassemble the REP/REPNE prefix when needed
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-10-29 Joerg SonnenbergerFix typo
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
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-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Craig TopperMake INSTRUCTION_SPECIFIER_FIELDS match X86Disassembler...
2012-07-31 Craig TopperTidy up trailing whitespace
2012-07-31 Craig TopperTidy up trailing whitespace
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-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
2012-03-10 Benjamin KramerC files in llvm still have to be C89 compliant, remove...
2012-03-09 Kevin EnderbyFix the x86 disassembler to at least print the lock...
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-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-23 Kevin EnderbyUpdated the llvm-mc disassembler C API to support for...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-11 Benjamin KramerDon't mix declarations and code.
2012-02-11 Benjamin KramerMake the EDis tables const.
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
2012-02-09 Craig TopperMore tweaks to get the size of the X86 disassembler...
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-04 Benjamin KramerSilence warnings of a mysterious compiler that still...
2012-01-01 Benjamin KramerX86Disassembler: Fix undefined behavior found by GCC 4.6
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-21 Craig TopperRemove mode specific disassembler classes and just...
2011-12-21 Craig TopperFix typo in a couple comments
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-05 Craig TopperChange C++ style comments to C style comments in X86...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperFix VEX disassembling to ignore REX.RXBW bits in 32...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
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-13 Craig TopperOnly disassembler instructions with vvvv != 1111 if...
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-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-02-27 Benjamin KramerSilence enum conversion warnings.
2011-02-21 Sean CallananFixed a bug in the X86 disassembler where a member...
2011-02-02 Sean CallananFixed a bug in the disassembler where the mandatory...
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2010-12-29 NAKAMURA TakumiCMake: Add disabling optimization on MSVC8 and MSVC10...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-09-29 Chris Lattneradd basic avx support to the disassembler, also teach...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-06-05 Duncan SandsThis bug is also present in MSVC10. Requested by Elroo...
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-20 Chris Lattnerdisable optimizations in this directory for MSVC9....
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-03-20 Daniel DunbarTargetRegistry: Fix create{AsmInfo,MCDisassembler}...
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
next