aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* 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