Range-for-ify some things in GlobalMerge
[oota-llvm.git] / lib / CodeGen / LocalStackSlotAllocation.cpp
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-23 Benjamin KramerLocalStackSlotAllocation: Turn one-iteration loop into if.
2014-02-01 Josh Magee[stackprotector] Implement the sspstrong rules for...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-11-29 Lang HamesTeach LocalStackSlotAllocation that stackmaps/patchpoin...
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2011-01-07 Bob WilsonFix a comment typo.
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...