aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen/TGLexer.cpp
AgeCommit message (Expand)Author
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