Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC...
[oota-llvm.git] / lib / Target / X86 / X86MachineFunctionInfo.h
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...