| Age | Commit message (Expand) | Author |
| 2012-09-06 | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem |
| 2012-07-10 | Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to | Chad Rosier |
| 2012-07-10 | Add support for dynamic stack realignment in the presence of dynamic allocas on | Chad Rosier |
| 2012-06-19 | Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to | Chad Rosier |
| 2011-12-10 | Fix typo, reported by Eitan Adler! | Nick Lewycky |
| 2011-09-28 | Create and use an llvm.eh.sjlj.functioncontext intrinsic. | Bill Wendling |
| 2011-03-07 | Tidy up. | Jim Grosbach |
| 2011-01-22 | Remove dead ivar. | Benjamin Kramer |
| 2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-09-03 | Add 'const' to getter function. | Jim Grosbach |
| 2010-08-27 | Fix a couple of typos. | Eric Christopher |
| 2010-08-23 | Remove the MFI storage of the local allocation block size. It's not needed. | Jim Grosbach |
| 2010-08-20 | Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor | Jim Grosbach |
| 2010-08-19 | Update local stack block allocation to let PEI do the allocs if no additional | Jim Grosbach |
| 2010-08-16 | Better handle alignment requirements for local objects in pre-regalloc frame | Jim Grosbach |
| 2010-08-16 | track local frame size in MFI, not local to the pass, since PEI needs it. | Jim Grosbach |
| 2010-08-14 | Add a local stack object block allocation pass. This is still an | Jim Grosbach |
| 2010-08-13 | tidy up comments | Jim Grosbach |
| 2010-08-13 | tidy up 80 column and whitespace | Jim Grosbach |
| 2010-07-27 | It's better to have the arrays, which would trigger the creation of stack | Bill Wendling |
| 2010-07-20 | Formatting. | Eric Christopher |
| 2010-07-17 | Propagate alloca alignment information via variable size object frame | Eric Christopher |
| 2010-07-03 | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng |
| 2010-06-18 | Add explicit keywords. | Dan Gohman |
| 2010-06-02 | Remove the TargetRegisterClass member from CalleeSavedInfo | Rafael Espindola |
| 2010-05-22 | Implement @llvm.returnaddress. rdar://8015977. | Evan Cheng |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-04-05 | remove the MMI pointer from MachineFrameInfo. | Chris Lattner |
| 2010-04-05 | prune #includes. | Chris Lattner |
| 2010-04-05 | trim some spurious references to DwarfWriter. SDIsel really doesn't | Chris Lattner |
| 2010-02-13 | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng |
| 2009-12-02 | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach |
| 2009-11-13 | Remove duplicate APIs and state WRT spill objects. | David Greene |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-17 | Distinquish stack slots from other stack objects. They (and fixed objects) ge... | Evan Cheng |
| 2009-10-17 | Re-arrange some fields. | Evan Cheng |
| 2009-09-25 | Update the description of MachineFrameInfo's OffsetAdjustment. The value of | Bob Wilson |
| 2009-08-23 | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner |
| 2009-08-19 | Add missing includes. | David Greene |
| 2009-08-13 | Add MachineFrameInfo::getPristineRegisters(MBB) method. | Jakob Stoklund Olesen |
| 2009-08-03 | Fix some comments referring to std::cerr. | Daniel Dunbar |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2008-12-03 | Extend X86's addFrameReference to add a MachineMemOperand for | Dan Gohman |
| 2008-12-03 | Add an explicit keyword. | Dan Gohman |
| 2008-11-06 | - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. | Bill Wendling |
| 2008-11-06 | Implement the stack protector stack accesses via intrinsics: | Bill Wendling |
| 2008-10-28 | more comment cleanups. | Chris Lattner |
| 2008-10-28 | comment cleanups. | Chris Lattner |