summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg2014-03-05
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* [Stackmap] Liveness Analysis PassJuergen Ributzka2013-12-14
* Revert "Liveness Analysis Pass"Andrew Trick2013-12-13
* Liveness Analysis PassAndrew Trick2013-12-13
* Reland "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Revert "Fix miscompile of MS inline assembly with stack realignment"Reid Kleckner2013-12-10
* Fix miscompile of MS inline assembly with stack realignmentReid Kleckner2013-12-10
* Directly access objects which may change during compilation.Bill Wendling2013-06-17
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-08
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-04
* Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren2012-12-04
* 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