| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | [opaque pointer types] Pass function types for runtime function calls. | James Y Knight | 2019-02-05 | 1 | -6/+7 |
| * | [opaque pointer types] Trivial changes towards CallInst requiring | James Y Knight | 2019-02-03 | 1 | -89/+92 |
| * | Add a new builtin: __builtin_dynamic_object_size | Erik Pilkington | 2019-01-30 | 1 | -5/+8 |
| * | Add a 'dynamic' parameter to the objectsize intrinsic | Erik Pilkington | 2019-01-30 | 1 | -1/+2 |
| * | Cleanup: replace uses of CallSite with CallBase. | James Y Knight | 2019-01-30 | 1 | -10/+9 |
| * | AMDGPU: Add ds append/consume builtins | Matt Arsenault | 2019-01-28 | 1 | -0/+8 |
| * | [X86] Add new variadic avx512 compress/expand intrinsics that use vXi1 types ... | Craig Topper | 2019-01-28 | 1 | -0/+54 |
| * | [X86] Custom codegen 512-bit cvt(u)qq2tops, cvt(u)qqtopd, and cvt(u)dqtops in... | Craig Topper | 2019-01-26 | 1 | -0/+28 |
| * | [X86] Replace VPCOM/VPCOMU with generic integer comparisons (clang) | Simon Pilgrim | 2019-01-20 | 1 | -0/+50 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | CodeGen: Cast llvm.flt.rounds result to match __builtin_flt_rounds | Anton Korobeynikov | 2019-01-17 | 1 | -0/+11 |
| * | [X86] Add custom emission for the avx512 scatter builtins to convert from sca... | Craig Topper | 2019-01-17 | 1 | -0/+108 |
| * | Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms" | Craig Topper | 2019-01-16 | 1 | -1/+10 |
| * | [X86] Add versions of the avx512 gather intrinsics that take the mask as a vX... | Craig Topper | 2019-01-16 | 1 | -0/+108 |
| * | Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms" | Benjamin Kramer | 2019-01-15 | 1 | -10/+1 |
| * | [clang][UBSan] Sanitization for alignment assumptions. | Roman Lebedev | 2019-01-15 | 1 | -3/+5 |
| * | [X86] Make _xgetbv/_xsetbv on non-windows platforms | Craig Topper | 2019-01-15 | 1 | -1/+10 |
| * | Revert alignment assumptions changes | Vlad Tsyrklevich | 2019-01-15 | 1 | -5/+3 |
| * | [clang][UBSan] Sanitization for alignment assumptions. | Roman Lebedev | 2019-01-14 | 1 | -3/+5 |
| * | [WebAssembly] Remove old builtins | Dan Gohman | 2019-01-14 | 1 | -25/+0 |
| * | [X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ... | Craig Topper | 2019-01-14 | 1 | -2/+22 |