summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move FunctionLoweringInfo.h out into include/llvm/CodeGen. This willDan Gohman2010-07-071-144/+0
* Rename CreateReg to CreateRegs, and MakeReg to CreateReg.Dan Gohman2010-07-021-4/+4
* Rename CreateRegForValue to CreateReg, and change its argumentDan Gohman2010-07-011-2/+2
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-291-1/+1
* Add comment.Evan Cheng2010-04-291-0/+2
* Fix missing #include.Dan Gohman2010-04-291-0/+1
* Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng2010-04-281-0/+2
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-221-0/+7
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-211-49/+0
* Move isInTailCallPosition out of SelectionDAGBuilder, as it isn'tDan Gohman2010-04-191-0/+10
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+2
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-151-2/+2
* Factor out EH landing pad code into a separate function, and constifyDan Gohman2010-04-141-4/+5
* Refine #includes.Dan Gohman2010-04-141-1/+1
* Pull utility routines with no SelectionDAG dependence out ofDan Gohman2010-04-141-0/+19
* Reorder the methods of this class to be a little more organized.Dan Gohman2010-04-141-22/+22
* Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency.Dan Gohman2009-11-231-0/+4
* Move some more code out of SelectionDAGBuild.cpp and intoDan Gohman2009-11-231-0/+10
* Move the FunctionLoweringInfo class and some related utility functions outDan Gohman2009-11-231-0/+137
OpenPOWER on IntegriCloud