aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/TGLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-05-14TableGen: support #ifndef in addition to #ifdef.Tim Northover1-5/+13
2019-04-10[TableGen] Introduce !listsplat 'binary' operatorRoman Lebedev1-0/+1
2019-03-01[Tablegen] Add support for the !mul operator.Nicola Zaghen1-0/+1
2019-01-25[TblGen] Extend !if semantics through new feature !condJaved Absar1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-27[TableGen] Preprocessing supportVyacheslav Zakharin1-22/+535
2018-11-17Reverted r347092 due to the following build fails:Vyacheslav Zakharin1-535/+22
2018-11-16Preprocessing support in tablegen.Vyacheslav Zakharin1-22/+535
2018-03-14TableGen: Add !ne, !le, !lt, !ge, and !gt comparisonsNicolai Haehnle1-0/+5
2018-03-14TableGen: Add !dag function for constructionNicolai Haehnle1-0/+1
2018-03-09TableGen: Remove space at EOL in TGLexer.{h,cpp}Nicolai Haehnle1-25/+25
2018-03-09TableGen: Add a defset statementNicolai Haehnle1-0/+1
2018-03-09TableGen: add !isa operationNicolai Haehnle1-0/+1
2018-03-06TableGen: Add !foldl operationNicolai Haehnle1-0/+1
2018-02-23TableGen: Add !size operationNicolai Haehnle1-0/+1
2016-11-15TableGen: Add operator !orMatt Arsenault1-0/+1
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-6/+5
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2014-08-07Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper1-1/+1
2014-08-05Allow binary and for tblgen math.Joerg Sonnenberger1-0/+1
2014-07-06This only needs a StringRef.Rafael Espindola1-9/+9
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-2/+2
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders1-0/+1
2014-04-09[C++11] Make use of 'nullptr' in TableGen library.Craig Topper1-5/+5
2013-02-07tblgen: Diagnose duplicate includes.Sean Silva1-1/+9
2013-01-25Add an addition operator to TableGenHal Finkel1-0/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+5
2012-02-22Add Foreach LoopDavid Greene1-0/+1
2011-12-22TableGen: add a commentDylan Noblesmith1-1/+1
2011-12-22try to fix MSVC buildDylan Noblesmith1-0/+3
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+0
2011-10-19Implement PasteDavid Greene1-5/+5
2011-10-19Disambiguate Numbers and IdentifiersDavid Greene1-1/+37
2011-10-19Add PeekDavid Greene1-0/+4
2011-10-07Remove MultidefsDavid Greene1-1/+0
2011-10-06Use StringSwitch.Benjamin Kramer1-19/+21
2011-10-06Simplify code. No functionality change.Benjamin Kramer1-26/+24
2011-10-06Fix TypoDavid Greene1-1/+1
2011-10-05Lexer Support for MultidefsDavid Greene1-0/+1
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne1-0/+435