summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAge
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-06
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-10
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-19
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-10
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-28
* Tidy up.Jim Grosbach2011-03-07
* Remove dead ivar.Benjamin Kramer2011-01-22
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Merge System into Support.Michael J. Spencer2010-11-29
* Add 'const' to getter function.Jim Grosbach2010-09-03
* Fix a couple of typos.Eric Christopher2010-08-27
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-23
* Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach2010-08-20
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-19
* 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
* tidy up commentsJim Grosbach2010-08-13
* tidy up 80 column and whitespaceJim Grosbach2010-08-13
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-27
* Formatting.Eric Christopher2010-07-20
* Propagate alloca alignment information via variable size object frameEric Christopher2010-07-17
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-03
* Add explicit keywords.Dan Gohman2010-06-18
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-05
* prune #includes.Chris Lattner2010-04-05
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-05
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-13
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-02
* Remove duplicate APIs and state WRT spill objects.David Greene2009-11-13
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-17
* Re-arrange some fields.Evan Cheng2009-10-17
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-25
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* Add missing includes.David Greene2009-08-19
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-13
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-03
* Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman2008-12-03
* Add an explicit keyword.Dan Gohman2008-12-03
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-06
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-06