Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineFrameInfo.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-18 Sanjay Pateldon't repeat function / variable names in comments...
2015-05-28 Matthias BraunMachineFrameInfo: Simplify pristine register calculation.
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-10-08 Eric ChristopherReplace calls to get the subtarget and TargetFrameLower...
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-02-08 Bob WilsonRevert 172027 and 174336. Remove diagnostics about...
2013-01-10 Manman RenStack Alignment: throw error if we can't satisfy the...
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Manman RenStack Alignment: move functions from header file Machin...
2012-10-18 Sebastian PopChange MachineFrameInfo::StackObject::Alloca from Value...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-06-19 Chad RosierAdd an ensureMaxAlignment() function to MachineFrameInf...
2011-12-10 Nick LewyckyFix typo, reported by Eitan Adler!
2011-09-28 Bill WendlingCreate and use an llvm.eh.sjlj.functioncontext intrinsic.
2011-03-07 Jim GrosbachTidy up.
2011-01-22 Benjamin KramerRemove dead ivar.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-03 Jim GrosbachAdd 'const' to getter function.
2010-08-27 Eric ChristopherFix a couple of typos.
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-20 Jim GrosbachAdd explicit initializer for UseLocalStackAllocationBlo...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-16 Jim GrosbachBetter handle alignment requirements for local objects...
2010-08-16 Jim Grosbachtrack local frame size in MFI, not local to the pass...
2010-08-14 Jim GrosbachAdd a local stack object block allocation pass. This...
2010-08-13 Jim Grosbachtidy up comments
2010-08-13 Jim Grosbachtidy up 80 column and whitespace
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-20 Eric ChristopherFormatting.
2010-07-17 Eric ChristopherPropagate alloca alignment information via variable...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-18 Dan GohmanAdd explicit keywords.
2010-06-02 Rafael EspindolaRemove the TargetRegisterClass member from CalleeSavedInfo
2010-05-22 Evan ChengImplement @llvm.returnaddress. rdar://8015977.
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-04-05 Chris Lattnerremove the MMI pointer from MachineFrameInfo.
2010-04-05 Chris Lattnerprune #includes.
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2009-12-02 Jim GrosbachFactor the stack alignment calculations out into a...
2009-11-13 David GreeneRemove duplicate APIs and state WRT spill objects.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRe-arrange some fields.
2009-09-25 Bob WilsonUpdate the description of MachineFrameInfo's OffsetAdju...
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-19 David GreeneAdd missing includes.
2009-08-13 Jakob Stoklund OlesenAdd MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-12-03 Dan GohmanAdd an explicit keyword.
2008-11-06 Bill Wendling- Rename stackprotector_{prologue,epilogue} to stackpro...
2008-11-06 Bill WendlingImplement the stack protector stack accesses via intrin...
2008-10-28 Chris Lattnermore comment cleanups.
2008-10-28 Chris Lattnercomment cleanups.
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-07-25 Duncan SandsFix error: ‘std::ostream’ has not been declared
2008-07-25 Dan GohmanAdd a #include for the uses of uint64_t.
2008-07-25 Dan GohmanAdd a #include <cassert>, since this file use assert.
2008-07-10 Dan GohmanStack objects have nonnegative indices, not just positi...
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.
2008-05-15 Evan ChengFix typos and comments.
2008-05-15 Evan ChengMake use of vector load and store operations to impleme...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-25 Chris LattnerReorder a field to reduce the size of StackObject....
2008-01-25 Chris Lattnermove this field back. Moving the field causes miscompi...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
next