| Commit message (Expand) | Author | Age | Files | Lines |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -12/+6 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -6/+12 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -12/+6 |
* | More refactoring. Yawn. | Dale Johannesen | 2008-09-22 | 1 | -126/+43 |
* | Refactor FP intrinisic setup. Per review feedback. | Dale Johannesen | 2008-09-22 | 1 | -117/+28 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+213 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -78/+78 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -41/+41 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -8/+9 |
* | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov | 2007-11-15 | 1 | -0/+5 |
* | Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics. | Dan Gohman | 2007-10-15 | 1 | -0/+45 |
* | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen | 2007-10-02 | 1 | -29/+28 |
* | minor long double related changes | Dale Johannesen | 2007-09-28 | 1 | -0/+18 |
* | Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee... | Anton Korobeynikov | 2007-09-07 | 1 | -2/+4 |
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -2/+3 |
* | Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE, | Chris Lattner | 2007-08-06 | 1 | -1/+1 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -4/+4 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+799 |