summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle2018-03-141-0/+5
* TableGen: Add !dag function for constructionNicolai Haehnle2018-03-141-0/+1
* TableGen: Remove space at EOL in TGLexer.{h,cpp}Nicolai Haehnle2018-03-091-25/+25
* TableGen: Add a defset statementNicolai Haehnle2018-03-091-0/+1
* TableGen: add !isa operationNicolai Haehnle2018-03-091-0/+1
* TableGen: Add !foldl operationNicolai Haehnle2018-03-061-0/+1
* TableGen: Add !size operationNicolai Haehnle2018-02-231-0/+1
* TableGen: Add operator !orMatt Arsenault2016-11-151-0/+1
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-08-231-6/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* 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