First cut at TargetMachineRegistry and RegisterTarget classes
[oota-llvm.git] / include / llvm / Target / MRegisterInfo.h
2004-06-11 Misha BrukmanFix grammar: 's is for possessive only.
2004-06-04 Chris LattnerFix a nasty bug that caused areAliases to always return...
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-02-26 Alkis EvlogimenosUncomment assertions that register# != 0 on calls to
2004-02-25 Alkis EvlogimenosTemporarily comment out asserts as they break things...
2004-02-25 Alkis EvlogimenosDuh, forgot to close the parenthesis.
2004-02-25 Alkis EvlogimenosAdd assert to isPhysicalRegister and isVirtualRegister...
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-19 Alkis EvlogimenosThis is needed by assignment verification in linear...
2004-02-17 Chris LattnerSimplify and document the new interface
2004-02-17 Alkis EvlogimenosAdd API to check and fold memory operands into instruct...
2004-02-14 Chris LattnerThe prologue/epilogue related method calls have no...
2004-02-12 Alkis EvlogimenosChange interface so that we can add to the end of a...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-01 Alkis EvlogimenosAdd MRegisterInfo::getNumRegs().
2004-01-31 Chris LattnerAdd two static methods to avoid having client code...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-04 Alkis EvlogimenosUpdate documentation since it was misleading: make...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-07-30 Chris LattnerCode generation passes don't need access to raw LLVM...
2003-07-29 Chris LattnerMove value type enums to CodeGen/ValueTypes.h
2003-07-25 Chris Lattner#include <cassert> as necessary...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-01-13 Chris LattnerAdd new getName method
2002-12-28 Chris Lattner* Keep track of register alignment as well as register...
2002-12-25 Chris LattnerSimplify spill interface methods
2002-12-17 Chris LattnerSimplify interface to remove virtual function references
2002-12-16 Chris LattnerAdd support for register alias set description
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris LattnerSimplify TargetRegisterClass a bit, also eliminating...
2002-12-15 Chris Lattner* Rename const_regclass_begin/end to just regclass_begi...
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-04 Misha BrukmanAdded prototypes for emitting prologue and epilogue...
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-03 Misha BrukmanRegisterInfo now supports handing out caller- and calle...
2002-11-22 Misha BrukmanAdded virtual functions for storing and retrieving...
2002-11-20 Misha BrukmanMRegisterInfo.h - Added prototypes for functions we...
2002-10-25 Chris LattnerInitial checkin of target support for X86 backend.