aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-18[ELF] Fix .strtab corruption when a symbol name is emptyorigin/release/14.xFangrui Song1-0/+1
2022-02-17ReleaseNotes: add BOLT subsectionAmir Ayupov1-0/+7
2022-02-18[RISCV] add the MC layer support of Zfinx extensionShao-Ce SUN30-224/+1548
2022-02-16[OpenCL] Guard atomic_double with cl_khr_int64_*Sven van Haastregt1-0/+6
2022-02-16clang-analyzer plugins require LLVM_ENABLE_PLUGINS alsoJameson Nash9-15/+25
2022-02-16[OpenMP][CUDA] Refine the logic to determine grid sizeShilei Tian1-4/+6
2022-02-16[Debuginfod] [Symbolizer] Break debuginfod out of libLLVM.Daniel Thornburgh12-119/+272
2022-02-16[SDAG] enable binop identity constant folds for fmul/fdivSanjay Patel2-25/+17
2022-02-16[X86] Add test cases for fmul/fdiv with select.Luo, Yuanke1-0/+282
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne3-28/+28
2022-02-16[runtimes] Add release note for deprecation of FOO_SYSROOT & friendsLouis Dionne1-0/+5
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne3-0/+30
2022-02-16[lld] One more formatting fix for the release notesJez Ng1-1/+1
2022-02-16[lld] Fix RST formatting in release notesJez Ng1-10/+10
2022-02-16[Docs][OpenCL] Update OpenCL 3.0 status in docs.Anastasia Stulova2-42/+41
2022-02-16[Docs][OpenCL] Release 14 notes.Anastasia Stulova1-4/+33
2022-02-16[Docs] Release 14 notes for SPIR-V in clang.Anastasia Stulova1-0/+13
2022-02-15[libc++] Mark test as unsupported with apple-clangLouis Dionne1-1/+1
2022-02-15[ELF][PPC64] Fix assertion failure for branches to hidden undefined weak for ...Fangrui Song5-53/+55
2022-02-15[libc++] Temporarily silence failing debug mode testLouis Dionne2-1/+12
2022-02-15[libc++][NFC] Work around false positive ODR violations from ASan.Konstantin Varlamov1-0/+2
2022-02-15[libc++] Add missing UNSUPPORTED for the has-no-incomplete-ranges testLouis Dionne1-0/+1
2022-02-15[libc++] Guard much of std::ranges under _LIBCPP_HAS_NO_INCOMPLETE_RANGES.Arthur O'Dwyer85-132/+185
2022-02-15[lld-macho] Fill out release notes for 14.xJez Ng1-4/+79
2022-02-15[OpenMP][FIX] The `llvm.amdgcn.s.barrier` is actually not alignedJohannes Doerfert2-5/+6
2022-02-15InferAddressSpaces: Fix assert on inferred source for inttoptr/ptrtointMatt Arsenault2-4/+61
2022-02-15ReleaseNotes: add notes for binary utilitiesFangrui Song1-0/+32
2022-02-15[libc++] Disable back-deployment CI on the release branchLouis Dionne1-28/+31
2022-02-15Revert "[RISCV] Enable shrink wrap by default"Dimitry Andric11-321/+538
2022-02-15[lldb] [Commands] Implement "thread siginfo"Michał Górny3-0/+99
2022-02-15[RISCV] Insert VSETVLI at the end of a basic block if we didn't produce Block...Craig Topper2-3/+16
2022-02-15Revert "[RISCV] Fix a vsetvli insertion bug involving loads/stores." and "[RI...Craig Topper2-21/+6
2022-02-15[RISCV] Add test case for a vsetvli insertion bug found after D118667.Craig Topper1-0/+134
2022-02-15[OpenMP][libomp] Replace accidental VLA with KMP_ALLOCAJonathan Peyton1-1/+1
2022-02-15Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett19-49/+193
2022-02-15[OpenMP][Offloading] Fix infinite loop in applyToShadowMapEntriesShilei Tian2-0/+59
2022-02-14[release] Use a supported way of building libc++ when building the documentationLouis Dionne1-3/+15
2022-02-14[scan-build] Fix deadlock at failures in libears/ear.cBalazs Benics1-0/+4
2022-02-14[test-release.sh] Set TEST_SUITE_HOST_CC to the release testing build compile...Amy Kwan1-1/+4
2022-02-14[clang] [MinGW] Recognize -lcrtdll as a library replacing -lmsvcrtMartin Storsjö2-1/+6
2022-02-14[OpenCL] Adjust diagnostic for subgroup support.Anton Zabaznov2-5/+11
2022-02-14[OpenCL] Add support of language builtins for OpenCL C 3.0Anton Zabaznov9-72/+93
2022-02-14[OpenCL] Add OpenCL 3.0 atomics to -fdeclare-opencl-builtinsSven van Haastregt3-54/+118
2022-02-14[OpenCL] Refactor cl_ext_float_atomics declarations; NFCSven van Haastregt1-117/+55
2022-02-14[OpenCL] Fix atomic_fetch_add/sub with half typeSven van Haastregt1-3/+3
2022-02-14[OpenCL] Move OpenCL 2.0 atomics into multiclass; NFCSven van Haastregt1-18/+24
2022-02-14[OpenCL] Move most _explicit atomics into multiclass; NFCSven van Haastregt1-170/+46
2022-02-14[OpenCL] Test -fdeclare-opencl-builtins with CL3 and CLC++2021Sven van Haastregt1-0/+2
2022-02-14[clang-format] Honour "// clang-format off" when using QualifierOrder.Marek Kurdej2-0/+26
2022-02-14replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash12-14/+25