| Commit message (Expand) | Author | Age | Files | Lines |
| * | [X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi... | Craig Topper | 2020-02-12 | 1 | -2/+2 |
| * | [CUDA] Assume the latest known CUDA version if we've found an unknown one. | Artem Belevich | 2020-01-29 | 1 | -1/+1 |
| * | [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>). | Artem Belevich | 2020-01-24 | 1 | -2/+2 |
| * | Work around PR43337: don't try to use the vec_sel overloads for vector long l... | Richard Smith | 2020-01-17 | 1 | -2/+2 |
| * | [X86] Mark various pointer arguments in builtins as const | Warren Ristow | 2019-12-19 | 10 | -118/+118 |
| * | [ARM][CMSE] Add CMSE header and builtins | Momchil Velikov | 2019-12-12 | 2 | -0/+218 |
| * | [X86] Remove forward declaration of _invpcid from intrin.h. Rely on inline ve... | Craig Topper | 2019-11-25 | 1 | -1/+0 |
| * | [X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit mode | Craig Topper | 2019-11-14 | 1 | -9/+16 |
| * | [PowerPC][Altivec] Fix offsets for vec_xl and vec_xst | Nemanja Ivanovic | 2019-11-07 | 1 | -20/+40 |
| * | [PowerPC][Altivec] Emit correct builtin for single precision vec_all_ne | Nemanja Ivanovic | 2019-11-07 | 1 | -1/+1 |
| * | [Headers] Fix compatibility between arm_acle.h and intrin.h | Eli Friedman | 2019-10-29 | 1 | -0/+2 |
| * | [ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE | vhscampos | 2019-10-28 | 1 | -0/+20 |
| * | [ARM][AArch64] Implement __arm_rsrf, __arm_rsrf64, __arm_wsrf & __arm_wsrf64 | vhscampos | 2019-10-28 | 1 | -0/+4 |
| * | Fix a spelling mistake in a couple of intrinsic description comments. NFC | Greg Bedwell | 2019-10-27 | 1 | -2/+2 |
| * | [clang,ARM] Initial ACLE intrinsics for MVE. | Simon Tatham | 2019-10-24 | 1 | -0/+2 |
| * | [X86] Always define the tzcnt intrinsics even when _MSC_VER is defined. | Craig Topper | 2019-10-11 | 2 | -85/+93 |
| * | [x86] Adding support for some missing intrinsics: _castf32_u32, _castf64_u64... | Pengfei Wang | 2019-09-25 | 1 | -0/+68 |
| * | Fix reliance on -flax-vector-conversions in AVX intrinsics headers and | Richard Smith | 2019-09-17 | 1 | -2/+2 |
| * | Remove reliance on lax vector conversions from altivec.h in VSX mode. | Richard Smith | 2019-09-17 | 1 | -19/+22 |
| * | Remove reliance on lax vector conversions from altivec.h and its test. | Richard Smith | 2019-09-13 | 1 | -17/+23 |
| * | [PowerPC][Altivec] Fix constant argument for vec_dss | Jinsong Ji | 2019-09-04 | 1 | -3/+1 |
| * | [CUDA] Use activemask.b32 instruction to implement __activemask w/ CUDA-9.2+ | Artem Belevich | 2019-09-03 | 1 | -1/+9 |
| * | [x86] Fix bugs of some intrinsic functions in CLANG : _mm512_stream_ps, _mm51... | Pengfei Wang | 2019-09-03 | 1 | -3/+3 |
| * | [x86] Adding support for some missing intrinsics: _mm512_cvtsi512_si32 | Pengfei Wang | 2019-08-29 | 1 | -0/+17 |
| * | [OpenCL] Fix declaration of enqueue_marker | Yaxun Liu | 2019-08-22 | 1 | -1/+1 |
| * | [OpenCL] Fix lang mode predefined macros for C++ mode. | Anastasia Stulova | 2019-08-12 | 2 | -117/+110 |
| * | [clang] Fixed x86 cpuid NSC signature | Raphael Isemann | 2019-08-10 | 1 | -2/+2 |
| * | [PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPC | Qiu Chaofan | 2019-08-09 | 4 | -0/+733 |
| * | [AArch64] Add support for Transactional Memory Extension (TME) | Momchil Velikov | 2019-07-31 | 1 | -1/+23 |
| * | [PowerPC] [Clang] Add platform guards to PPC vector intrinsics headers | Qiu Chaofan | 2019-07-30 | 4 | -0/+25 |
| * | [X86] Remove const from some intrinsics that shouldn't have them | Paul Robinson | 2019-07-22 | 1 | -3/+3 |
| * | [OpenCL] Define CLK_NULL_EVENT without cast | Sven van Haastregt | 2019-07-19 | 1 | -1/+1 |
| * | [PowerPC][Clang] Remove use of malloc in mm_malloc | Qiu Chaofan | 2019-07-18 | 1 | -4/+0 |
| * | Revert [AArch64] Add support for Transactional Memory Extension (TME) | Momchil Velikov | 2019-07-17 | 1 | -23/+1 |
| * | [AArch64] Add support for Transactional Memory Extension (TME) | Momchil Velikov | 2019-07-17 | 1 | -1/+23 |
| * | [AArch64] Implement __jcvt intrinsic from Armv8.3-A | Kyrylo Tkachov | 2019-07-16 | 1 | -0/+8 |
| * | [SystemZ] Add support for new cpu architecture - arch13 | Ulrich Weigand | 2019-07-12 | 1 | -0/+406 |
| * | [X86] Change the IR sequence for _mm_storeh_pi and _mm_storel_pi to perform t... | Craig Topper | 2019-07-10 | 1 | -2/+10 |
| * | [OpenCL] Restore ATOMIC_VAR_INIT | Sven van Haastregt | 2019-06-24 | 1 | -1/+6 |
| * | [OpenCL] Remove more duplicates from opencl-c.h | Sven van Haastregt | 2019-06-24 | 1 | -29/+0 |
| * | [OpenCL][PR41963] Add generic addr space to old atomics in C++ mode | Anastasia Stulova | 2019-06-21 | 1 | -0/+45 |
| * | [OpenCL] Remove duplicate read_image declarations | Sven van Haastregt | 2019-06-21 | 1 | -47/+0 |
| * | [X86] Make _mm_mask_cvtps_ph, _mm_maskz_cvtps_ph, _mm256_mask_cvtps_ph, and _... | Craig Topper | 2019-06-20 | 2 | -44/+8 |
| * | AIX system headers need stdint.h and inttypes.h to be re-enterable | Xing Xue | 2019-06-20 | 2 | -0/+10 |
| * | [X86] Correct the __min_vector_width__ attribute on a few intrinsics. | Craig Topper | 2019-06-19 | 2 | -5/+5 |
| * | [OpenCL] Split type and macro definitions into opencl-c-base.h | Sven van Haastregt | 2019-06-19 | 4 | -535/+577 |
| * | [PowerPC] [Clang] Port SSE2 intrinsics to PowerPC | Zi Xuan Wu | 2019-06-12 | 2 | -0/+2319 |
| * | [X86] Enable intrinsics that convert float and bf16 data to each other | Pengfei Wang | 2019-06-11 | 2 | -0/+130 |
| * | [X86] Add ENQCMD instructions | Pengfei Wang | 2019-06-06 | 4 | -0/+69 |
| * | [OpenCL] Undefine cl_intel_planar_yuv extension | Andrew Savonichev | 2019-06-03 | 1 | -3/+0 |