platform/upstream/llvm.git
2023-05-02 4vtomat[tests] Add missing REQUIRES: riscv-registered-target...
2023-05-02 Shao-Ce SUN[RISCV][CodeGen] Support Zfinx codegen
2023-05-02 NAKAMURA TakumiTry to fix CodeGenTypes issues in mlir
2023-05-02 Dan McGregorCall printName to get name of Decl
2023-05-02 Mark de Wever[libc++][ranges] Fixes as_rvalue's linkage.
2023-05-02 Adrian PrantlAdd missing include
2023-05-02 Spenser Bauman[mlir][tosa] Fix crash when inferring shape of tosa...
2023-05-02 NAKAMURA TakumiSwitch `llvm/CodeGen/MachineValueType.h` to the generat...
2023-05-02 NAKAMURA TakumiSplit out `CodeGenTypes` from `CodeGen` for LLT/MVT
2023-05-02 NAKAMURA TakumiRestore CodeGen/MachineValueType.h from `Support`
2023-05-02 NAKAMURA TakumiRestore CodeGen/LowLevelType from `Support`
2023-05-02 NAKAMURA Takumi[Bazel] Update for D148308 (riscv-sifive)
2023-05-02 Erich KeaneRevert "[Clang][Sema] Fix comparison of constraint...
2023-05-02 Erich KeaneRevert "[Clang][Sema] Add a temporary workaround in...
2023-05-02 Jakub Kuderski[mlir][arith] Add narrowing patterns for `max*i` and...
2023-05-02 Teresa Johnson[ThinLTO] Loosen up variable importing correctness...
2023-05-02 Jakub Kuderski[mlir][arith] Add narrowing patterns for subi, divsi...
2023-05-02 Cullen Rhodes[mlir][SparseTensor][ArmSVE] Fix missing lli substitutions
2023-05-02 Joseph Huber[libc] Fix some missing features from the hermetic...
2023-05-02 Job Noorman[BOLT] Make sure Mach-O binaries are actually linked
2023-05-02 Job Noorman[BOLT] Make sure all section allocations have determini...
2023-05-02 Jakub Kuderski[mlir][arith] Add narrowing patterns for `addi` and...
2023-05-02 Jay Foad[CodeGen] One more use of MachineBasicBlock::phis....
2023-05-02 Joel E. Denny[OpenMP] In libomptarget, assume alignment at powers...
2023-05-02 Alexey Lapshin[DWARFLinker][NFC] Make interfaces to be compatible.
2023-05-02 4vtomat[RISCV][RISCV][clang] Split out SiFive Vector C intrins...
2023-05-02 Alexandre Ganea[llvm][unittests] Silence warning on MSVC after 5b24231...
2023-05-02 Dmitry Chernenkov[lldb] Add cstdio include to fix a595b931f1f91897317a42...
2023-05-02 4vtomat[RISCV] Split out part of riscv_vector.td to riscv_vect...
2023-05-02 Nelson Chu[SiFive][RISCV][clang] Support C intrinsics for xsfvcp...
2023-05-02 Jay Foad[CodeGen] Make use of MachineBasicBlock::phis. NFC.
2023-05-02 Shilei TianRevert "[OpenMP] Make `libomptarget` link against ...
2023-05-02 Mariya Podchishchaeva[clang] Do not attempt to zero-extend _BitInt(1) when...
2023-05-02 Zhiyao Ma[ARM] Don't allocate memory if free space in segmented...
2023-05-02 Kiran Chandramohan[Flang][OpenMP] Use fir.if instead of scf.if in lastpri...
2023-05-02 Michael Buch[lldb][test] TestCPP20Standard.py: make it a libc+...
2023-05-02 LU Hongyi[lldb][DWARFExpression] Fix DW_OP_div to use signed...
2023-05-02 Samira Bazuzi[clang][dataflow] Expose DataflowAnalysisContext from...
2023-05-02 Nikita Popov[EarlyCSE] Only combine metadata for load CSE
2023-05-02 Nikita Popov[EarlyCSE] Add additional metadata preservation test...
2023-05-02 LLVM GN Syncbot[gn build] Port 852bf52cc957
2023-05-02 Balázs Kéri[clang-tidy] Add check bugprone-multiple-new-in-one...
2023-05-02 Nikita Popov[LCSSA] Remove unused ScalarEvolution argument (NFC)
2023-05-02 David Green[AArch64] Add sign bits handling for vector compare...
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"
next