summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TableGenBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Fix line wrapping logic for the autogenerated header to use math t...Craig Topper2015-05-261-7/+6
* [TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ...Craig Topper2015-05-261-3/+3
* [TableGen] Put a space between '*' and description in the autogenerated table...Craig Topper2015-05-261-7/+6
* [TableGen] Fix indentation. NFCCraig Topper2015-05-261-1/+1
* [TableGen] Include header for each cpp file first. NFCCraig Topper2015-05-261-2/+1
* A bugfix for tblgen, in the function ‘emitSourceFileHeader’.Nadav Rotem2013-01-281-6/+25
* 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
OpenPOWER on IntegriCloud