platform/upstream/llvm.git
2021-12-08 Jon ChesterfieldRevert "[OpenMP][AMDGPU] Switch host-device memory...
2021-12-08 Stephen NeuendorfferAllow DataLayout to support arbitrary pointer sizes
2021-12-08 Petr Hosek[CMake] Specify byproducts for custom libcxx builds
2021-12-08 Chuanqi Xu[C++20] [Modules] [Concepts] Recognize same concepts...
2021-12-08 Vitaly Buka[lsan] Replace atomic_store/atomic_load with atomic_fet...
2021-12-08 Vitaly Buka[NFC][asan] Remove -std=c++20 from test
2021-12-08 Chuanqi Xu[NFC] Fix C++20 module test in PPC and warning
2021-12-08 lh123[clangd] Make a.k.a printing configurable.
2021-12-08 Mehdi AminiAdjust "end namespace" comment in MLIR to match new...
2021-12-08 Mehdi AminiBuild MLIR with -Werror=mismatched-tags (NFC)
2021-12-08 Chuanqi Xu[C++20] [Modules] Namespace Declaration shouldn't have...
2021-12-08 Vitaly Buka[NFC][lsan] Move method implementation up
2021-12-08 Vitaly Buka[NFC][lsan] Clang-format lsan_common.cpp
2021-12-08 Chuanqi Xu[C++20] [Module] Support extern C/C++ semantics
2021-12-08 lh123[clangd] Add desugared type to hover
2021-12-08 Mehdi AminiFix flang tests after MLIR changes on the handling...
2021-12-08 Vitaly Buka[NFC][lsan] Use kIgnored in MarkInvalidPCCb
2021-12-08 Haohai Wen[CostModel][X86] Add i64 mul cost for avx512 as 1cy
2021-12-08 Lang Hames[ORC] Add a MaterializationUnit::Interface struct.
2021-12-08 Chen Zheng[Powerpc] testcases for D111485; nfc
2021-12-08 Alex Lorenz[macho] add support for emitting macho files with two...
2021-12-08 Vitaly Buka[sanitizer] Restore __thumb__ workaround
2021-12-08 Mehdi AminiChange the printing/parsing behavior for Attributes...
2021-12-08 Chen Zheng[PowerPC] use lvx + splat directly for aligned splat...
2021-12-08 Nico WeberReland "[gn build] (manually) port 1ee32055ea1d (benchm...
2021-12-08 Phoebe Wang[X86][clang] Emit diagnostic for float and double when...
2021-12-08 Mircea TrofinRe-Reland "[benchmarks] Move libcxx's fork of google...
2021-12-08 Kirill Stoimenov[ASan] Missed some SHADOW_XYZ uses on non-Linux platforms.
2021-12-08 Kirill Stoimenov[ASan] Renamed SHADOW_XYZ to ASAN_SHADOW_XYZ.
2021-12-08 Jez Ng[lld-macho] Include archive name in bitcode files
2021-12-08 Michael Jones[libc][obvious] fix missed rename
2021-12-08 Petr Hosek[compiler-rt] Use the runtimes build for custom libc++
2021-12-08 Michael Jones[libc] fix the .yaml files not being tracked
2021-12-07 Aart Bik[mlir][sparse] add a few more sparse output tests ...
2021-12-07 James FarrellRevert "Revert "Use VersionTuple for parsing versions...
2021-12-07 Michael BergRevert "[RISCV] Add target specific loop unrolling...
2021-12-07 Yaxun (Sam... [CUDA][HIP] Add pre-defined macro `__CLANG_RDC__`
2021-12-07 Jim InghamFix error reporting for "process load" and add a test...
2021-12-07 Michael Berg[RISCV] Add target specific loop unrolling and peeling...
2021-12-07 Carlo Bertolli[OpenMP][AMDGPU] Switch host-device memory copy to...
2021-12-07 AlexisPerryConvert fir.allocmem and fir.freemem operations to...
2021-12-07 Kirill Stoimenov[ASan] Removed ASAN_SHADOW_SCALE.
2021-12-07 Martin StorsjöReapply [runtimes] Fix building initial libunwind+libcx...
2021-12-07 Kiran Chandramohan[Flang] Upstream conversion of the XRebox Op
2021-12-07 Kirill StoimenovRevert "[ASan] Removed ASAN_SHADOW_SCALE."
2021-12-07 Kirill Stoimenov[ASan] Removed ASAN_SHADOW_SCALE.
2021-12-07 Nikolas Klauser[libc++] Remove _LIBCPP_DEFAULT
2021-12-07 LLVM GN Syncbot[gn build] Port 02940d6d2202
2021-12-07 Jonas DevlieghereRevert "CycleInfo: Introduce cycles as a generalization...
2021-12-07 Carlo Bertolli[NFC][OpenMP] Prepare amdgpu plugin for asynchronous...
2021-12-07 Sanjay Patel[InstCombine] try to fold rem with constant dividend...
2021-12-07 Sanjay Patel[InstCombine] add tests for div/rem with 0 select arm...
2021-12-07 Sanjay Patel[InstCombine] add tests for div with select-of-constant...
2021-12-07 Martin Storsjö[OpenMP] Disable libomptarget profiling by default...
2021-12-07 Valentin Clement[flang][runtime] Add ragged array runtime functions
2021-12-07 Greg ClaytonFix buildbots after https://reviews.llvm.org/D115073.
2021-12-07 Greg ClaytonFix buildbot after https://reviews.llvm.org/D115073.
2021-12-07 Bill Wendling[Analysis] Ignore casts and unary ops for uninitialized...
2021-12-07 Kirill Stoimenov[ASan] Replaced constants for SHADOW_OFFSET with defines.
2021-12-07 Bardia Mahjour[VP] Cost model for VPMemory operations on PowerPC.
2021-12-07 Vitaly Buka[sanitizer] Lock/Unlock stack store on fork
2021-12-07 Aart Bik[mlir][sparse] fix broken build
2021-12-07 Arthur O'Dwyer[libc++] [test] Rationalize the nodiscard tests for...
2021-12-07 Arthur O'Dwyer[libc++] [ranges] SFINAE-friendly "write it three times...
2021-12-07 Arthur O'Dwyer[libc++] Remove unneeded `std::` qualifications from...
2021-12-07 Arthur O'Dwyer[libc++] std::move should be _VSTD::move in one place...
2021-12-07 Aart Bik[mlir][sparse] finalize sparse output in the presence...
2021-12-07 Clemens WasserFormat lsan.h
2021-12-07 Michael Jones[libc] apply new lint rules
2021-12-07 Michael Jones[libc] update tidy rules to fix variable formatting
2021-12-07 Chih-Ping Chen[NFC][CodeView] Use one unified access to the module...
2021-12-07 Zequan Wu[LLDB][NativePDB] Fix function decl creation for class...
2021-12-07 Clemens WasserChange __lsan::kMaxAllowedMallocSize literal types...
2021-12-07 Simon PilgrimRemove unused variable. NFC.
2021-12-07 Rob Suderman[mlir][tosa] Disable tosa.depthwise_conv2d canonicalize...
2021-12-07 Jonas Paulsson[SystemZ] Add range checks for PC-relative fixups.
2021-12-07 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2021-12-07 Simon Pilgrim[DAG] Update expandFunnelShift/expandROT to return...
2021-12-07 Arthur Eubanks[NFC] Clarify comment about LoopDeletionPass in the...
2021-12-07 Kirill Stoimenov[ASan] Refactored SHADOW_OFFSET implementation to use...
2021-12-07 Greg ClaytonModify DataEncoder to be able to encode data in an...
2021-12-07 Peter Klausler[flang] Remove runtime check from OpenFile::Close()
2021-12-07 Peter Klausler[flang] Avoid potential deadlock in CloseAll()
2021-12-07 Craig Topper[RISCV] Revise RISCVInstPrinter::printVTypeI to not...
2021-12-07 lh123[clangd] Print type for VarTemplateDecl in hover.
2021-12-07 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-12-07 Corentin JabotDo not check if we are in a discared context in non...
2021-12-07 LLVM GN Syncbot[gn build] Port fa99cb64ff0e
2021-12-07 Mircea Trofin[mlgo][regalloc] Add score calculation for training
2021-12-07 Aaron BallmanAdd diagnostic groups for attribute extensions
2021-12-07 spupyrevfixing a broken ext-tsp test
2021-12-07 Florian Hahn[VPlan] Verify plan entry and exit blocks, set correct...
2021-12-07 Jay Foad[AMDGPU] Mark time intrinsics as nomem, hassideeffects
2021-12-07 Peter Klausler[flang] Fix INQUIRE(FILE=,NAME=)
2021-12-07 Sanjay Patel[InstSimplify] add logic fold for 'or' with 'xor'+...
2021-12-07 Sanjay Patel[InstCombine] add tests for rem with select operand...
2021-12-07 Craig Topper[RISCV] Replace uses of RISCVOpcode<0b0010011> and...
2021-12-07 Lei Zhang[mlir][scf] NFC: create dedicated files for affine...
2021-12-07 LLVM GN Syncbot[gn build] Port f573f6866e18
2021-12-07 spupyrevext-tsp basic block layout
next