index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86MachineFunctionInfo.h
Age
Commit message (
Expand
)
Author
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-09-16
Fix PR10884.
Bruno Cardoso Lopes
2011-08-30
Emit segmented-stack specific code into function prologues for
Rafael Espindola
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-06
Fix PR6696 and PR6663
Jim Grosbach
2010-02-12
Cleanup stdcall / fastcall name mangling.
Anton Korobeynikov
2010-02-06
Do not emit callseq instructions around sibcalls. This eliminated some unnece...
Evan Cheng
2009-06-05
Add explicit keywords.
Dan Gohman
2009-04-15
Fix X86MachineFunctionInfo's doxygen comment.
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-30
Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
Dan Gohman
2008-04-21
Implement an x86-64 ABI detail of passing structs by hidden first
Dan Gohman
2008-01-05
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-11
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-08-15
Move ReturnAddrIndex variable to X86MachineFunctionInfo structure. This fixed
Anton Korobeynikov
2007-07-17
Use push / pop for prologues and epilogues.
Evan Cheng
2007-04-17
rename X86FunctionInfo to X86MachineFunctionInfo to match the header file
Chris Lattner
2006-09-26
Various random and minor code cleanups.
Chris Lattner
2006-09-20
Adding codegeneration for StdCall & FastCall calling conventions
Anton Korobeynikov
2006-06-09
Comments to appease sabre.
Evan Cheng
2006-06-06
Added X86FunctionInfo subclass of MachineFunction to record whether the
Evan Cheng