summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86MachineFunctionInfo.h
Commit message (Expand)AuthorAge
* Whitespace.Chad Rosier2012-08-01
* With r160248 in place this code is no longer needed.Chad Rosier2012-07-16
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-10
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Fix PR10884.Bruno Cardoso Lopes2011-09-16
* Emit segmented-stack specific code into function prologues forRafael Espindola2011-08-30
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-17
* Fix PR6696 and PR6663Jim Grosbach2010-04-06
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-12
* Do not emit callseq instructions around sibcalls. This eliminated some unnece...Evan Cheng2010-02-06
* Add explicit keywords.Dan Gohman2009-06-05
* Fix X86MachineFunctionInfo's doxygen comment.Dan Gohman2009-04-15
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Move the GlobalBaseReg field out of X86ISelDAGToDAG.cppDan Gohman2008-09-30
* Implement an x86-64 ABI detail of passing structs by hidden firstDan Gohman2008-04-21
* Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...Evan Cheng2008-01-05
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-11
* Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixedAnton Korobeynikov2007-08-15
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-17
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-17
* Various random and minor code cleanups.Chris Lattner2006-09-26
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-20
* Comments to appease sabre.Evan Cheng2006-06-09
* Added X86FunctionInfo subclass of MachineFunction to record whether theEvan Cheng2006-06-06