summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.cpp
Commit message (Expand)AuthorAge
...
* Fixed a bug: outputting name of variable instead of its value.Misha Brukman2003-07-15
* This optimization greatly enhances efficiency of creating new instructions byMisha Brukman2003-07-15
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-07
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-06
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-06
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-05
* Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman2003-06-03
* getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman2003-05-30
* Output the opcode name of the instruction being emitted to cerr.Misha Brukman2003-05-28
* Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman2003-05-27
* * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman2003-05-27
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-24