| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for code fragments | Chris Lattner | 2003-07-30 | 3 | -7/+29 |
* | Initial support for the 'code' type. | Chris Lattner | 2003-07-30 | 3 | -1/+13 |
* | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner | 2003-07-30 | 2 | -9/+88 |
* | Minor reorganization, move ParseFile to the lexer | Chris Lattner | 2003-07-30 | 2 | -24/+22 |
* | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner | 2003-07-30 | 2 | -6/+21 |
* | Directly support C style comments in tblgen, but allow them to actually nest | Chris Lattner | 2003-07-30 | 1 | -0/+13 |
* | Fix coredump for when an ID is used illegally outside a record | Chris Lattner | 2003-07-30 | 1 | -0/+4 |
* | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner | 2003-07-30 | 2 | -3/+24 |
* | Implement TODO: disallow 'def's with template arguments. | Chris Lattner | 2003-07-30 | 1 | -1/+6 |
* | Allow specification of anonymous definitions | Chris Lattner | 2003-07-30 | 1 | -4/+9 |
* | Allow passing lists through variables | Chris Lattner | 2003-07-30 | 2 | -5/+19 |
* | Implement resolution of variables to the value of the variable once it gets a... | Chris Lattner | 2003-07-30 | 2 | -1/+22 |
* | Don't crash if there is no Inst class in the tablegen file! | Chris Lattner | 2003-07-29 | 3 | -5/+12 |
* | Add support for Set statements without {}'s. Now we can just say | Chris Lattner | 2003-07-28 | 1 | -7/+14 |
* | Allow initializing variable initializers with variables | Chris Lattner | 2003-07-28 | 2 | -1/+11 |
* | Use C++ headers, not C headers | Chris Lattner | 2003-07-25 | 1 | -1/+1 |
* | Added a DEBUG() guard to a debug information printout. | Misha Brukman | 2003-07-18 | 1 | -1/+2 |
* | Fixed a bug: outputting name of variable instead of its value. | Misha Brukman | 2003-07-15 | 1 | -11/+17 |
* | This optimization greatly enhances efficiency of creating new instructions by | Misha Brukman | 2003-07-15 | 1 | -6/+106 |
* | Stop using the `Offset' variable, as we are cycling through the bits of a field | Misha Brukman | 2003-07-07 | 1 | -8/+7 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -0/+7 |
* | Added assert.h so that it compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Old versions of GCC doesn't have <ostream> :( | Chris Lattner | 2003-06-06 | 2 | -2/+1 |
* | All debug print statements are now output with the DEBUG() guard to make | Misha Brukman | 2003-06-06 | 1 | -3/+3 |
* | * Stop ignoring cc registers, since we actually use them in branches. | Misha Brukman | 2003-06-05 | 1 | -1/+2 |
* | Spiff up options a bit | Chris Lattner | 2003-06-03 | 1 | -2/+3 |
* | Add -o support for TableGen | Chris Lattner | 2003-06-03 | 1 | -4/+25 |
* | Make tablegen use more structured command line options | Chris Lattner | 2003-06-03 | 1 | -16/+33 |
* | Stop ignoring the `cc' field, we actually use it now (e.g. conditional move) | Misha Brukman | 2003-06-03 | 1 | -2/+1 |
* | getValueOp() now takes a MachineInstr as well as a MachineOperand. | Misha Brukman | 2003-05-30 | 1 | -1/+1 |
* | Output the opcode name of the instruction being emitted to cerr. | Misha Brukman | 2003-05-28 | 1 | -3/+4 |
* | Cannot output `static' in generated cpp code: results in error. It's already | Misha Brukman | 2003-05-27 | 1 | -1/+1 |
* | * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible) | Misha Brukman | 2003-05-27 | 1 | -16/+33 |
* | Add ability to utilize the code emitter generator (CodeEmitterGen). | Misha Brukman | 2003-05-24 | 1 | -1/+21 |
* | First cut at the Code Generator using the TableGen methodology. | Misha Brukman | 2003-05-24 | 2 | -0/+128 |
* | I fixed that ``thang'', yo. | Misha Brukman | 2003-05-20 | 1 | -1/+1 |
* | Fix bug | Chris Lattner | 2002-12-06 | 1 | -2/+2 |
* | Allow printing partially constructed bitsets | Chris Lattner | 2002-12-06 | 1 | -1/+4 |
* | Don't delete values that may still be referenced! | Chris Lattner | 2002-12-06 | 1 | -2/+0 |
* | Tighten up assertion checking | Chris Lattner | 2002-12-06 | 3 | -9/+19 |
* | Add code that can be used for debugging | Chris Lattner | 2002-12-03 | 1 | -2/+11 |
* | Continue implementing field initializers | Chris Lattner | 2002-12-03 | 2 | -30/+52 |
* | Don't delete temporary files | Chris Lattner | 2002-12-03 | 1 | -0/+2 |
* | Ignore generated files FileLexer.* and FileParser.* | Misha Brukman | 2002-12-02 | 1 | -0/+2 |
* | Continued support for field intitializers | Chris Lattner | 2002-12-02 | 2 | -17/+36 |
* | Continued support for field initializer | Chris Lattner | 2002-12-02 | 1 | -11/+46 |
* | Continued support for Field Initializer | Chris Lattner | 2002-12-02 | 1 | -14/+42 |
* | Adjustments due to new FieldInit stuff | Chris Lattner | 2002-12-02 | 1 | -6/+12 |
* | Add comments, factor out common code | Chris Lattner | 2002-12-02 | 1 | -10/+22 |
* | Add support for field exprs | Chris Lattner | 2002-12-02 | 1 | -0/+7 |