Fix cmake build.
[oota-llvm.git] / lib / Target / X86 / Disassembler /
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...
2009-12-23 Sean CallananMore fixes for Visual C++. Replaced several very small
2009-12-22 Sean CallananRemoved the "inline" keyword from the disassembler...
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 CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-22 Daniel DunbarFix some may-be-uninitialized var warnings.
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 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-11-25 Daniel DunbarSketch structure for X86 disassembler.