aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler
AgeCommit message (Expand)Author
2010-07-13my work on adding segment registers to LEA missed the Chris Lattner
2010-06-05This bug is also present in MSVC10. Requested by Elrood on IRC.Duncan Sands
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan
2010-05-05Fixed a sign-extension bug in the X86 disassemblerSean Callanan
2010-04-20disable optimizations in this directory for MSVC9. This avoidsChris Lattner
2010-04-16add a missing break back, patch by Nico Schmidt!Chris Lattner
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-07Fixed a bug where the disassembler would allow an immediateSean Callanan
2010-04-02Fixes to the X86 disassembler. The disassembler will nowSean Callanan
2010-03-20TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.Daniel Dunbar
2010-03-18Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer
2010-03-12Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-12-23More fixes for Visual C++. Replaced several very smallSean Callanan
2009-12-22Removed the "inline" keyword from the disassembler decoder,Sean Callanan
2009-12-22Fixes to the X86 disassembler:Sean Callanan
2009-12-22Include based on the current path, since we already -I the X86 target's path....Douglas Gregor
2009-12-22Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan
2009-12-22Fix some may-be-uninitialized var warnings.Daniel Dunbar
2009-12-22Fixed library dependencies between the X86 disassembler andSean Callanan
2009-12-19#if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar
2009-12-19rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes
2009-12-19Use memset instead of bzero, its more portable.Daniel Dunbar
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan
2009-11-25Sketch structure for X86 disassembler.Daniel Dunbar