Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance the fixed-length disassembler to support the callbacks necessary for ↵ | Owen Anderson | 2011-04-18 | 1 | -5/+10 |
| | | | | | | symbolic disassembly. llvm-svn: 129708 | ||||
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
| | | | | | | Luis Felipe Strano Moraes! llvm-svn: 129558 | ||||
* | Ignore isCodeGenOnly instructions when generating diassembly tables. | Owen Anderson | 2011-03-14 | 1 | -1/+2 |
| | | | | llvm-svn: 127619 | ||||
* | Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for ↵ | Owen Anderson | 2011-02-18 | 1 | -0/+1372 |
fixed-length instruction encodings. A major part of its (eventual) goal is to support a much cleaner separation between disassembly callbacks provided by the target and the disassembler emitter itself, i.e. not requiring hardcoding of knowledge in tblgen like the existing disassembly emitters do. The hope is that some day this will allow us to replace the existing non-Thumb ARM disassembler and remove some of the hacks the old one introduced to tblgen. llvm-svn: 125966 |