Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ffda6bac113d4c079b534b1bfa7aea5498ee3e83
/
lib
/
CodeGen
/
SelectionDAG
/
FunctionLoweringInfo.h
ffda6ba
Rename CreateRegForValue to CreateReg, and change its argument
by Dan Gohman
· 15 years ago
7451d3e
SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue
by Dan Gohman
· 15 years ago
8fed761
Add comment.
by Evan Cheng
· 15 years ago
c924556
Fix missing #include.
by Dan Gohman
· 15 years ago
2ad0fcf
Replace r102368 with code that's less fragile. This creates DBG_VALUE instructions for function arguments early and insert them after instruction selection is done.
by Evan Cheng
· 15 years ago
620427d
Move PHINodesToUpdate out of SelectionDAGBuilder and into
by Dan Gohman
· 15 years ago
5eb6d65
Move several SelectionDAG-independent utility functions out of the
by Dan Gohman
· 15 years ago
46007b3
Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't
by Dan Gohman
· 15 years ago
d858e90
Use const qualifiers with TargetLowering. This eliminates several
by Dan Gohman
· 15 years ago
ae541aa
Add more const qualifiers for LLVM IR pointers in CodeGen.
by Dan Gohman
· 15 years ago
2520864
Factor out EH landing pad code into a separate function, and constify
by Dan Gohman
· 15 years ago
1160945
Refine #includes.
by Dan Gohman
· 15 years ago
fe85e76
Pull utility routines with no SelectionDAG dependence out of
by Dan Gohman
· 15 years ago
b4be71e
Reorder the methods of this class to be a little more organized.
by Dan Gohman
· 15 years ago
5fca8b1
Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.
by Dan Gohman
· 16 years ago
66336ed
Move some more code out of SelectionDAGBuild.cpp and into
by Dan Gohman
· 16 years ago
6277eb2
Move the FunctionLoweringInfo class and some related utility functions out
by Dan Gohman
· 16 years ago