| Age | Commit message (Expand) | Author |
| 2003-08-01 | Dead code elimination | Chris Lattner |
| 2003-08-01 | Add new getValueAsBitsInit 'high-level' method | Chris Lattner |
| 2003-08-01 | Add file comment | Chris Lattner |
| 2003-08-01 | Initial checkin of register info emitter | Chris Lattner |
| 2003-08-01 | Simplify code to match new interfaces | Chris Lattner |
| 2003-08-01 | Switch over to an exception handling model for "high-level" requests. | Chris Lattner |
| 2003-08-01 | Minor cleanups | Chris Lattner |
| 2003-08-01 | Factor code out into a new getAllDerivedDefinitions method, which is generall... | Chris Lattner |
| 2003-07-31 | More minor cleanups of the interface | Chris Lattner |
| 2003-07-31 | Rename createEmitter to run because eventually all tablegen backends will | Chris Lattner |
| 2003-07-31 | Add file comment | Chris Lattner |
| 2003-07-31 | Tighten up interface | Chris Lattner |
| 2003-07-30 | Add support for code fragments | Chris Lattner |
| 2003-07-30 | Initial support for the 'code' type. | Chris Lattner |
| 2003-07-30 | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner |
| 2003-07-30 | Minor reorganization, move ParseFile to the lexer | Chris Lattner |
| 2003-07-30 | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner |
| 2003-07-30 | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner |
| 2003-07-30 | Fix coredump for when an ID is used illegally outside a record | Chris Lattner |
| 2003-07-30 | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner |
| 2003-07-30 | Implement TODO: disallow 'def's with template arguments. | Chris Lattner |
| 2003-07-30 | Allow specification of anonymous definitions | Chris Lattner |
| 2003-07-30 | Allow passing lists through variables | Chris Lattner |
| 2003-07-30 | Implement resolution of variables to the value of the variable once it gets a... | Chris Lattner |
| 2003-07-29 | Don't crash if there is no Inst class in the tablegen file! | Chris Lattner |
| 2003-07-28 | Add support for Set statements without {}'s. Now we can just say | Chris Lattner |
| 2003-07-28 | Allow initializing variable initializers with variables | Chris Lattner |
| 2003-07-25 | Use C++ headers, not C headers | Chris Lattner |
| 2003-07-18 | Added a DEBUG() guard to a debug information printout. | Misha Brukman |
| 2003-07-15 | Fixed a bug: outputting name of variable instead of its value. | Misha Brukman |
| 2003-07-15 | This optimization greatly enhances efficiency of creating new instructions by | Misha Brukman |
| 2003-07-07 | Stop using the `Offset' variable, as we are cycling through the bits of a field | Misha Brukman |
| 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 |