summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper2014-08-071-0/+9
* Allow binary and for tblgen math.Joerg Sonnenberger2014-08-051-2/+2
* This only needs a StringRef.Rafael Espindola2014-07-061-2/+2
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-1/+1
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-071-1/+1
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-071-4/+9
* Add an addition operator to TableGenHal Finkel2013-01-251-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Add Foreach LoopDavid Greene2012-02-221-1/+1
* Implement PasteDavid Greene2011-10-191-1/+2
* Add PeekDavid Greene2011-10-191-0/+1
* Remove MultidefsDavid Greene2011-10-071-1/+1
* Lexer Support for MultidefsDavid Greene2011-10-051-1/+1
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+125
OpenPOWER on IntegriCloud