IMPLICIT_DEF was not the beautiful elegant solution I thought it was going
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.cpp
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
2003-01-13 Chris Lattner* Move frame and constant pool indexes to first argumen...
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner*** Implement frame pointer elimination on X86!
2002-12-25 Chris LattnerNew simpler spill interface
2002-12-23 Chris LattnerFix compilation on gcc 2.96
2002-12-20 Chris LattnerFix warning
2002-12-17 Chris LattnerUpdate to use new interface for register info
2002-12-17 Chris LattnerRound number of bytes allocated on the stack up to...
2002-12-17 Chris LattnerRegister allocator is responsible for spilling callee...
2002-12-16 Chris LattnerFix prolog/epilog in the presence of alloca
2002-12-16 Chris LattnerFinish implementation of alias list impl
2002-12-16 Chris LattnerTry #2 to get alias set stuff to work
2002-12-16 Chris LattnerAdd info about register file aliasing
2002-12-15 Chris LattnerCorrect the setting of Def flags on registers that...
2002-12-15 Chris LattnerSimplify interfaces used by regalloc to insert code
2002-12-13 Misha BrukmanCleaned up the code: factored out switch/case into...
2002-12-13 Misha BrukmanTreat longs as ints => pretend they're all 32-bit value...
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-13 Misha BrukmanMoves now select correct opcode based on the data size.
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-12-02 Misha BrukmanFix order of operands on a store from reg to [reg+offset].
2002-11-22 Misha BrukmanOops. Got the MOVrm and MOVmr mixed up. Fixed. We can...
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.