Unbreak VC++ build.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-01-09 Evan Cheng* Remove instruction fields hasInFlag / hasOutFlag...
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-23 Evan Cheng* Support for hasInFlag and hasOutFlag (on instructions...
2005-12-04 Evan Cheng* Commit the fix (by Chris) for a tblgen type inferenci...
2005-12-01 Nate BegemanNuke CodeGenInstruction's ValueType member, it is no...
2005-11-30 Nate Begemanfit into 80 columns
2005-11-19 Chris LattnerTeach tblgen about instruction operands that have multi...
2005-08-26 Chris Lattnerspell this variable right
2005-08-26 Chris LattnerExpose a new flag to TargetInstrInfo
2005-08-19 Chris LattnerFor now, just emit empty operand info structures.
2005-08-18 Chris LattnerFigure out how many operands each instruction has,...
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-02 Chris LattnerExpose isConvertibleToThreeAddress and isCommutable...
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerTurn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
2004-08-14 Chris LattnerMake the AsmWriter a first-class tblgen object. Allow...
2004-08-11 Chris LattnerStart parsing more information from the Operand information
2004-08-01 Chris LattnerParse the operand list of the instruction. We currentl...
2004-08-01 Chris LattnerAdd, and start using, the CodeGenInstruction class...