Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-03 Chris LattnerThe NOOP instruction is no longer needed. Instead...
2003-07-29 Vikram S. AdveUnify all constant evaluations that depend on register...
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanNOP instructions are pseudo-instructions. We should...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Start renaming MachineInstrInfo -> TargetInstrInfo
2002-12-28 Chris LattnerSparc specific methods default to abort rather than...
2002-12-25 Chris LattnerAdd comment
2002-12-15 Chris LattnerExport well known instruction opcodes usable by target...
2002-12-12 Misha BrukmanDefine the 2-address flag used by X86 instructions...
2002-12-03 Chris LattnerAdd entries to track information about implicit uses...
2002-11-17 Chris LattnerMake sure that print gets a targetmachine
2002-11-17 Chris LattnerAdd machine independant printer interface
2002-10-30 Chris Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerRename opCodeString to Name, add new getName() method
2002-10-29 Chris LattnerRename MachineInstrInfo::getDescriptor to MachineInstrI...
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine member
2002-10-28 Chris LattnerStrip a bunch of #includes from the file, move some...
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris Lattner* s/unsigned int/unsigned
2002-10-28 Chris LattnerMake scheduling class variables be 'unsigned' instead...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-24 Chris Lattner* Remove unneccesary #includes
2002-09-29 Vikram S. AdveMinor change to interface for Create{Zero,Sign}Extensio...
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-16 Vikram S. AdveAdd methods to query about the representation of LLVM...
2002-09-05 Vikram S. AdveAdd new function MachineInstrInfo::CreateZeroExtensionI...
2002-07-10 Vikram S. AdveMinor change in comments.
2002-05-19 Vikram S. AdveNew function CreateSignExtensionInstructions.
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveAdded machine-independent value for INVALID_MACHINE_OPCODE.
2002-02-03 Chris LattnerRemove #include
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-14 Vikram S. AdveAdd function returning which operand holds immediate...
2001-11-14 Ruchira Sasankaadded isPseudoInstr()
2001-11-12 Ruchira SasankaChanged for adding Phi Elimination code
2001-11-10 Ruchira SasankaMade isPhi const
2001-11-09 Vikram S. AdveAdded class MachineCacheInfo.
2001-11-08 Vikram S. AdveAdd method CreateCodeToCopyIntToFloat.
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...