Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Target / TargetFrameLowering.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-27 Quentin Colombet[ShrinkWrap] Add a target hook to check whether or not
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
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...
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-03-25 Craig TopperPrune some includes and forward declarations.
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-07-20 Bill WendlingRemove the now defunct getCompactUnwindEncoding method...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...