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
/
TGParser.h
Age
Commit message (
Expand
)
Author
2009-06-21
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner
2009-06-08
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-05-14
Operation Enhancements
David Greene
2009-04-30
Rename the CurMultiClass formal parameter of TGParser::AddSubMultiClass
Bob Wilson
2009-04-30
Remove unnecessary "class" keywords.
Bob Wilson
2009-04-22
Implement multiclass inheritance.
David Greene
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
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
2009-02-14
Unbreak the build on win32.
Cedric Venet
2009-01-22
Make tblgen more portable, allowing it to build with ICC.
Chris Lattner
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