platform/upstream/llvm.git
2023-02-05 David Turner[clang-format] Fix inconsistent annotation of operator&
2023-02-05 David Green[ARM] Remove FlattenVectorShuffle and add PerformVQDMUL...
2023-02-05 Craig Topper[RISCV] Fix bug where C_ADDI_HINT_IMM_ZERO was incorrec...
2023-02-05 Stanislav Mekhanoshin[AMDGPU] Fix liveness in the SIOptimizeExecMaskingPreRA.cpp
2023-02-05 Simon Pilgrim[X86] combineX86ShufflesRecursively - peek through...
2023-02-05 Simon Pilgrim[SLP] Use allConstant helper. NFCI.
2023-02-05 Fangrui Song[AArch64] Unconditionally use DW_EH_PE_indirect|DW_EH_P...
2023-02-05 Fangrui Song[Driver] Add -mllvm= as an alias for -mllvm
2023-02-05 Matt ArsenaultDAG: Fix broken lowering of is.fplcass fcZero with DAZ
2023-02-05 Matt ArsenaultInstCombine: Fold is.fpclass (fabs x), mask -> is.fpcla...
2023-02-05 Matt ArsenaultInstCombine: Fold is.fpclass (fneg x) into the test...
2023-02-05 Matt ArsenaultInstCombine: Fold out is_fpclass inf checks from test...
2023-02-05 Simon Pilgrim[X86] combineINSERT_SUBVECTOR - fold (insert_subvector...
2023-02-05 Matt ArsenaultInstCombine: Perform basic isnan combines on llvm.is...
2023-02-05 Paul Walker[SVE][Builtins] Lower X forms of binop arithmetic built...
2023-02-05 Matt ArsenaultLangRef: Clarify behavior of llvm.is.fpclass with ...
2023-02-05 Matt ArsenaultIROutliner: Fix another assert with non-0 alloca addrspaces
2023-02-05 David Green[DAG] Add visitABD optimizations
2023-02-05 Jonas Hahnfeld[ORC] Drop Comdat when discarding IR symbol
2023-02-05 Simon Pilgrim[AArch64] AArch64ExpandImm.cpp - fix MSVC "32-bit shift...
2023-02-05 Matt ArsenaultAMDGPU: Ensure flat loads are broken into dword in...
2023-02-05 Lang Hames[ORC] Use JITLink as the default linker for LLJIT on...
2023-02-05 Owen AndersonTeach the AArch64 backend to materialize immediates...
2023-02-05 Owen AndersonRevert "Teach the AArch64 backend to materialize immedi...
2023-02-05 Petr Hosek[CMake] Process components and install targets separately
2023-02-05 Owen AndersonTeach the AArch64 backend to materialize immediates...
2023-02-05 Craig Topper[RISCV] Move all isel cases for ISD::ConstantFP into...
2023-02-05 Craig Topper[RISCV] Fix crash splatting f64 -0.0 into a vector...
2023-02-05 Craig Topper[RISCV] Make selectImm return SDValue instead of SDNode*.
2023-02-05 Craig Topper[RISCV] Replace condition that should alwasy be true...
2023-02-05 Craig Topper[RISCV] Use MVT enum directly instead of converting...
2023-02-05 Craig Topper[RISCV] Remove fimmneg0 patterns that were replaced...
2023-02-04 Nikolas Klauser[libc++][NFC] Rename _LIBCPP_EXPLICIT_AFTER_CXX11 to...
2023-02-04 Nikolas Klauser[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTI
2023-02-04 Petr Hosek[CMake] Support runtimes targets without specifying...
2023-02-04 Khem Rajcmake: Enable 64bit off_t on 32bit glibc systems
2023-02-04 Fangrui Song[clang-linker-wrapper] Fix build after MapVector change
2023-02-04 Simon Pilgrim[DAG] visitFREEZE - handle case where the folded node...
2023-02-04 Florian Hahn[LV] Add users for loads to make tests more robust.
2023-02-04 Fangrui SongOffloadBinary: Switch to MapVector<StringRef, StringRef...
2023-02-04 Jonas HahnfeldRevert "[ORC] Drop Comdat when discarding IR symbol"
2023-02-04 Nico Weber[lld] fix comment typos to cycle bots
2023-02-04 Mircea Trofin[mlgo] Bump the unsupported versions for interactive...
2023-02-04 Fangrui Song[sanitizer] Simplify with GET_CALLER_PC_BP. NFC
2023-02-04 David Green[AArch64] Add ABD combine tests. NFC
2023-02-04 Simon Pilgrim[X86] combinePredicateReduction - pull out repeated...
2023-02-04 Douglas YungRevert "[Sanitizers] Fix read buffer overrun in scannin...
2023-02-04 Florian Hahn[LV] Add initial tests for sinking loads past other...
2023-02-04 Sam James[compiler-rt] Fix FORTIFY_SOURCE -> _FORTIFY_SOURCE...
2023-02-04 Sam James[compiler-rt] Disable default config files for tests
2023-02-04 Simon Pilgrim[TableGen] Error.h - remove quotes to silence clang...
2023-02-04 Simon Pilgrim[ADT] STLFunctionalExtras.h - fix llvm-include-order...
2023-02-04 David Green[AArch64][GlobalISel] Selection for i8 buildvectors
2023-02-04 Simon Pilgrim[X86] combinePredicateReduction - fold any_of(setcc...
2023-02-04 Simon Pilgrim[X86] pr53419.ll - add missing v2i8/v4i8/v8i8 coverage...
2023-02-04 Matthias Springer[mlir][SCF] Disallow multiple blocks in scf.if "else...
2023-02-04 Remi Segard[GlobalISel] Enable patterns with multiple output opera...
2023-02-04 Simon Pilgrim[X86] Swap bool reduction predicates in v2i64/v4i32...
2023-02-04 Samuel Thibault[Libomptarget] Add the same to the other AMD plugin
2023-02-04 Samuel Thibault[Libomptarget] Fix disabling amdgpu on non-Linux.
2023-02-04 David Green[AArch64] Add tests for inefficient generation of ST2s...
2023-02-04 Matt ArsenaultAMDGPU: Add some regression tests that infinite looped...
2023-02-04 Paul Walker[SVE][CodeGen] Relax all true isel requirement for...
2023-02-04 NAKAMURA TakumiRevert "[AArch64] Unconditionally use DW_EH_PE_indirect...
2023-02-04 Simon Pilgrim[X86] Add basic vector handling for ISD::ABDS/ABDU...
2023-02-04 NAKAMURA Takumillvm/test/CodeGen/MLRegalloc: Exclude python<=3.8 ...
2023-02-04 Simon Pilgrim[PowerPC] aix32-cc-abi-vaarg.ll - improve DAG checks
2023-02-04 Phoebe Wang[X86][FP16] Lower half->i16 into vcvttph2[u]w directly
2023-02-04 Jessica PaquetteUpdate test to be the correct version
2023-02-04 Han-Kuan Chen[RISCV] Don't use constantpool for floating-point value...
2023-02-04 Jessica Paquette[MachineOutliner] Improve mapper statistics
2023-02-04 Fangrui Song[Driver] Remove deprecated -fsanitize-system-blacklist=
2023-02-04 Jessica Paquette[MachineOutliner] NFC: Add debug output to populateMapper
2023-02-04 Diego CaballeroRevert "[mlir][linalg] Make Linalg vectorizer lower...
2023-02-04 Diego CaballeroRevert "[mlir][linalg] Fix crash in vectorizer when...
2023-02-04 Mircea Trofin[mlgo] only enable interactive mode tests on linux
2023-02-04 Mircea Trofin[mlgo] Disable mlgo tests when python version is 6
2023-02-04 Sebastian Pop[AArch64] fix bug #55005 handle DW_CFA_GNU_NegateRAState
2023-02-04 Shengchen Kan[UpdateTestChecks][NFC] Share the code to get CHECK...
2023-02-04 Mariusz Borsa[Sanitizers] Fix read buffer overrun in scanning loader...
2023-02-04 Mircea Trofin[mlgo] fixes for old python versions
2023-02-04 Mircea Trofin[mlgo] Fix type annotation in log_reader, for older...
2023-02-04 Thomas Raoux[mlir][gpu] Allow distributing to different level of...
2023-02-04 Mircea TrofinReland "[mlgo] Hook up the interactive runner to the...
2023-02-04 Jessica Paquette[MachineOutliner] NFC: Add debug output to overlap...
2023-02-04 Adrian PrantlWalk back an overly-aggressive unXFAIL.
2023-02-04 Mehdi AminiSimplify looping over Operation users in SliceAnalysis...
2023-02-04 Jessica Paquette[MachineOutliner] NFC: Pull variable out from erase_if
2023-02-04 Jessica Paquette[NFC] Remove redundant check for MBB being empty in...
2023-02-04 Jessica Paquette[NFC] Remove unneccessary `llvm::` in MachineOutliner...
2023-02-04 Jessica Paquette[NFC] Use SmallVector/ArrayRef in MachineOutliner/Suffi...
2023-02-04 Mircea TrofinRevert "[mlgo] Hook up the interactive runner to the...
2023-02-04 Adrian PrantlUnXFAIL test.
2023-02-04 Mircea Trofin[mlgo] Hook up the interactive runner to the mlgo-ed...
2023-02-04 Adrian PrantlUpgrade llgdb script for Python 3 compatibility.
2023-02-03 Peiming Liu[mlir][sparse] implement bufferizableOpInterface for...
2023-02-03 Peiming Liu[mlir][sparse] implement lowering rules for sparse_tens...
2023-02-03 Bruno Cardoso... [Clang][SemaCXX][Coroutines] Fix misleading diagnostics...
2023-02-03 Jessica Paquette[MachineOutliner][AArch64] NFC: Split MBBs into "outlin...
2023-02-03 John Demme[LLVM Utils] Update GitPython for CVE-2022-24439
next