summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix escaping in asm string literals correctly by having tblgen unescape Chris Lattner2009-03-131-2/+2
* add a horrible hack to fix the build.Chris Lattner2009-03-131-0/+9
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-131-1/+25
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-5/+14
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-131-48/+14
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-0/+12
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-081-0/+1
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-2/+2
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+2
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-139/+87
* Switching back to strtoll. Including config.h. On VStudio builds, this overr...Chuck Rose III2007-11-211-3/+4
* This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III2007-11-211-3/+6
* Record the start of the current token, for use in error reporting.Chris Lattner2007-11-191-5/+6
* Add carat diagnostics to tblgen lexer errors.Chris Lattner2007-11-191-28/+53
* minor cleanupsChris Lattner2007-11-181-2/+2
* ensure header is self contained.Chris Lattner2007-11-181-1/+1
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-181-0/+439
OpenPOWER on IntegriCloud