Add helper method
[oota-llvm.git] / include / llvm / CodeGen / MachineInstr.h
2002-11-18 Chris LattnerAdd helper method
2002-11-17 Chris LattnerPrint is const!
2002-11-17 Chris LattnerFinish enumating code
2002-11-17 Chris LattnerRemove unused methods
2002-11-17 Chris LattnerConvert to use an enum to access def/use/use&def inform...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
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 LattnerRemove typedef that is unneccesary
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd new getOperandType(i) method to MachineInstr
2002-10-28 Chris LattnerFairly major overhaul of MachineInstr & Operand classes
2002-10-28 Chris LattnerMake MachineInstr.h not #include MachineInstrInfo.h
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-22 Chris LattnerSmall space optimization: Make MachineOperands take...
2002-10-21 Chris LattnerRemove a 'using' directives from a header file. Using...
2002-09-20 Vikram S. AdveAdd method MachineInstr::replace to rewrite a machine...
2002-09-16 Vikram S. AdveAdd method MachineOperand::hasAllocatedReg().
2002-08-14 Vikram S. AdveAdd method MachineInstr::substituteValue() which substi...
2002-08-09 Chris LattnerDo not add an extra vtable to EVERY machineinstr created.
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-05-19 Vikram S. AdveMachineInstr now inherits from Annotable.
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-03 Chris Lattner* Prune many #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-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod to provide method...
2001-10-19 Ruchira SasankaAdded code to Initialize (MachineOperand) to initialize...
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-13 Chris LattnerDang, I screwed up the merge. This should be better
2001-10-13 Chris LattnerClean up initializers for GCC 2.96
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Vikram S. AdveAdd vector `implicitUses' to class MachineCodeForVMInst...
2001-09-18 Ruchira Sasanka--added methods to operand class to set/get registers...
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-15 Ruchira Sasankaadded a method to get reg num after register allocation
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-10 Chris LattnerUpdate assertion to allow extra case
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
2001-08-28 Vikram S. AdveAdded function MachineInstr::operandIsDefined(i) and...
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-30 Vikram S. AdveAdded class MachineCodeForBasicBlock.
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-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerNonpolymorphic class, doesn't need a virtual dtor!
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. AdveHeader files for the target architecture description...