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
/
Makefile
Age
Commit message (
Expand
)
Author
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-10
tblgen: Compile TableGen without RTTI.
Sean Silva
2011-10-06
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-05-05
Add an emitter to handle the list of clang statement nodes.
Sean Hunt
2009-05-08
Change 'make install' to install tblgen, for better support of out-of-tree ta...
Chris Lattner
2009-02-26
these utils don't need exports.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-11-22
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner
2007-11-18
reimplement the tblgen lexer with a simple hand-written lexer. This eliminates
Chris Lattner
2007-10-18
tblgen uses dynamic_cast heavily, so it needs rtti info
Chris Lattner
2007-02-06
Set the new NO_INSTALL flag for build-only tools.
Reid Spencer
2006-07-07
tblgen uses EH
Chris Lattner
2006-06-01
Don't build tblgen with -pedantic or -Wno-long-long
Reid Spencer
2006-04-13
Add missing things to the distribution.
Reid Spencer
2005-08-27
Implement PR614:
Reid Spencer
2004-10-30
Internalize variable names to prevent recursive assignment. Cleanup docs.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-09-03
Clean up some "clean:" targets so they use $(VERB) and don't print anything
Reid Spencer
2004-08-29
Link with LLVMsystem.a for operating system independence.
Reid Spencer
2004-06-17
Make header comment fit within 80 cols.
Misha Brukman
2003-10-20
Added LLVM copyright to Makefiles.
John Criswell
2003-10-16
Removed the .PRECIOUS of Lex and Yacc output files.
John Criswell
2003-10-05
Move support/tools/* back into utils
Chris Lattner
2003-09-29
Updated Makefiles to reflect new location in llvm/support/tools.
John Criswell
2003-08-19
X86.td has been moved out of this directory; these are outdated targets.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2002-12-03
Don't delete temporary files
Chris Lattner
2002-12-02
Add correct dependency
Chris Lattner
2002-12-02
Split up targets
Chris Lattner
2002-12-02
Initial checkin of TableGen utility
Chris Lattner