aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+33
* Fix PR6696 and PR6663Jim Grosbach2010-04-061-1/+9
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-15/+0
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-061-3/+2
* Add explicit keywords.Dan Gohman2009-06-051-8/+9
* Fix X86MachineFunctionInfo's doxygen comment.Dan Gohman2009-04-151-2/+3
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-2/+3
* Move the GlobalBaseReg field out of X86ISelDAGToDAG.cppDan Gohman2008-09-301-2/+11
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-211-2/+12
* Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng2008-01-051-8/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-111-2/+13
* Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixedAnton Korobeynikov2007-08-151-4/+10
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-171-0/+9
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-171-8/+8
* Various random and minor code cleanups.Chris Lattner2006-09-261-1/+1
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-5/+34
* Comments to appease sabre.Evan Cheng2006-06-091-1/+7
* Added X86FunctionInfo subclass of MachineFunction to record whether theEvan Cheng2006-06-061-0/+30