Split ConstantVals.h into Constant.h and Constants.h
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
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...