| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unused value warning for value used only in assert. | Nick Lewycky | 2011-12-12 | 1 | -5/+2 |
* | Don't rely in there being one argument before we've actually identified | Chandler Carruth | 2011-12-12 | 1 | -3/+4 |
* | Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which | Chandler Carruth | 2011-12-12 | 1 | -6/+33 |
* | Eli managed to kill off llvm.membarrier in llvm 3.0 also, this means | Chris Lattner | 2011-11-27 | 1 | -34/+8 |
* | The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the | Chris Lattner | 2011-11-27 | 1 | -68/+1 |
* | remove autoupgrade support for old forms of llvm.prefetch and the old | Chris Lattner | 2011-11-27 | 1 | -101/+1 |
* | remove autoupgrade support for really old-style debug info intrinsics. | Chris Lattner | 2011-11-27 | 1 | -42/+0 |
* | remove some old autoupgrade logic | Chris Lattner | 2011-11-27 | 1 | -80/+1 |
* | remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supports | Chris Lattner | 2011-11-27 | 1 | -246/+0 |
* | Remove the old atomic instrinsics. autoupgrade functionality is included wit... | Eli Friedman | 2011-10-06 | 1 | -0/+91 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -0/+46 |
* | The insertion point for the loads is right before the llvm.eh.exception | Bill Wendling | 2011-09-04 | 1 | -1/+1 |
* | Don't reload the values that are already there. The llvm.eh.resume uses the same | Bill Wendling | 2011-09-03 | 1 | -7/+4 |
* | No need to get fancy inserting a PHI node when the values are stored in stack | Bill Wendling | 2011-09-02 | 1 | -43/+15 |
* | Perform the upgrading of the old EH to the new EH in a more sane manner. | Bill Wendling | 2011-09-02 | 1 | -34/+113 |
* | Only delete instructions once. | Bill Wendling | 2011-08-27 | 1 | -5/+6 |
* | Initial check in that will auto-upgrade the old EH scheme to the new EH scheme. | Bill Wendling | 2011-08-25 | 1 | -0/+201 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -1/+1 |
* | rework the remaining autoupgrade logic to use a StringRef instead of creating a | Chris Lattner | 2011-06-18 | 1 | -49/+34 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -1197/+23 |
* | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes | 2011-06-14 | 1 | -0/+47 |
* | CRC32 intrinsics were renamed at revision 132163. This submission | Chad Rosier | 2011-05-27 | 1 | -5/+5 |
* | Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. | Chad Rosier | 2011-05-26 | 1 | -1/+27 |
* | Replace the "movnt" intrinsics with a native store + nontemporal metadata bit. | Bill Wendling | 2011-05-03 | 1 | -0/+32 |
* | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 1 | -1/+29 |
* | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 1 | -29/+1 |
* | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 1 | -1/+29 |
* | Remove dead code. | Bill Wendling | 2011-03-30 | 1 | -68/+0 |
* | Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends | Evan Cheng | 2011-03-29 | 1 | -1/+0 |
* | convert ConstantVector::get to use ArrayRef. | Chris Lattner | 2011-02-15 | 1 | -2/+2 |
* | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner | 2011-02-14 | 1 | -2/+2 |
* | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner | 2011-02-14 | 1 | -2/+2 |
* | 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 |