index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
TGLexer.cpp
Age
Commit message (
Expand
)
Author
2009-03-13
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-03-13
add a horrible hack to fix the build.
Chris Lattner
2009-03-13
add support for a few simple escape characters in tblgen strings.
Chris Lattner
2009-03-13
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2008-10-17
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-08
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
remove attributions from utils.
Chris Lattner
2007-11-22
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner
2007-11-21
Switching back to strtoll. Including config.h. On VStudio builds, this overr...
Chuck Rose III
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-19
Record the start of the current token, for use in error reporting.
Chris Lattner
2007-11-19
Add carat diagnostics to tblgen lexer errors.
Chris Lattner
2007-11-18
minor cleanups
Chris Lattner
2007-11-18
ensure header is self contained.
Chris Lattner
2007-11-18
reimplement the tblgen lexer with a simple hand-written lexer. This eliminates
Chris Lattner