Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make clang-tblgen backends functions instead of TableGenBackends. | Jakob Stoklund Olesen | 2012-06-13 | 1 | -9/+18 | |
| | | | | | | | | Get rid of a bunch of header files. TableGen output should be unaffected. Patch by Sean Silva! llvm-svn: 158388 | |||||
* | Remove DiagGroups from notes, and add a TableGen assertion to catch them. | Richard Smith | 2012-05-04 | 1 | -0/+2 | |
| | | | | llvm-svn: 156192 | |||||
* | [tablegen] Make sure that the code that is determining the order of warning ↵ | Argyrios Kyrtzidis | 2012-03-06 | 1 | -51/+46 | |
| | | | | | | | | groups is shared to avoid any "misalignment" if indices. llvm-svn: 152074 | |||||
* | Store the warning option corresponding to a diagnostics as an index into the ↵ | Benjamin Kramer | 2012-02-15 | 1 | -5/+23 | |
| | | | | | | | | option table instead of storing the name. Another 8 bytes + relocation removed from every diagnostic on x86_64. llvm-svn: 150615 | |||||
* | drop more llvm:: prefixes on SmallString<> | Dylan Noblesmith | 2012-02-13 | 1 | -1/+1 | |
| | | | | | | More cleanup after r149799. llvm-svn: 150380 | |||||
* | Kill the brief and full explanation fields from StaticDiagInfoRec. They were ↵ | Benjamin Kramer | 2012-02-09 | 1 | -8/+0 | |
| | | | | | | | | unused and wasted space for nothing. - per PR11952. llvm-svn: 150199 | |||||
* | Remove unused include of VectorExtras.h. | Benjamin Kramer | 2012-01-07 | 1 | -1/+0 | |
| | | | | llvm-svn: 147737 | |||||
* | Validate DiagGroup names in TableGen, they're used as command line arguments ↵ | Benjamin Kramer | 2011-11-15 | 1 | -0/+4 | |
| | | | | | | so we don't want shell meta chars in there. llvm-svn: 144645 | |||||
* | Use StringRef's case transformation methods. | Benjamin Kramer | 2011-11-06 | 1 | -2/+1 | |
| | | | | llvm-svn: 143889 | |||||
* | Add the Clang tblgen backends to Clang, and flip the switch to cause | Peter Collingbourne | 2011-10-06 | 1 | -0/+378 | |
the build systems to use clang-tblgen. llvm-svn: 141291 |