summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFrameInfo.h
Commit message (Expand)AuthorAge
* convert some stuff to work on raw_ostreams instead of std::ostream.Chris Lattner2009-08-23
* Add missing includes.David Greene2009-08-19
* Add MachineFrameInfo::getPristineRegisters(MBB) method.Jakob Stoklund Olesen2009-08-13
* Fix some comments referring to std::cerr.Daniel Dunbar2009-08-03
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-03
* Extend X86's addFrameReference to add a MachineMemOperand forDan Gohman2008-12-03
* Add an explicit keyword.Dan Gohman2008-12-03
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-06
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-06
* more comment cleanups.Chris Lattner2008-10-28
* comment cleanups.Chris Lattner2008-10-28
* Re-apply 56683 with fixes.Evan Cheng2008-09-27
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-26
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-26
* Fix error: ‘std::ostream’ has not been declaredDuncan Sands2008-07-25
* Add a #include for the uses of uint64_t.Dan Gohman2008-07-25
* Add a #include <cassert>, since this file use assert.Dan Gohman2008-07-25
* Stack objects have nonnegative indices, not just positive indices.Dan Gohman2008-07-10
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-04
* Fix typos and comments.Evan Cheng2008-05-15
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-15
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28
* Fix a bug in dead spill slot elimination.Evan Cheng2008-02-27
* Don't track max alignment during stack object allocations since they can be d...Evan Cheng2008-02-27
* Spiller now remove unused spill slots.Evan Cheng2008-02-27
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Reorder a field to reduce the size of StackObject. Note that thisChris Lattner2008-01-25
* move this field back. Moving the field causes miscompilations (!) of voronoi...Chris Lattner2008-01-25
* move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfoChris Lattner2008-01-25
* Clearify the meaning of immutable StackObject.Evan Cheng2008-01-10
* Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in t...Evan Cheng2008-01-10
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix prolific source of 'possible loss of data' warnings.Jeff Cohen2007-04-27
* support for >4G framesChris Lattner2007-04-25
* support > 4G stack objectsChris Lattner2007-04-25
* allow 64-bit stack objectsChris Lattner2007-04-25
* Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng2007-04-04
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Hopefully a good crack at making debugging work on intel -disable-fp-elim.Jim Laskey2006-11-17
* Tidy up.Jim Laskey2006-08-25
* Consolidate callee saved register information so that it can me used by debugJim Laskey2006-08-25
* Make class comment visible in Doxygen.Vladimir Prus2006-05-23
* Foundation for call frame information.Jim Laskey2006-04-07
* Make sure to consider alignment of variable sized objects.Chris Lattner2006-04-04
* Keep track of max stack alignment as objects are added. Remove an obsolete m...Chris Lattner2006-04-03
* Change a comment slightlyChris Lattner2005-11-06
* Add the necessary support to the ISel to allow targets to codegen the newNate Begeman2005-11-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove helper methodChris Lattner2004-08-15