aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Distinquish stack slots from other stack objects. They (and fixed objects) ge...Evan Cheng2009-10-171-4/+18
* Re-arrange some fields.Evan Cheng2009-10-171-5/+5
* Update the description of MachineFrameInfo's OffsetAdjustment. The value ofBob Wilson2009-09-251-5/+8
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-231-2/+2
* Add missing includes.David Greene2009-08-191-0/+1
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-131-1/+23
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-031-1/+1
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-2/+2
* Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman2008-12-031-3/+3
* Add an explicit keyword.Dan Gohman2008-12-031-1/+1
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-061-9/+0
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-061-0/+19
* more comment cleanups.Chris Lattner2008-10-281-3/+3
* comment cleanups.Chris Lattner2008-10-281-3/+3
* Re-apply 56683 with fixes.Evan Cheng2008-09-271-0/+11
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-11/+0
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-0/+11
* Fix error: ‘std::ostream’ has not been declaredDuncan Sands2008-07-251-0/+1
* Add a #include for the uses of uint64_t.Dan Gohman2008-07-251-0/+1
* Add a #include <cassert>, since this file use assert.Dan Gohman2008-07-251-0/+1
* Stack objects have nonnegative indices, not just positive indices.Dan Gohman2008-07-101-2/+2
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-041-6/+16
* Fix typos and comments.Evan Cheng2008-05-151-1/+1
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-151-0/+7
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-3/+3
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+1
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-271-0/+4
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-271-4/+0
* Spiller now remove unused spill slots.Evan Cheng2008-02-271-1/+21
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-4/+4
* Reorder a field to reduce the size of StackObject. Note that thisChris Lattner2008-01-251-10/+19
* move this field back. Moving the field causes miscompilations (!) of voronoi...Chris Lattner2008-01-251-5/+5
* move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner2008-01-251-12/+13
* Clearify the meaning of immutable StackObject.Evan Cheng2008-01-101-3/+3