platform/upstream/llvm.git
2020-12-10 Nathan James[clangd][NFC] Remove unnecessary vector.
2020-12-10 Nathan James[clang-tidy] Use a MemoryBufferRef when parsing configu...
2020-12-10 Krzysztof Parzyszek[Hexagon] Fix gcc6 compilation issue
2020-12-10 Michał Górny[lldb] [docs] Add a manpage for lldb-server
2020-12-10 Kerry McLaughlin[SVE][CodeGen] Extend index of masked gathers
2020-12-10 Haojian WuFix a -Wunused-variable warning in release build.
2020-12-10 Kazushi (Jam... [VE] Add vector reduce intrinsic instructions
2020-12-10 Sjoerd Meijer[AArch64] Cortex-R82: remove crypto
2020-12-10 Jan Kratochvil[lldb/Docs] Fix lldb-x86_64-fedora URL as it is still...
2020-12-10 Peter Waller[AArch64][Driver][SVE] Push missing SVE feature error...
2020-12-10 Raphael Isemann[lldb] Fix that symbols.clang-modules-cache-path is...
2020-12-10 Kirill Bobyrev[clangd] NFC: Use SmallVector<T> where possible
2020-12-10 David Green[ARM][RegAlloc] Add t2LoopEndDec
2020-12-10 Martin Storsjö[llvm-rc] Handle driveless absolute windows paths when...
2020-12-10 Alexey Lapshin[dsymutil][DWARFLinker][NFC] Make interface of AddressM...
2020-12-10 Mirko Brkusanin[AMDGPU] Resolve issues when picking between ds_read...
2020-12-10 Nathan James[clang-tidy][NFC] Use moves instead of copies when...
2020-12-10 Raphael Isemann[lldb] Allow LLDB to automatically retry a failed expre...
2020-12-10 mydeveloperday[clang-format] NFC Add release note for IndentPragmas
2020-12-10 mydeveloperday[clang-format] Add IndentPragma style to eliminate...
2020-12-10 mydeveloperday[clang-format] PR42434 Remove preprocessor and pragma...
2020-12-10 mydeveloperday[clang-format] [NFC] Fix spelling and grammatical error...
2020-12-10 David Green[ARM] Additional test for Min loop. NFC
2020-12-10 David Green[ARM] Remove copies from low overhead phi inductions.
2020-12-10 Alex Zinenko[mlir] Explicitly track branch instructions in translat...
2020-12-10 Jun Ma[TruncInstCombine] Remove scalable vector restriction
2020-12-10 Benjamin KramerRemove Shapet assignment operator that's identical...
2020-12-10 Raphael Isemann[lldb][NFC] Fix a typo in TestCppMultipleInheritance
2020-12-10 Benjamin Kramer[Hexagon] Fold single-use variables into assert. NFCI.
2020-12-10 Benjamin Kramer[mlir][Shape] Make sure tensor_cast(constant_shape...
2020-12-10 David Green[ARM] MVE vcreate tests, for dual lane moves. NFC
2020-12-10 LLVM GN Syncbot[gn build] Port f80b29878b0
2020-12-10 Haojian Wu[AST] Fix a constexpr-evaluator crash on error-dependen...
2020-12-10 Luo, Yuanke[X86] AMX programming model.
2020-12-10 Adrian KuegelAdd sqrt lowering from standard to ROCDL
2020-12-10 Lang Hames[JITLink][ELF] Reformat/add debug logging in ELF_x86_64...
2020-12-10 Marek Kurdej[libc++] [P1164] [C++20] Make fs::create_directory...
2020-12-10 Marek Kurdej[libc++] Add a script to automatize updating test for...
2020-12-10 Kazu Hirata[Tablegen] Use llvm::is_contained (NFC)
2020-12-10 Sergey Dmitriev[llvm-link][NFC] Minor cleanup
2020-12-10 Kazushi (Jam... [VE][NFC] Disable VP tests
2020-12-10 Arthur Eubanks[test] Fix coro-retcon.ll under NPM
2020-12-10 Sam Clegg[lld][WebAssembly] Don't emit names for data segments...
2020-12-10 Jonas Devlieghere[lldb] Kill the inferior instead of detaching during...
2020-12-10 Yuanfang Chen[NFCI] Add a missing triple in clang/test/CodeGen/ppc64...
2020-12-10 Richard SmithMSABI: Basic mangling for access to member subobjects...
2020-12-10 Nico Weber[lld/mac] Use xxhash instead of MD5 for computing the...
2020-12-10 Alina Sbirlea[MemorySSA/docs] Extend MemorySSA documentation.
2020-12-10 Fangrui Song[ELF] Rename --[no-]lto-new-pass-manager to --[no-...
2020-12-10 Arthur Eubanks[LTO][NPM] Default to using NPM under ENABLE_EXPERIMENT...
2020-12-10 Fangrui Song[test] Fix test/Driver/ve-toolchain.cpp
2020-12-10 Fangrui Song[test] Fix Misc/time-passes.c
2020-12-10 Hansang Bae[OpenMP] Use RTM lock for OMP lock with synchronization...
2020-12-10 Nico WeberRevert "[clangd] Extract per-dir CDB cache to its own...
2020-12-10 Fangrui SongDefault CodeGenOptions::LegacyPassManager to !LLVM_ENAB...
2020-12-10 Duncan P. N... clangd: Migrate to FileEntryRef in TweakTests, NFC
2020-12-10 Fangrui Song[Driver] Add -f[no-]legacy-pass-manager to supersede...
2020-12-10 Fangrui SongRename -plugin-opt=no-new-pass-manager to -plugin-opt...
2020-12-10 Stanislav Mekhanoshin[AMDGPU] Fix expansion of 192 bit spills in PEI
2020-12-10 Artem Belevich[DWARF] Allow toolchain to adjust specified DWARF version.
2020-12-10 Duncan P. N... Tooling: Migrate to FileEntryRef in clang::tooling...
2020-12-10 Duncan P. N... Frontend: Use a getVirtualFileRef for a named pipe...
2020-12-09 Krzysztof Parzyszek[Hexagon] Silence warnings about unused objects
2020-12-09 Krzysztof Parzyszek[Hexagon] Fix build: move template specialization into...
2020-12-09 Scott Linder[MC] Fix ICE with non-newline terminated input
2020-12-09 River Riddle[mlir][Interfaces] Tidy up the documentation for interfaces
2020-12-09 LLVM GN Syncbot[gn build] Port f5d07a05bbd
2020-12-09 Krzysztof Parzyszek[Hexagon] Realign HVX vectors wherever possible
2020-12-09 Duncan P. N... clang-format: Migrate createInMemoryFile to FileEntryRe...
2020-12-09 Saleem AbdulrasoolX86: use a data driven configuration of Windows x86...
2020-12-09 Nawrin Sultana[OpenMP] Add strict mode in num_tasks and grainsize
2020-12-09 Duncan P. N... Remove RemappedFiles param from ASTUnit::LoadFromASTFil...
2020-12-09 Matt Morehouse[DFSan] Add custom wrapper for getsockopt.
2020-12-09 Rahul Joshi[MLIR] Minor cleanup for Shape dialect.
2020-12-09 Jason MolendaIgnore DBGArchitecture from dsymForUUID's plist
2020-12-09 Duncan P. N... ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef
2020-12-09 Peter Collingbournescudo: Shrink secondary header and cache entry size...
2020-12-09 Scott Linder[MC][AMDGPU] Consume EndOfStatement in asm parser
2020-12-09 Craig Topper[X86] Use APInt::isSignedIntN instead of isIntN for...
2020-12-09 Reid KlecknerAvoid a possible one-byte OOB read off of .drectve...
2020-12-09 Tres Popp[mlir] Allow RegionBranchOps in dependence analysis
2020-12-09 Fangrui Song[LLD][gold] Add -plugin-opt=no-new-pass-manager
2020-12-09 Duncan P. N... Frontend: Migrate to FileEntryRef in CompilerInstance...
2020-12-09 Yuanfang Chen[NFCI] Add missing triple to several LTO tests
2020-12-09 Scott Linder[AMDGPU][MC] Restore old error position for "too few...
2020-12-09 Matt Morehouse[DFSan] Add custom wrapper for recvmsg.
2020-12-09 Sam Clegg[WebAssembly] Add support for named data sections in...
2020-12-09 Mircea Trofin[NFC] Removed unused prefixes in llvm/test/CodeGen...
2020-12-09 Kirill Bobyrev[clangd] NFC: Add client-side logging for remote index...
2020-12-09 Sergei Grechanik[mlir][Affine] Fix vectorizability check for multiple...
2020-12-09 Peyton, Jonathan L[OpenMP] Fix norespect affinity bug for Windows
2020-12-09 Peyton, Jonathan L[OpenMP] Fix too long name for shm segment on macOS
2020-12-09 Gabor Marton[ASTImporter] Support CXXDeductionGuideDecl with local...
2020-12-09 Richard SmithAdd another test for PR48434.
2020-12-09 Richard SmithAdd new 'preferred_name' attribute.
2020-12-09 Richard SmithPR48434: Work around crashes due to deserialization...
2020-12-09 Fangrui Song[ELF] Reorganize "is only supported on" tests and fix...
2020-12-09 Duncan P. N... Frontend: Migrate to FileEntryRef in VerifyDiagnosticCo...
2020-12-09 Peter Collingbournescudo: Fix quarantine allocation when MTE enabled.
2020-12-09 Peter Collingbournescudo: Split setRandomTag in two. NFCI.
next