summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LocalStackSlotAllocation.cpp
Commit message (Expand)AuthorAge
* Improve virtual frame base register allocation heuristics.Jim Grosbach2010-08-31
* Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach2010-08-24
* Move enabling the local stack allocation pass into the target where it belongs.Jim Grosbach2010-08-24
* Better handling of local offsets for downwards growing stacks. This correctsJim Grosbach2010-08-23
* Downwards growing stack allocation order reverses relative offsetsJim Grosbach2010-08-20
* Add more dbg outputJim Grosbach2010-08-20
* properly check for whether base regs were insertedJim Grosbach2010-08-20
* Better handling of offsets on frame index references. rdar://8277890Jim Grosbach2010-08-19
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-19
* Add a newline to debug outputJim Grosbach2010-08-18
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-18
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-18
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-17
* silence warningJim Grosbach2010-08-17
* Add hook to examine an instruction referencing a frame index to determineJim Grosbach2010-08-17
* tidy up. remove unused local.Jim Grosbach2010-08-16
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-16
* track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach2010-08-16
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-14