aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+4
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-9/+45
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+35
* Directly access objects which may change during compilation.Bill Wendling2013-06-171-6/+7
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-0/+3
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-081-16/+3
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-101-3/+16
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-1/+4
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-041-24/+4
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-181-4/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Add a new optimization pass: Stack Coloring, that merges disjoint static allo...Nadav Rotem2012-09-061-5/+19
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-101-15/+0
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-101-0/+15
* Add an ensureMaxAlignment() function to MachineFrameInfo (analogous toChad Rosier2012-06-191-7/+9
* Fix typo, reported by Eitan Adler!Nick Lewycky2011-12-101-1/+1
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-281-0/+10
* Tidy up.Jim Grosbach2011-03-071-1/+0
* Remove dead ivar.Benjamin Kramer2011-01-221-4/+0
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-4/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add 'const' to getter function.Jim Grosbach2010-09-031-1/+1
* Fix a couple of typos.Eric Christopher2010-08-271-1/+1
* Remove the MFI storage of the local allocation block size. It's not needed.Jim Grosbach2010-08-231-14/+0
* Add explicit initializer for UseLocalStackAllocationBlock in MFI constructorJim Grosbach2010-08-201-0/+1
* Update local stack block allocation to let PEI do the allocs if no additionalJim Grosbach2010-08-191-0/+16
* Better handle alignment requirements for local objects in pre-regalloc frameJim Grosbach2010-08-161-0/+14
* track local frame size in MFI, not local to the pass, since PEI needs it.Jim Grosbach2010-08-161-0/+3
* Add a local stack object block allocation pass. This is still anJim Grosbach2010-08-141-2/+57
* tidy up commentsJim Grosbach2010-08-131-2/+2
* tidy up 80 column and whitespaceJim Grosbach2010-08-131-18/+18
* It's better to have the arrays, which would trigger the creation of stackBill Wendling2010-07-271-14/+29
* Formatting.Eric Christopher2010-07-201-2/+2
* Propagate alloca alignment information via variable size object frameEric Christopher2010-07-171-2/+3
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-4/+2
* Add explicit keywords.Dan Gohman2010-06-181-1/+1
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-4/+2
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-221-0/+11
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-5/+14
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-051-17/+0
* prune #includes.Chris Lattner2010-04-051-9/+2
* trim some spurious references to DwarfWriter. SDIsel really doesn'tChris Lattner2010-04-051-2/+2
* Teach MachineFrameInfo to track maximum alignment while stack objects are beingEvan Cheng2010-02-131-13/+3
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-021-1/+14
* Remove duplicate APIs and state WRT spill objects.David Greene2009-11-131-16/+0
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-10/+45
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1