summaryrefslogtreecommitdiff
path: root/lib/TableGen/TGLexer.cpp
AgeCommit message (Expand)Author
2016-11-15TableGen: Add operator !orMatt Arsenault
2016-08-23Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner
2014-08-07Change TableGen so that binary literals such as 0b001 are now sized.Pete Cooper
2014-08-05Allow binary and for tblgen math.Joerg Sonnenberger
2014-07-06This only needs a StringRef.Rafael Espindola
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker
2014-05-07[tablegen] Add !listconcat operator with the similar semantics as !strconcatDaniel Sanders
2014-04-09[C++11] Make use of 'nullptr' in TableGen library.Craig Topper
2013-02-07tblgen: Diagnose duplicate includes.Sean Silva
2013-01-25Add an addition operator to TableGenHal Finkel
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-22Add Foreach LoopDavid Greene
2011-12-22TableGen: add a commentDylan Noblesmith
2011-12-22try to fix MSVC buildDylan Noblesmith
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-10-19Implement PasteDavid Greene
2011-10-19Disambiguate Numbers and IdentifiersDavid Greene
2011-10-19Add PeekDavid Greene
2011-10-07Remove MultidefsDavid Greene
2011-10-06Use StringSwitch.Benjamin Kramer
2011-10-06Simplify code. No functionality change.Benjamin Kramer
2011-10-06Fix TypoDavid Greene
2011-10-05Lexer Support for MultidefsDavid Greene
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne