platform/upstream/llvm.git
2021-01-27 Jan Svoboda[clang][cli] Parse HeaderSearch options separately
2021-01-27 Jan Svoboda[clang][cli] Port OpenMP-related LangOpts to marshallin...
2021-01-27 Florian Hahn[LoopUnswitch] Add test cases not partially unswitched...
2021-01-27 Eugene Zhulenev[mlir:async] Fix deadlock in async runtime await-and...
2021-01-27 Raphael Isemann[lldb] Add move_iterator to supported template list
2021-01-27 Jeremy Morse[DWARF] Create subprogram's DIE in DISubprogram's unit
2021-01-27 Anastasia Stulova[OpenCL][Docs] Moved info from UsersManual into OpenCLS...
2021-01-27 Artem Dergachev[analyzer] NFC: Introduce reusable bug category for...
2021-01-27 Nico Weberclang-cl: Add /winsdkdir and /winsdkversion flags
2021-01-27 Mindong Chen[SCEV] Fix incorrect loop exit count analysis.
2021-01-27 Mikhail Maltsev[clang][AST] Encapsulate DeclarationNameLoc, NFCI
2021-01-27 Sjoerd Meijer[MachineLICM][MachineSink] Move SinkIntoLoop to Machine...
2021-01-27 David Green[AArch64] Add vector saturating add intrinsic costs
2021-01-27 Fraser Cormack[RISCV] Fix a codegen crash in getSetCCResultType
2021-01-27 Faris Rehman[flang][driver] Report prescanning diags during syntax...
2021-01-27 Simon PilgrimFix "not all control paths return a value" warning...
2021-01-27 Jay Foad[AMDGPU] Write "GFX6-GFX9" instead of "GFX6-9" in docs
2021-01-27 David Green[ARM] Add neon FP16 scalar_to_vector patterns.
2021-01-27 Cassie Jones[Test][AArch64] Use named vregs in overflow legalizatio...
2021-01-27 Cassie Jones[AArch64][GlobalISel] Make G_SADDE and G_SSUBE legal
2021-01-27 Sven van Haastregt[clang] Fix signedness in vector bitcast evaluation
2021-01-27 Siva Chandra... [libc][NFC] Use a end of list marker for cpu feature...
2021-01-27 AndreyChurbanov[OpenMP] libomp: fix build by clang-cl with vs2019
2021-01-27 Jan Svoboda[clang][cli] Port LangOpts to marshalling system, pt.2
2021-01-27 Nicolas Vasilache[mlir] Extend semantic of OffsetSizeAndStrideOpInterface.
2021-01-27 Alexey BaderFix an error about implicit fallthrough during self...
2021-01-27 Marek Kurdej[clang-format] Avoid considering include directive...
2021-01-27 Jan Svoboda[clang][cli] Port LangOpts to marshalling system, pt.1
2021-01-27 MaheshRavishankar[mlir][Linalg] Add canonicalization for init_tensor...
2021-01-27 Kazu Hirata[llvm-objdump] Use append_range (NFC)
2021-01-27 Kazu Hirata[MemorySSA] Use ListSeparator (NFC)
2021-01-27 Kazu Hirata[AMDGPU] Forward-declare TargetRegisterClass (NFC)
2021-01-27 Craig Topper[TableGen] Add isContradictoryImpl implementation to...
2021-01-27 Tom StellardBump the trunk major version to 13 llvmorg-13-init
2021-01-27 Duncan P. N... Frontend: Use early returns in CompilerInstance::clearO...
2021-01-27 Duncan P. N... Rename clang/test/Frontend/output-{failures,paths}...
2021-01-27 LLVM GN Syncbot[gn build] Port bb9eb1982980
2021-01-27 Shilei Tian[OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX...
2021-01-27 Craig Topper[RISCV] Add rv64 run lines to rv32 MC layer tests for...
2021-01-27 Petr HosekSupport for instrumenting only selected files or functions
2021-01-27 Arthur O'Dwyer[libc++] Give `MoveOnly` all six comparison operators...
2021-01-27 Nawrin Sultana[OpenMP] Modify OMP_ALLOCATOR environment variable
2021-01-27 Jon Chesterfield[libomptarget][cuda] Handle missing _v2 symbols gracefully
2021-01-27 Nico Weber[gn build] fix get.py change
2021-01-27 Nico Weber[gn build] restore build command removed in 9595a7ff55b...
2021-01-27 Dan AlbertDisable rosegment for old Android versions.
2021-01-27 Nico Weberllvm-lib: Pull error printing code out of two functions
2021-01-27 Vyacheslav... [libomptarget][NFC] Avoid gcc 5/6 issue with lambda...
2021-01-26 Duncan P. N... Frontend: Fix layering between create{,Default}OutputFi...
2021-01-26 Fangrui Song[llc] Add reportError helper and canonicalize error...
2021-01-26 Duncan P. N... Frontend: Simplify handling of non-seeking streams...
2021-01-26 Jessica Paquette[GlobalISel] Implement computeKnownBits for G_SEXT_INREG
2021-01-26 Adrian PrantlSalvage debug info for function arguments in coro-split...
2021-01-26 Duncan P. N... Frontend: Fix memory leak in CompilerInstance::setVerbo...
2021-01-26 Zhuojia Shen[ARM] Fix STRT/STRHT/STRBT input/output operands.
2021-01-26 Bjorn Pettersson[NewPM] Add ExtraVectorizerPasses support
2021-01-26 Vyacheslav... [libomptarget][NFC] Use portable printf format specifiers.
2021-01-26 Valery N Dmitriev[InstCombine] Preserve FMF for powi simplifications.
2021-01-26 Valery N Dmitriev[NFC] Show instcombine powi simplifications drop FMF
2021-01-26 Craig Topper[X86] In shrinkAndImmediate, place the new constant...
2021-01-26 Julian Lettner[NFC][lit] Cleanup code using string interpolation
2021-01-26 Amara Emerson[GlobalISel][IRTranslator] Ignore the llvm.experimental...
2021-01-26 Atmn Patel[OpenMP][Libomptarget] Fix cmake error on remote plugin
2021-01-26 LLVM GN Syncbot[gn build] Port 1e634f3952aa
2021-01-26 Fangrui Song[llvm-elfabi] Fix test after D95140
2021-01-26 Jon Chesterfield[libomptarget][cuda] Gracefully handle missing cuda...
2021-01-26 Jon Chesterfield[libomptarget][cuda] Only run tests when sure there...
2021-01-26 Atmn Patel[OpenMP][Libomptarget] Introduce Remote Offloading...
2021-01-26 Haowei Wu[llvm-elfabi] Support ELF file that lacks .gnu.hash...
2021-01-26 Louis Dionne[libc++] Fix oss-fuzz build
2021-01-26 Fangrui SongAdd -fbinutils-version= to gate ELF features on the...
2021-01-26 Petr HosekRevert "Support for instrumenting only selected files...
2021-01-26 Jim InghamMake SBDebugger::CreateTargetWithFileAndArch work with...
2021-01-26 Valentin Clement[flang][openacc][NFC] Organize clause validity tests...
2021-01-26 Fangrui SongCGDebugInfo CreatedLimitedType: Drop file/line for...
2021-01-26 Fangrui SongCGDebugInfo: Drop Loc.isInvalid() special case from...
2021-01-26 Austin Kerbow[AMDGPU] Update subtarget features for new target ID...
2021-01-26 Atmn[OpenMP][Libomptarget] Introduce changes to support...
2021-01-26 LLVM GN Syncbot[gn build] Port 4edf35f11a9e
2021-01-26 Petr HosekSupport for instrumenting only selected files or functions
2021-01-26 Jon Chesterfield[libomptarget][devicertl][amdgpu] Fix build, variable...
2021-01-26 Nathan James[clangd] FindTarget resolves base specifier
2021-01-26 Nathan James[clangd] Selection handles CXXBaseSpecifier
2021-01-26 Adhemerval... [ARM] [ELF] Fix ARMMaterializeGV for Indirect calls
2021-01-26 Craig Topper[RISCV] Have customLegalizeToWOp truncate to the origin...
2021-01-26 Eric Schweitz[mlir] sret and byval now require a type argument when...
2021-01-26 Julian LettnerReland "[lit] Use os.cpu_count() to cleanup TODO"
2021-01-26 Raphael Isemann[lldb][NFC] Another attempt to fix GCC 5.x compilation
2021-01-26 Christian Sigg[mlir] Set CUDA/ROCm context before creating resources.
2021-01-26 Matt ArsenaultAMDGPU: Fix redundant FP spilling/assert in some functions
2021-01-26 Matt ArsenaultAMDGPU: Add assertion to determineCalleeSaves
2021-01-26 Shilei Tian[OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP...
2021-01-26 Dave Lee[lldb] Remove unused ThreadPlanStack::GetStackOfKind...
2021-01-26 Kadir Cetinkaya[clangd] Add std::size_t to StdSymbol mapping
2021-01-26 Alex Zinenko[mlir] Add Python bindings for IntegerSet
2021-01-26 Sanjay Patel[LoopVectorize] add test for fmin/fmax FMF propagation...
2021-01-26 Sanjay Patel[LoopUtils] do not initialize Cmp predicate unnecessari...
2021-01-26 Simon PilgrimFix null dereference static analysis warning. NFCI.
2021-01-26 Simon Pilgrim[AMDGPU] HSAMD::fromString - replace std::string arg...
2021-01-26 Mircea Trofin[NFC] Disallow unused prefixes under clang/test/CodeGen
next