| Age | Commit message (Expand) | Author |
| 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 |
| 2008-09-27 | Re-apply 56683 with fixes. | Evan Cheng |
| 2008-09-26 | Temporarily reverting r56683. This is causing a failure during the build of l... | Bill Wendling |
| 2008-09-26 | Fix @llvm.frameaddress codegen. FP elimination optimization should be disable... | Evan Cheng |
| 2008-07-25 | Fix error: ‘std::ostream’ has not been declared | Duncan Sands |
| 2008-07-25 | Add a #include for the uses of uint64_t. | Dan Gohman |
| 2008-07-25 | Add a #include <cassert>, since this file use assert. | Dan Gohman |
| 2008-07-10 | Stack objects have nonnegative indices, not just positive indices. | Dan Gohman |
| 2008-06-04 | Add a stack slot coloring pass. Not yet enabled. | Evan Cheng |
| 2008-05-15 | Fix typos and comments. | Evan Cheng |
| 2008-05-15 | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng |
| 2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
| 2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
| 2008-02-27 | Fix a bug in dead spill slot elimination. | Evan Cheng |
| 2008-02-27 | Don't track max alignment during stack object allocations since they can be d... | Evan Cheng |
| 2008-02-27 | Spiller now remove unused spill slots. | Evan Cheng |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-01-25 | Reorder a field to reduce the size of StackObject. Note that this | Chris Lattner |
| 2008-01-25 | move this field back. Moving the field causes miscompilations (!) of voronoi... | Chris Lattner |
| 2008-01-25 | move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo | Chris Lattner |
| 2008-01-10 | Clearify the meaning of immutable StackObject. | Evan Cheng |