platform/upstream/llvm.git
2023-06-03 Martin Storsjö[clang-tools-extra] Fix linking when built with CLANG_L...
2023-06-03 Martin Storsjö[libcxx] Fix using std::wcout/wcin on Windows with...
2023-06-03 Owen Pan[clang-format] Fix overlapping replacements before...
2023-06-03 Kazu Hirata[MCA] Modernize Stage (NFC)
2023-06-03 Kazu Hirata[MCA] Modernize RAWHazard (NFC)
2023-06-03 Kazu Hirata[MCA] Modernize MemoryGroup (NFC)
2023-06-03 Kazu Hirata[MCA] Modernize StallInfo (NFC)
2023-06-03 Kazu Hirata[llvm-mca] Modernize MCACommentConsumer (NFC)
2023-06-03 Kazu Hirata[MCA] Modernize IncrementalSourceMgr (NFC)
2023-06-03 Simon Pilgrim[GlobalIsel][X86] Update legalization of G_MUL
2023-06-03 eopXD[Clang][RISCV] Avoid generating MaskedPrototype if...
2023-06-03 Kazu Hirata[MCA] Modernize Pipeline (NFC)
2023-06-03 Kazu Hirata[Serialization] Remove unused function getKnownModules
2023-06-03 Kazu Hirata[AST] Use DenseMapBase::lookup (NFC)
2023-06-03 Corentin Jabot[Clang] Fix status of P0960
2023-06-03 zhongyunde[IndVars] Add check of loop invariant for indirect use
2023-06-03 Hussain Kadhem[flang] Fix for 541f5c4a6db35870091dd15dfa09dde751229a1...
2023-06-03 paperchalice[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.
2023-06-03 Sheng[m68k] Add TLS Support
2023-06-03 Sheng[m68k] Implement absolution long addressing mode for...
2023-06-03 Sheng[m68k] Implement BSR Instruction
2023-06-03 Shengcoach UpdateTestChecks to filter out certain symbol...
2023-06-03 Simon Pilgrim[GlobalIsel][X86] Regenerate G_MUL scalar legalization...
2023-06-03 Martin StorsjöRevert "[CMake] Ensure `CLANG_RESOURCE_DIR` is respected."
2023-06-03 Mike Hommey[llvm] Strip stabs symbols in Mach-O when stripping...
2023-06-03 luxufan[InstSimplify] Simplify select i1 ConstExpr, i1 true...
2023-06-03 paperchalice[CMake] Ensure `CLANG_RESOURCE_DIR` is respected.
2023-06-03 Nitin John Raj[TableGen][GlobalISel] Account for HwMode in RegisterBa...
2023-06-03 Austin Kerbow[AMDGPU] Don't flush vmcnt for loops with use/def pairs
2023-06-03 Kazu Hirata[CodeGen] Use DenseMapBase::lookup (NFC)
2023-06-03 Yeting Kuo[RISCV] Avoid illegal DAG combination for strict-fp...
2023-06-03 Peiming Liu[mlir][sparse] fix crash when using sparse_tensor:...
2023-06-03 Tue Ly[libc][NFC] Add LIBC_INLINE and attribute.h header...
2023-06-03 Aart Bik[mlir][sparse] fixed bug with unary op, dense output
2023-06-02 Caslyn Tonelli[scudo] Add 'inline' to static secondary.h function
2023-06-02 Nico Weber[gn] port 6b3ae49d3243
2023-06-02 Kazu Hirata[InlineCost] Check for conflicting target attributes...
2023-06-02 Matt Arsenaultclang: Update tests after InstSimplify change
2023-06-02 Teresa Johnson[ThinLTO] Fix internalization decisions for weak/linkon...
2023-06-02 Florian MayerProperly restore SP tag on exceptions
2023-06-02 Nick Desaulniers[Damangle] convert dlangDemangle to use std::string_view
2023-06-02 Matt ArsenaultInstSimplify: Remove null parent checks
2023-06-02 Matt ArsenaultInstSimplify: Require instruction be parented
2023-06-02 Nick Desaulniers[Damangle] convert rustDemangle to use std::string_view
2023-06-02 Nick Desaulniers[Demangle] convert itaniumDemangle and nonMicrosoftDema...
2023-06-02 Kun Wu[mlir][sparse][gpu] make computeType mandatory
2023-06-02 Slava Zakharin[flang][hlfir] Added allocatable/pointer support in...
2023-06-02 Vitaly Buka[NFC][lsan] Use hash table to track root regions
2023-06-02 Vitaly Buka[NFC][sanitizer] Avoid O(N^2) algorithm
2023-06-02 Vitaly Buka[NFC][sanitizer] Delegate ArrayRef constructors
2023-06-02 Artem Belevich[CUDA] Update Kepler(sm_3*) support info.
2023-06-02 Mehdi AminiFully qualify MLIR type in TableGen emitter
2023-06-02 Joseph Huber[libc] Disable the string_to_float test on NVPTX
2023-06-02 Vitaly Buka[sanitizer] Calculate Range sets intersection
2023-06-02 Stanislav Mekhanoshin[TableGen] Allow bit fields in SearchableTables.
2023-06-02 Manna, Soumi[NFC][CLANG] Fix Static Code Analyzer Concerns with...
2023-06-02 Manna, Soumi[NFC][CLANG] Fix bug with dereference null return value...
2023-06-02 Craig Topper[RISCV] Remove optype parameter from most V instruction...
2023-06-02 Craig Topper[UBSan] Consider zero input to __builtin_clz/ctz to...
2023-06-02 Sami Tolvanen[KCFI] Emit debugtrap to make indirect call checks...
2023-06-02 Andrew Gozillon[Flang][OpenMP][Parser] Resolve Declare Target Directiv...
2023-06-02 Joseph Huber[libc] Implement 'errno' on the GPU as a global integer...
2023-06-02 Krzysztof ParzyszekConstexprify all eligible functions in MCRegister and...
2023-06-02 Fangrui Song[test] Add -Wno-msvc-not-found to fix linker-opts.c...
2023-06-02 Craig Topper[RISCV] Simplify vector instruction multiclasses. NFC
2023-06-02 Joseph Huber[Clang] Fix missing libraries for the include cleaner...
2023-06-02 Simon PilgrimRevert rG2f9a4d308d4517eee85e373bc09920f85f91fdcd ...
2023-06-02 Haojian Wu[bazel] Add include-cleaner targets, fix clang-tidy...
2023-06-02 Peiming Liu[mlir][sparse] fix various bug to support sparse pooling
2023-06-02 Simon Pilgrim[GlobalISel][X86] Add G_CTLZ_ZERO_UNDEF legalization...
2023-06-02 Nico Weber[gn build] Port c28506ba4b69 more
2023-06-02 Nico Weber[gn build] Port c28506ba4b69
2023-06-02 Louis Dionne[libc++] Remove min_max_macros test
2023-06-02 Louis Dionne[libc++] Transition several remaining generated tests...
2023-06-02 Stefan Pintilie[PowerPC] Add DFP compare instructions.
2023-06-02 Fangrui Song[Driver] Move -nostdinc like options into IncludePath_Group
2023-06-02 Chia-hung Duan[scudo] Support importing custom configuration
2023-06-02 Kazu Hirata[CodeGen] Use llvm::LLVMContext::MD_invariant_load...
2023-06-02 Joel E. Denny[OpenMP] Fix transformed loop's var privacy
2023-06-02 Andrzej Warzynski[mlir] Update how scalable indices are printed
2023-06-02 Viktoriia Bakalova[clang-tidy] Fix docs.
2023-06-02 Simon Pilgrim[GlobalIsel][X86] Merge LZCNT 32-bit and 64-bit test...
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-06-02 Tue Ly[libc][Obvious] Fix a typo in setting FMA control optio...
2023-06-02 Elizabeth Andrews[Clang][Parser] Accept GNU attributes preceding C+...
2023-06-02 Simon Pilgrim[GlobalIsel][X86] Move G_SHL/G_LSHR/G_ASHR legalization...
2023-06-02 Simon Pilgrim[GlobalIsel][X86] Move G_SDIV/G_SREM/G_UDIV/G_UREM...
2023-06-02 Peter Klausler[flang] Relax ALLOCATABLE/POINTER actual argument check...
2023-06-02 sstwcw[clang-format] Parse the Verilog language option in...
2023-06-02 Marco ElverRevert "[compiler-rt] Avoid memintrinsic calls inserted...
2023-06-02 Marco ElverFix "[compiler-rt] Avoid memintrinsic calls inserted...
2023-06-02 Louis Dionne[libc++] Fix broken transitive includes test
2023-06-02 J. Ryan Stinnett[MLIR][Docs] Unwrap video link in Rationale
2023-06-02 David Green[AArch64] Add SVE predicated operations tests. NFC
2023-06-02 Jie Fu[mlir] Fix unqualified call to 'std::move' in Transform...
2023-06-02 Matthias Springer[mlir][vector][transform] Register vector dialect patterns
2023-06-02 Marco ElverFix "[compiler-rt] Avoid memintrinsic calls inserted...
2023-06-02 Simon Pilgrim[GlobalIsel][X86] Add G_ADD/G_SUB i8/i16 and promotion...
2023-06-02 Simon Pilgrim[GlobalIsel][X86] Regenerate G_ADD/G_SUB vector legaliz...
2023-06-02 Ingo Müller[mlir][tensor] Implement getBufferType for ReshapeOp.
next