aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AutoUpgrade.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* reapply r101434Gabor Greif2010-04-161-15/+16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-16/+15
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-15/+16
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-16/+15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-15/+16
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-0/+70
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-70/+0
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-0/+70
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-70/+0
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-0/+70
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-301-0/+17
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-1/+1
* Fix comment for CheckDebugInfoIntrinsicsVictor Hernandez2010-01-051-2/+3
* Remove dead debug info intrinsics.Devang Patel2010-01-051-37/+17
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-141-0/+46
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-1/+1
* Reapply 79977.Devang Patel2009-08-281-2/+72