platform/upstream/llvm.git
2023-01-12 Johannes Doerfert[Attributor][FIX] Improve care when dealing with liveness
2023-01-12 Johannes Doerfert[Attributor] Always ensure the correct AAIsDead object...
2023-01-12 Lorenzo Chelini[MLIR][Tensor] Add canonicalization patterns for `tenso...
2023-01-12 Chuanqi Xu[NFC] Refactor the outdated warning message about remov...
2023-01-12 Vitaly BukaRevert "[gn] port c268f850a299"
2023-01-12 Vitaly BukaRevert "Fix to D139603(reverted) - moved size check...
2023-01-12 Yeting Kuo[RISCV] Teach lowerCTLZ_CTTZ_ZERO_UNDEF to handle conve...
2023-01-12 Johannes Doerfert[OpenMP][FIX] Allow multiple `depend` clauses on a...
2023-01-12 Johannes Doerfert[OpenMP][5.1] Support `thread_limit` on `omp target`
2023-01-12 Johannes Doerfert[OpenMP][NFC] Include global alias test
2023-01-12 Uday Bondhugula[MLIR][Affine] Fix affine scalrep - add missing check
2023-01-12 Uday Bondhugula[MLIR] Fix affine analysis methods for affine.parallel
2023-01-12 Uday BondhugulaCanonicalize affine set + operands while adding affine...
2023-01-12 Raghu Maddhipatla[Flang] [OpenMP] Add parser support for THREAD_LIMIT...
2023-01-12 Shilei Tian[OpenMP][DeviceRTL] Fix the support for tasking on...
2023-01-12 Yaxun (Sam... Fix test hip-windows-filename.hip
2023-01-12 esmeyi[XCOFF] handle the toc-data for object file generation.
2023-01-12 Ramkrishnan... [LoopFusion] Sorting of undominated FusionCandidates...
2023-01-12 Fangrui Song[CodeGen] Remove #include "llvm/ADT/None.h"
2023-01-12 Nico Weber[gn] port c268f850a299
2023-01-12 wanglei[LoongArch] Implement mayBeEmittedAsTailCall for tail...
2023-01-12 Shilei Tian[OpenMP] Implement `omp_get_mapped_ptr`
2023-01-12 Craig Topper[RISCV] Move FP store of extractelt pattern to DAGCombine.
2023-01-12 Craig Topper[RISCV] Use ISD::EXTRACT_VECTOR_ELT for Intrinsic:...
2023-01-12 Nikolas Klauser[libc++] Fix ranges::uninitialized_move{, _n} for move...
2023-01-12 Vitaly Buka[tsan] Remove rtl-old
2023-01-12 Nikolas Klauser[libc++][NFC] Fix endif comments in cmath
2023-01-12 zhongyunde[MergeICmps] Adapt to non-eq comparisons
2023-01-12 Konstantin... [libc++][ranges] Fix incorrect integer type in `view_in...
2023-01-12 Vladimir VereschakaFixed Clang::Driver 'netbsd.c' test on Windows/Cross...
2023-01-12 Fangrui Song[bazel] Enable layering_check for llvm and clang
2023-01-12 Fangrui Song[bazel] Fix all remaining --features=layering_check...
2023-01-12 Florian Mayer[NFC] fix more type conversion issues
2023-01-12 Fangrui Song[bazel] Fix all remaining --features=layering_check...
2023-01-12 Florian Mayer[NFC] fix type conversion issue
2023-01-12 Florian MayerDynamically allocate scudo allocation buffer.
2023-01-12 Rafael Auler[BOLT] Add test case triggering JT assertion
2023-01-12 William HuangFix to D139603(reverted) - moved size check to unit...
2023-01-12 bixia1[mlir][sparse] Avoid values buffer reallocation for...
2023-01-12 Craig Topper[RISCV] Make sure we use LMUL=1 for scalar reduction...
2023-01-12 bixia1[mlir][sparse] Refactor the code that reshapes the...
2023-01-11 Sami Tolvanen[ModuleUtils][KCFI] Set patchable-function-prefix for...
2023-01-11 Alex Brachet[GWP-ASan] Fix 6413872
2023-01-11 Yaxun (Sam... [HIP] Use .hipi as preprocessor output extension
2023-01-11 Fangrui Song[llvm-lto2] Remove unused include after D123126
2023-01-11 Fangrui Song[bazel] Fix some --features=layering_check issues
2023-01-11 Francis Visoiu... [Matrix] Optimize matrix transposes around additions
2023-01-11 Fangrui Song[llvm-profdata] Remove an unused include after D115915
2023-01-11 Alex Brachet[GWP-ASan] Fix test to work with Fuchsia's zxtest
2023-01-11 Alexander Yermolovich[llvm][dwwarf] Change CU/TU index to 64-bit
2023-01-11 Sami Tolvanen[GCOV] Set !kcfi_type metadata for indirectly called...
2023-01-11 Alexander YermolovichRevert "[llvm][dwwarf] Change CU/TU index to 64-bit"
2023-01-11 spupyrev[BOLT] using jump weights in profi
2023-01-11 Stanislav Mekhanoshin[AMDGPU] Mark wmma intrinsics as source of divergence
2023-01-11 Jez Ng[lld-macho][nfc] Use alignToPowerOf2 instead of alignTo...
2023-01-11 Arthur O'Dwyer[libc++] Hold mutex lock while notify_all is called...
2023-01-11 Paul Kirth"Reland "[pgo] Avoid introducing relocations by using...
2023-01-11 Hanhan Wang[mlir][tensor] Add patterns that fold ops into pack...
2023-01-11 Alex Langford[debugserver] Clear memory allocations after exec
2023-01-11 Owen Pan[clang-format][doc] Fix C++ code blocks for IntegerLite...
2023-01-11 Mitch Phillips[GWP-ASan] Add recoverable mode.
2023-01-11 James Y Knight[Libcxx] Add <source_location> header.
2023-01-11 Casey Carter[libc++][test] cleanup in formatter.h
2023-01-11 Markus Böck[llvm] Refactor leftover ThreadLocal usage in MinGW...
2023-01-11 Markus Böck[mlir][NFC] Migrate rest of the dialects to the new...
2023-01-11 Markus Böck[mlir][MemRef][NFC] Migrate MemRef dialect to the new...
2023-01-11 Markus Böck[mlir][Index][NFC] Migrate index dialect to the new...
2023-01-11 Alex Langford[lldb] Do not deallocate memory after exec
2023-01-11 Jeff Niu[mlir][llvm] Add a convenience builder to BrOp
2023-01-11 Thomas Raoux[mlir]][linalg] Add named op for matmul_transpose_b
2023-01-11 Nikolas Klauser[libc++] Rename transform_view::{__iterator, __sentinel...
2023-01-11 Thurston Dangtsan_shadow_test: add const qualifier
2023-01-11 Caroline Tice[Bazel] Fix typo (missing comma) in previous commit.
2023-01-11 Caroline Tice[Bazel] Add //llvm:TargetParser depenendency to clang...
2023-01-11 Haowei Wu[CMake][Fuchsia] Include llvm-ml in Fuchsia toolchain
2023-01-11 Jakub Kuderski[mlir][spirv] Migrate to new fold API
2023-01-11 Florian Hahn[AArch64] Set MaxInterleaveFactor for Apple A14, A15...
2023-01-11 Ed Maste[libc++] Add FreeBSD exceptions.nonew ABI list
2023-01-11 Aaron BallmanAnother round of speculative fixes for Clang sphinx
2023-01-11 Slava Zakharin[flang] Added coarse grained alias analysis for FIR.
2023-01-11 Thurston Dangtsan: add kBrokenAliasedMetas condition and test
2023-01-11 Aaron BallmanSpeculatively fix the Clang sphinx build
2023-01-11 Craig Topper[RISCV] Remove uses of Register::isPhysicalRegister...
2023-01-11 Jay Foad[AMDGPU] Temporarily disable FeatureBackOffBarrier...
2023-01-11 Florian Hahn[LoopUnroll] Add additional DT verification test for...
2023-01-11 Terry Wilmarth[OpenMP] Fix for smaller team sizes inside teams construct.
2023-01-11 Nico Weber[gn build] Port ac1ffd3caca1
2023-01-11 Markus Böck[mlir][math][NFC] Migrate math dialect to the new fold API
2023-01-11 Joseph Huber[OpenMP] Fix unused capature and name
2023-01-11 Sam McCall[clangd] Respect clang-tidy SystemHeaders option if...
2023-01-11 Joseph Huber[Clang] Add requires flags to test using Linux command...
2023-01-11 bixia1[mlir][sparse] Generate AOS subviews on-demand.
2023-01-11 Siu Chi Chan[AMDGCN] Update search path for device libraries
2023-01-11 Guillaume Chatelet[NFC] Use TypeSize::geFixedValue() instead of TypeSize...
2023-01-11 David Green[ARM] Limit and+csinc fold to a single use.
2023-01-11 Mark de Wever[libc++][format] Fixes escaping string literals.
2023-01-11 OCHyams[Assignment Tracking] Do not verify against an empty...
2023-01-11 Guillaume Chatelet[NFC] Use TypeSize::getKnownMinValue() instead of TypeS...
2023-01-11 Joseph Huber[OpenMP] Adjust phases for AMDGPU offloading for OpenMP...
2023-01-11 Joseph Huber[OpenMP] Add support for '--offload-arch=native' to...
next