Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne | 2011-10-06 | 1 | -168/+0 |
| | | | | llvm-svn: 141293 | ||||
* | TableGen: Keep the order of DECL_CONTEXT() for DeclNodes.td. RecordVector ↵ | NAKAMURA Takumi | 2011-04-11 | 1 | -4/+7 |
| | | | | | | | | may be used instead of RecordSet. The result of DeclNodes.inc was unstable on msys, Windows 7 x64. llvm-svn: 129317 | ||||
* | Allow for creation of clang DeclNodes tables. | Alexis Hunt | 2010-05-30 | 1 | -46/+70 |
| | | | | | | | | The StmtNodes generator has been generalized to allow for the creation of DeclNodes tables as well, and another emitter was added for DeclContexts. llvm-svn: 105164 | ||||
* | Replace FIRST_* and LAST_* macros with a generic STMT_RANGE macro | Alexis Hunt | 2010-05-18 | 1 | -20/+27 |
| | | | | | | Also rename ABSTRACT to ABSTRACT_STMT llvm-svn: 104018 | ||||
* | Fix some stylistic issues with my last commit. | Alexis Hunt | 2010-05-06 | 1 | -76/+84 |
| | | | | llvm-svn: 103164 | ||||
* | Add newline to end of file to avoid warning | Shantonu Sen | 2010-05-05 | 1 | -1/+1 |
| | | | | | | when building llvm with clang llvm-svn: 103084 | ||||
* | Include the right header for toupper | Alexis Hunt | 2010-05-05 | 1 | -1/+1 |
| | | | | llvm-svn: 103073 | ||||
* | Add an emitter to handle the list of clang statement nodes. | Alexis Hunt | 2010-05-05 | 1 | -0/+126 |
llvm-svn: 103071 |