Fix frame pointer handling:
[oota-llvm.git] / lib / Target / PowerPC / PowerPCRegisterInfo.cpp
2004-08-16 Nate BegemanFix frame pointer handling:
2004-08-15 Chris LattnerInsertion methods now return void instead of #instrs...
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-14 Nate BegemanAdd support for frame pointers, and large offsets from...
2004-08-11 Misha Brukman* Set the is64bit boolean flag in PowerPCRegisterInfo
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-09 Reid SpencerFix stack size processing now that the return address...
2004-08-06 Chris LattnerChanges commited for Nate Begeman:
2004-07-30 Misha Brukman* Temporarily suspend LR save/restore optimization...
2004-07-27 Misha BrukmanRemove empty unused method processFunctionBeforeFrameFi...
2004-07-27 Misha BrukmanSave and restore LR just like any other register and...
2004-07-26 Misha BrukmanDo not store the stack pointer if the stack size is 0.
2004-07-26 Misha BrukmanFix subtracting values > 2^15 in the prologue/epilogue...
2004-07-21 Misha BrukmanUse addSImm() instead of addImm() for stack offsets...
2004-07-20 Misha BrukmanFix stack frame layout in prologue/epilogue. Patch...
2004-07-16 Misha Brukman* Store all non-volatile int registers R13-31 on the...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerAdd compilability
2004-07-09 Misha BrukmanRead/write the offset value for stack-relative loads...
2004-07-02 Misha BrukmanAdd FIXME notes for spilling int/fp regs (need to calcu...
2004-07-01 Misha Brukman* Follow the PowerPC convention of leaving 24 bytes...
2004-06-30 Misha BrukmanAlways assume a function may have calls because the...
2004-06-29 Misha BrukmanSet up the prologue and epilogue to be more like the...
2004-06-29 Misha Brukman* Fix saving LR in function prologue
2004-06-25 Misha BrukmanConvert tabs to spaces.
2004-06-24 Misha BrukmanUse DEBUG() guard for printing out debug info.
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim'.
2004-06-21 Misha BrukmanUse the common `NoFPElim' setting instead of our own.
2004-06-21 Misha BrukmanType::getPrimitiveID() -> getTypeID()
2004-06-21 Misha BrukmanInitial revision