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
/
CodeGen
/
SelectionDAG
/
FunctionLoweringInfo.h
Age
Commit message (
Expand
)
Author
2010-05-29
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
Dan Gohman
2010-04-29
Add comment.
Evan Cheng
2010-04-29
Fix missing #include.
Dan Gohman
2010-04-28
Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...
Evan Cheng
2010-04-22
Move PHINodesToUpdate out of SelectionDAGBuilder and into
Dan Gohman
2010-04-21
Move several SelectionDAG-independent utility functions out of the
Dan Gohman
2010-04-19
Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-14
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
Refine #includes.
Dan Gohman
2010-04-14
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
Reorder the methods of this class to be a little more organized.
Dan Gohman
2009-11-23
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
Dan Gohman
2009-11-23
Move some more code out of SelectionDAGBuild.cpp and into
Dan Gohman
2009-11-23
Move the FunctionLoweringInfo class and some related utility functions out
Dan Gohman