During local stack slot allocation, the materializeFrameBaseRegister function
[oota-llvm.git] / lib / CodeGen / LocalStackSlotAllocation.cpp
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-08-31 Jim GrosbachImprove virtual frame base register allocation heuristics.
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-18 Jim GrosbachAdd a newline to debug output
2010-08-18 Jim GrosbachEnable ARM base register reuse to local stack slot...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Jim Grosbachsilence warning
2010-08-17 Jim GrosbachAdd hook to examine an instruction referencing a frame...
2010-08-16 Jim Grosbachtidy up. remove unused local.
2010-08-16 Jim GrosbachBetter handle alignment requirements for local objects...
2010-08-16 Jim Grosbachtrack local frame size in MFI, not local to the pass...
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...