aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
AgeCommit message (Expand)Author
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