summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/EDEmitter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated the enhanced disassembly library's TableGenSean Callanan2010-02-101-8/+1
| | | | | | | backend to not use exceptions at all except in cases of actual error. llvm-svn: 95762
* Updated the TableGen emitter for the EnhancedSean Callanan2010-02-101-209/+24
| | | | | | | Disassembler to take advantage of the refactored AsmWriterInst.h. Note removed parser code. llvm-svn: 95760
* Fixed some indentation in the AsmWriterInstSean Callanan2010-02-091-0/+1
| | | | | | | | implementation. Also changed the constructor so that it does not require a Record, making it usable by the EDEmitter. llvm-svn: 95715
* Quick fix to make the header file for the enhancedSean Callanan2010-01-291-3/+3
| | | | | | | disassembly information have a better comment (and better guard macros). llvm-svn: 94781
* Added a custom TableGen backend to support theSean Callanan2010-01-291-0/+856
enhanced disassembler, and the necessary makefile rules to build the table for X86. llvm-svn: 94764
OpenPOWER on IntegriCloud