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.cpp
Age
Commit message (
Expand
)
Author
2010-04-16
reapply r101434
Gabor Greif
2010-04-16
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-15
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-14
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
Dan Gohman
2010-04-14
Sink landing-pad marking code out of
Dan Gohman
2010-04-14
It's not necessary to recompute EB here.
Dan Gohman
2010-03-27
Forgot the part where we handle the ".llvm.eh.catch.all.value".
Bill Wendling
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-21
Trim unneeded includes.
Evan Cheng
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
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