aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
AgeCommit message (Expand)Author
2009-02-03Pass in something sensible for the debug location information when creating theBill Wendling
2009-02-03Alphabetize includes.Bill Wendling
2009-01-31Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen
2008-12-23Initial checkin of APInt'ififcation of switch loweringAnton Korobeynikov
2008-12-09Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman
2008-09-24Remove SelectionDag early allocation of registersDale Johannesen
2008-09-10Implement "visitPow". This is mainly used to see if we have a pow() call of thisBill Wendling
2008-09-05Add hooks for other intrinsics to get low-precision expansions.Dale Johannesen
2008-09-05Add -flimit-float-precision to enable some faster,Dale Johannesen
2008-09-03Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman