aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/IntrinsicLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-12/+12
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-39/+44
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-141-2/+2
* eliminate extra space.Edwin Török2009-07-141-1/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-3/+4
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-121-340/+0
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-111-1/+1
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-07-111-7/+6
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-2/+2
* Get rid of these cache variables, which are a holdover from the days whenOwen Anderson2009-06-261-41/+28
* Now with EVEN FEWER statics!Owen Anderson2009-06-251-28/+0
* Switch to using IRBuilder throughout.Jay Foad2009-05-121-204/+195
* Don't generate redundant casts of constant values when lowering calls toJay Foad2009-05-111-38/+29
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-2/+2
* Add missing break statements, fixing PR3503.Chris Lattner2009-02-071-8/+11
* As Duncan suggested, add braces for the one-line "else branch".Zhou Sheng2009-01-301-1/+2
* This is to fix the bug in IntrinsicLowering.cpp,Zhou Sheng2009-01-301-1/+2
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-12/+6
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-6/+12
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-12/+6
* More refactoring. Yawn.Dale Johannesen2008-09-221-126/+43
* Refactor FP intrinisic setup. Per review feedback.Dale Johannesen2008-09-221-117/+28
* Add intrinsics for log, log2, log10, exp, exp2.Dale Johannesen2008-09-041-0/+213
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-78/+78
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-41/+41
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-8/+9
* Implement necessary bits for flt_rounds gcc builtin. Anton Korobeynikov2007-11-151-0/+5
* Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics.Dan Gohman2007-10-151-0/+45
* Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen2007-10-021-29/+28
* minor long double related changesDale Johannesen2007-09-281-0/+18
* Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...Anton Korobeynikov2007-09-071-2/+4
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-2/+3
* Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE,Chris Lattner2007-08-061-1/+1
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-4/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+799