Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / X86 / X86RegisterInfo.cpp
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-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-14 Chris LattnerOutput a contorted sequence of instructions to make...
2003-10-14 Chris LattnerDisable the leaf function optimization, which is appare...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-04 Chris LattnerRename register classes to be upper case to make it...
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-07-29 Chris LattnerMove "register flags" definition the type of registers...
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.