| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [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 |
* | [CGBuiltin] dumpRecord - remove unused field offset. NFCI. | Simon Pilgrim | 2019-05-21 | 1 | -5/+0 |
* | [Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with ove... | Craig Topper | 2019-05-20 | 1 | -8/+15 |
* | [X86] Stop implicitly enabling avx512vl when avx512bf16 is enabled. | Craig Topper | 2019-05-16 | 1 | -0/+16 |
* | [clang] Handle lround/llround builtins | Adhemerval Zanella | 2019-05-16 | 1 | -0/+21 |
* | [AArch64] Add __builtin_sponentry, for calling setjmp in MinGW | Martin Storsjo | 2019-05-06 | 1 | -0/+5 |
* | Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ... | Luo, Yuanke | 2019-05-06 | 1 | -0/+8 |
* | Reinstate r359059, reverted in r359361, with a fix to properly prevent | Richard Smith | 2019-04-27 | 1 | -2/+11 |
* | [AArch64] Add support for MTE intrinsics | Javed Absar | 2019-04-26 | 1 | -0/+78 |
* | [CUDA] Implemented _[bi]mma* builtins. | Artem Belevich | 2019-04-25 | 1 | -210/+333 |
* | [Aarch64] Add v8.2-a half precision element extract intrinsics | Diogo N. Sampaio | 2019-04-12 | 1 | -0/+8 |
* | Variable auto-init: also auto-init alloca | JF Bastien | 2019-04-12 | 1 | -0/+22 |
* | [OpenCL] Re-fix invalid address space generation for clk_event_t arguments of... | Alexey Sotkin | 2019-04-11 | 1 | -13/+28 |
* | [os_log] Mark os_log_helper `nounwind` | Vedant Kumar | 2019-04-02 | 1 | -0/+1 |
* | [MS] Make __iso_volatile_* available on all targets | Reid Kleckner | 2019-03-28 | 1 | -51/+41 |
* | [AArch64] Split the neon.addp intrinsic into integer and fp variants. | Amara Emerson | 2019-03-21 | 1 | -0/+7 |
* | [WebAssembly] Use rethrow intrinsic in the rethrow block | Heejin Ahn | 2019-03-16 | 1 | -2/+2 |
* | Revert "Add a new attribute, fortify_stdlib" | Erik Pilkington | 2019-03-13 | 1 | -84/+0 |
* | Fix accidentally used hard tabs. NFC | Kristina Brooks | 2019-02-24 | 1 | -1/+1 |
* | Wrap code for builtin_assume_aligned at 80 col.NFC | Kristina Brooks | 2019-02-24 | 1 | -1/+2 |
* | [WebAssembly] Bulk memory intrinsics and builtins | Thomas Lively | 2019-02-13 | 1 | -0/+24 |
* | Re-enable the test disabled in r353836 and hopefully make it pass in gcc builds | Nico Weber | 2019-02-13 | 1 | -3/+4 |
* | Add a new attribute, fortify_stdlib | Erik Pilkington | 2019-02-11 | 1 | -0/+84 |
* | [opaque pointer types] Cleanup CGBuilder's Create*GEP. | James Y Knight | 2019-02-09 | 1 | -2/+1 |
* | [CodeGen][ObjC] Fix assert on calling `__builtin_constant_p` with ObjC objects. | Volodymyr Sapsai | 2019-02-08 | 1 | -0/+6 |
* | [COFF, ARM64] Fix types for _ReadStatusReg, _WriteStatusReg | Eli Friedman | 2019-02-08 | 1 | -4/+1 |
* | [COFF, ARM64] Add ARM64 support for MS intrinsic _fastfail | Tom Tan | 2019-02-06 | 1 | -0/+3 |
* | [opaque pointer types] More trivial changes to pass FunctionType to CallInst. | James Y Knight | 2019-02-05 | 1 | -3/+8 |