platform/upstream/llvm.git
2023-01-24 Shilei Tian[OpenMP] Disable tests that are not supported by GCC...
2023-01-24 Nick Desaulniers[llvm][DiagnosticInfo] handle function pointer casts
2023-01-24 Matt ArsenaultIR: Add atomicrmw uinc_wrap and udec_wrap
2023-01-24 Sanjay Patel[InstCombine] invert canonicalization of sext (x >...
2023-01-24 Slava Zakharin[flang] Fixed missing dependency.
2023-01-24 Jay Foad[MC] Store target Insts table in reverse order. NFC.
2023-01-24 Philipp Tomsich[AArch64] Add the Ampere1A core
2023-01-24 Jay Foad[MC] Store number of implicit operands in MCInstrDesc...
2023-01-24 Johannes Doerfert[OpenMP][NFC] Augment release notes
2023-01-24 Philipp Tomsich[AArch64] Update enabled extensions for Ampere1 core
2023-01-24 Kevin Sala[OpenMP][Doc] Update release notes with NextGen plugins
2023-01-24 Philipp TomsichFix C++11 warnings in RangeSetTest.cpp
2023-01-24 Joseph Huber[Clang] Only emit textual LLVM-IR in device only mode
2023-01-24 Manas[analyzer] Update satest dependencies
2023-01-24 Manas[analyzer][solver] Improve reasoning for not equal...
2023-01-24 Douglas YungRevert "[15/15][Clang][RISCV][NFC] Set data member...
2023-01-24 Florian Hahn[SCCP] Use range info to prove AddInst has NUW flag.
2023-01-24 Sanjay Patel[InstCombine] canonicalize 'not' ahead of bitcast+sext
2023-01-24 Sanjay Patel[InstCombine] add tests for 'not' of cast of cast; NFC
2023-01-24 Aaron BallmanDrop a path component from the sarif diagnostics test...
2023-01-24 Aart Bik[asan] fix two memory leaks in integration tests
2023-01-24 Paul Robinson[TargetParser] Remove an EXPECT that is never executed
2023-01-24 Philip Reames[RISCV][LSR] Treat number of instructions as dominate...
2023-01-24 Siva Chandra... [libc][NFC] Replace "inline" keyword with "LIBC_INLINE".
2023-01-24 Guilherme Valarini[OpenMP][Docs] Add non-blocking target nowait environme...
2023-01-24 Sanjay Patel[InstCombine] regenerate test checks; NFC
2023-01-24 Sanjay Patel[InstCombine] reduce code duplication; NFC
2023-01-24 Sanjay Patel[InstCombine] rename variables for readability; NFC
2023-01-24 Stanislav Mekhanoshin[AMDGPU] Split dot8 feature
2023-01-24 Shilei Tian[OpenMP][Doc] Update release note for 16 release
2023-01-24 Stanislav Mekhanoshin[AMDGPU] Remove dot1 and dot6 features from clang for...
2023-01-24 Han Zhu[NFC] Update tsan_rtl.h comment after D142039
2023-01-24 Valentin Clement[flang] Keep a fir.box type when doing an array of...
2023-01-24 Alexandros... [IPSCCP][FuncSpec] Fix compiler crash 60191.
2023-01-24 Joseph Huber[OpenMP][Docs] Add some release notes for OpenMP
2023-01-24 Vassil VassilevTeach RuntimeDyld about COFF weak references and to...
2023-01-24 Pratik SharmaCorrect some dead links in the clang-tidy docs
2023-01-24 Slava ZakharinRevert "[OpenMP][Archer] Use dlsym rather than weak...
2023-01-24 Stanislav Mekhanoshin[AMDGPU] Add missing gfx11 tests in the directive-amdgc...
2023-01-24 Jan Svoboda[clang][deps] NFC: Remove dead code
2023-01-24 Jan Svoboda[clang][deps] Account for transitive spurious dependencies
2023-01-24 Ayke van Laethem[AVR] Support most address space casts
2023-01-24 Florian Hahn[VPlan] Fix leak by manually cleaning up allocated...
2023-01-24 Mark de Wever[libc++][format] Fixes usage of contiguous ranges.
2023-01-24 Ben Langmuir[clang][deps] Add module files for input dependencies...
2023-01-24 eopXD[15/15][Clang][RISCV][NFC] Set data member under Policy...
2023-01-24 eopXD[14/15][Clang][RISCV] Change default policy from TAMU...
2023-01-24 eopXD[13/15][Clang][RISCV][NFC] Remove repeating test cases...
2023-01-24 eopXD[12/15][Clang][RISCV][NFC] Refine the way to check...
2023-01-24 Guillaume ChateletRevert D142108 "[reland][libc][NFC] Detect host CPU...
2023-01-24 Mark de Wever[libc++][doc] Updates format status.
2023-01-24 eopXD[11/15][Clang][RISCV][NFC] Remove Policy::PolicyType...
2023-01-24 Yitzhak Mandelbaum[clang][dataflow] Fix bug in handling of reference...
2023-01-24 Guillaume Chatelet[reland][libc][NFC] Detect host CPU features using...
2023-01-24 Nicolas Vasilache[mlir][Linalg] NFC - Expose packing transpose implement...
2023-01-24 LLVM GN Syncbot[gn build] Port dc8e2ea92953
2023-01-24 Javier Setoain[mlir][sparse][ArmSVE] Enable sparse integration tests...
2023-01-24 eopXD[10/15][Clang][RISCV][NFC] Don't need to check for...
2023-01-24 eopXD[9/15][Clang][RISCV][NFC] Use correct type for `RVVType...
2023-01-24 Jay Foad[KnownBits] Add missing const to a couple of methods
2023-01-24 Florian Hahn[VPlan] Add tests for VPlanVerifier (NFC).
2023-01-24 Francesco Petrogalli[llvm][docs] Fix indentation of item list. [NFCI]
2023-01-24 Alex Bradbury[clang][RISCV] Fix ABI mismatch between GCC and Clang...
2023-01-24 Stefan Gränitz[ObjC][ARC] Share bundle handling code between steps...
2023-01-24 Stefan Gränitz[ObjC][ARC] Teach the OptimizeSequences step of ObjCARC...
2023-01-24 Johannes ReifferscheidRelax requirements for TileOp.
2023-01-24 Joachim Protze[OpenMP][Archer] Use dlsym rather than weak symbols...
2023-01-24 Florian Hahn[SCCP] Add vector add tests for nuw/nsw inference.
2023-01-24 David Green[AAch64] Format TargetParserTest ARMCPUTestParams table...
2023-01-24 Sanjay Patel[InstCombine] reduce compare of signbits of 2 values
2023-01-24 Sanjay Patel[InstCombine] adjust/add tests for cmp-of-signbits...
2023-01-24 Valentin Clement[flang] Use input type to recover the type desc when...
2023-01-24 Valentin Clement[flang] Handle passing NULL() to polymorphic pointer...
2023-01-24 Valentin Clement[flang][NFC] Fix typo
2023-01-24 Aaron BallmanFix the Clang sphinx build
2023-01-24 Paul Walker[SVE] Fix invalid INSERT_SUBVECTOR creation when loweri...
2023-01-24 Michał Górny[clang] Fix linking to LLVMTestingAnnotations in standa...
2023-01-24 Marco Elver[SanitizerBinaryMetadata] Declare callbacks extern...
2023-01-24 Masahiro ARAKAWA[docs][NFC] Add document of llvm-opt-report.
2023-01-24 Guillaume Chatelet[NFC] Deprecate DataLayout::getPrefTypeAlignment
2023-01-24 Caroline Concatto[AArch64][SME2] Add Multi-vector add/sub, storing into...
2023-01-24 Ilya Biryukov[MC] Temporarily remove the deleted constructors, they...
2023-01-24 Guillaume Chatelet[NFC] Deprecate SelectionDag functions taking Alignment...
2023-01-24 Nicolas Vasilache[mlir][Linalg] NFC - Expose packing implementation...
2023-01-24 Nicolas Vasilache[mlir][Linalg] NFC - Add transform pack builder
2023-01-24 eopXD[8/15][Clang][RISCV][NFC] Always emit PolicyAttr in...
2023-01-24 Guillaume Chatelet[NFC] Remove unused SelectionDag::getExtLoad function
2023-01-24 Luke Lau[RISCV] Combine FP_TO_INT to vfwcvt/fvncvt
2023-01-24 Guillaume Chatelet[NFC] Deprecate SelectionDag::getLoad that takes alignm...
2023-01-24 Serge Pavlov[FPEnv] Fix complex operations in strictfp mode
2023-01-24 eopXD[7/15][Clang][RISCV][NFC] Correct the default value...
2023-01-24 Valentin Clement[flang] Support polymorphic input array for PACK intrinsic
2023-01-24 Caroline Concatto[AArch64][SME2] Add Multi-vector saturating extract...
2023-01-24 Samuel Parker[InstCombine] trunc (fptoui|fptosi)
2023-01-24 LLVM GN Syncbot[gn build] Port a2b3ab8f7786
2023-01-24 eopXD[6/15][Clang][RISCV][NFC] Instructions with a mask...
2023-01-24 Hui[libc++][ranges] implement `std::ranges::split_view`
2023-01-24 Yashwant Singh[AMDGPU] Add missing physical register check in SIFoldO...
2023-01-24 Jonas Hahnfeld[clang][Lex] Add back PPCallbacks::FileNotFound
2023-01-24 Christian Ulmann[mlir][FuncToLLVM] Fix arg attr memref interaction
next