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
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-11
Added assert.h so that it compiles under newer versions of GCC.
John Criswell
2003-06-06
Old versions of GCC doesn't have <ostream> :(
Chris Lattner
2003-06-06
All debug print statements are now output with the DEBUG() guard to make
Misha Brukman
2003-06-05
* Stop ignoring cc registers, since we actually use them in branches.
Misha Brukman
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-06-03
Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)
Misha Brukman
2003-05-30
getValueOp() now takes a MachineInstr as well as a MachineOperand.
Misha Brukman
2003-05-28
Output the opcode name of the instruction being emitted to cerr.
Misha Brukman
2003-05-27
Cannot output `static' in generated cpp code: results in error. It's already
Misha Brukman
2003-05-27
* Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)
Misha Brukman
2003-05-24
Add ability to utilize the code emitter generator (CodeEmitterGen).
Misha Brukman
2003-05-24
First cut at the Code Generator using the TableGen methodology.
Misha Brukman
2003-05-20
I fixed that ``thang'', yo.
Misha Brukman
2002-12-06
Fix bug
Chris Lattner
2002-12-06
Allow printing partially constructed bitsets
Chris Lattner
2002-12-06
Don't delete values that may still be referenced!
Chris Lattner
2002-12-06
Tighten up assertion checking
Chris Lattner
2002-12-03
Add code that can be used for debugging
Chris Lattner
2002-12-03
Continue implementing field initializers
Chris Lattner
2002-12-03
Don't delete temporary files
Chris Lattner
2002-12-02
Continued support for field intitializers
Chris Lattner
2002-12-02
Continued support for field initializer
Chris Lattner
2002-12-02
Continued support for Field Initializer
Chris Lattner
2002-12-02
Adjustments due to new FieldInit stuff
Chris Lattner
2002-12-02
Add comments, factor out common code
Chris Lattner
2002-12-02
Add support for field exprs
Chris Lattner
2002-12-02
* Move BitsInit::resolveReferences up with the rest of BitsInit code
Chris Lattner
2002-12-02
Initial support for Field Expressions
Chris Lattner
2002-12-02
Add correct dependency
Chris Lattner
2002-12-02
Split up targets
Chris Lattner
2002-12-02
Add comments
Chris Lattner
2002-12-02
Initial checkin of TableGen utility
Chris Lattner