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
/
support
/
tools
/
TableGen
/
TableGen.cpp
Age
Commit message (
Expand
)
Author
2003-10-05
Move support/lib into lib/Support
Chris Lattner
2003-09-07
Fixed spelling of `intentionally'.
Misha Brukman
2003-08-27
Added an option to TableGen that allows users to specify a directory in which
John Criswell
2003-08-14
Using `std::remove' requires `cstdio.h'.
Misha Brukman
2003-08-06
Add an instruction selector emitter skeleton
Chris Lattner
2003-08-03
add new --gen-instr-desc option
Chris Lattner
2003-08-03
Add support for instruction enum emission
Chris Lattner
2003-08-01
Tablegen should only replace the output if it changes
Chris Lattner
2003-08-01
Make sure to delete the output file if there is an error
Chris Lattner
2003-08-01
Add the ability to emit register file enums
Chris Lattner
2003-08-01
Dead code elimination
Chris Lattner
2003-08-01
Add file comment
Chris Lattner
2003-07-31
Rename createEmitter to run because eventually all tablegen backends will
Chris Lattner
2003-07-30
Make tablegen take an input filename to parse if one is specified, otherwise
Chris Lattner
2003-07-29
Don't crash if there is no Inst class in the tablegen file!
Chris Lattner
2003-06-03
Spiff up options a bit
Chris Lattner
2003-06-03
Add -o support for TableGen
Chris Lattner
2003-06-03
Make tablegen use more structured command line options
Chris Lattner
2003-05-24
Add ability to utilize the code emitter generator (CodeEmitterGen).
Misha Brukman
2002-12-03
Add code that can be used for debugging
Chris Lattner
2002-12-02
Adjustments due to new FieldInit stuff
Chris Lattner
2002-12-02
Initial checkin of TableGen utility
Chris Lattner