summaryrefslogtreecommitdiff
path: root/lib/VMCore/AutoUpgrade.cpp
Commit message (Expand)AuthorAge
* Attributes RewriteBill Wendling2012-10-15
* Fix a dangling StringRef bug in the auto upgrader. In one case, we resetChandler Carruth2012-07-20
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-13
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...Craig Topper2012-06-13
* Add AutoUpgrade support for the SSE4 ptest intrinsics.Nadav Rotem2012-06-10
* Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...Craig Topper2012-06-09
* Simplify the fma4 renaming code.Craig Topper2012-06-03
* Autoupgrade support the rename of x86.fma4 intrinsics to x86.fma from r157898.Craig Topper2012-06-03
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...Craig Topper2012-04-18
* Add auto upgrade support for x86 pcmpgt/pcmpeq intrinics removed in r149367.Craig Topper2012-02-03
* Fix unused value warning for value used only in assert.Nick Lewycky2011-12-12
* Don't rely in there being one argument before we've actually identifiedChandler Carruth2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* Eli managed to kill off llvm.membarrier in llvm 3.0 also, this meansChris Lattner2011-11-27
* The llvm.atomic intrinsics *were* removed in LLVM 3.0 (in r141333), remove the Chris Lattner2011-11-27
* remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner2011-11-27
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-27
* remove some old autoupgrade logicChris Lattner2011-11-27
* remove autoupgrade support for LLVM 2.9 exception stuff. Mainline supportsChris Lattner2011-11-27
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* The insertion point for the loads is right before the llvm.eh.exceptionBill Wendling2011-09-04
* Don't reload the values that are already there. The llvm.eh.resume uses the sameBill Wendling2011-09-03
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-02
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-02
* Only delete instructions once.Bill Wendling2011-08-27
* Initial check in that will auto-upgrade the old EH scheme to the new EH scheme.Bill Wendling2011-08-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* rework the remaining autoupgrade logic to use a StringRef instead of creating aChris Lattner2011-06-18
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-27
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-03
* Reapply r129401 with patch for clang.Bill Wendling2011-04-13
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-12
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-12
* Remove dead code.Bill Wendling2011-03-30
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* convert ConstantVector::get to use ArrayRef.Chris Lattner2011-02-15
* revert my ConstantVector patch, it seems to have made the llvm-gccChris Lattner2011-02-14
* Switch ConstantVector::get to use ArrayRef instead of a pointer+sizeChris Lattner2011-02-14
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Massive rewrite of MMX: Dale Johannesen2010-09-30