[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
[oota-llvm.git] / lib / Target / X86 / X86MachineFunctionInfo.h
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
2015-07-07 Reid KlecknerUse default member initializers to deduplicate code...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-02-10 David MajnemerX86: Make @llvm.frameaddress work correctly with Window...
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...
2014-12-22 Reid KlecknerMake musttail more robust for vector types on x86
2014-12-04 Michael Liao[X86] Clean up whitespace as well as minor coding style
2014-12-04 Michael Liao[X86] Restore X86 base pointer after call to llvm.eh...
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2012-08-01 Chad RosierWhitespace.
2012-07-16 Chad RosierWith r160248 in place this code is no longer needed.
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-06-01 Hans WennborgImplement the local-dynamic TLS model for x86 (PR3985)
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-16 Bruno Cardoso LopesFix PR10884.
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-06 Jim GrosbachFix PR6696 and PR6663
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2009-06-05 Dan GohmanAdd explicit keywords.
2009-04-15 Dan GohmanFix X86MachineFunctionInfo's doxygen comment.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-30 Dan GohmanMove the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
2008-04-21 Dan GohmanImplement an x86-64 ABI detail of passing structs by...
2008-01-05 Evan ChengCombine MovePCtoStack + POP32r into one instruction...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-11 Arnold SchwaighoferAdded tail call optimization to the x86 back end. It...
2007-08-15 Anton KorobeynikovMove ReturnAddrIndex variable to X86MachineFunctionInfo...
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-06-09 Evan ChengComments to appease sabre.
2006-06-06 Evan ChengAdded X86FunctionInfo subclass of MachineFunction to...