| Commit message (Expand) | Author | Age | Files | Lines |
* | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling | 2010-10-04 | 1 | -7/+37 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -55/+480 |
* | Use StringRef which performs the "early exit" when compared against a constant | Bill Wendling | 2010-09-10 | 1 | -6/+1 |
* | Early exit with simple checks. | Bill Wendling | 2010-09-10 | 1 | -3/+6 |
* | Auto-upgrade the magic ".llvm.eh.catch.all.value" global to | Bill Wendling | 2010-09-10 | 1 | -0/+14 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -12/+50 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -21/+52 |
* | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson | 2010-08-30 | 1 | -1/+6 |
* | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson | 2010-08-29 | 1 | -2/+32 |
* | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson | 2010-08-27 | 1 | -1/+66 |
* | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 1 | -0/+29 |
* | undo 80 column trespassing I caused | Gabor Greif | 2010-07-22 | 1 | -1/+2 |
* | use ArgOperand API | Gabor Greif | 2010-06-29 | 1 | -6/+6 |
* | use helper to neatly access arguments | Gabor Greif | 2010-06-23 | 1 | -5/+6 |
* | use high-level accessors | Gabor Greif | 2010-06-22 | 1 | -12/+13 |
* | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 1 | -1/+119 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -16/+15 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -15/+16 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -16/+15 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -15/+16 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -16/+15 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -15/+16 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+70 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -70/+0 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+70 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -70/+0 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -0/+70 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 1 | -0/+17 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 1 | -1/+1 |
* | Fix comment for CheckDebugInfoIntrinsics | Victor Hernandez | 2010-01-05 | 1 | -2/+3 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 1 | -37/+17 |
* | I don't see any point in having both eh.selector.i32 and eh.selector.i64, | Duncan Sands | 2009-10-14 | 1 | -0/+46 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -1/+1 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -2/+72 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -72/+2 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -2/+72 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -20/+21 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -2/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -4/+2 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -5/+5 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -9/+9 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -18/+18 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -28/+28 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
* | LLVMContext-ification. | Owen Anderson | 2009-07-07 | 1 | -26/+33 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+1 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -1/+1 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -1/+1 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -3/+3 |