Teach machine-sink to break critical edges when appropriate. Work in progress.
[oota-llvm.git] / lib / CodeGen / LocalStackSlotAllocation.cpp
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...