TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.
[oota-llvm.git] / lib / Target / X86 / Disassembler /
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.