summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Introduce an if/then/else statement.Simon Tatham2020-01-141-0/+3
* [TableGen] Introduce a `defvar` statement.Simon Tatham2020-01-141-0/+1
* [TableGen] Add bang-operators !getop and !setop.Simon Tatham2019-12-111-0/+2
* Tablegen: Remove the error for duplicate include files.River Riddle2019-11-201-9/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* TableGen: support #ifndef in addition to #ifdef.Tim Northover2019-05-141-5/+13
* [TableGen] Introduce !listsplat 'binary' operatorRoman Lebedev2019-04-101-0/+1
* [Tablegen] Add support for the !mul operator.Nicola Zaghen2019-03-011-0/+1
* [TblGen] Extend !if semantics through new feature !condJaved Absar2019-01-251-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [TableGen] Preprocessing supportVyacheslav Zakharin2018-11-271-22/+535
* Reverted r347092 due to the following build fails:Vyacheslav Zakharin2018-11-171-535/+22
* Preprocessing support in tablegen.Vyacheslav Zakharin2018-11-161-22/+535
* 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