summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.h
Commit message (Expand)AuthorAge
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* Remove unused STL header includes.Jay Foad2011-04-23
* Correct small comment order typo.Francois Pichet2011-03-14
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* prune #include, fix warning.Chris Lattner2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Operation EnhancementsDavid Greene2009-05-14
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* make "locations" a class instead of a typedef.Chris Lattner2009-03-13
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-13
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-22
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* remove attributions from utils.Chris Lattner2007-12-29
* add missing #includeChris Lattner2007-11-22
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22
* Record the start of the current token, for use in error reporting.Chris Lattner2007-11-19
* Add carat diagnostics to tblgen lexer errors.Chris Lattner2007-11-19
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-18