aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen/TableGenBackend.cpp
AgeCommit message (Expand)Author
2013-01-28A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem
2012-06-19Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen
2012-02-19StringRef'ize EmitSourceFileHeader().Ahmed Charles
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne