Adjust to new API, add expandCall stub
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
2003-08-07 Vikram S. AdveFix assertion in MachineInstr::substituteValue().
2003-08-05 Chris LattnerDo not insert physical regsiters into the regsUsed set
2003-08-05 Chris LattnerAll callers of these methods actually wanted them to...
2003-08-03 Chris LattnerSimplify code, eliminating the need for the X86 isVoid...
2003-08-03 Chris LattnerRemove using decl
2003-07-10 Vikram S. AdveChange interface to MachineInstr::substituteValue to...
2003-05-31 Vikram S. AdveAllow explicit physical registers for implicit operands.
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-01-15 Chris LattnerRemove obsolete ctor
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerAdd support for 3 new forms of MachineOperand
2002-12-28 Chris Lattner* Add printing support for FrameIndex operands
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-11-17 Chris LattnerPrint is const!
2002-11-17 Chris LattnerRemove only uses of markDef/markDefAndUse methods
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerRemove more default arguments that are never used
2002-10-28 Chris LattnerRemove default operands that are never used
2002-10-28 Chris Lattner* Make MachineOperand ctors private, so MachineOperand...
2002-10-28 Chris LattnerRemove two arguments that are never specified
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-16 Vikram S. AdveDump routine now writes out allocated register numbers...
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-07-25 Chris Lattner*** empty log message ***
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-04-25 Vikram S. AdveImprove printing during dumps.
2002-04-08 Chris Lattners/method/function
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-02-03 Chris Lattner* Prune #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Vikram S. AdveModify AllocateLocalVar method to take a size argument.
2001-11-14 Ruchira SasankaSmall changed to printing a machine operand - It the...
2001-11-12 Vikram S. AdveBug fix in offset alignment computations: don't subtrac...
2001-11-12 Vikram S. AdveImproved printing routines.
2001-11-12 Vikram S. AdveAdjust all stack variable offsets to be aligned by...
2001-11-11 Vikram S. AdveFix errors in computing downgrowing offsets, and in
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod.
2001-10-18 Ruchira SasankaAdded implict operand printing for operator( ostream...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-09-30 Vikram S. AdveImproved dump for disp type operand.
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...