Clean up code a bit.
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.h
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-02-17 Chris LattnerChange to match the newer, simpler, 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...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-08-01 Chris LattnerThis method is long dead
2002-12-28 Chris LattnerChanges to match new MRegisterInfo api
2002-12-25 Chris LattnerAdjustments to match new simpler spill interface
2002-12-17 Chris LattnerUpdate to use new interface for register info
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-15 Chris Lattner* Simplify TargetRegisterClass implementations
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-04 Misha BrukmanImplemented functions for emitting prologues and epilogues;
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-03 Misha BrukmanAdded support for callee- and caller-save registers.
2002-11-22 Misha BrukmanAdded methods to read/write values to stack in .h,...
2002-11-20 Misha BrukmanAdd definitions for function headers from MRegisterInfo.h:
2002-10-25 Chris LattnerInitial checkin of X86 backend.