platform/upstream/llvm.git
2023-05-02 Simon PilgrimFix MSVC "truncation of constant value" warnings. NFC.
2023-05-02 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2023-05-02 Vassil Vassilev[clang-repl] Add a test coverage for nested out-of...
2023-05-02 Jay Foad[AMDGPU] Make use of new tablegen operator !range....
2023-05-02 LLVM GN Syncbot[gn build] Port 7b7a6b641afd
2023-05-02 Balázs KériRevert "[clang-tidy] Add check bugprone-multiple-new...
2023-05-02 Christian Ulmann[PGO] Avoid potential const_cast UB (NFC)
2023-05-02 LLVM GN Syncbot[gn build] Port 1aa36da15369
2023-05-02 Victor Perez[mlir][llvm] Add trap intrinsics to the dialect
2023-05-02 Nikita Popov[SCEV] Reuse Accum variable when handling GEP flags
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-05-02 Hans WennborgTypo fix
2023-05-02 NAKAMURA Takumiadd_tablegen: Quick fix to reflect LLVM_TABLEGEN to...
2023-05-02 Nikita Popov[LCSSA] Don't invalidate SCEV
2023-05-02 Ulrich Weigand[LLD][MachO] Do not run Mach-O tests on big-endian...
2023-05-02 Jonas Devlieghere[lldb] Remove unused will_modify argument (NFC)
2023-05-02 Adrian Kuegel[mlir][Bazel] Adjust BUILD file for changes in 5e118f93...
2023-05-02 Théo Degioanni[mlir][mem2reg] Follow-up adjustments (NFC).
2023-05-02 Mehdi AminiIntroduce MLIR Op Properties
2023-05-02 Shengchen Kan[SelectionDAG] Use int64_t to store the integer power...
2023-05-02 Phoebe Wang[Coverity] Fix unchecked return value, NFC
2023-05-02 Phoebe Wang[MC] Remove dead code, NFC
2023-05-02 4vtomat[RISCV] Add Smaia and Ssaia extensions support
2023-05-02 Shengchen KanRevert "[SelectionDAG] Use logic right shift to avoid...
2023-05-02 4vtomat[RISCV] Add missing constraints for vwsll
2023-05-02 NAKAMURA Takumiadd_tablegen: Remove LLVM_ENABLE_OBJLIB
2023-05-02 Shengchen Kan[SelectionDAG] Use logic right shift to avoid loop...
2023-05-02 Jonas Devlieghere[lldb] Refactor OptionValueProperties to return a std...
2023-05-02 Vitaly BukaRevert "[SimpleLoopUnswitch] unswitch selects"
2023-05-02 Jonas Devlieghere[lldb] Remove TestExternalEditor.test
2023-05-02 Jonas Devlieghere[lldb] Fix warning: extra ';' outside of a function...
2023-05-02 Jonas Devlieghere[lldb] Fix bug introduced by fdbe7c7faa54
2023-05-02 Timm Bäder[clang][Interp][NFC] Make OptionScope final
2023-05-02 Timm Bäder[clang][Interp][NFC] Add documentation for SetLocal
2023-05-02 Jonas Devlieghere[lldb] Refactor OptionValue to return a std::optional...
2023-05-02 NAKAMURA TakumiAdd deps on LLVMTableGenCommon even if it is actually...
2023-05-02 NAKAMURA Takumillvm-tblgen: Split out `obj.LLVMTableGenCommon`
2023-05-02 Kai Sasaki[mlir][tosa] Typo in transpose canonicalization message
2023-05-02 NAKAMURA TakumiIntroduce `llvm-min-tblgen` to build public header...
2023-05-02 NAKAMURA Takumi[CMake] add_tablegen: Rename host tablegen to `${target...
2023-05-02 Philip Reames[RISCV] Use vslide1down idiom for generic build_vector
2023-05-02 Philip Reames[RISCV][InsertVSETVLI] Avoid VL toggles for extractelem...
2023-05-02 Ben Shi[ELF][test] Improve AVR tests
2023-05-02 KOMATA Manabu[clang][Driver] Fix crash with unsupported architecture...
2023-05-02 Fangrui Song[Driver] Drop incorrect hint from err_target_unknown_triple
2023-05-02 Stefan Pintilie[PowerPC] Implement DFP add and sub instructions.
2023-05-01 Nikolas Klauser[libc++][PSTL] Simplify pstl_config.h
2023-05-01 LLVM GN Syncbot[gn build] Port a50e54fbeb48
2023-05-01 Artem Belevich[CUDA] Temporarily undefine __noinline__ when including...
2023-05-01 Valentin Clement[flang][openacc] Remove unused variable
2023-05-01 Jorge Gorbe... Re-land "[lldb] Make the libcxx unique_ptr prettyprinte...
2023-05-01 Alex Langford[lldb] Change ObjectValueDictionary to use a StringMap
2023-05-01 Valentin Clement[flang][openacc] Add basic support for derived type...
2023-05-01 Aart Bik[mlir][sparse] relax constraints on tensor.cast with...
2023-05-01 Shilei Tian[OpenMP] Make `libomptarget` link against `libomp`
2023-05-01 Mehdi AminiRevert "Introduce MLIR Op Properties"
2023-05-01 Shilei Tian[OpenMP] Handle function calls from `libomp` to `libomp...
2023-05-01 Mehdi AminiIntroduce MLIR Op Properties
2023-05-01 Craig Topper[RISCV] Don't store CPUKind in CPUInfo. NFC
2023-05-01 Craig Topper[RISCV] Remove INVALID from the list of CPUs in RISCVTa...
2023-05-01 Craig Topper[RISCV] Remove or simplify some StringSwitches in RISCV...
2023-05-01 Noah GoldsteinRecommit "[ValueTracking] Use knownbits interface for...
2023-05-01 Noah Goldstein[InstCombine] Fix bug in `FoldOpIntoSelect` where we...
2023-05-01 Nikolas Klauser[libc++][PSTL] Fix clang-tidy
2023-05-01 Shilei TianRevert "[OpenMP] Handle function calls from `libomp...
2023-05-01 Shilei Tian[OpenMP] Handle function calls from `libomp` to `libomp...
2023-05-01 LLVM GN Syncbot[gn build] Port ade9c3bdca2c
2023-05-01 Louis Dionne[libc++][NFC] Fix typos in documentation
2023-05-01 Jim InghamImprove the help output for `type XXX delete` where...
2023-05-01 Corentin Jabot[Clang] Fix a crash when recursively callig a default...
2023-05-01 Jorge Gorbe... Revert "[lldb] Make the libcxx unique_ptr prettyprinter...
2023-05-01 Nikolas Klauser[libc++][NFC] Fix synopsis in a few tests
2023-05-01 Jonas Devlieghere[lldb] Add debugger.external-editor setting
2023-05-01 Hanhan Wang[mlir][linalg] Relax masked_vectorize(pad) to allow...
2023-05-01 Nikolas Klauser[libc++][PSTL] Implement std::fill{,_n}
2023-05-01 Philip Reames[LV] Refresh some auto-gen tests to reduce diff [nfc]
2023-05-01 Teresa Johnson[MemProf] Recognize hot/cold operator new as replaceabl...
2023-05-01 Jorge Gorbe... [lldb] Make the libcxx unique_ptr prettyprinter support...
2023-05-01 Craig Topper[RISCV] Merge RISCV::parseCPUKind and RISCV::checkCPUKind.
2023-05-01 Arthur EubanksReland [clang] Canonicalize system headers in dependenc...
2023-05-01 Nikolas Klauser[libc++][PSTL] Remove _PSTL_HIDE_FROM_ABI_{PUSH,POP...
2023-05-01 LLVM GN Syncbot[gn build] Port 13fe6733019a
2023-05-01 Craig Topper[RISCV] Move NTLH hint emission into RISCVAsmPrinter...
2023-05-01 Peiming Liu[mlir][sparse] fix compiler warning in release build.
2023-05-01 LLVM GN Syncbot[gn build] Port a595b931f1f9
2023-05-01 Ian Anderson[libc++] cuchar redeclares ::mbstate_t when it's in...
2023-05-01 Jakub Kuderski[mlir][arith] Add narrowing patterns to commute more...
2023-05-01 Jakub Kuderski[mlir][arith] Add narrowing patterns for other insertio...
2023-05-01 Valentin Clement[flang][openacc][NFC] Fix typos segement -> segment
2023-05-01 Noah GoldsteinRevert "[ValueTracking] Use knownbits interface for...
2023-05-01 Peiming Liu[mlir][sparse] extend unpack operation to support unpac...
2023-05-01 Arthur EubanksRevert "[clang] Canonicalize system headers in dependen...
2023-05-01 Philip Reames[LAA] Add command line flag to disable unit stride...
2023-05-01 Arthur Eubanks[clang] Canonicalize system headers in dependency file...
2023-05-01 Jakub Kuderski[mlir][arith][NFC] Simplify narrowing patterns with...
2023-05-01 Alan ZhaoFix ReleaseNotes.rst unresolved merge conflict
2023-05-01 Douglas YungRevert "Host: generalise `GetXcodeSDKPath`"
2023-05-01 Philip Reames[LAA] Rework overflow checking in getPtrStride [nfc]
2023-05-01 William Huang[llvm-profdata] Deprecate Compact Binary Sample Profile...
2023-05-01 Alan Zhao[clang] Fix overly aggressive lifetime checks for paren...
next