summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/ARMDecoderEmitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old-style ARM disassembler, which is no longer used.Owen Anderson2011-11-091-49/+0
| | | | llvm-svn: 144243
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-2/+1
| | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120304
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
| | | | llvm-svn: 108130
* Change from .../Support/DataTypes.h to .../System/DataTypes.h.Johnny Chen2010-04-021-1/+1
| | | | | | (Fix build failure) llvm-svn: 100243
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-021-0/+50
backend (ARMDecoderEmitter) which emits the decoder functions for ARM and Thumb, and the disassembler core which invokes the decoder function and builds up the MCInst based on the decoded Opcode. Reviewed by Chris Latter and Bob Wilson. llvm-svn: 100233
OpenPOWER on IntegriCloud