This field no longer exists
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
2006-04-20 Chris LattnerThis field no longer exists
2006-04-20 Chris LattnerRemove some of the obvious V9-specific cruft
2006-04-17 Chris LattnerAdd a MachineInstr::eraseFromParent convenience method.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-09 Misha Brukman* Doxygenify comments
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-17 Brian GaekeMake debugging dumps w/ multiple MachineBBs for a given...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-05-24 Tanya LattnerChanged clone to be const.
2004-05-23 Tanya LattnerFixed up my changes to add support for cloning Machine...
2004-05-23 Tanya LattnerAdding support to clone MachineInstr
2004-03-03 Brian GaekeMake MachineOperand's value named 'contents'. Make...
2004-02-29 Chris Lattnerint64_t -> int
2004-02-27 Alkis EvlogimenosFix crash caused by passing register 0 to
2004-02-23 Chris LattnerFix bugs in finegrainification
2004-02-23 Chris LattnerFinegrainify namespacification
2004-02-19 Chris LattnerFix a __LONG__ term annoyance of mine: symbolic registe...
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-13 Brian GaekeAdd head-of-file comments and Doxygen comments. Tighte...
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Chris LattnerRename the opCode instance variable to Opcode
2004-02-12 Chris LattnerThis field is never read
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-03 Alkis EvlogimenosWhen an instruction like: A += B had both A and B virtu...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-17 Misha BrukmanFixed spelling.
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.
next