Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne | 2011-10-06 | 1 | -84/+0 |
| | | | | llvm-svn: 141293 | ||||
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -2/+2 |
| | | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 | ||||
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 121659 | ||||
* | Fix comment | Alexis Hunt | 2010-06-01 | 1 | -1/+1 |
| | | | | llvm-svn: 105297 | ||||
* | Allow for creation of clang DeclNodes tables. | Alexis Hunt | 2010-05-30 | 1 | -5/+53 |
| | | | | | | | | 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 | ||||
* | Fix some stylistic issues with my last commit. | Alexis Hunt | 2010-05-06 | 1 | -2/+2 |
| | | | | llvm-svn: 103164 | ||||
* | Add an emitter to handle the list of clang statement nodes. | Alexis Hunt | 2010-05-05 | 1 | -0/+36 |
llvm-svn: 103071 |