Minor changes.
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
2001-09-18 Vikram S. AdveMinor changes.
2001-09-15 Ruchira Sasankaadded setRegForValue to MachineOperand class
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-10 Chris LattnerFix a bug I introduced (assertion failed: Unknown opera...
2001-09-09 Chris LattnerImplement the subset of the GetConstantValueAsSignedInt...
2001-09-09 Chris LattnerFix problems with freeing memory twice
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-07 Chris LattnerThe header file for a translation unit should always...
2001-08-28 Vikram S. AdveMoved function PrintMachineInstructions here.
2001-08-13 Vikram S. AdveAlways set isDef for operand in position resultPos.
2001-08-13 Ruchira SasankaChanged SetMachineOpernad calls in Set3OperandsFromInst...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira Sasankaadded a default isDef arg to SetMachineOperand method...
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...