summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of APInt'ififcation of switch loweringAnton Korobeynikov2008-12-231-8/+8
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-091-0/+1
* Factor out the code for mapping LLVM IR condition opcodes toDan Gohman2008-10-171-0/+3
* Remove SelectionDag early allocation of registersDale Johannesen2008-09-241-1/+1
* Implement "visitPow". This is mainly used to see if we have a pow() call of thisBill Wendling2008-09-101-0/+1
* Add hooks for other intrinsics to get low-precision expansions.Dale Johannesen2008-09-051-0/+4
* Add -flimit-float-precision to enable some faster,Dale Johannesen2008-09-051-0/+2
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-031-0/+532