aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/TGLexer.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-07Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper1-0/+9
2014-08-05Allow binary and for tblgen math.Joerg Sonnenberger1-2/+2
2014-07-06This only needs a StringRef.Rafael Espindola1-2/+2
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-1/+1
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders1-1/+1
2013-02-07tblgen: Diagnose duplicate includes.Sean Silva1-4/+9
2013-01-25Add an addition operator to TableGenHal Finkel1-1/+1
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-1/+1
2012-02-22Add Foreach LoopDavid Greene1-1/+1
2011-10-19Implement PasteDavid Greene1-1/+2
2011-10-19Add PeekDavid Greene1-0/+1
2011-10-07Remove MultidefsDavid Greene1-1/+1
2011-10-05Lexer Support for MultidefsDavid Greene1-1/+1
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-0/+125