| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC] Pass a reference to CodeGenFunction to methods of LValue and | Akira Hatanaka | 2019-12-03 | 1 | -7/+7 |
| * | [ARM][AArch64] Complex addition Neon intrinsics for Armv8.3-A | Victor Campos | 2019-12-02 | 1 | -0/+8 |
| * | [ARM] Replace arm_neon_vqadds with sadd_sat | David Green | 2019-11-27 | 1 | -6/+6 |
| * | NeonEmitter: remove special case on casting polymorphic builtins. | Tim Northover | 2019-11-20 | 1 | -0/+5 |
| * | [ARM,MVE] Add intrinsics for vector comparisons. | Simon Tatham | 2019-11-18 | 1 | -0/+8 |
| * | [ARM,MVE] Add intrinsics for contiguous load/stores. | Simon Tatham | 2019-11-13 | 1 | -0/+7 |
| * | AArch64: add arm64_32 support to Clang. | Tim Northover | 2019-11-12 | 1 | -1/+3 |
| * | [WebAssembly] Add experimental SIMD dot product instruction | Thomas Lively | 2019-11-01 | 1 | -0/+6 |
| * | [WebAssembly] SIMD integer min and max instructions | Thomas Lively | 2019-10-31 | 1 | -0/+42 |
| * | [ARM][AArch64] Implement __cls, __clsl and __clsll intrinsics from ACLE | vhscampos | 2019-10-28 | 1 | -0/+21 |
| * | Fix compilation warning. NFC. | Michael Liao | 2019-10-25 | 1 | -0/+1 |
| * | [clang]Fixup clang -Werror,,-Wcovered-switch-default build failures | Jinsong Ji | 2019-10-24 | 1 | -3/+0 |
| * | [clang,ARM] Initial ACLE intrinsics for MVE. | Simon Tatham | 2019-10-24 | 1 | -5/+115 |
| * | CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI. | Simon Pilgrim | 2019-10-16 | 1 | -5/+4 |
| * | [WebAssembly] Trapping fptoint builtins and intrinsics | Thomas Lively | 2019-10-15 | 1 | -0/+20 |
| * | Improve __builtin_constant_p lowering | Joerg Sonnenberger | 2019-10-13 | 1 | -4/+0 |
| * | Reland r374450 with Richard Smith's comments and test fixed. | Erich Keane | 2019-10-11 | 1 | -2/+4 |
| * | Revert 374450 "Fix __builtin_assume_aligned with too large values." | Nico Weber | 2019-10-10 | 1 | -1/+2 |
| * | Fix __builtin_assume_aligned with too large values. | Erich Keane | 2019-10-10 | 1 | -2/+1 |
| * | [WebAssembly] Add builtin and intrinsic for v8x16.swizzle | Thomas Lively | 2019-10-09 | 1 | -0/+6 |
| * | [BPF] do compile-once run-everywhere relocation for bitfields | Yonghong Song | 2019-10-08 | 1 | -0/+34 |
| * | Properly handle instantiation-dependent array bounds. | Richard Smith | 2019-10-04 | 1 | -1/+1 |
| * | [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-10-03 | 1 | -1/+1 |
| * | [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) | Guillaume Chatelet | 2019-09-30 | 1 | -2/+2 |
| * | [WebAssembly] Narrowing and widening SIMD ops | Thomas Lively | 2019-09-13 | 1 | -0/+57 |
| * | [WebAssembly] Add SIMD QFMA/QFMS | Thomas Lively | 2019-08-31 | 1 | -1/+23 |
| * | Builtins: Start adding half versions of math builtins | Matt Arsenault | 2019-08-06 | 1 | -0/+21 |
| * | [COFF][ARM64] Reorder handling of aarch64 MSVC builtins | David Major | 2019-07-30 | 1 | -145/+145 |
| * | Allow prefetching from non-zero address spaces | JF Bastien | 2019-07-25 | 1 | -4/+4 |
| * | Updated the signature for some stack related intrinsics (CLANG) | Christudasan Devadasan | 2019-07-22 | 1 | -10/+14 |
| * | [WebAssembly] Compute and export TLS block alignment | Guanzhong Chen | 2019-07-19 | 1 | -0/+5 |
| * | [WebAssembly] Implement __builtin_wasm_tls_base intrinsic | Guanzhong Chen | 2019-07-18 | 1 | -0/+4 |
| * | AMDGPU: Add some missing builtins | Matt Arsenault | 2019-07-17 | 1 | -0/+6 |
| * | [WebAssembly] Implement thread-local storage (local-exec model) | Guanzhong Chen | 2019-07-16 | 1 | -0/+5 |
| * | [AArch64] Implement __jcvt intrinsic from Armv8.3-A | Kyrylo Tkachov | 2019-07-16 | 1 | -0/+8 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -6/+6 |
| * | [SystemZ] Add support for new cpu architecture - arch13 | Ulrich Weigand | 2019-07-12 | 1 | -0/+17 |
| * | [CodeGen] NVPTX: Switch from atomic.load.add.f32 to atomicrmw fadd | Benjamin Kramer | 2019-07-11 | 1 | -15/+3 |
| * | [X86] Change the IR sequence for _mm_storeh_pi and _mm_storel_pi to perform t... | Craig Topper | 2019-07-10 | 1 | -16/+0 |
| * | [NFC] [X86] Fix scan-build complaining | Pengfei Wang | 2019-07-09 | 1 | -3/+2 |
| * | [BPF] Preserve debuginfo array/union/struct type/access index | Yonghong Song | 2019-07-09 | 1 | -0/+21 |
| * | Revert "[BPF] Preserve debuginfo array/union/struct type/access index" | Yonghong Song | 2019-07-09 | 1 | -21/+0 |
| * | [BPF] Preserve debuginfo array/union/struct type/access index | Yonghong Song | 2019-07-09 | 1 | -0/+21 |
| * | Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti... | Fangrui Song | 2019-07-03 | 1 | -2/+1 |
| * | [AMDGPU] gfx1010 wave32 clang support | Stanislav Mekhanoshin | 2019-06-13 | 1 | -4/+20 |
| * | [X86] Enable intrinsics that convert float and bf16 data to each other | Pengfei Wang | 2019-06-11 | 1 | -0/+14 |
| * | LLVM IR: Generate new-style byval-with-Type from Clang | Tim Northover | 2019-06-05 | 1 | -1/+1 |
| * | [X86] Add VP2INTERSECT instructions | Pengfei Wang | 2019-05-31 | 1 | -0/+42 |
| * | [clang] Handle lrint/llrint builtins | Adhemerval Zanella | 2019-05-28 | 1 | -0/+16 |
| * | Delete default constructors, copy constructors, move constructors, copy assig... | Dmitri Gribenko | 2019-05-23 | 1 | -11/+8 |