aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some ...NAKAMURA Takumi2010-12-291-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-234-19/+16
* Remove a define which is never referenced.Chandler Carruth2010-10-231-6/+0
* Fixed handling of immediate operand sizes, whichSean Callanan2010-10-221-1/+1
* add basic avx support to the disassembler, also teach it about ssmem/sdmemChris Lattner2010-09-291-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+2
* my work on adding segment registers to LEA missed the Chris Lattner2010-07-131-12/+3
* This bug is also present in MSVC10. Requested by Elrood on IRC.Duncan Sands2010-06-051-2/+2
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-064-32/+15
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-051-3/+55
* disable optimizations in this directory for MSVC9. This avoidsChris Lattner2010-04-201-0/+7
* add a missing break back, patch by Nico Schmidt!Chris Lattner2010-04-161-0/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-132-0/+11
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-072-0/+4
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-023-136/+203
* TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar2010-03-201-2/+2
* Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer2010-03-181-2/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* More fixes for Visual C++. Replaced several very smallSean Callanan2009-12-231-10/+10
* Removed the "inline" keyword from the disassembler decoder,Sean Callanan2009-12-221-30/+30
* Fixes to the X86 disassembler:Sean Callanan2009-12-222-5/+17
* Include based on the current path, since we already -I the X86 target's path....Douglas Gregor2009-12-221-1/+1
* Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan2009-12-222-17/+21
* Fix some may-be-uninitialized var warnings.Daniel Dunbar2009-12-221-3/+3
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-222-14/+5
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-192-0/+13
* rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes2009-12-191-29/+29
* Use memset instead of bzero, its more portable.Daniel Dunbar2009-12-191-2/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-196-3/+2816
* Sketch structure for X86 disassembler.Daniel Dunbar2009-11-253-0/+51