aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/TGLexer.cpp
AgeCommit message (Expand)Author
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29remove attributions from utils.Chris Lattner
2007-11-22Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner
2007-11-21Switching back to strtoll. Including config.h. On VStudio builds, this overr...Chuck Rose III
2007-11-21This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III
2007-11-19Record the start of the current token, for use in error reporting.Chris Lattner
2007-11-19Add carat diagnostics to tblgen lexer errors.Chris Lattner
2007-11-18minor cleanupsChris Lattner
2007-11-18ensure header is self contained.Chris Lattner
2007-11-18reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner