2015-07-20 |
Krzysztof Parzyszek | Add 'const' to a few more functions in MachineFrameInfo |
blob | commitdiff | raw |
2015-07-14 |
Alex Lorenz | MIR Serialization: Serialize the variable sized stack... |
blob | commitdiff | raw | diff to current |
2015-07-07 |
Reid Kleckner | [WinEH] Make llvm.x86.seh.restoreframe work for stack... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-06-18 |
Sanjay Patel | don't repeat function / variable names in comments... |
blob | commitdiff | raw | diff to current |
2015-05-28 |
Matthias Braun | MachineFrameInfo: Simplify pristine register calculation. |
blob | commitdiff | raw | diff to current |
2015-05-08 |
Arnold Schwaighofer | ScheduleDAGInstrs: In functions with tail calls PseudoS... |
blob | commitdiff | raw | diff to current |
2015-05-05 |
Quentin Colombet | [ShrinkWrap] Add (a simplified version) of shrink-wrapping. |
blob | commitdiff | raw | diff to current |
2015-04-03 |
David Majnemer | [WinEH] Sink UnwindHelp completely out of IR |
blob | commitdiff | raw | diff to current |
2015-01-13 |
Reid Kleckner | Add the llvm.frameallocate and llvm.recoverframeallocat... |
blob | commitdiff | raw | diff to current |
2014-10-08 |
Eric Christopher | Replace calls to get the subtarget and TargetFrameLower... |
blob | commitdiff | raw | diff to current |
2014-08-29 |
Reid Kleckner | musttail: Forward regparms of variadic functions on... |
blob | commitdiff | raw | diff to current |
2014-08-22 |
Reid Kleckner | ARM / x86_64 varargs: Don't save regparms in prologue... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Hal Finkel | Make isAliased property for fixed-offset stack objects... |
blob | commitdiff | raw | diff to current |
2014-06-25 |
NAKAMURA Takumi | Re-apply r211399, "Generate native unwind info on Win64... |
blob | commitdiff | raw | diff to current |
2014-06-22 |
NAKAMURA Takumi | Revert r211399, "Generate native unwind info on Win64" |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Reid Kleckner | Generate native unwind info on Win64 |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Hans Wennborg | Check for dynamic allocas and inline asm that clobbers... |
blob | commitdiff | raw | diff to current |
2013-12-19 |
Josh Magee | [stackprotector] Use analysis from the StackProtector... |
blob | commitdiff | raw | diff to current |
2013-12-14 |
Juergen Ributzka | [Stackmap] Liveness Analysis Pass |
blob | commitdiff | raw | diff to current |
2013-12-13 |
Andrew Trick | Revert "Liveness Analysis Pass" |
blob | commitdiff | raw | diff to current |
2013-12-13 |
Andrew Trick | Liveness Analysis Pass |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Reid Kleckner | Reland "Fix miscompile of MS inline assembly with stack... |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Reid Kleckner | Revert "Fix miscompile of MS inline assembly with stack... |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Reid Kleckner | Fix miscompile of MS inline assembly with stack realignment |
blob | commitdiff | raw | diff to current |
2013-06-17 |
Bill Wendling | Directly access objects which may change during compila... |
blob | commitdiff | raw | diff to current |
2013-03-14 |
Hal Finkel | Move estimateStackSize from ARM into MachineFrameInfo |
blob | commitdiff | raw | diff to current |
2013-02-08 |
Bob Wilson | Revert 172027 and 174336. Remove diagnostics about... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Manman Ren | Stack Alignment: throw error if we can't satisfy the... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Manman Ren | Stack Alignment: when creating stack objects in Machine... |
blob | commitdiff | raw | diff to current |
2012-12-04 |
Manman Ren | Stack Alignment: move functions from header file Machin... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Sebastian Pop | Change MachineFrameInfo::StackObject::Alloca from Value... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Nadav Rotem | Add a new optimization pass: Stack Coloring, that merge... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Chad Rosier | Move [get|set]BasePtrStackAdjustment() from MachineFram... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Chad Rosier | Add support for dynamic stack realignment in the presen... |
blob | commitdiff | raw | diff to current |
2012-06-19 |
Chad Rosier | Add an ensureMaxAlignment() function to MachineFrameInf... |
blob | commitdiff | raw | diff to current |
2011-12-10 |
Nick Lewycky | Fix typo, reported by Eitan Adler! |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Bill Wendling | Create and use an llvm.eh.sjlj.functioncontext intrinsic. |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Jim Grosbach | Tidy up. |
blob | commitdiff | raw | diff to current |
2011-01-22 |
Benjamin Kramer | Remove dead ivar. |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Anton Korobeynikov | Rename TargetFrameInfo into TargetFrameLowering. Also... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Jim Grosbach | Add 'const' to getter function. |
blob | commitdiff | raw | diff to current |
2010-08-27 |
Eric Christopher | Fix a couple of typos. |
blob | commitdiff | raw | diff to current |
2010-08-23 |
Jim Grosbach | Remove the MFI storage of the local allocation block... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Jim Grosbach | Add explicit initializer for UseLocalStackAllocationBlo... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Jim Grosbach | Update local stack block allocation to let PEI do the... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Jim Grosbach | Better handle alignment requirements for local objects... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Jim Grosbach | track local frame size in MFI, not local to the pass... |
blob | commitdiff | raw | diff to current |
2010-08-14 |
Jim Grosbach | Add a local stack object block allocation pass. This... |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Jim Grosbach | tidy up comments |
blob | commitdiff | raw | diff to current |
2010-08-13 |
Jim Grosbach | tidy up 80 column and whitespace |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Bill Wendling | It's better to have the arrays, which would trigger... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Eric Christopher | Formatting. |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Eric Christopher | Propagate alloca alignment information via variable... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Evan Cheng | Remove isSS argument from CreateFixedObject. Fixed... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
2010-06-02 |
Rafael Espindola | Remove the TargetRegisterClass member from CalleeSavedInfo |
blob | commitdiff | raw | diff to current |
2010-05-22 |
Evan Cheng | Implement @llvm.returnaddress. rdar://8015977. |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Bill Wendling | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | remove the MMI pointer from MachineFrameInfo. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | prune #includes. |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Chris Lattner | trim some spurious references to DwarfWriter. SDIsel... |
blob | commitdiff | raw | diff to current |
2010-02-13 |
Evan Cheng | Teach MachineFrameInfo to track maximum alignment while... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Jim Grosbach | Factor the stack alignment calculations out into a... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
David Greene | Remove duplicate APIs and state WRT spill objects. |
blob | commitdiff | raw | diff to current |
2009-11-12 |
David Greene | Add a bool flag to StackObjects telling whether they... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Evan Cheng | Distinquish stack slots from other stack objects. They... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Evan Cheng | Re-arrange some fields. |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Bob Wilson | Update the description of MachineFrameInfo's OffsetAdju... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | convert some stuff to work on raw_ostreams instead... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
David Greene | Add missing includes. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Jakob Stoklund Olesen | Add MachineFrameInfo::getPristineRegisters(MBB) method. |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Daniel Dunbar | Fix some comments referring to std::cerr. |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Dan Gohman | Fix a bunch of Doxygen syntax issues. Escape special... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Dan Gohman | Extend X86's addFrameReference to add a MachineMemOpera... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Dan Gohman | Add an explicit keyword. |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | - Rename stackprotector_{prologue,epilogue} to stackpro... |
blob | commitdiff | raw | diff to current |
2008-11-06 |
Bill Wendling | Implement the stack protector stack accesses via intrin... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Chris Lattner | more comment cleanups. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Chris Lattner | comment cleanups. |
blob | commitdiff | raw | diff to current |
2008-09-27 |
Evan Cheng | Re-apply 56683 with fixes. |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Bill Wendling | Temporarily reverting r56683. This is causing a failure... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Evan Cheng | Fix @llvm.frameaddress codegen. FP elimination optimiza... |
blob | commitdiff | raw | diff to current |
2008-07-25 |
Duncan Sands | Fix error: ‘std::ostream’ has not been declared |
blob | commitdiff | raw | diff to current |
2008-07-25 |
Dan Gohman | Add a #include for the uses of uint64_t. |
blob | commitdiff | raw | diff to current |
2008-07-25 |
Dan Gohman | Add a #include <cassert>, since this file use assert. |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Dan Gohman | Stack objects have nonnegative indices, not just positi... |
blob | commitdiff | raw | diff to current |
2008-06-04 |
Evan Cheng | Add a stack slot coloring pass. Not yet enabled. |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Evan Cheng | Fix typos and comments. |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Evan Cheng | Make use of vector load and store operations to impleme... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Evan Cheng | Add a quick and dirty "loop aligner pass". x86 uses... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Evan Cheng | Fix a bug in dead spill slot elimination. |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Evan Cheng | Don't track max alignment during stack object allocatio... |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Evan Cheng | Spiller now remove unused spill slots. |
blob | commitdiff | raw | diff to current |
next |