summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAge
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* simplify some error recovery stuff.Chris Lattner2009-06-21
* 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
* move TGSourceMgr class out of TableGen into libsupport.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
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-05
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-13
* add a horrible hack to fix the build.Chris Lattner2009-03-13
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-13
* 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
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-08
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* remove attributions from utils.Chris Lattner2007-12-29
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-22
* Switching back to strtoll. Including config.h. On VStudio builds, this overr...Chuck Rose III2007-11-21
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-21
* 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
* minor cleanupsChris Lattner2007-11-18
* ensure header is self contained.Chris Lattner2007-11-18
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-18