platform/upstream/llvm.git
2022-08-10 Michael Kruse[flang][test] Don't require .exe suffix.
2022-08-10 Kadir Cetinkaya[clangd] Add release notes
2022-08-10 David Green[DAG] Ensure Legal BUILD_VECTOR elements types in shuff...
2022-08-10 David Green[ARM] Regenerate vector_store.ll tests. NFC
2022-08-10 Diana Picus[scudo] Try to fix standalone build on armv7
2022-08-10 Tom Stellard[SPIR-V] Disable opaque pointers in relese 15
2022-08-10 Alex Brachet[ELF] Support --package-metadata
2022-08-09 Martin Storsjö[OpenMP] Only include CMAKE_DL_LIBS on unix platforms
2022-08-09 Jonathan Peyton[OpenMP][libomp] Detect if test compiler has omp.h
2022-08-09 David Sherwood[DAGCombiner] Extend visitAND to include EXTRACT_SUBVECTOR
2022-08-09 David Sherwood[AArch64][DAGCombine] Add performBuildVectorCombine...
2022-08-09 David Sherwood[NFC][AArch64] Precommit vector-fcvt tests
2022-08-09 Martin Storsjö[OpenMP] Fix warnings about unused expressions when...
2022-08-08 Dmitry Vassiliev[CodeGen] Fixed undeclared MISchedCutoff in case of...
2022-08-08 Stefan GränitzWrap `llvm_unreachable` macro in do-while loop
2022-08-08 Jez Ng[lld-macho] Support EH frame pointer encodings that...
2022-08-08 Louis Dionne[libc++] Allow enabling assertions when back-deploying
2022-08-08 Konstantin... [libc++][ranges][NFC] Mark the completed Ranges papers...
2022-08-08 Konstantin... [libc++][ranges][NFC] Make sure all implemented algorit...
2022-08-08 Louis Dionne[libc++] Clarify comment in CI pipeline definition
2022-08-08 Louis Dionne[libc++][NFC] Remove outdated comment in CI pipeline...
2022-08-08 Konstantin... [libc++] Fix a hard error in `contiguous_iterator<NoOpe...
2022-08-08 Nikolas Klauser[libc++][ranges] Implement `ranges::is_permutation`
2022-08-08 Igor Zhukov[libc++][NFC] Remove rebase artifact
2022-08-08 Nikolas Klauser[libc++][ranges] Implement `ranges::clamp`
2022-08-08 Konstantin... [libc++][ranges] Implement `ranges::rotate`.
2022-08-08 Louis Dionne[libc++] Mark -fexperimental-library test as unsupporte...
2022-08-08 Tobias Hieta[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUAL
2022-08-08 Nikita PopovRevert "[compiler-rt][CMake] Enable TF intrinsics on...
2022-08-08 Fangrui Song[ELF][AArch64] Fix potentially corrupted section conten...
2022-08-08 Fangrui Song[ELF] Keep only getTarget() call. NFC
2022-08-08 Fangrui Song[ELF][PPC64] Fix potentially corrupted section content...
2022-08-08 Fangrui Song[ELF] mergeCmp: work around irreflexivity bug
2022-08-08 Keith Smiley[Sanitizer][Darwin] Support OS versions before DRIVERKIT
2022-08-08 Nathan James[clangd] Change the url for clang-tidy check documentation
2022-08-08 David Green[ConstProp] Don't fallthorugh for poison constants...
2022-08-08 Martin Storsjö[ORC] Actually propagate memory unmapping errors on...
2022-08-08 Martin Storsjö[ORC] Fix a warning about an unused variable on Windows...
2022-08-08 Nikita Popov[MLIR] Fix checks for native arch
2022-08-08 Lang Hames[ORC] Ensure that llvm_orc_registerJITLoaderGDBAllocAct...
2022-08-08 Anubhab Ghosh[Orc] Disable use of shared memory on Android
2022-08-08 Umesh Kalappa[PowerPC] Change long to int64_t (which is always 64...
2022-08-08 Chuanqi Xu[C++20] [Modules] Handle initializer for Header Units
2022-08-08 Chuanqi Xu[C++20] [Modules] Merge same concept decls in global...
2022-08-08 Ilya Biryukov[Sema] Return primary merged decl as canonical for...
2022-08-08 Joseph Huber[Libomptarget] Deinitialize AMDGPU global state more...
2022-08-08 Jon Chesterfield[openmp][amdgpu] Tear down amdgpu plugin accurately
2022-08-08 Jon Chesterfield[amdgpu][openmp][nfc] Restore stb_local on DeviceInfo...
2022-08-08 Jon Chesterfield[openmp][amdgpu] Move global DeviceInfo behind call...
2022-08-08 Jon Chesterfield[openmp] Introduce optional plugin init/deinit functions
2022-08-05 Rainer Orth[mlir] Fix Analysis/Presburger/Utils.cpp compilation...
2022-08-05 Chuanqi Xu[C++2b] [Modules] Handle HaveModules with C++2b
2022-08-05 Florian HahnRevert "[X86][DAGISel] Don't widen shuffle element...
2022-08-05 Martin Storsjö[LLD] [MachO] Fix GCC build warnings
2022-08-05 Martin Storsjö[lldb] Silence a GCC warning about missing returns...
2022-08-05 Craig Topper[RISCV] Prevent infinite loop after D129980.
2022-08-05 wanglian[RISCV][NFC] Use defined variable instead some code.
2022-08-05 Louis Dionne[libc++] Simplify how we define the linker script for...
2022-08-05 Louis Dionne[libc++] More documentation improvements about running...
2022-08-05 Nikolas Klauser[libc++][ranges] Implement `ranges::{prev, next}_permut...
2022-08-05 cpplearner[libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD...
2022-08-05 Konstantin... [libc++][ranges] Implement `ranges::sample`.
2022-08-05 Nikolas Klauser[libc++][ranges] Implement `ranges::replace_copy{,_if}`.
2022-08-05 Konstantin... [libc++][ranges] Fix the return value of `{copy,move...
2022-08-05 Nikolas Klauser[libc++][ranges] Implement `ranges::remove_copy{, _if}`.
2022-08-05 Michał Górny[libc++][test] Propagate host environment to libc+...
2022-08-05 Igor Zhukov[libc++][NFC] Don't rely on `<algorithm>` transitively...
2022-08-05 Igor Zhukov[libc++] Fix warning C4244 in std/numerics/rand/rand...
2022-08-05 Louis Dionne[libc++] Update documentation on testing libc++
2022-08-05 Casey Carter[libcxx][test] Test code should inspect `TEST_STD_VER...
2022-08-05 Mark de Wever[libc++][format] Enables feature-test macro.
2022-08-05 Mark de Wever[libc++][doc] Updates status documents.
2022-08-04 Phoebe Wang[clang][llvm][doc] Add more information for the ABI...
2022-08-03 Fangrui SongReleaseNotes: add lld/ELF notes
2022-08-03 Martin Storsjö[lldb] [doc] Add release notes for a few noteworthy...
2022-08-03 Martin Storsjö[LLD] [doc] Add release notes for MinGW changes for...
2022-08-03 Yuanfang Chen[CodeGen][inlineasm] assume the flag output of inline...
2022-08-03 Konstantin... [libc++][ranges][NFC] Fix a few links on the Ranges...
2022-08-03 Konstantin... [libc++][ranges] Implement `std::ranges::partial_sort_c...
2022-08-03 Nikolas Klauser[libc++] Fix reverse_iterator::iterator_concept
2022-08-03 Louis Dionne[libc++] Rename __libcpp_assertion_handler to __libcpp_...
2022-08-03 Hui Xie[libc++][ranges] implement `std::ranges::unique{_copy}`
2022-08-03 Louis Dionne[libc++] Properly log crashes with the assertion handle...
2022-08-03 Konstantin... [libc++] Make `_IterOps::__iter_move` more similar...
2022-08-03 Nikolas Klauser[libc++] Fix merge-conflict in .clang-format
2022-08-03 Nikolas Klauser[libc++] Fix unwrapping ranges with different iterators...
2022-08-03 Hui Xie[libc++][ranges] implement `std::ranges::inplace_merge`
2022-08-03 Michał Górny[openmp] [test] Fix prepending config.library_dir to...
2022-08-03 Michał Górny[libcxx] [test] Cover i386 & sparc64 in string.capacity...
2022-08-03 Tom Stellardworkflows: Fix typo from 2d3d0f50ceb938c155a7283e684f28...
2022-08-03 Simon Pilgrim[DAG] matchRotateSub - ensure the (pre-extended) shift...
2022-08-02 Tom Stellardworkflows: Remove symbol versions from libclang.so...
2022-08-02 Nico Weber[lld/mac] Add support for $ld$previous symbols with...
2022-08-02 Rainer Orth[clang][Driver] Handle SPARC -mcpu=native etc.
2022-08-02 Rainer Orth[Driver] Use libatomic for 32-bit SPARC atomics support...
2022-08-02 Rainer Orth[Support] Handle SPARC in sys::getHostCPUName
2022-08-02 Rainer Orth[compiler-rt][Sanitizer] Link sanitizer libs with ...
2022-08-02 Sunho Kim[IntelJITEvents] Add missing include.
2022-07-31 Jez Ng[lld-macho] Release notes for 15.x
2022-07-30 Joseph HuberRevert "[OpenMP] Remove noinline attributes in the...
next