platform/upstream/llvm.git
2021-02-01 Jun Ma[CodeGenPrepare] Also skip lifetime.end intrinsic when...
2021-02-01 Luís Marques[Sanitizer][RISCV] Fix FastUnwindTest
2021-01-31 Luís Marques[CMake][compiler-rt][RISCV] Support RISC-V cross-compil...
2021-01-31 James Y KnightCFG: Create scope for non-compound range-for body.
2021-01-31 Craig Topper[RISCV][LegalizeTypes] Try to expand BSWAP before promo...
2021-01-31 Jacques PienaarFix omitted kw in type alias printer
2021-01-31 Luís Marques[LSan][RISCV] Enable LSan for RISCV64
2021-01-31 Florian Hahn[LTOCodeGenerator] Use lto::Config for options (NFC).
2021-01-31 Florian Hahn[ConstraintElimination] Add tests for ICMP_EQ predicates.
2021-01-31 Michał Górny[lldb] [Process/FreeBSDRemote] Introduce arm (32-bit...
2021-01-31 Michał Górny[lldb] [Process/FreeBSDRemote] Introduce arm64 support
2021-01-31 Kazu Hirata[llvm] Drop unnecessary const from return types (NFC)
2021-01-31 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-01-31 Kazu Hirata[VE] Fix compiler warnings (NFC)
2021-01-31 Matt ArsenaultRegAlloc: Fix assert if all registers in class reserved
2021-01-31 Matt ArsenaultAMDGPU: Add missing consts
2021-01-31 Sam McCallReland [clangd] Quote/escape argv included in log messages.
2021-01-31 Sam McCallRevert "[clangd] Quote/escape argv included in log...
2021-01-31 Alexey Lapshin[dsymutil][DWARFLinker][NFC] make AddressManager not...
2021-01-31 Mark de Wever[libc++] Allow building with C++17.
2021-01-31 Sam McCall[clangd] Remove references to old future-based API...
2021-01-31 Sam McCall[clangd] Quote/escape argv included in log messages.
2021-01-31 Sam McCall[docs] Clarify compile_flags.txt subtleties
2021-01-31 Craig Topper[RISCV] Add rv64 command line to bswap-ctlz-cttz-ctpop.ll.
2021-01-31 Matthias Springer[mlir][AVX512] Fix result type of vp2intersect
2021-01-31 peter klausler[flang] Improve shape & length characterization
2021-01-30 Craig Topper[RISCV] Use MVT instead of EVT in RISCVISelDAGToDAG.cpp
2021-01-30 Craig Topper[TableGen] Use emplace_back to add to PatternsToMatch...
2021-01-30 Craig Topper[TableGen] Avoid a couple vector copies in ExpandHwMode...
2021-01-30 Shilei Tian[OpenMP][NVPTX] Refined CMake logic to choose compute...
2021-01-30 Florian Hahn[ConstraintElimination] Verify CS and DFSInStack are...
2021-01-30 Kazu Hirata[llvm] Add missing header guards (NFC)
2021-01-30 Kazu Hirata[AMDGPU] Forward-declare AMDGPUTargetMachine (NFC)
2021-01-30 Kazu Hirata[TableGen] Use ListSeparator (NFC)
2021-01-30 Stephen Kelly[ASTMatchers] Fix definition of decompositionDecl
2021-01-30 Fraser Cormack[RISCV] Update extractelt tests to sign-extend results...
2021-01-30 Georgii Rymar[llvm-symbolizer] - Fix the crash in GNU output style...
2021-01-30 Stephen KellyFix traversal with hasDescendant into lambdas
2021-01-30 Florian Hahn[LoopUnswitch] Properly update MSSA if header has non...
2021-01-30 Stephen Kelly[ASTMatchers] Fix traversal below range-for elements
2021-01-30 Harald van... [compiler-rt][tests] Define TARGET_FLAGS
2021-01-30 Florian Hahn[LTO] Add option enable NewPM with LTOCodeGenerator.
2021-01-30 Florian Hahn[LTO] Use lto::backend for code generation.
2021-01-30 Fangrui Song[ELF][test] Add --emit-relocs --gc-sections test for...
2021-01-30 Kazu Hirata[llvm] Use isa instead of dyn_cast (NFC)
2021-01-30 Kazu Hirata[llvm] Use llvm::lower_bound and llvm::upper_bound...
2021-01-30 Kazu Hirata[llvm] Use append_range (NFC)
2021-01-30 Yang Fan[NFC][VFS] Fix a build warning due to an extra semicolon
2021-01-30 Greg McGary[lld-macho][NFC] Add new option group for versions
2021-01-30 Greg McGary[llvm-objdump-macho] print per-second-level-page encodi...
2021-01-30 Wang, Pengfei[X86] Fix tile config register spill issue.
2021-01-30 Sriraman TallamDetect Source Drift with Propeller.
2021-01-30 Jacques PienaarUse type alias for large tuples
2021-01-30 Craig Topper[RISCV] Merge rv32 and rv64 vector fadd/fsub/fmul/fdiv...
2021-01-30 Nathan Hawes[VFS] Combine VFSFromYamlDirIterImpl and OverlayFSDirIt...
2021-01-30 karimnosseirUpdate ElementsAttr::isValidIndex to handle ElementsAtt...
2021-01-29 Hsiangkai Wang[RISCV] Update the version number to v0.10 for vector.
2021-01-29 peter klausler[flang] Support disabled alternative PARAMETER statement
2021-01-29 Hsiangkai Wang[RISCV] Update the version number to v0.10 for vector.
2021-01-29 Hsiangkai Wang[NFC][RISCV] Remove redundant pseudo instructions for...
2021-01-29 Stanislav Mekhanoshin[AMDGPU] Be more specific in needsFrameBaseReg
2021-01-29 Roman Lebedev[ExpandMemCmpPass] Preserve Dominator Tree, if available
2021-01-29 Roman Lebedev[ShadowStackGCLowering] Preserve Dominator Tree, if...
2021-01-29 Roman Lebedev[LowerConstantIntrinsics] Preserve Dominator Tree,...
2021-01-29 Christopher... [SVE] delete VectorType::getNumElements()
2021-01-29 Sriraman TallamEmit metadata when instr. profiles hash mismatch occurs.
2021-01-29 Michał Górny[clang-tidy] Fix linking tests to LLVMTestingSupport
2021-01-29 Alexander Belyaev[mlir] Preserve lexicographic order after loop collapsing.
2021-01-29 Christopher... Revert "[CMake] Actually require python 3.6 or greater"
2021-01-29 Christopher... [CMake] Actually require python 3.6 or greater
2021-01-29 Jessica Paquette[GlobalISel] Remove hint instructions in generic Instru...
2021-01-29 Fangrui Song[VE] Add include for formatted_raw_ostream after 046cfb...
2021-01-29 Zarko Todorovski[AIX] Actually push back "-mabi=vec-extabi" when option...
2021-01-29 Casey Carter[libcxx][test] Silence MSVC narrowing warning
2021-01-29 Jonathan Peyton[OpenMP] Add environment variable to force monotonic...
2021-01-29 Shilei Tian[OpenMP][NFC] Added release note for new `deviceRTLs...
2021-01-29 Casey Carter[libcxx][test] Silence false positive MSVC /analyze...
2021-01-29 Casey Carter[libcxx][test] explicitly discard bitset::test's return
2021-01-29 Petr HosekMake the profile-filter.c test compatible with 32-bit...
2021-01-29 Pavel Iliin[AArch64][Clang][Linux] Enable out-of-line atomics...
2021-01-29 Jordan Rupprecht[mlir][docs] Fix typo: even -> event
2021-01-29 Andrzej Warzynski[flang][docs] Add New Flang Driver Biweekly call
2021-01-29 Jay Foad[GlobalISel] Fix modifying a G_OR without notifying...
2021-01-29 Nico WeberRevert "Disable rosegment for old Android versions."
2021-01-29 Jay Foad[AMDGPU] Test all register names known to AMDGPUPALMetadata
2021-01-29 Peter Steinfeld[flang] Fix problems with constant arrays with lower...
2021-01-29 J-Y You[TableGen] Fix instantiating multiclass in foreach
2021-01-29 Nico Weberclang-cl: Accept /std:c11, /std:c17 flags
2021-01-29 Nico Weberclang-cl: Invent a /winsysroot concept
2021-01-29 Simon Pilgrim[X86][SSE] combineExtractWithShuffle - support zero...
2021-01-29 Christian Sigg[mlir] Remove mlir_c_runner_utils_static.
2021-01-29 Sam McCallRevert "[clangd] Extract symbol-scope logic out of...
2021-01-29 Sam McCall[clangd] Extract symbol-scope logic out of Quality...
2021-01-29 Sjoerd Meijer[MachineLICM] Fix wrong and confusing comment. NFC.
2021-01-29 Nico Weber[gn build] port e90e455d2a0cc
2021-01-29 Haojian Wu[Syntax] Add syntax-tree-dump in clang-check.
2021-01-29 Abhina Sreeskantharajan[test] Use host platform specific error message substit...
2021-01-29 Nikita Popov[MemCpyOpt] Add test for incorrect optimization across...
2021-01-29 Florian Hahn[LTO] Update splitCodeGen to take a reference to the...
2021-01-29 Nico Weber[gn build] (semi-manually) port 2ff8662b5d16
next