aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86MachineFunctionInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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