summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move isInTailCallPosition out of SelectionDAGBuilder, as it isn'tDan Gohman2010-04-191-0/+85
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+1
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-6/+7
* reapply r101434Gabor Greif2010-04-161-7/+6
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-6/+7
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-7/+6
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-6/+7
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-7/+6
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-16/+18
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* Factor out EH landing pad code into a separate function, and constifyDan Gohman2010-04-141-6/+7
* Pull utility routines with no SelectionDAG dependence out ofDan Gohman2010-04-141-0/+76
* Move this assert out of SelectionDAGISel into FunctionLoweringInfo, andDan Gohman2010-04-141-0/+3
* Sink landing-pad marking code out ofDan Gohman2010-04-141-0/+5
* It's not necessary to recompute EB here.Dan Gohman2010-04-141-1/+1
* Forgot the part where we handle the ".llvm.eh.catch.all.value".Bill Wendling2010-03-271-2/+11
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-1/+1
* Trim unneeded includes.Evan Cheng2010-01-211-1/+0
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.Dan Gohman2009-11-231-1/+13
* Move some more code out of SelectionDAGBuild.cpp and intoDan Gohman2009-11-231-0/+65
* Move the FunctionLoweringInfo class and some related utility functions outDan Gohman2009-11-231-0/+278
OpenPOWER on IntegriCloud