aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix unused value warning for value used only in assert.Nick Lewycky2011-12-121-5/+2
* Don't rely in there being one argument before we've actually identifiedChandler Carruth2011-12-121-3/+4
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-121-6/+33
* Eli managed to kill off llvm.membarrier in llvm 3.0 also, this meansChris Lattner2011-11-271-34/+8
* The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the Chris Lattner2011-11-271-68/+1
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-271-101/+1
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-42/+0
* remove some old autoupgrade logicChris Lattner2011-11-271-80/+1
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-271-246/+0
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-0/+91
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-0/+46
* The insertion point for the loads is right before the llvm.eh.exceptionBill Wendling2011-09-041-1/+1
* Don't reload the values that are already there. The llvm.eh.resume uses the sameBill Wendling2011-09-031-7/+4
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-021-43/+15
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-021-34/+113
* Only delete instructions once.Bill Wendling2011-08-271-5/+6
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-251-0/+201
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-1/+1
* rework the remaining autoupgrade logic to use a StringRef instead of creating aChris Lattner2011-06-181-49/+34
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-1197/+23
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-141-0/+47
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-271-5/+5
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-261-1/+27
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-031-0/+32
* Reapply r129401 with patch for clang.Bill Wendling2011-04-131-1/+29
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-121-29/+1
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-121-1/+29
* Remove dead code.Bill Wendling2011-03-301-68/+0
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-291-1/+0
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-151-2/+2
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-141-2/+2
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-141-2/+2
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-041-7/+37
* Massive rewrite of MMX: Dale Johannesen2010-09-301-55/+480
* Use StringRef which performs the "early exit" when compared against a constantBill Wendling2010-09-101-6/+1
* Early exit with simple checks.Bill Wendling2010-09-101-3/+6
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-101-0/+14
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-031-12/+50
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-011-21/+52
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-301-1/+6
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-291-2/+32
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-271-1/+66
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-201-0/+29
* undo 80 column trespassing I causedGabor Greif2010-07-221-1/+2
* use ArgOperand APIGabor Greif2010-06-291-6/+6
* use helper to neatly access argumentsGabor Greif2010-06-231-5/+6
* use high-level accessorsGabor Greif2010-06-221-12/+13
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-201-1/+119
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-16/+15