llvm-6502/lib/MC/MCDisassembler
Jakob Stoklund Olesen d5ce3ffa67 Compress MCRegisterInfo register name tables.
Store (debugging) register names as offsets into a string table instead
of as char pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157449 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-25 00:21:41 +00:00
..
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
Disassembler.cpp Fixed two leaks in the MC disassembler. The MC 2012-04-06 18:21:09 +00:00
Disassembler.h Fixed two leaks in the MC disassembler. The MC 2012-04-06 18:21:09 +00:00
EDDisassembler.cpp Compress MCRegisterInfo register name tables. 2012-05-25 00:21:41 +00:00
EDDisassembler.h Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. 2012-04-02 06:09:36 +00:00
EDInfo.h
EDInst.cpp
EDInst.h
EDMain.cpp Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
EDOperand.cpp Modified the Enhanced Disassembler to create and 2012-02-04 07:45:35 +00:00
EDOperand.h
EDToken.cpp
EDToken.h
LLVMBuild.txt Clients are responsible for initializing the targets, remove it from the disassembler API. 2011-11-11 13:20:40 +00:00
Makefile