aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen/TableGenBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer2012-06-191-4/+18
* Eliminate struct TableGenBackend.Jakob Stoklund Olesen2012-06-131-9/+2
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-1/+4
* StringRef'ize EmitSourceFileHeader().Ahmed Charles2012-02-191-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+25