Added LLVM copyright header.
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.cpp
2003-10-20 John CriswellAdded LLVM copyright header.
2003-09-17 Misha BrukmanDo not put DEBUG() guard around error condition; this...
2003-08-06 Misha BrukmanAdded asserts to prevent negative shift amounts from...
2003-08-06 Chris Lattnerconvert over to using TableGen backends
2003-08-05 Misha BrukmanStop special-casing annul and predict bits (which are...
2003-08-05 Chris LattnerNo functional changes, comment the fix I just put in
2003-08-05 Chris LattnerThe CodeEmitterGenerator used to consider ANY uninitial...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerAdd new getValueAsBitsInit 'high-level' method
2003-08-01 Chris LattnerSimplify code to match new interfaces
2003-08-01 Chris LattnerMinor cleanups
2003-08-01 Chris LattnerFactor code out into a new getAllDerivedDefinitions...
2003-07-31 Chris LattnerMore minor cleanups of the interface
2003-07-31 Chris LattnerRename createEmitter to run because eventually all...
2003-07-29 Chris LattnerDon't crash if there is no Inst class in the tablegen...
2003-07-18 Misha BrukmanAdded a DEBUG() guard to a debug information printout.
2003-07-15 Misha BrukmanFixed a bug: outputting name of variable instead of...
2003-07-15 Misha BrukmanThis optimization greatly enhances efficiency of creati...
2003-07-07 Misha BrukmanStop using the `Offset' variable, as we are cycling...
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-06-06 Misha BrukmanAll debug print statements are now output with the...
2003-06-05 Misha Brukman* Stop ignoring cc registers, since we actually use...
2003-06-03 Misha BrukmanStop ignoring the `cc' field, we actually use it now...
2003-05-30 Misha BrukmangetValueOp() now takes a MachineInstr as well as a...
2003-05-28 Misha BrukmanOutput the opcode name of the instruction being emitted...
2003-05-27 Misha BrukmanCannot output `static' in generated cpp code: results...
2003-05-27 Misha Brukman* Now outputting a static function getBinaryCodeForInst...
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...