aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MachineFunctionInfo.h
AgeCommit message (Expand)Author
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