aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
Commit message (Expand)AuthorAgeFilesLines
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-2/+2
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+5
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-4/+3
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-4/+0
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-3/+6
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-211-2/+0
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argiris Kirtzidis2009-05-201-0/+2
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+4
* Second attempt:Bill Wendling2009-04-291-4/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-4/+4
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-4/+4
* Factor out a bit of code that appears in several places into aDan Gohman2009-04-231-0/+1
* If FastISel is run and it has known DebugLoc then use it.Devang Patel2009-04-161-2/+1
* Initialize LiveOutInfo's APInt members to zero, as APInt'sDan Gohman2009-03-271-1/+1
* 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