aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/TableGenBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2015-05-26[TableGen] Fix line wrapping logic for the autogenerated header to use math t...Craig Topper1-7/+6
2015-05-26[TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...Craig Topper1-3/+3
2015-05-26[TableGen] Put a space between '*' and description in the autogenerated table...Craig Topper1-7/+6
2015-05-26[TableGen] Fix indentation. NFCCraig Topper1-1/+1
2015-05-26[TableGen] Include header for each cpp file first. NFCCraig Topper1-2/+1
2013-01-28A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem1-6/+25
2012-06-19Emit TableGen's header comment with C-style comments, so it can be used from ...Benjamin Kramer1-4/+18
2012-06-13Eliminate struct TableGenBackend.Jakob Stoklund Olesen1-9/+2
2012-06-11Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen1-1/+4
2012-02-19StringRef'ize EmitSourceFileHeader().Ahmed Charles1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-0/+25