platform/upstream/llvm.git
2023-01-09 Johannes ReifferscheidLower math.cbrt to NVVM/ROCDL.
2023-01-09 Nikita Popov[Attributes] Avoid duplicate hasAttribute() query ...
2023-01-09 David Green[AArch64] Fold And/Or into CSel if possible
2023-01-09 Noah Goldstein[InstCombine] Canonicalize (A & B_Pow2) eq/ne B_Pow2...
2023-01-09 Ties Stuij[lld][ARM] don't use short thumb thunks if no branch...
2023-01-09 Ben Mudd[DebugInfo] Fix jump threading failing to update cloned...
2023-01-09 Nikolas Klauser[libc++] Fix transitive includes list for C++23
2023-01-09 serge-sans... Move from llvm::makeArrayRef to ArrayRef deduction...
2023-01-09 Tim NorthoverTailDuplication: do not remove trivial PHIs from addr...
2023-01-09 Joe Loser[libc++][test] Fix missing include in `endian.pass...
2023-01-09 Nikita Popov[Attributes] Avoid repeated attribute set lookup (NFC)
2023-01-09 Noah Goldstein[InstCombine] Fix potentially buggy code in `((%x ...
2023-01-09 Dmitri Gribenko[llvm] Fix an "unused variable" warning when assertions...
2023-01-09 Markus Böck[TableGen][SourceMgr] Fix obvious mistake in D141220
2023-01-09 Sander de Smalen[AArch64] NFC: Align addTypeForStreamingSVE and addType...
2023-01-09 Dmitri Gribenko[bazel] Updates for https://github.com/llvm/llvm-projec...
2023-01-09 Dmitri Gribenko[bazel] Update the mpfr URL to a stable one
2023-01-09 Johannes de... [mlir:LLVM] Rudimentary inlining support for LLVM load...
2023-01-09 Christian Ulmann[mlir][llvm] Add branch weights to call and invoke
2023-01-09 Thomas Symalla[NFC] Missing whitespace in SSAUpdaterBulk debug output.
2023-01-09 Max Kazantsev[JumpThreading] Preserve profile metadata during select...
2023-01-09 LLVM GN Syncbot[gn build] Port 59b029238af2
2023-01-09 Stephen Tozer[DebugInfo] Produce variadic DBG_INSTR_REFs from ISel
2023-01-09 Balázs Kéri[clang][analyzer] Remove report of null stream from...
2023-01-09 Guillaume Chatelet[reland][NFC] Vastly simplifies TypeSize
2023-01-09 zhongyunde[AArch64][SelectionDAG] Eliminates redundant zero-exten...
2023-01-09 Markus Böck[TableGen][SourceMgr] Correctly append filename to...
2023-01-09 Max Kazantsev[NFC] Add missing 'static' notion in createReplacement
2023-01-09 Serguei Katkov[Inline Spiller] Extend the snippet by statepoint uses
2023-01-09 Uday Bondhugula[MLIR] NFC. Fix DEBUG_TYPE for AffineOps.cpp
2023-01-09 liqinweng[RISCV][CostModel] Add half type support for the cost...
2023-01-09 NAKAMURA TakumilldCOFF: Fix warnings for D110450 [-Wunused-private...
2023-01-09 Chuanqi Xu[NFC] Fix the test failure in 08f957808e5f7e44b11d...
2023-01-09 liqinweng[RISCV][CostModel] Add cost model for integer abs
2023-01-09 Chuanqi Xu[C++20] [Modules] Don't generate global ctors/dtors...
2023-01-09 Chuanqi Xu[C++20] [Modules] Make placement allocation functions...
2023-01-09 chenglin.bi[InstCombine] Fold logic-and/logic-or by distributive...
2023-01-09 Kazu Hirata[CodeGen] Fix a warning
2023-01-09 Nikolas Klauser[libc++] Add _LIBCPP_HIDE_FROM_ABI to __constexpr_logb...
2023-01-08 Amy Huang[LLD] Remove global state in lld/COFF
2023-01-08 Casey Carter[libc++][test] zip_view test cleanups
2023-01-08 Fangrui Song[AVR] Support .reloc directive
2023-01-08 Tue Ly[libc][Obvious] Temporarily disable log10_test for...
2023-01-08 Tue Ly[libc][Obvious] Remove constexpr fomr exact_mult in...
2023-01-08 Tue Ly[libc][math] Implement log10 function correctly rounded...
2023-01-08 Shilei Tian[AAUnderlyingObjects] Introduce an AA for getting under...
2023-01-08 Jeff Niu[mlir][analysis] Add an analysis for preserving symbol...
2023-01-08 Pavel Iliin[AArch64][compiler-rt] Option to build compiler-rt...
2023-01-08 Simon Pilgrim[X86] Add shuffle test coverage for Issue #59860
2023-01-08 Ayke van Laethem[AVR] Optimize 32-bit shifts: optimize REG_SEQUENCE
2023-01-08 Ayke van Laethem[AVR] Optimize 32-bit shifts: reverse shift + move
2023-01-08 Ayke van Laethem[AVR] Optimize 32-bit shifts: shift by 4 bits
2023-01-08 Ayke van Laethem[AVR] Optimize 32-bit shift: move bytes around
2023-01-08 Ayke van Laethem[AVR] Custom lower 32-bit shift instructions
2023-01-08 Nico Weber[gn] port b712aef5b37e
2023-01-08 Nico Weber[gn build] Port 86aac87fe4b5
2023-01-08 Ayke van Laethem[SelectionDAG][AVR] Add support for lrint and lround...
2023-01-08 Ayke van Laethem[AVR] correctly declare __do_copy_data and __do_clear_bss
2023-01-08 Benjamin Kramer[X86][Disassembler][NFCI] Read bytes with support:...
2023-01-08 Sanjay Patel[InstCombine] fold not-shift of signbit to icmp+zext...
2023-01-08 Akash Banerjee[OpenMP] Migrate OpenMPOffloadMappingFlags from Clang...
2023-01-08 Benjamin Kramer[NFCI][Offload Bundler] Replace hand-rolled endian...
2023-01-08 Benjamin Kramer[NFC] Hide implementation details in anonymous namespaces
2023-01-08 Nikolas Klauser[libc++] Granularize <bit> and remove <__bits>
2023-01-08 Florian Hahn[VPlan] Keep entries in worklist in sinkScalarOperands.
2023-01-08 Mark de Wever[libc++][CI] Fixes robust against ADL for C++03.
2023-01-08 Carlos Galvez[clang-tidy][NFC] Remove unused User argument in misc...
2023-01-08 Haojian Wu[clangd] Fix an inlay-hint crash on a null deduced...
2023-01-08 Marek Kurdej[libc++] [C++20] [P0415] Constexpr for std::complex.
2023-01-08 Paul Walker[SVE] Fix incorrect VT usage when lowering fixed length...
2023-01-08 Iain Sandoe[C++20][Modules] Do not allow non-inline external defin...
2023-01-08 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in Modul...
2023-01-08 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2023-01-08 Sylvestre Ledrulibc++: bring back the unsigned in the return type...
2023-01-08 Corentin JabotImplement CWG2631
2023-01-08 luxufan[InstCombine] Combine (zext a) mul (zext b) to llvm...
2023-01-08 Kazu Hirataflang] Remove remaining uses of llvm::Optional (NFC)
2023-01-08 Kazu Hirata[flang] Use std::optional instead of llvm::Optional...
2023-01-08 Kazu Hirata[flang] Add #include <optional> (NFC)
2023-01-08 Kazu Hirata[clang-tools-extra] Remove remaining uses of llvm:...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2023-01-08 Matt ArsenaultRevert "AMDGPU: Invert handling of enqueued block detec...
2023-01-07 Kazu Hirata[lldb] Remove remaining uses of llvm::Optional (NFC)
2023-01-07 Kazu Hirata[lldb] Use std::optional instead of llvm::Optional...
2023-01-07 Kazu Hirata[lldb] Add #include <optional> (NFC)
2023-01-07 Matt Arsenaultclang/AMDGPU: Force disable block enqueue arguments...
2023-01-07 Alex Brachet[llvm-driver] Mark some tests unsupported
2023-01-07 Kazu Hirata[lldb] clang-format PathMappingList.cpp
2023-01-07 Eduard Zingerman[BPF] generate btf_decl_tag records for params of exter...
2023-01-07 Ben Shi[AVR] Fix incorrect decoding of RJMP and RCALL
2023-01-07 Michal Paszkowski[SPIR-V] Map IR function pointers to registers in Modul...
2023-01-07 David Green[ARM][AArch64] Add tests for And/Or into CSel fold...
2023-01-07 Backl1ght[libc++] remove weird empty line
2023-01-07 wanglei[LoongArch] Reorder code and inline variable in lowerGl...
2023-01-07 Eduard Zingerman[BPF] preserve btf_decl_tag for parameters of extern...
2023-01-07 Eduard Zingerman[BPF] Triple::isBPF() utility method
2023-01-07 gonglingqin[LoongArch] Move illegal ImmArg tests to llvm/test...
2023-01-07 Casey Carter[libc++][test][NFC] revert indentation damage
2023-01-07 Joseph Huber[Clang] Fix warning on unused varaible
next