aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MachineFunctionInfo.h
AgeCommit message (Expand)Author
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-09-16Fix PR10884.Bruno Cardoso Lopes
2011-08-30Emit segmented-stack specific code into function prologues forRafael Espindola
2010-04-17Move per-function state out of TargetLowering subclasses and intoDan Gohman
2010-04-06Fix PR6696 and PR6663Jim Grosbach
2010-02-12Cleanup stdcall / fastcall name mangling.Anton Korobeynikov
2010-02-06Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng
2009-06-05Add explicit keywords.Dan Gohman
2009-04-15Fix X86MachineFunctionInfo's doxygen comment.Dan Gohman
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-30Move the GlobalBaseReg field out of X86ISelDAGToDAG.cppDan Gohman
2008-04-21Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman
2008-01-05Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-08-15Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixedAnton Korobeynikov
2007-07-17Use push / pop for prologues and epilogues.Evan Cheng
2007-04-17rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner
2006-09-26Various random and minor code cleanups.Chris Lattner
2006-09-20Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov
2006-06-09Comments to appease sabre.Evan Cheng
2006-06-06Added X86FunctionInfo subclass of MachineFunction to record whether theEvan Cheng