aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
AgeCommit message (Expand)Author
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2008-12-03Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman
2008-12-03Add an explicit keyword.Dan Gohman
2008-11-06- Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling
2008-11-06Implement the stack protector stack accesses via intrinsics:Bill Wendling
2008-10-28more comment cleanups.Chris Lattner
2008-10-28comment cleanups.Chris Lattner
2008-09-27Re-apply 56683 with fixes.Evan Cheng
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-07-25Fix error: ‘std::ostream’ has not been declaredDuncan Sands
2008-07-25Add a #include for the uses of uint64_t.Dan Gohman
2008-07-25Add a #include <cassert>, since this file use assert.Dan Gohman
2008-07-10Stack objects have nonnegative indices, not just positive indices.Dan Gohman
2008-06-04Add a stack slot coloring pass. Not yet enabled.Evan Cheng
2008-05-15Fix typos and comments.Evan Cheng
2008-05-15Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-02-28Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng
2008-02-27Fix a bug in dead spill slot elimination.Evan Cheng
2008-02-27Don't track max alignment during stack object allocations since they can be d...Evan Cheng
2008-02-27Spiller now remove unused spill slots.Evan Cheng
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-25Reorder a field to reduce the size of StackObject. Note that thisChris Lattner
2008-01-25move this field back. Moving the field causes miscompilations (!) of voronoi...Chris Lattner
2008-01-25move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner
2008-01-10Clearify the meaning of immutable StackObject.Evan Cheng
2008-01-10Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...Evan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-04-27Fix prolific source of 'possible loss of data' warnings.Jeff Cohen
2007-04-25support for >4G framesChris Lattner
2007-04-25support > 4G stack objectsChris Lattner
2007-04-25allow 64-bit stack objectsChris Lattner
2007-04-04Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2006-11-17Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey
2006-08-25Tidy up.Jim Laskey
2006-08-25Consolidate callee saved register information so that it can me used by debugJim Laskey
2006-05-23Make class comment visible in Doxygen.Vladimir Prus
2006-04-07Foundation for call frame information.Jim Laskey
2006-04-04Make sure to consider alignment of variable sized objects.Chris Lattner
2006-04-03Keep track of max stack alignment as objects are added. Remove an obsolete m...Chris Lattner
2005-11-06Change a comment slightlyChris Lattner
2005-11-06Add the necessary support to the ISel to allow targets to codegen the newNate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-15Remove helper methodChris Lattner
2004-02-15finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-08Forward declare class Type since it is used in this class and Type.h is not i...Alkis Evlogimenos