Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Clang tblgen backends from LLVM. | Peter Collingbourne | 2011-10-06 | 1 | -114/+0 |
| | | | | llvm-svn: 141293 | ||||
* | Move TableGen's parser and entry point into a library | Peter Collingbourne | 2011-10-01 | 1 | -1/+1 |
| | | | | | | This is the first step towards splitting LLVM and Clang's tblgen executables. llvm-svn: 140951 | ||||
* | Added LateParsed property to TableGen attributes. | Caitlin Sadowski | 2011-09-08 | 1 | -0/+13 |
| | | | | | | This patch was written by DeLesley Hutchins. llvm-svn: 139300 | ||||
* | Add a way to emit StringSwitch of clang attribute spellings. | Anders Carlsson | 2010-10-20 | 1 | -0/+13 |
| | | | | llvm-svn: 116899 | ||||
* | Finish full attribute class emission for clang. | Alexis Hunt | 2010-08-18 | 1 | -0/+39 |
| | | | | | | For more information, see the accompanying clang patch. llvm-svn: 111454 | ||||
* | Add preliminary clang attribute generation support. | Alexis Hunt | 2010-06-16 | 1 | -0/+49 |
The attribute class generation support is still somewhat limited. See the accompanying clang commit for more details. llvm-svn: 106174 |