aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/Error.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-23[TableGen] Use WithColor for printing errors/warningsJonas Devlieghere1-6/+3
2017-11-01[globalisel][regbank] Warn about MIR ambiguities when register bank/class nam...Daniel Sanders1-0/+4
2015-05-11Fix tablegen's PrintFatalError function to run registered fileJames Y Knight1-0/+5
2014-03-29tblgen: Twinify PrintFatalError.Benjamin Kramer1-3/+3
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen1-0/+6
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+0
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger1-8/+0
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger1-0/+12
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen1-4/+15
2012-04-18Fix copy/paste-o.Jim Grosbach1-1/+1
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach1-0/+16
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner1-2/+2
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-0/+39