| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes to the X86 disassembler: | Sean Callanan | 2009-12-22 | 1 | -5/+16 |
| | | | | | | | | | Made LEA memory operands emit only 4 MCInst operands. Made the scale operand equal 1 for instructions that have no SIB byte. llvm-svn: 91919 | ||||
| * | Include based on the current path, since we already -I the X86 target's ↵ | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
| | | | | | | | path. Fixes CMake build llvm-svn: 91908 | ||||
| * | Fixed library dependencies between the X86 disassembler and | Sean Callanan | 2009-12-22 | 1 | -8/+5 |
| | | | | | | | X86 codegen that were causing circular symbol dependencies. llvm-svn: 91871 | ||||
| * | #if 0 out X86 disassembler for now, it is breaking the build in multiple places. | Daniel Dunbar | 2009-12-19 | 1 | -0/+7 |
| | | | | | llvm-svn: 91778 | ||||
| * | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -3/+435 |
| | | | | | | | | | | | | | | | | | | | | | incarnations), integrated into the MC framework. The disassembler is table-driven, using a custom TableGen backend to generate hierarchical tables optimized for fast decode. The disassembler consumes MemoryObjects and produces arrays of MCInsts, adhering to the abstract base class MCDisassembler (llvm/MC/MCDisassembler.h). The disassembler is documented in detail in - lib/Target/X86/Disassembler/X86Disassembler.cpp (disassembler runtime) - utils/TableGen/DisassemblerEmitter.cpp (table emitter) You can test the disassembler by running llvm-mc -disassemble for i386 or x86_64 targets. Please let me know if you encounter any problems with it. llvm-svn: 91749 | ||||
| * | Sketch structure for X86 disassembler. | Daniel Dunbar | 2009-11-25 | 1 | -0/+29 |
| llvm-svn: 89850 | |||||

