aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
Commit message (Expand)AuthorAgeFilesLines
* Generate these labels when we're in "fast" mode, not simply when we're no inBill Wendling2009-02-191-2/+6
* Pass in something sensible for the debug location information when creating theBill Wendling2009-02-031-1/+2
* Alphabetize includes.Bill Wendling2009-02-031-1/+1
* Move CurDebugLoc into SelectionDAGLowering.Dale Johannesen2009-01-311-1/+9
* 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