| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add TableGen ctags(1) emitter and helper script. | Sean Silva | 2013-03-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | To use this in conjunction with exuberant ctags to generate a single combined tags file, run tblgen first and then $ ctags --append [...] Since some identifiers have corresponding definitions in C++ code, it can be useful (if using vim) to also use cscope, and :set cscopetagorder=1 so that :tag X will preferentially select the tablegen symbol, while :cscope find g X will always find the C++ symbol. Patch by Kevin Schoedel! (a couple small formatting changes courtesy of clang-format) llvm-svn: 177682 | ||||
| * | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -1/+0 |
| | | | | | llvm-svn: 170578 | ||||
| * | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 169344 | ||||
| * | add TableGen support to create relationship maps between instructions | Sebastian Pop | 2012-10-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Relationship maps are represented as InstrMapping records which are parsed by TableGen and the information is used to construct mapping tables to represent appropriate relations between instructions. These tables are emitted into XXXGenInstrInfo.inc file along with the functions to query them. Patch by Jyotsna Verma <jverma@codeaurora.org>. llvm-svn: 166685 | ||||
| * | Write llvm-tblgen backends as functions instead of sub-classes. | Jakob Stoklund Olesen | 2012-06-11 | 1 | -0/+78 |
| The TableGenBackend base class doesn't do much, and will be removed completely soon. Patch by Sean Silva! llvm-svn: 158311 | |||||

