aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-11/+11
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+6
* 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