summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper2014-08-071-1/+1
* Allow binary and for tblgen math.Joerg Sonnenberger2014-08-051-0/+1
* This only needs a StringRef.Rafael Espindola2014-07-061-9/+9
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-2/+2
* [tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders2014-05-071-0/+1
* [C++11] Make use of 'nullptr' in TableGen library.Craig Topper2014-04-091-5/+5
* tblgen: Diagnose duplicate includes.Sean Silva2013-02-071-1/+9
* Add an addition operator to TableGenHal Finkel2013-01-251-0/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+5
* Add Foreach LoopDavid Greene2012-02-221-0/+1
* TableGen: add a commentDylan Noblesmith2011-12-221-1/+1
* try to fix MSVC buildDylan Noblesmith2011-12-221-0/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Implement PasteDavid Greene2011-10-191-5/+5
* Disambiguate Numbers and IdentifiersDavid Greene2011-10-191-1/+37
* Add PeekDavid Greene2011-10-191-0/+4
* Remove MultidefsDavid Greene2011-10-071-1/+0
* Use StringSwitch.Benjamin Kramer2011-10-061-19/+21
* Simplify code. No functionality change.Benjamin Kramer2011-10-061-26/+24
* Fix TypoDavid Greene2011-10-061-1/+1
* Lexer Support for MultidefsDavid Greene2011-10-051-0/+1
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+435
OpenPOWER on IntegriCloud