platform/upstream/llvm.git
2021-01-21 Petr Hosek[libc] Distinguish compiler and run failures
2021-01-21 LLVM GN Syncbot[gn build] Port d38be2ba0e4e
2021-01-21 Fangrui Song[libc++abi] Simplify scan_eh_tab
2021-01-21 Wolfgang Pieb[llvm-mca] Initial implementation of serialization...
2021-01-21 Mehdi AminiAdd Python bindings for the builtin dialect
2021-01-21 Jon RoelofsFix crash when emitting NullReturn guards for functions...
2021-01-21 Sam Clegg[WebAssembly] Test that invalid symbol/relocation types...
2021-01-21 Christian SiggRevert [mlir] Link mlir_runner_utils statically into...
2021-01-21 Dan Albert[libc++abi] Add an option to avoid demangling in terminate.
2021-01-21 Walter Erquinigo[lldb-vscode] improve modules request
2021-01-21 David Green[LV][ARM] Inloop reduction cost modelling
2021-01-21 Sanjay Patel[SLP] rename reduction variable to avoid shadowing...
2021-01-21 Anton RapetovScalar: Don't visit constants in findInnerReductionPhi...
2021-01-21 Christian SiggRemove deprecated methods from OpState.
2021-01-21 Duncan P. N... ADT: Fix reference invalidation in SmallVector::emplace...
2021-01-21 Michael MundayRecommit "[RISCV] Legalize select when Zbt extension...
2021-01-21 Sanjay Patel[SLP] simplify reduction matching
2021-01-21 Bob Haarman[ELF] report section sizes when output file too large
2021-01-21 Nikita Popov[FunctionAttrs] Infer willreturn for functions without...
2021-01-21 Duncan P. N... X86: Fix use-after-realloc in X86AsmParser::ParseIntelE...
2021-01-21 Joseph Huber[OpenMP] Fix failing test due to change in offloading...
2021-01-21 Artem Belevich[CUDA] Normalize handling of defauled dtor.
2021-01-21 peter klausler[flang] Better C_LOC and C_ASSOCIATED in flang/module
2021-01-21 Ulrich Weigand[NFC][Doc] Mention SystemZ supports StackMap generation
2021-01-21 Hsiangkai Wang[RISCV] Update V instructions constraints to conform...
2021-01-21 Giorgis Georgakoudis[OpenMP] Add time profiling support in libomp
2021-01-21 Sebastian NeubauerRevert "[AMDGPU] Implement mir parseCustomPseudoSourceV...
2021-01-21 Marek Kurdej[libc++] Use ioctl when available to get random_device...
2021-01-21 Hsiangkai Wang[RISCV] Add new V instructions in v1.0-08a0b46.
2021-01-21 Andrzej Warzynski[flang][driver] Move fixed/free from detection out...
2021-01-21 Hsiangkai Wang[RISCV] Make LMUL field in VTYPE continuous.
2021-01-21 MaheshRavishankar[mlir]][SPIRV] Define OrderedOp and UnorderedOp and...
2021-01-21 MaheshRavishankar[mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecC...
2021-01-21 Jay Foad[AMDGPU][GlobalISel] Run SIAddImgInit
2021-01-21 Matt ArsenaultAMDGPU: Remove v_rsq_f64 patterns
2021-01-21 Matt ArsenaultAMDGPU: Use more accurate fast f64 fdiv
2021-01-21 Shilei Tian[OpenMP][NVPTX] Added forward declaration for atomic...
2021-01-21 Matt ArsenaultAArch64/GlobalISel: Factor out parametersInCSRMatch
2021-01-21 Sebastian Neubauer[AMDGPU] Implement mir parseCustomPseudoSourceValue
2021-01-21 David Green[ARM] Fix vector saddsat costs.
2021-01-21 Andrzej Warzynski[flang][driver] Make the driver report diagnostics...
2021-01-21 Joseph Huber[OpenMP] Add support for mapping names in mapper API
2021-01-21 Matt ArsenaultAMDGPU: Add occupancy to serialized MachineFunctionInfo
2021-01-21 Raphael Isemann[lldb][NFC] Fix build with GCC<6
2021-01-21 Balázs Kéri[clang][AST] Add get functions for CXXFoldExpr paren...
2021-01-21 Sanjay Patel[InstCombine] avoid crashing on attribute propagation
2021-01-21 Mikael Holmen[MC] Use std::make_tuple to make some toolchains happy...
2021-01-21 Frederik GossenAdd log1p lowering from standard to ROCDL intrinsics
2021-01-21 Simon Pilgrim[DAGCombiner] Enable SimplifyDemandedBits vector suppor...
2021-01-21 Frederik GossenAdd log1p lowering from standard to NVVM intrinsics
2021-01-21 Simon Pilgrim[X86][SSE] Add uitofp(trunc(and(lshr(x,c)))) vector...
2021-01-21 Simon Pilgrim[DAG] SimplifyDemandedBits - correctly adjust truncated...
2021-01-21 Raphael IsemannReland [lldb] Fix TestThreadStepOut.py after "Flush...
2021-01-21 Raphael Isemann[lldb] Make TestBSDArchives a no-debug-info-test
2021-01-21 Raphael Isemann[lldb][import-std-module] Do some basic file checks...
2021-01-21 Adhemerval... MC: AArch64: Add support for gotpage_lo15
2021-01-21 Simon Pilgrim[DAG] CombineToPreIndexedLoadStore - use const APInt...
2021-01-21 Simon Pilgrim[X86] Avoid a std::string copy by replacing auto with...
2021-01-21 Luo, YuankeRevert "[X86][AMX] Fix tile config register spill issue."
2021-01-21 Haojian Wu[clangd] Fix a missing override keyword, NFC.
2021-01-21 Florian Hahn[LoopUnswitch] Implement first version of partial unswi...
2021-01-21 Alexander Belyaev[mlir] Remove complex ops from Standard dialect.
2021-01-21 Fangrui SongMCDwarf: Delete uneeded parameter
2021-01-21 Georgii Rymar[llvm-nm][ELF] - Make -D display symbol versions.
2021-01-21 Luo, Yuanke[X86][AMX] Fix tile config register spill issue.
2021-01-21 Georgii Rymar[yaml2obj/obj2yaml] - Improve dumping/creating of ELF...
2021-01-21 madhur13490[IndirectFunctions] Skip propagating attributes to...
2021-01-21 Kazu Hirata[llvm] Use hasSingleElement (NFC)
2021-01-21 Kazu Hirata[Transforms] Use llvm::append_range (NFC)
2021-01-21 Kazu Hirata[llvm] Construct SmallVector with iterator ranges ...
2021-01-21 Max Kazantsev[X86] Add experimental option to separately tune alignm...
2021-01-21 Hsiangkai Wang[RISCV] Implement vssseg intrinsics.
2021-01-21 Hsiangkai Wang[RISCV] Implement vlsseg intrinsics.
2021-01-21 Hsiangkai Wang[RISCV] Implement vsseg intrinsics.
2021-01-21 Jonas Devlieghere[lldb] Upstream eCore_arm_arm64e enum value in ArchSpec
2021-01-21 Craig Topper[RISCV] Use update_llc_test_checks.py to regenerate...
2021-01-21 Jonas Devlieghere[dsymutil] Compare object modification times using...
2021-01-21 Jim InghamUse CXX_SOURCES and point to the right source file.
2021-01-21 Jianzhou Zhao[MSan] Move origins for overlapped memory transfer
2021-01-21 Jim InghamFix a bug with setting breakpoints on C++11 inline...
2021-01-21 Jez Ng[lld-macho] Add dependency on ObjCARC to fix shared...
2021-01-21 Shilei Tian[Clang][OpenMP] Use `clang_cc1` test for `declare_targe...
2021-01-21 Guozhi Wei[DAGCombiner] Precommit test case for D95086
2021-01-21 River Riddle[mlir][OpFormatGen] Fix incorrect kind used for Regions...
2021-01-21 mfehr[mlir] Make MLIRContext::getOrLoadDialect(StringRef...
2021-01-21 River Riddle[mlir] Add a new builtin `unrealized_conversion_cast...
2021-01-21 River Riddle[mlir] Add an interface for Cast-Like operations
2021-01-21 Varun Gandhi[NFC] Minor cleanup for ValueHandle code.
2021-01-20 Michael Jones[libc][NFC][obvious] fix the names of MPFR tests
2021-01-20 Michael Jones[libc][NFC] add "LlvmLibc" as a prefix to all test...
2021-01-20 Dávid Bolvanský[BuildLibcalls, Attrs] Support more variants of C+...
2021-01-20 Craig Topper[RISCV] Add another isel pattern for slliu.w.
2021-01-20 Craig Topper[RISCV] Add addu.w and slliu.w test that uses getelemen...
2021-01-20 Diego CaballeroRevert "[mlir][Affine] Add support for multi-store...
2021-01-20 Aart Bik[mlir][sparse] add asserts on reading in tensor data
2021-01-20 Ryan HoudekD94954: Fixes Snapdragon Kryo CPU core detection
2021-01-20 Fangrui SongMakefile.rules: Avoid redundant .d generation (make...
2021-01-20 Nicolas Vasilache[mlir] NFC - Fix unused variable in non-debug mode
2021-01-20 Tony Tye[NFC][AMDGPU] Document target ID syntax for code object...
2021-01-20 Michael Liao[hip] Fix `<complex>` compilation on Windows with VS2019.
next