summaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAge
* 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