Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rolling 10 dependencies #756

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Rolling 10 dependencies #756

merged 1 commit into from
Dec 16, 2019

Conversation

dj2
Copy link
Collaborator

@dj2 dj2 commented Dec 16, 2019

Roll third_party/clspv/ 01bb48007..b60b1fcd0 (8 commits)

google/clspv@01bb480...b60b1fc

$ git log 01bb48007..b60b1fcd0 --date=short --no-merges --format='%ad %ae %s'
2019-12-13 alanbaker Allow the work_group_barrier alias for barrier (#467)
2019-12-12 alanbaker Unsampled image reads (#465)
2019-12-10 alanbaker Update to amber optional dep syncing (#463)
2019-12-10 alanbaker Add Amber bot functionality (#461)
2019-12-10 alanbaker Deprecate the sampler map (#453)
2019-12-10 alanbaker Support 1D images (#459)
2019-12-10 alanbaker Dummy scripts for amber bot (#460)
2019-12-09 kpet Support sampled read_image{f,i,ui} with integer coordinates for 2D/3D images (#457)

Roll third_party/clspv-llvm/ 6626e5a06..079ef783d (573 commits)

llvm/llvm-project@6626e5a...079ef78

$ git log 6626e5a06..079ef783d --date=short --no-merges --format='%ad %ae %s'
2019-12-16 gribozavr Revert "[clangd] Implement "textDocument/documentLink" protocol support"
2019-12-16 gchatelet Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
2019-12-16 thakis gn build: (manually, belatedly) merge r358832
2019-12-16 thakis gn build: (manually, belatedly) merge r371898
2019-12-16 david.tellenbach Reland [AArch64][MachineOutliner] Return address signing for outlined functions
2019-12-16 kristof.beyls find_interesting_reviews.py: adapt to github monorepo
2019-12-16 pavel [lldb] Use file-based synchronization in TestVSCode_attach
2019-12-13 gchatelet [llvm-exegesis] Set up AsmTargetStreamer in readSnippets
2019-12-13 gchatelet [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
2019-12-16 andrzej.warzynski [AArch64][SVE2] Add intrinsics for binary narrowing operations
2019-12-16 kristof.beyls [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.
2019-12-16 andrzej.warzynski [Aarch64][SVE] Add intrinsics for scatter stores
2019-12-16 teemperor [lldb] Add unit test for ClangASTImporter
2019-12-13 Alexander.Richardson Add initial tests for update_{llc_,cc_,}test_checks.py
2019-12-16 teemperor [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
2019-12-10 pavel [lldb] Centralize desugaring of decltype-like types in ClangASTContext
2019-12-16 jay.foad Fix whitespace.
2019-12-13 bjorn.a.pettersson [BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessor
2019-12-13 bjorn.a.pettersson [LoopRotate] Add test case to show dbg value problem
2019-12-12 bjorn.a.pettersson [BasicBlockUtils] Add utility to remove redundant dbg.value instrs
2019-12-16 jay.foad Fix for AMDGPU MUL_I24 known bits calculation
2019-12-16 kbobyrev [NFC] Fix typos in Clangd and Clang
2019-12-16 teemperor [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSourceCommon.h
2019-12-14 v.churavy [CodegenPrepare] Guard against degenerate branches
2019-12-16 sjoerd.meijer [ARM] Move MVE opcode helper functions to ARMBaseInstrInfo. NFC.
2019-12-16 teemperor [lldb][NFC] Fix file header of TestClangASTContext.cpp
2019-12-16 kadircet [clangd] Get rid of raw string literals in macro calls
2019-12-16 teemperor [lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
2019-12-13 gribozavr Fix title underline in LangRef
2019-12-16 teemperor [lldb][NFC] Remove unnecessary includes in source/Commands
2019-12-16 teemperor [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and DenseMap
2019-12-15 richard Mark the major papers for C++20 consistent comparisons as "done", and start publishing the corresponding feature-test macro.
2019-12-13 richard [c++20] Compute exception specifications for defaulted comparisons.
2019-12-13 richard Properly compute whether statement expressions can throw, rather than conservatively assuming they always can.
2019-12-13 richard Resolve exception specifications after marking the corresponding function as referenced, not before.
2019-12-15 maskray [ELF] Delete redundant isLive() check. NFC
2019-12-15 lhames [examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.
2019-12-15 lhames [Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms.
2019-12-15 lhames [examples] Update LLJITWithJITLink example for change in c0143f37dab.
2019-12-04 maskray [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where to write section contents
2019-12-16 nuta [llvm-objcopy][MachO] Implement --add-section
2019-12-15 maskray [MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBinding
2019-12-16 tclin914 [PowerPC] Fix %llvm.ppc.altivec.vc* lowering
2019-12-15 lhames [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
2019-12-15 maskray [MC] Assume CommentStream is non-null in MCDisassembler::tryAdding*
2019-12-15 maskray [MC] Ignore VK_WEAKREF in MCValue::getAccessVariant
2019-12-15 maskray [MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744
2019-12-15 lhames [Kaleidoscope][BuildingAJIT] Add a missing std::move.
2019-12-15 risemann [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of known instances
2019-12-15 koraq [AST] Use a reference in a range-based for
(...)
2019-12-10 qshanz [NFC][MacroFusion] Adding the assertion if someone want to fuse more than 2 instructions
2019-12-09 echristo Remove unused Unit test directory for xray.
2019-12-05 richard [c++20] Fix handling of unqualified lookups from a defaulted comparison function.
2019-12-09 huihuiz [NFC] Add { } to silence compiler warning [-Wmissing-braces].
2019-12-09 jonas [llvm/dwarfdump] Use the architecture string to filter.
2019-12-09 ditaliano [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.
2019-12-10 chen3.liu add support for strict operation fpextend/fpround/fsqrt on X86 backend
2019-12-09 echristo Revert "[ARM][MVE] Add intrinsics for immediate shifts." and two follow-on commits: one warning fix and one functionality.
2019-12-09 rnk Avoid Attr.h includes, CodeGen edition
2019-12-06 efriedma [ConstantFold][SVE] Fix constant folding for shufflevector.
2019-12-09 david.bolvansky [Codegen][X86] Modernize/regenerate old tests. NFCI.
2019-12-06 efriedma [AArch64][SVE] Implement SPLAT_VECTOR for i1 vectors.
2019-12-05 richard [c++20] Defaulted comparison support for array members.
2019-12-09 ditaliano [FormatManager] Provide a single entrypoint for GetCandidateLanguages().
2019-12-09 phabouzit Also synthesize cmd and self for properties
2019-12-09 csigg Implement LWG#1203 for raw_ostream.
2019-12-06 eugenis [hwasan] Offline symbolization script.
2019-12-09 jji [PowerPC] [NFC] Cleanup xxpermdi peephole optimization
2019-12-05 sivachandra [libc] Add implementation of errno and define the other macros of errno.h.
2019-11-01 johannes [IPConstantProp][NFCI] Improve and modernize tests
2019-12-08 johannes [ValueTracking] Allow context-sensitive nullness check for non-pointers
2019-12-09 rnk Include Stmt.h where it seems to be necessary for modules builds
2019-12-05 yamauchi [PGO][PGSO] Instrument the code gen / target passes.
2019-12-09 craig.topper [Attr] Move ParsedTargetAttr out of the TargetAttr class
2019-12-09 richard [c++20] Fix incorrect assumptions in checks for comparison category types.
2019-11-26 puyan [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.
2019-12-09 maskray Fix clang -Wcovered-switch-default after llvmorg-10-init-11484-g6626e5a06a9
2019-12-09 spatel [InstCombine] add tests for shuffle with insertelement operand; NFC
2019-12-05 jji [PowerPC][NFC] Rename ANDI(S)o8 to ANDI(S)8o
2019-12-07 serhiy.redko The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading':
2019-12-09 sam.mccall [clangd] also filter out another possible diag from MS ASM syntax
2019-12-09 tibor.brunner Magic number checker shouldn't warn on user defined string literals
2019-12-05 peter scudo: Add a basic malloc/free benchmark.
2019-12-06 peter Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install directory on Android.", which was reverted in b3249027.
2019-12-09 pavel [lldb] Clean up accidentally passing TestDeadStrip.py
2019-12-09 kadircet [clangd] Delete ctor initializers while moving functions out-of-line
2019-12-09 kadircet [clangd] Delete default arguments while moving functions out-of-line
2019-12-06 mark.murray [ARM][MVE][Intrinsics] Add VQADDQ, VHADDQ, VRHADDQ, VQSUBQ, VHSUBQ, VQDMULHQ, VQRDMULHQ intrinsics.
2019-12-04 mark.murray [ARM][MVE][Intrinsics] Add VMULL[BT]Q
(INT|POLY) intrinsics.
2019-12-09 sd.fertile [PowerPC] Refactor FinishCall. [NFC]
2019-12-09 jonas [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON
2019-12-09 tatyana [lldb][CMake] Fix build for the case of custom libedit installation
2019-12-09 simon.tatham [ARM] Fix NEON failure introduced by D71065.
2019-12-09 31459023+hctim [GWP-ASan] 32-bit test pointers, allow multi-init for test.
2019-12-09 hokein.wu Fix the compiler warnings: "-Winconsistent-missing-override", "-Wunused-variable"
2019-12-09 hokein.wu [clangd] Implement range patching heuristics for cross-file rename.
2019-12-06 francesco.petrogalli [llvm][VFABI] Add more testing for LLVM internal mangling.
2019-12-09 simon.tatham [ARM][MVE] Add intrinsics for immediate shifts.
2019-12-09 thomasraoux [ModuloSchedule] Fix data types in ModuloScheduleExpander::isLoopCarried
2019-12-09 hokein.wu [clangd] Use expansion location when the ref is inside macros.

Roll third_party/dxc/ b0731e7f2..274945808 (1 commit)

microsoft/DirectXShaderCompiler@b0731e7...2749458

$ git log b0731e7f2..274945808 --date=short --no-merges --format='%ad %ae %s'
2019-12-10 jaebaek [spirv] fix crash from debug info gen with opt (#2619)

Roll third_party/glslang/ ff61c18f1..ebf634bca (3 commits)

KhronosGroup/glslang@ff61c18...ebf634b

$ git log ff61c18f1..ebf634bca --date=short --no-merges --format='%ad %ae %s'
2019-12-12 greg Update spriv-tools known good
2019-12-09 cepheus Fix #2020: PR #1977 broke HLSL member consistency, this finishes it...
2019-12-09 cepheus Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.

Roll third_party/googletest/ 78fdd6c00..5b162a79d (7 commits)

google/googletest@78fdd6c...5b162a7

$ git log 78fdd6c00..5b162a79d --date=short --no-merges --format='%ad %ae %s'
2019-12-12 absl-team Googletest export
2019-12-11 absl-team Googletest export
2019-12-10 absl-team Googletest export
2019-12-06 misterg Googletest export
2019-11-17 krystian.kuzniarek remove MSVC workaround: warning 4355
2019-11-14 krystian.kuzniarek remove MSVC workaround: error C2665
2019-11-22 krystian.kuzniarek remove g++ 2.95.0 workaround: no space after first comma in macros

Roll third_party/shaderc/ eec373d9e..979ad21e8 (4 commits)

google/shaderc@eec373d...979ad21

$ git log eec373d9e..979ad21e8 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 rharrison Implement a C++ only version for ForEachCombinedImageSamplers (#936)
2019-12-11 9856269+sarahM0 Add missing APIs for GLSL in Dawn (#934)
2019-12-11 dneto Don't assume locations of spirv-tools, effcee, and RE2 are located (#931)
2019-12-10 rharrison Rolling 5 dependencies (#933)

Roll third_party/spirv-tools/ 983b5b4fc..96354f504 (6 commits)

KhronosGroup/SPIRV-Tools@983b5b4...96354f5

$ git log 983b5b4fc..96354f504 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 afdx spirv-fuzz: Fuzzer pass to merge blocks (#3097)
2019-12-11 stevenperron Start SPIRV-Tools v2020.1
2019-12-11 stevenperron Finalize SPIRV-Tools v2019.5
2019-12-11 stevenperron Update CHANGES
2019-12-10 stevenperron Don't crash when folding construct of empty struct (#3092)
2019-12-10 afdx spirv-fuzz: function outlining fuzzer pass (#3078)

Roll third_party/swiftshader/ 84d0f7cbb..fbbfeb700 (42 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/84d0f7cbbb9b..fbbfeb700295

$ git log 84d0f7cbb..fbbfeb700 --date=short --no-merges --format='%ad %ae %s'
2019-12-13 chrisforbes Add missing source file to android build
2019-12-13 swiftshader.regress Regres: Update test lists @ ebb0bec9
2019-12-12 sergeyu Use allocateExecutable() in LLVMReactor
2019-12-12 sugoi Fix BCn related SwANGLE test failure
2019-12-12 capn Prevent clang-format from splitting shift operator
2019-12-11 sugoi Support for BC1, BC2, BC3, BC4 and BC5
2019-12-10 bclayton src/Vulkan/Debug: Add scope for case block
2019-12-02 bclayton Vulkan/Debug: Add Server
2019-12-02 bclayton Vulkan/Debug: Add Context
2019-12-11 bclayton Tweaks to make clang-format produce better code
2019-12-11 amaiorano Add EmulatedReactor.cpp to Subzero.vcxproj
2019-12-10 bclayton Regres: Fix debug macro detection
2019-12-10 capn Do not indent C++ namespace contents
2019-12-03 bclayton Vulkan: Add description methods to all commands.
2019-12-03 bclayton .vscode: Add cppdap to includePath
2019-12-11 swiftshader.regress Regres: Update test lists @ 544ae91e
2019-12-10 capn Enable vk-unittests with Subzero JIT
2019-12-10 bclayton Kokoro: Split tests into Debug and RelWithDebInfo
2019-12-10 chrisforbes Accept ImageCubeArray SPIRV capability
2019-12-02 bclayton Vulkan/Debug: Add Thread and EventListener
2019-12-02 bclayton Vulkan/Debug: Add Location
2019-12-02 bclayton Vulkan/Debug: Add File
2019-12-02 bclayton Vulkan/Debug: Add WeakMap
2019-12-02 bclayton Vulkan/Debug: Add Value and Variable
2019-12-02 bclayton Vulkan/Debug: Add Type
2019-12-10 bclayton CMakeLists: Fix logic of BUILD_CPPDAP
2019-12-10 swiftshader.regress Regres: Update test lists @ d00dfe49
2019-12-10 chrisforbes Advertise VK_PRESENT_MODE_MAILBOX_KHR
2019-12-10 bclayton Regres: Reduce scope of regres CI emails
2019-12-10 amaiorano Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying
2019-12-10 capn Remove Visual Studio Vulkan project files
2019-12-02 bclayton Vulkan/Debug: Add ID
2019-12-09 chrisforbes Remove Float->UInt conversion workaround
2019-12-09 capn Add Float to UInt unit test
2019-12-09 amaiorano Add REACTOR_DEFAULT_OPT_LEVEL macro
2019-12-04 amaiorano Subzero: fix alloca return address allocation
2019-12-06 amaiorano Subzero: proper fix for assert(Dest->hasReg())
2019-12-02 bclayton CMakeLists: Add CMake rules for Vulkan debugger
2019-11-08 bclayton Add github.com/google/cppdap as a third_party dependency
2019-11-18 bclayton Add github.com/nlohmann/json as a third_party dependency
2019-12-09 capn Enforce int and short to be 32- and 16-bit respectively
2019-12-02 sugoi Cubemap array support

Roll third_party/vulkan-loader/ 6ec1838ba..206979855 (4 commits)

KhronosGroup/Vulkan-Loader@6ec1838...2069798

$ git log 6ec1838ba..206979855 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 lenny loader: Add custom terminator to tool properties
2019-12-10 caio.oliveira build: Fix Vulkan registry detection
2019-12-11 lenny codegen: Fix crash in tooling info terminator
2019-12-09 mark build: Update for 1.1.130 header version

Roll third_party/vulkan-validationlayers/ f34b9fb08..2b19f3916 (27 commits)

KhronosGroup/Vulkan-ValidationLayers@f34b9fb...2b19f39

$ git log f34b9fb08..2b19f3916 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 mark tests: Add tests for DescTemplates fixes and new VUIDs
2019-12-12 mark objlifetimes: Fix CreateDescUpdateTemplates object val
2019-12-13 mark build: Update glslang & VulkanTools known-good IDs
2019-11-29 geecandrey corechecks: Invalid error message in vkCmdPipelineBarrier
2019-12-10 mark tests: Add positive test for tooling ext query
2019-12-10 mark chassis: Support tooling queries in khronos layer
2019-12-10 mark chassis: Add physicaldevice support for tools info API
2019-12-10 mark stateless: Update for new struct_type_array case
2019-12-10 mark chassis: Implement GetPhysicalDeviceProcAddr layer func
2019-12-09 jeremyk layers: Fix issue 1416
2019-12-12 jzulauf layers: Improve const shared pointer handling
2019-12-12 mark corechecks: Correct swapchain validation error text
2019-12-10 tony gpu: Add validation for VK_KHR_buffer_device_address
2019-12-10 jbolz tests: Add tests for VK_KHR_buffer_device_address
2019-12-10 jbolz layers: Add VK_KHR_buffer_device_address support
2019-12-04 tobias.hector tests: Added tests for new vkAllocateMemory validation
2019-11-28 tobias.hector layers: Introduce validation for vkAllocateMemory VUIDs
2019-12-10 jeremy tests: Test overlapping push constant ranges
2019-12-10 jeremy corechecks: Fix overlapping push constant ranges
2019-12-10 mark layers: Remove vuid mapping file
2019-12-09 mark build: Update for 1.1.130 version of Vulkan header
2019-12-10 mark tests: Fix stray VUID ref in buffer_image_memory_sampler
2019-12-09 mark tests: Fix stray VUID refs in positivelayertests
2019-12-09 mark corechecks: Fix incorrect CmdSetViewportWScalingNV names
2019-11-26 tony tests: Add pos test for GetProcAddr with extensions
2019-11-26 tony layers: Fix GetProcAddr for promoted extensions
2019-12-05 shannon build: Update known-good for 1.1.129 Vulkan header

Created with:
roll-dep third_party/clspv third_party/clspv-llvm third_party/dxc third_party/glslang third_party/googletest third_party/lodepng third_party/shaderc third_party/spirv-headers third_party/spirv-tools third_party/swiftshader third_party/vulkan-headers third_party/vulkan-loader third_party/vulkan-validationlayers

Roll third_party/clspv/ 01bb48007..b60b1fcd0 (8 commits)

google/clspv@01bb480...b60b1fc

$ git log 01bb48007..b60b1fcd0 --date=short --no-merges --format='%ad %ae %s'
2019-12-13 alanbaker Allow the work_group_barrier alias for barrier (#467)
2019-12-12 alanbaker Unsampled image reads (#465)
2019-12-10 alanbaker Update to amber optional dep syncing (#463)
2019-12-10 alanbaker Add Amber bot functionality (#461)
2019-12-10 alanbaker Deprecate the sampler map (#453)
2019-12-10 alanbaker Support 1D images (#459)
2019-12-10 alanbaker Dummy scripts for amber bot (#460)
2019-12-09 kpet Support sampled read_image{f,i,ui} with integer coordinates for 2D/3D images (#457)

Roll third_party/clspv-llvm/ 6626e5a06..079ef783d (573 commits)

llvm/llvm-project@6626e5a...079ef78

$ git log 6626e5a06..079ef783d --date=short --no-merges --format='%ad %ae %s'
2019-12-16 gribozavr Revert "[clangd] Implement "textDocument/documentLink" protocol support"
2019-12-16 gchatelet Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
2019-12-16 thakis gn build: (manually, belatedly) merge r358832
2019-12-16 thakis gn build: (manually, belatedly) merge r371898
2019-12-16 david.tellenbach Reland [AArch64][MachineOutliner] Return address signing for outlined functions
2019-12-16 kristof.beyls find_interesting_reviews.py: adapt to github monorepo
2019-12-16 pavel [lldb] Use file-based synchronization in TestVSCode_attach
2019-12-13 gchatelet [llvm-exegesis] Set up AsmTargetStreamer in readSnippets
2019-12-13 gchatelet [Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
2019-12-16 andrzej.warzynski [AArch64][SVE2] Add intrinsics for binary narrowing operations
2019-12-16 kristof.beyls [AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.
2019-12-16 andrzej.warzynski [Aarch64][SVE] Add intrinsics for scatter stores
2019-12-16 teemperor [lldb] Add unit test for ClangASTImporter
2019-12-13 Alexander.Richardson Add initial tests for update_{llc_,cc_,}test_checks.py
2019-12-16 teemperor [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
2019-12-10 pavel [lldb] Centralize desugaring of decltype-like types in ClangASTContext
2019-12-16 jay.foad Fix whitespace.
2019-12-13 bjorn.a.pettersson [BasicBlockUtils] Fix dbg.value elimination problem in MergeBlockIntoPredecessor
2019-12-13 bjorn.a.pettersson [LoopRotate] Add test case to show dbg value problem
2019-12-12 bjorn.a.pettersson [BasicBlockUtils] Add utility to remove redundant dbg.value instrs
2019-12-16 jay.foad Fix for AMDGPU MUL_I24 known bits calculation
2019-12-16 kbobyrev [NFC] Fix typos in Clangd and Clang
2019-12-16 teemperor [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSourceCommon.h
2019-12-14 v.churavy [CodegenPrepare] Guard against degenerate branches
2019-12-16 sjoerd.meijer [ARM] Move MVE opcode helper functions to ARMBaseInstrInfo. NFC.
2019-12-16 teemperor [lldb][NFC] Fix file header of TestClangASTContext.cpp
2019-12-16 kadircet [clangd] Get rid of raw string literals in macro calls
2019-12-16 teemperor [lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
2019-12-13 gribozavr Fix title underline in LangRef
2019-12-16 teemperor [lldb][NFC] Remove unnecessary includes in source/Commands
2019-12-16 teemperor [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and DenseMap
2019-12-15 richard Mark the major papers for C++20 consistent comparisons as "done", and start publishing the corresponding feature-test macro.
2019-12-13 richard [c++20] Compute exception specifications for defaulted comparisons.
2019-12-13 richard Properly compute whether statement expressions can throw, rather than conservatively assuming they always can.
2019-12-13 richard Resolve exception specifications after marking the corresponding function as referenced, not before.
2019-12-15 maskray [ELF] Delete redundant isLive() check. NFC
2019-12-15 lhames [examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.
2019-12-15 lhames [Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms.
2019-12-15 lhames [examples] Update LLJITWithJITLink example for change in c0143f37dab.
2019-12-04 maskray [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where to write section contents
2019-12-16 nuta [llvm-objcopy][MachO] Implement --add-section
2019-12-15 maskray [MC] Delete STT_SECTION special cases from MCSymbolELF::setType and setBinding
2019-12-16 tclin914 [PowerPC] Fix %llvm.ppc.altivec.vc* lowering
2019-12-15 lhames [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
2019-12-15 maskray [MC] Assume CommentStream is non-null in MCDisassembler::tryAdding*
2019-12-15 maskray [MC] Ignore VK_WEAKREF in MCValue::getAccessVariant
2019-12-15 maskray [MC] Delete unused MCAsmInfoELF::UsesNonexecutableStackSection after EM_WEBASSEMBLY was removed in D48744
2019-12-15 lhames [Kaleidoscope][BuildingAJIT] Add a missing std::move.
2019-12-15 risemann [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of known instances
2019-12-15 koraq [AST] Use a reference in a range-based for
(...)
2019-12-10 qshanz [NFC][MacroFusion] Adding the assertion if someone want to fuse more than 2 instructions
2019-12-09 echristo Remove unused Unit test directory for xray.
2019-12-05 richard [c++20] Fix handling of unqualified lookups from a defaulted comparison function.
2019-12-09 huihuiz [NFC] Add { } to silence compiler warning [-Wmissing-braces].
2019-12-09 jonas [llvm/dwarfdump] Use the architecture string to filter.
2019-12-09 ditaliano [FormatManager] GetCandidateLanguages shouldn't know about ValueObject.
2019-12-10 chen3.liu add support for strict operation fpextend/fpround/fsqrt on X86 backend
2019-12-09 echristo Revert "[ARM][MVE] Add intrinsics for immediate shifts." and two follow-on commits: one warning fix and one functionality.
2019-12-09 rnk Avoid Attr.h includes, CodeGen edition
2019-12-06 efriedma [ConstantFold][SVE] Fix constant folding for shufflevector.
2019-12-09 david.bolvansky [Codegen][X86] Modernize/regenerate old tests. NFCI.
2019-12-06 efriedma [AArch64][SVE] Implement SPLAT_VECTOR for i1 vectors.
2019-12-05 richard [c++20] Defaulted comparison support for array members.
2019-12-09 ditaliano [FormatManager] Provide a single entrypoint for GetCandidateLanguages().
2019-12-09 phabouzit Also synthesize _cmd and self for properties
2019-12-09 csigg Implement LWG#1203 for raw_ostream.
2019-12-06 eugenis [hwasan] Offline symbolization script.
2019-12-09 jji [PowerPC] [NFC] Cleanup xxpermdi peephole optimization
2019-12-05 sivachandra [libc] Add implementation of errno and define the other macros of errno.h.
2019-11-01 johannes [IPConstantProp][NFCI] Improve and modernize tests
2019-12-08 johannes [ValueTracking] Allow context-sensitive nullness check for non-pointers
2019-12-09 rnk Include Stmt.h where it seems to be necessary for modules builds
2019-12-05 yamauchi [PGO][PGSO] Instrument the code gen / target passes.
2019-12-09 craig.topper [Attr] Move ParsedTargetAttr out of the TargetAttr class
2019-12-09 richard [c++20] Fix incorrect assumptions in checks for comparison category types.
2019-11-26 puyan [clang][IFS] Allow 2 output files when using -o and -c with clang IFS stubs.
2019-12-09 maskray Fix clang -Wcovered-switch-default after llvmorg-10-init-11484-g6626e5a06a9
2019-12-09 spatel [InstCombine] add tests for shuffle with insertelement operand; NFC
2019-12-05 jji [PowerPC][NFC] Rename ANDI(S)o8 to ANDI(S)8o
2019-12-07 serhiy.redko The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading':
2019-12-09 sam.mccall [clangd] also filter out another possible diag from MS ASM syntax
2019-12-09 tibor.brunner Magic number checker shouldn't warn on user defined string literals
2019-12-05 peter scudo: Add a basic malloc/free benchmark.
2019-12-06 peter Reland 198fbcb8, "Driver: Don't look for libc++ headers in the install directory on Android.", which was reverted in b3249027.
2019-12-09 pavel [lldb] Clean up accidentally passing TestDeadStrip.py
2019-12-09 kadircet [clangd] Delete ctor initializers while moving functions out-of-line
2019-12-09 kadircet [clangd] Delete default arguments while moving functions out-of-line
2019-12-06 mark.murray [ARM][MVE][Intrinsics] Add VQADDQ, VHADDQ, VRHADDQ, VQSUBQ, VHSUBQ, VQDMULHQ, VQRDMULHQ intrinsics.
2019-12-04 mark.murray [ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics.
2019-12-09 sd.fertile [PowerPC] Refactor FinishCall. [NFC]
2019-12-09 jonas [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON
2019-12-09 tatyana [lldb][CMake] Fix build for the case of custom libedit installation
2019-12-09 simon.tatham [ARM] Fix NEON failure introduced by D71065.
2019-12-09 31459023+hctim [GWP-ASan] 32-bit test pointers, allow multi-init for test.
2019-12-09 hokein.wu Fix the compiler warnings: "-Winconsistent-missing-override", "-Wunused-variable"
2019-12-09 hokein.wu [clangd] Implement range patching heuristics for cross-file rename.
2019-12-06 francesco.petrogalli [llvm][VFABI] Add more testing for LLVM internal mangling.
2019-12-09 simon.tatham [ARM][MVE] Add intrinsics for immediate shifts.
2019-12-09 thomasraoux [ModuloSchedule] Fix data types in ModuloScheduleExpander::isLoopCarried
2019-12-09 hokein.wu [clangd] Use expansion location when the ref is inside macros.

Roll third_party/dxc/ b0731e7f2..274945808 (1 commit)

microsoft/DirectXShaderCompiler@b0731e7...2749458

$ git log b0731e7f2..274945808 --date=short --no-merges --format='%ad %ae %s'
2019-12-10 jaebaek [spirv] fix crash from debug info gen with opt (#2619)

Roll third_party/glslang/ ff61c18f1..ebf634bca (3 commits)

KhronosGroup/glslang@ff61c18...ebf634b

$ git log ff61c18f1..ebf634bca --date=short --no-merges --format='%ad %ae %s'
2019-12-12 greg Update spriv-tools known good
2019-12-09 cepheus Fix #2020: PR #1977 broke HLSL member consistency, this finishes it...
2019-12-09 cepheus Fix: #2014: Don't do "extension-on && version >= ..." keyword checks.

Roll third_party/googletest/ 78fdd6c00..5b162a79d (7 commits)

google/googletest@78fdd6c...5b162a7

$ git log 78fdd6c00..5b162a79d --date=short --no-merges --format='%ad %ae %s'
2019-12-12 absl-team Googletest export
2019-12-11 absl-team Googletest export
2019-12-10 absl-team Googletest export
2019-12-06 misterg Googletest export
2019-11-17 krystian.kuzniarek remove MSVC workaround: warning 4355
2019-11-14 krystian.kuzniarek remove MSVC workaround: error C2665
2019-11-22 krystian.kuzniarek remove g++ 2.95.0 workaround: no space after first comma in macros

Roll third_party/shaderc/ eec373d9e..979ad21e8 (4 commits)

google/shaderc@eec373d...979ad21

$ git log eec373d9e..979ad21e8 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 rharrison Implement a C++ only version for ForEachCombinedImageSamplers (#936)
2019-12-11 9856269+sarahM0 Add missing APIs for GLSL in Dawn (#934)
2019-12-11 dneto Don't assume locations of spirv-tools, effcee, and RE2 are located (#931)
2019-12-10 rharrison Rolling 5 dependencies (#933)

Roll third_party/spirv-tools/ 983b5b4fc..96354f504 (6 commits)

KhronosGroup/SPIRV-Tools@983b5b4...96354f5

$ git log 983b5b4fc..96354f504 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 afdx spirv-fuzz: Fuzzer pass to merge blocks (#3097)
2019-12-11 stevenperron Start SPIRV-Tools v2020.1
2019-12-11 stevenperron Finalize SPIRV-Tools v2019.5
2019-12-11 stevenperron Update CHANGES
2019-12-10 stevenperron Don't crash when folding construct of empty struct (#3092)
2019-12-10 afdx spirv-fuzz: function outlining fuzzer pass (#3078)

Roll third_party/swiftshader/ 84d0f7cbb..fbbfeb700 (42 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/84d0f7cbbb9b..fbbfeb700295

$ git log 84d0f7cbb..fbbfeb700 --date=short --no-merges --format='%ad %ae %s'
2019-12-13 chrisforbes Add missing source file to android build
2019-12-13 swiftshader.regress Regres: Update test lists @ ebb0bec9
2019-12-12 sergeyu Use allocateExecutable() in LLVMReactor
2019-12-12 sugoi Fix BCn related SwANGLE test failure
2019-12-12 capn Prevent clang-format from splitting shift operator
2019-12-11 sugoi Support for BC1, BC2, BC3, BC4 and BC5
2019-12-10 bclayton src/Vulkan/Debug: Add scope for case block
2019-12-02 bclayton Vulkan/Debug: Add Server
2019-12-02 bclayton Vulkan/Debug: Add Context
2019-12-11 bclayton Tweaks to make clang-format produce better code
2019-12-11 amaiorano Add EmulatedReactor.cpp to Subzero.vcxproj
2019-12-10 bclayton Regres: Fix debug macro detection
2019-12-10 capn Do not indent C++ namespace contents
2019-12-03 bclayton Vulkan: Add description methods to all commands.
2019-12-03 bclayton .vscode: Add cppdap to includePath
2019-12-11 swiftshader.regress Regres: Update test lists @ 544ae91e
2019-12-10 capn Enable vk-unittests with Subzero JIT
2019-12-10 bclayton Kokoro: Split tests into Debug and RelWithDebInfo
2019-12-10 chrisforbes Accept ImageCubeArray SPIRV capability
2019-12-02 bclayton Vulkan/Debug: Add Thread and EventListener
2019-12-02 bclayton Vulkan/Debug: Add Location
2019-12-02 bclayton Vulkan/Debug: Add File
2019-12-02 bclayton Vulkan/Debug: Add WeakMap
2019-12-02 bclayton Vulkan/Debug: Add Value and Variable
2019-12-02 bclayton Vulkan/Debug: Add Type
2019-12-10 bclayton CMakeLists: Fix logic of BUILD_CPPDAP
2019-12-10 swiftshader.regress Regres: Update test lists @ d00dfe49
2019-12-10 chrisforbes Advertise VK_PRESENT_MODE_MAILBOX_KHR
2019-12-10 bclayton Regres: Reduce scope of regres CI emails
2019-12-10 amaiorano Fix REACTOR_DEFAULT_OPT_LEVEL not actually applying
2019-12-10 capn Remove Visual Studio Vulkan project files
2019-12-02 bclayton Vulkan/Debug: Add ID
2019-12-09 chrisforbes Remove Float->UInt conversion workaround
2019-12-09 capn Add Float to UInt unit test
2019-12-09 amaiorano Add REACTOR_DEFAULT_OPT_LEVEL macro
2019-12-04 amaiorano Subzero: fix alloca return address allocation
2019-12-06 amaiorano Subzero: proper fix for assert(Dest->hasReg())
2019-12-02 bclayton CMakeLists: Add CMake rules for Vulkan debugger
2019-11-08 bclayton Add github.com/google/cppdap as a third_party dependency
2019-11-18 bclayton Add github.com/nlohmann/json as a third_party dependency
2019-12-09 capn Enforce int and short to be 32- and 16-bit respectively
2019-12-02 sugoi Cubemap array support

Roll third_party/vulkan-loader/ 6ec1838ba..206979855 (4 commits)

KhronosGroup/Vulkan-Loader@6ec1838...2069798

$ git log 6ec1838ba..206979855 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 lenny loader: Add custom terminator to tool properties
2019-12-10 caio.oliveira build: Fix Vulkan registry detection
2019-12-11 lenny codegen: Fix crash in tooling info terminator
2019-12-09 mark build: Update for 1.1.130 header version

Roll third_party/vulkan-validationlayers/ f34b9fb08..2b19f3916 (27 commits)

KhronosGroup/Vulkan-ValidationLayers@f34b9fb...2b19f39

$ git log f34b9fb08..2b19f3916 --date=short --no-merges --format='%ad %ae %s'
2019-12-12 mark tests: Add tests for DescTemplates fixes and new VUIDs
2019-12-12 mark objlifetimes: Fix CreateDescUpdateTemplates object val
2019-12-13 mark build: Update glslang & VulkanTools known-good IDs
2019-11-29 geecandrey corechecks: Invalid error message in vkCmdPipelineBarrier
2019-12-10 mark tests: Add positive test for tooling ext query
2019-12-10 mark chassis: Support tooling queries in khronos layer
2019-12-10 mark chassis: Add physicaldevice support for tools info API
2019-12-10 mark stateless: Update for new struct_type_array case
2019-12-10 mark chassis: Implement GetPhysicalDeviceProcAddr layer func
2019-12-09 jeremyk layers: Fix issue 1416
2019-12-12 jzulauf layers: Improve const shared pointer handling
2019-12-12 mark corechecks: Correct swapchain validation error text
2019-12-10 tony gpu: Add validation for VK_KHR_buffer_device_address
2019-12-10 jbolz tests: Add tests for VK_KHR_buffer_device_address
2019-12-10 jbolz layers: Add VK_KHR_buffer_device_address support
2019-12-04 tobias.hector tests: Added tests for new vkAllocateMemory validation
2019-11-28 tobias.hector layers: Introduce validation for vkAllocateMemory VUIDs
2019-12-10 jeremy tests: Test overlapping push constant ranges
2019-12-10 jeremy corechecks: Fix overlapping push constant ranges
2019-12-10 mark layers: Remove vuid mapping file
2019-12-09 mark build: Update for 1.1.130 version of Vulkan header
2019-12-10 mark tests: Fix stray VUID ref in buffer_image_memory_sampler
2019-12-09 mark tests: Fix stray VUID refs in positivelayertests
2019-12-09 mark corechecks: Fix incorrect CmdSetViewportWScalingNV names
2019-11-26 tony tests: Add pos test for GetProcAddr with extensions
2019-11-26 tony layers: Fix GetProcAddr for promoted extensions
2019-12-05 shannon build: Update known-good for 1.1.129 Vulkan header

Created with:
  roll-dep third_party/clspv third_party/clspv-llvm third_party/dxc third_party/glslang third_party/googletest third_party/lodepng third_party/shaderc third_party/spirv-headers third_party/spirv-tools third_party/swiftshader third_party/vulkan-headers third_party/vulkan-loader third_party/vulkan-validationlayers
@dj2 dj2 added the deps Third Party Dependencies label Dec 16, 2019
@dj2 dj2 self-assigned this Dec 16, 2019
@dj2 dj2 merged commit 4c57c69 into google:master Dec 16, 2019
@dj2 dj2 deleted the roll-2019-12-16 branch December 16, 2019 17:25
asuonpaa pushed a commit to asuonpaa/amber that referenced this pull request Sep 6, 2021
google/clspv@3970681...a6001ae

$ git log 3970681ca..a6001ae61 --date=short --no-merges --format='%ad %ae %s'
2021-08-18 alanbaker Update LLVM (google#758)
2021-08-17 kpet Fix type for --max-ubo-size and --max-pushconstant-size options (google#756)
2021-08-10 alanbaker SPIR-V 1.4 fixes (google#755)

Created with:
  roll-dep third_party/clspv
asuonpaa pushed a commit to asuonpaa/amber that referenced this pull request Sep 15, 2021
google/clspv@3970681...a0d39a1

$ git log 3970681ca..a0d39a143 --date=short --no-merges --format='%ad %ae %s'
2021-09-14 kpet Support some pointer comparisons when targeting SPIR-V 1.4+ (google#750)
2021-09-08 alanbaker Update LLVM (google#762)
2021-08-18 alanbaker Update LLVM (google#758)
2021-08-17 kpet Fix type for --max-ubo-size and --max-pushconstant-size options (google#756)
2021-08-10 alanbaker SPIR-V 1.4 fixes (google#755)

Created with:
  roll-dep third_party/clspv
paulthomson pushed a commit that referenced this pull request Sep 16, 2021
* Roll third_party/shaderc/ fadb0edb2..c42db5815 (3 commits)

google/shaderc@fadb0ed...c42db58

$ git log fadb0edb2..c42db5815 --date=short --no-merges --format='%ad %ae %s'
2021-08-25 dneto Start v2021.3 development
2021-08-25 dneto Finalize v2021.2
2021-08-25 dneto Update DEPS

Created with:
  roll-dep third_party/shaderc

* Roll third_party/dxc/ 3903cd25c..5fba0c36b (26 commits)

microsoft/DirectXShaderCompiler@3903cd2...5fba0c3

$ git log 3903cd25c..5fba0c36b --date=short --no-merges --format='%ad %ae %s'
2021-09-14 43020864+gracejennings Added unused output target warning and moved usage mask fill location (#3947)
2021-09-13 31109344+adam-yang Reflection interface now accepts a DXIL program header. (#3946)
2021-09-10 31109344+adam-yang NoUnwind fix. HLExtIntrinsic collision fix. (#3942)
2021-09-11 troughton [SPIR-V] Fix an issue with duplicate specialisation constants (#3929)
2021-09-09 davpeix Allow calling DxcInitThreadMalloc again after calling DxcCleanupThreadMalloc (#3941)
2021-09-01 chouinard [spirv] Support bool* as texture template type
2021-09-08 hekotas Update version to 1.6.2109 (#3939)
2021-09-08 hekotas Add azure pipelines entry points for master branch builds (#3940)
2021-09-07 chouinard [spirv] Add support for RValues with OpaqueArrayType
2021-09-07 jaebaek [spirv] add -fspv-reduce-load-size option (#3931)
2021-09-07 grroth Add an explicit python version (#3938)
2021-09-07 grroth Update macos for azure (#3937)
2021-09-07 jaebaek [spirv] support vk::combinedImageSampler (#3920)
2021-09-07 python3kgae Fix issue when updateCounter for dynamic resource, also remove createHandleForLib on handle type when not a library. (#3935)
2021-09-02 31109344+adam-yang Fixed debug info in unrolled loops. (#3926)
2021-09-01 lu.jiao [SPIRV] Update the spirv tools to the later commit (#3923)
2021-08-31 grroth Correctly handle comma operator w/matrices (#3921)
2021-08-30 python3kgae Change umax(a,0) to a. (#3922)
2021-08-31 lu.jiao [SPIRV] Add linkageAttributes decorates (#3915)
2021-08-26 31109344+adam-yang Added binding table file to specify resource binding (#3843)
2021-08-24 43020864+gracejennings Add --version flag to print dxc version info (#3912)
2021-08-19 jaebaek [spirv] update SPIRV-Tools and SPIRV-Headers submodules (#3909)
2021-08-17 jaebaek Support const vector argument for isnan(), atan2() (#3908)
2021-08-16 1953083+sudonatalie [spirv] Add support for casting from floatM to floatMx1 (#3905)
2021-08-13 jeffno PIX: Add thread ID to amplification shader payload (#3904)
2021-08-10 grroth Update Readme.md to the default VS 2019 suggestion

Created with:
  roll-dep third_party/dxc

* Roll third_party/googletest/ aefb45469..159c9ad23 (10 commits)

google/googletest@aefb454...159c9ad

$ git log aefb45469..159c9ad23 --date=short --no-merges --format='%ad %ae %s'
2021-09-10 absl-team Googletest export
2021-08-20 absl-team Googletest export
2021-08-20 absl-team Googletest export
2021-08-19 invalid_ms_user Simplify example code with c++11
2021-08-12 absl-team Googletest export
2021-08-10 dmauro Googletest export
2021-08-09 dmauro Googletest export
2021-08-06 victordk13 Format test properties in xml printer
2021-08-05 iamberkeyavas typo fix gmock_cook_book
2021-07-29 otnaiud Typo, double "the"

Created with:
  roll-dep third_party/googletest

* Roll third_party/vulkan-loader/ a2edd9367..4c84b8223 (88 commits)

KhronosGroup/Vulkan-Loader@a2edd93...4c84b82

$ git log a2edd9367..4c84b8223 --date=short --no-merges --format='%ad %ae %s'
2021-09-10 jmadill loader: Add loader.rc to Windows GN build
2021-09-11 charles test: Fix 32 bit test suite build error
2021-09-10 charles loader: Move struct decls to loader_common.h
2021-09-02 charles test: Add test which calls GetPDProps inside CreateInstance
2021-09-10 charles test: Add ICD Interface V6 TestICD binary
2021-09-02 charles test: Add callback to layers create instance and device
2021-08-16 marky Update more logging info for the Loader
2021-09-09 charles loader: Reverst asserting on size 0 in malloc
2021-05-12 charles loader: Move disable_environment into function body
2021-08-18 charles build: Use generated source everywhere
2021-08-30 charles test: Add test for memory leak in setup_tramp_phys_devs
2021-05-20 charles loader: Fix freeing of uninitialized list
2021-05-20 charles loader: Remove deadstore when breaking from a loop
2021-05-20 charles loader: Prevent use-after-free in error path.
2021-05-17 charles loader: Don't pass null pointer into strcmp
2021-05-17 charles loader: Remove dead store of total_count
2021-05-17 charles loader: Prevent stack_alloc of 0
2021-05-17 charles loader: Get DeviceGroups early exits if 0 are found
2021-05-17 charles loader: Remove redundant stores
2021-05-17 charles loader: assert if trying to malloc 0 bytes
2021-05-17 charles loader: Format WSI error messages
2021-05-13 charles loader: Use abort to force a crash where needed
2021-05-12 charles loader: Fix potential memory leak
2021-05-12 charles loader: Handle OOM in loader_phys_dev_ext_gpa
2021-09-09 charles loader: Make trampolineGetProcAddr snake_case
2021-09-06 charles loader: Move simple terminators to terminator.c
2021-09-06 charles loader: Rename SetupLoaderTermPhysDevGroups
2021-09-05 charles gn: Fix gn build for refactor changes
2021-09-05 charles loader: Move Windows logic to dedicated file
2021-09-05 charles loader: Move struct declarations into header
2021-09-05 charles loader: Move init functions closer together
2021-09-04 charles loader: Header include cleanup
2021-09-04 charles loader: Remove headers from cmake source list
2021-09-04 charles loader: Make logging and getenv their own headers
2021-09-04 charles loader: Make _GNU_SOURCE a cmake definition
2021-09-04 charles loader: Move alloca into allocation.h
2021-09-04 charles loader: Remove duplicate macro defines
2021-09-04 charles loader: Make vk_loader_layer.h a proper header
2021-09-04 charles loader: Remove unneeded parts of loader_common.h
2021-09-04 charles loader: Shift around vk_loader_platform headers
2021-09-04 charles loader: Dont include C++ libraries in C++ mode
2021-09-04 charles loader: Move allocation functions to a header
2021-09-04 charles loader: Remove TLS
2021-09-04 charles loader: cJSON to use regular heap instead of TLS
2021-09-04 charles loader: Dont use TLS in dirent_on_windows
2021-09-03 charles loader: Add gpa_helper.c
2021-09-03 charles loader: Move loader struct defs into common file
2021-09-03 charles loader: Update Copyright for 2021
2021-09-03 charles loader: Use #pragma once everywhere
2021-09-03 charles loader: Update Copyright
2021-09-03 charles build: Alphabetize loader source file list
2021-09-08 charles test: Add test for Override Meta Layer
2021-09-08 charles test: Fix extra } in layer manifest printer
2021-09-08 charles loader: Move layer cleanup to a single function
2021-09-08 mikes build: Update to header 1.2.191
2021-09-06 charles test: Improved Test Wrapper interface
2021-09-02 charles loader: Make all loader functions use snake_case
2021-08-27 marky Fix loader not knowing about extensions enabled in layers
2021-08-13 marky Update XDG paths
2021-08-31 charles test: Add handle_assert helper functions
2021-08-31 charles test: Move DeviceGroup tests to regression suite
2021-08-31 charles test: Add TestICD DeviceGroup support
2021-08-30 charles scripts: Remove loader_icd_init_entries duplicate
2021-08-30 mikes build: Update to header 1.2.190
2021-08-16 charles build: Silence MSVC warning of replacing /GR
2021-08-25 charles test: Update 32/64 tests to check the log
2021-08-25 charles test: Add DebugUtilsWrapper
2021-08-25 charles loader: Downgrade wrong arch errors on windows
2021-08-17 mikes build: Update to header 1.2.189
2021-08-16 charles test: Set VK_LAYER_PATH properly
2021-08-16 charles test: Update Device Layers Match test
2021-08-16 charles test: Use proper allocation count in tests
2021-08-16 charles test: Add test for PR #639
2021-08-16 charles loader: Fix accidental error propagation
2021-08-09 Wenqing.Li Fix Vulkan CTS testcase bug: "create_instance_device_intentional_alloc_fail"
2021-08-15 charles test: Simplify wrong arch tests by adding a macro
2021-08-13 charles test: Add windows 32/64 bit binary tests
2021-08-13 charles test: Add linux x64 and x86 for wrong binaries
2021-08-12 charles test: Add ELF test binaries for 32 and 64 bit
2021-06-17 charles loader: Make use of a generated header version
2021-08-10 charles loader: Reformated loader source code
2021-08-10 charles test: Revamp which linux paths are redirected
2021-08-11 marky Fix environment test failure.
2021-08-10 mikes build: Update to header 1.2.188
2021-08-10 mikes scripts: Use altlen instead of parsing latexmath
2021-08-04 marky Allow "icd" as well as "implem" for VK_LOADER_DEBUG
2021-08-03 marky Add layer and implementation-specific logging
2021-08-03 marky Fix loader_log messages to use LOADER_ log levels

Created with:
  roll-dep third_party/vulkan-loader

* Roll third_party/spirv-headers/ e7b49d7fb..635049b5e (10 commits)

KhronosGroup/SPIRV-Headers@e7b49d7...635049b

$ git log e7b49d7fb..635049b5e --date=short --no-merges --format='%ad %ae %s'
2021-09-09 74654571+BedrockDotPng Update CMakeLists.txt
2021-08-27 greg Add nonsemantic.shader.debuginfo to Bazel
2021-07-28 marijn spirv.core.grammar: Remove duplicate OpArbitraryFloatPowNINTEL declaration
2021-08-10 alele Add support for SPV_NV_ray_tracing_motion_blur.
2021-07-28 nikita.rudenko Fix minor details in SPV_INTEL_optnone extension
2021-06-28 frustumo Clay is an internal framework of Tellusim Technologies Inc.
2021-05-20 kloczek Rename spirv-headers.pc to SPIRV-Headers.pc
2021-05-19 kloczek removed excesive space in configure_file() line
2021-05-19 kloczek Fixed substituted string with paths and version
2021-05-18 kloczek Add spirv-headers pkgconfig file

Created with:
  roll-dep third_party/spirv-headers

* Roll third_party/spirv-tools/ 706dc27a6..9e65f054d (41 commits)

KhronosGroup/SPIRV-Tools@706dc27...9e65f05

$ git log 706dc27a6..9e65f054d --date=short --no-merges --format='%ad %ae %s'
2021-09-14 afdx spirv-fuzz: Account for differing signedness in WrapVectorSynonym (#4414)
2021-09-14 afdx spirv-opt: Avoid integer overflow during constant folding (#4511)
2021-09-14 stevenperron Roll external/googletest/ b7d472f12..955c7f837 (111 commits) (#4521)
2021-09-13 alanbaker Fix infinite loop in validation (#4523)
2021-09-13 afdx Fix UBSan kokoro config (#4522)
2021-09-13 alanbaker Fix bad order of checks in atomic validation (#4524)
2021-09-13 stevenperron Handle out-of-bounds accesses in VDCE (#4518)
2021-09-12 alanbaker Change validator boolean tests to avoid asserts (#4503)
2021-09-10 alanbaker Fix infinite loop in GetBlockDepth (#4519)
2021-09-10 dneto Fix validation message for cooperative matrix column type (#4502)
2021-09-10 afdx Add UBSan kokoro configuration (#4512)
2021-09-08 alanbaker Add some missing switch validation (#4507)
2021-09-07 afdx spirv-val: Fix ubsan error (#4505)
2021-09-07 gleese Remove environment features that are never used (#4491)
2021-09-03 dneto fix parsing of bad binary exponents in hex floats (#4501)
2021-09-02 afdx Adjust build for fuzzer targets to support OSS-Fuzz (#4498)
2021-09-02 jaebaek Set threshold for reduce-load-size pass (#4499)
2021-08-31 stevenperron Handle exported functions in ADCE (#4495)
2021-08-30 antiagainst Only add `-DSPIRV_CHECK_CONTEXT` for Debug builds (#4496)
2021-08-27 kubak spirv-lint: Add lint based on divergence analysis (#4488)
2021-08-26 gleese Add a feature for allowing LocalSizeId (#4492)
2021-08-25 jaebaek Start SPIRV-Tools v2021.4
2021-08-25 jaebaek Finalize SPIRV-Tools v2021.3
2021-08-24 jaebaek Update CHANGES
2021-08-23 greg spirv-val: Validate vulkan debug info similarly to opencl debug info (#4466)
2021-08-23 52670911+dong-ja Add divergence analysis to linter (#4465)
2021-08-19 46493288+sfricke-samsung spirv-val: Fix WorkgroupSize VUID 04425 (#4482)
2021-08-18 52670911+dong-ja spirv-lint: add basic CLI argument handling (#4478)
2021-08-18 alanbaker Fix matrix stride validation (#4468)
2021-08-18 alanbaker Don't double count variables for location validation (#4474)
2021-08-18 jmadill GN: Suppress unreachable code warnings. (#4476)
2021-08-18 jaebaek Add spirv-opt convert-to-sampled-image pass (#4340)
2021-08-16 alanbaker Disallow loading a runtime-sized array (#4473)
2021-08-16 nicolas.capens Fix early-out for Clamp constant folding (#4461)
2021-08-16 nicolas.capens Don't fold unsigned divides of an constant and a negation (#4457)
2021-08-16 61918637+5265644D61736F6E fix SIGSEGV when reading from a non-existant file (#4453)
2021-08-13 alanbaker Limit location validation (#4467)
2021-08-12 alanbaker Update SPIRV-Headers (#4463)
2021-08-10 greg spirv-opt: Add handling of vulkan debug info to DebugInfoManager (#4423)
2021-08-09 52670911+dong-ja spirv-opt: Add dataflow analysis framework (#4402)
2021-08-09 52670911+dong-ja Remove PCH from source/lint/CMakeLists.txt (#4459)

Created with:
  roll-dep third_party/spirv-tools

* Roll third_party/cppdap/ be5b677c7..5f3169421 (6 commits)

google/cppdap@be5b677...5f31694

$ git log be5b677c7..5f3169421 --date=short --no-merges --format='%ad %ae %s'
2021-09-07 bclayton Fix reconnection of sockets (#70)
2021-09-07 bclayton CMake: Remove installation target
2021-09-07 bclayton Session: Expose 'protected' API.
2021-08-07 bclayton traits.h: Rename `TRUE` to `TRUE_TY`
2021-08-12 bclayton json serializers: Support 64-bit integers.
2021-08-12 bclayton rapid_json_serializer: Fix warning about shadowing

Created with:
  roll-dep third_party/cppdap

* Roll third_party/swiftshader/ b2af6a855..0fa19bd6c (35 commits)

https://swiftshader.googlesource.com/SwiftShader.git/+log/b2af6a85583d..0fa19bd6c285

$ git log b2af6a855..0fa19bd6c --date=short --no-merges --format='%ad %ae %s'
2021-09-13 kjlubick Delete explicit copy assignment operator
2021-09-08 sugoi Add derived class for every type of external memory
2021-09-09 capn Fix decompression of cube-compatible layered 2D images
2021-09-09 capn Refactor image decompression and cube border update
2021-09-09 capn Refactor cube compatibility
2021-09-03 sugoi Refactor VkMemoryAllocateInfo parsing
2021-09-07 capn Remove vulkan_fuchsia_extras.h
2021-09-01 capn Use the shorter promoted Vulkan structure and enum names
2021-09-03 sugoi Revert "Add external memory parameter to size computations"
2021-09-02 srisser Update git-hooks to latest revision
2021-08-31 srisser Remove erroneous ASSERT for format lists
2021-08-30 srisser Minimize usage of global constructors in Reactor
2021-08-30 jmadill Increase maxComputeSharedMemorySize.
2021-08-31 tikuta update angle revision
2021-08-27 srisser Turn BC6 constructors into constexpr
2021-08-24 capn Implement VK_EXT_load_store_op_none
2021-08-24 capn Refactor determining the aspects to clear
2021-08-24 capn Refactor command execution
2021-08-24 capn Update Vulkan headers to version 1.2.189
2021-08-24 capn Eliminate custom Vulkan constants
2021-08-20 srisser Don't use global variables for CPUID
2021-08-23 srisser Remove global constructor from BC6
2021-08-21 capn Fix Subzero Optimizer run time variability
2021-08-22 capn Fix Chromium's swiftshader_unittests
2021-08-20 capn Deprecate libEGL and libGLESv2 CMake build targets
2021-08-19 srisser Remove Config::Edit::None default object
2021-08-19 lgrey Mac: use default visibility
2021-08-11 andre.kempe Add PA and BTI to SwiftShader
2021-08-18 sugoi Add external memory parameter to size computations
2021-08-18 sugoi Remove useless 'target' parameter
2021-08-13 capn Separate analysis info from SPIR-V execution modes
2021-08-18 capn Squashed 'third_party/marl/' changes from 3285a2dfb..49602432d
2021-08-16 sugoi Xcb: Check if geom is valid before using it
2021-08-13 capn Fix integer overflow in vertex buffer access robustness check
2021-08-10 eugenis Disable hwasan in llvm-10.0.

Created with:
  roll-dep third_party/swiftshader

* Roll third_party/clspv/ 3970681ca..a0d39a143 (5 commits)

google/clspv@3970681...a0d39a1

$ git log 3970681ca..a0d39a143 --date=short --no-merges --format='%ad %ae %s'
2021-09-14 kpet Support some pointer comparisons when targeting SPIR-V 1.4+ (#750)
2021-09-08 alanbaker Update LLVM (#762)
2021-08-18 alanbaker Update LLVM (#758)
2021-08-17 kpet Fix type for --max-ubo-size and --max-pushconstant-size options (#756)
2021-08-10 alanbaker SPIR-V 1.4 fixes (#755)

Created with:
  roll-dep third_party/clspv

* Roll third_party/vulkan-validationlayers/ 9db21837b..8083ce843 (192 commits)

KhronosGroup/Vulkan-ValidationLayers@9db2183...8083ce8

$ git log 9db21837b..8083ce843 --date=short --no-merges --format='%ad %ae %s'
2021-09-13 jeremyg tests: Avoid vkAllocateDescriptorSets failure on Galaxy S10
2021-09-09 quentin.huot-marchand test: Update multiple descriptor set with one write
2021-06-24 quentin.huot-marchand layers: Fix descriptorSet update overlaping subsequent binding
2021-09-13 ziga tests: Positive test for pushing immutable sampler
2021-09-13 ziga layers: Fix pushing immutable sampler
2021-09-09 ziga tests: Positive test for shader struct interface
2021-09-09 ziga layers: Fix validating shaders struct interface
2021-09-13 s.fricke layers: Fixes to VU 01572
2021-09-07 jeremyg layers: Make the QUEUE_STATE map use AccessorTraits
2021-09-02 nathaniel tests: Add pNext query test
2021-09-09 nathaniel layers: Ignore non-const pNext validation
2021-09-09 jeremyg layers: Move image acquired tracking to SWAPCHAIN_IMAGE
2021-09-08 jeremyg layers: Clean up PHYSICAL_DEVICE_STATE usage in swapchains
2021-09-08 jeremyg layers: Make the PHYSICAL_DEVICE_STATE map use AccessorTraits
2021-09-10 ziga tests: Test invalid indexed query slot
2021-09-10 ziga layers: Validate query pool slot
2021-09-09 mikes build: Update to header 1.2.191
2021-09-09 ziga tests: Fix cubic filter tests
2021-09-09 ziga layers: Fix cubic filter image type check
2021-09-08 ziga layers: Fix color attachment blend checks
2021-09-05 ziga tests: Test GpuAV with unbound descriptor set
2021-09-05 ziga layers: Fix GpuAV checking descriptor sets
2021-09-03 ziga tests: Test CmdEndConditionalRenderingEXT
2021-09-03 ziga layers: Validate CmdEndConditionalRenderingEXT
2021-09-02 jeremyg layers: Clean up RENDER_PASS_STATE and FRAMEBUFFER_STATE
2021-09-04 ziga tests: Test invalid pipeline type
2021-09-04 ziga layers: Validate pipeline type
2021-09-06 ziga tests: Test using CaptureReplay feature when disabled
2021-09-06 ziga layers: Validate accelerationStructureCaptureReplay is enabled
2021-09-06 s.fricke layers: Fix various nits for formats
2021-09-05 ziga tests: Update 04461 vuid
2021-09-05 ziga layers: Update 04461 vuid
2021-09-05 ziga layers: Fix missing skips
2021-08-22 ziga tests: Test shader output and input location components
2021-08-22 ziga layers: Fix validating shader input and output components
2021-09-03 ziga tests: Positive test for gpu surface support
2021-09-03 ziga layers: Fix checking physical device surface support
2021-09-03 ziga layers: Fix vuid 04962 message
2021-09-03 nathaniel tests: Skip ScalarBlockLayout if not supported
2021-09-02 nathaniel layers: Change pNext parameter validation
2021-09-03 s.fricke tests: Use uint32_t for SPIR-V word size
2021-09-03 s.fricke tests: Add AdjustValidatorOptions tests
2021-09-03 s.fricke layers: Fix AdjustValidatorOptions
2021-09-01 jeremyg scripts: Use correct version of ray tracing access mask VUIDs
2021-08-25 ziga tests: Test if surface is supported on physical device
2021-08-25 ziga layers: Validate surface is supported on physical device
2021-09-02 ziga tests: Test CmdCopyQueryPoolResults with invalid queryType
2021-09-02 ziga layers: Validate CmdCopyQueryPoolResults queryType
2021-09-02 jmadill build: Remove duplicate header from GN
2021-08-23 jeremyg layers: Clean up PipelineStageState creation
(...)
2021-08-16 jzulauf tests: Add _NONE_ load/store tests to syncval test
2021-08-13 jzulauf syncval: Add VK_EXT_load_store_op_none support
2021-08-11 jeremyg practices: Use subclassed CMD_BUFFER_STATE
2021-08-11 jeremyg layers: Add CreateCmdBufferState() factory method
2021-08-16 jeremyg layers: Fix VUID 01619 regression in CTS
2021-08-16 ziga tests: Test SparseMemoryBind with invalid memory type
2021-08-16 ziga layers: Validate SparseMemoryBind memory type
2021-07-16 gareth.webb tests: Fix failing test for zero-sized render area
2021-07-15 hannes.harnisch tests: Adding test for zero-size render area
2021-06-16 gareth.webb practices: Add warning for zero-sized render area
2021-08-12 jeremyg tests: Fix leaks in some VkLayerTest.* cases
2021-08-12 jeremyg layers: Fix memory leaks from class BothRangeMap
2021-08-14 ziga tests: Test EndCommandBuffer with conditional rendering
2021-08-14 ziga layers: Validate EndCommandBuffer conditional rendering
2021-08-12 jeremyg tests: Fix leaks in VkSyncValTest.* cases
2021-08-13 jeremyg tests: Add vk_testing::RenderPass and Framebuffer
2021-07-17 ziga tests: Fix SparseMemoryBindOffset test with invalid offset
2021-07-17 ziga layers: Fix VkSparseMemoryBind offset check
2021-08-11 ziga tests: Test ImageFormatInfo2 with invalid tiling and pNext chain
2021-08-11 ziga layers: Validate ImageFormatInfo2 with drm format modifier
2021-07-19 ziga tests: Test creating descriptorSetLayout with invalid flags
2021-07-19 ziga layers: Validate descriptorSetLayout with invalid flags
2021-08-05 jeremyg layers: Move state tracker methods to CMD_BUFFER_STATE
2021-08-12 ziga tests: Positive test for shader stages not in order
2021-08-12 ziga layers: Fix recording pipeline shader stages
2021-08-04 ziga tests: Test CmdFillBuffer cmdBuffers pool capabilities
2021-08-04 ziga layers: ValidateCmdFillBuffer cmd pool capabilities
2021-08-02 jzulauf layers: Add detect default to messenger setup
2021-08-12 jeremyg tests: Fix leaks in VkBestPracticesLayerTest.* test cases
2021-08-12 jeremyg practices: Fix leaks in struct GraphicsPipelineCIs
2021-08-12 ziga tests: Test CmdBeginQuery with invalid queryPool queryType
2021-08-12 ziga layers: Validate CmdBeginQuery queryPool queryType
2021-08-11 jeremyg layers: Fix vkCreateImage memory reqs. check for multiplanar
2021-08-11 jeremyg tests: Fix crash in CreatePipelineWithCoreChecksDisabled test
2021-08-05 ziga tests: Test binding pipeline with missing dynamic state
2021-08-05 ziga layers: Validate CmdBindPipeline with discard rectangle
2021-08-08 ziga tests: Test compute shader shared memory
2021-08-08 ziga layers: Validate compute shader shared memory
2021-08-07 ziga tests: Tets presenting image without acquiring it
2021-08-07 ziga layers: Fix issue 3012
2021-08-10 nathaniel layers: Fix ARM best practices description
2021-08-10 christophe layers: Workaround for unlimited duplicate messages
2021-08-10 mikes build: Update to header 1.2.188
2021-08-10 ziga tests: Test CmdSetDiscardRectangleEXT integer overflow
2021-08-10 ziga layers: Validate CmdSetDiscardRectangleEXT pDiscardRectangles
2021-08-09 ziga tests: Fix CmdSetDiscardRectangleEXT tests
2021-08-05 ziga tests: Test invalid framebuffer with fragmentDensityMap
2021-08-05 ziga layers: Validate fragmentDensityMapAttachment layerCount
2021-08-08 ziga tests: Test invalid scratchData buffer usage
2021-08-08 ziga layers: Validate AccelerationStructure scratchData

Created with:
  roll-dep third_party/vulkan-validationlayers

* Roll third_party/glslang/ e0f3fdf43..e0771b5d4 (7 commits)

KhronosGroup/glslang@e0f3fdf...e0771b5

$ git log e0f3fdf43..e0771b5d4 --date=short --no-merges --format='%ad %ae %s'
2021-09-02 greg Perform update_precision on constructors and converts
2021-08-25 greg Update known goods and CHANGES for 11.6.0
2021-08-12 alele Update known_good for SPV_NV_ray_tracing_motion_blur.
2021-08-10 alele Add support for GL_NV_ray_tracing_motion_blur.
2021-08-09 greg Fix seperate stores to swizzled lvalue.
2021-08-08 a1.cota.365 Update CMakeLists.txt
2021-07-08 xzq0528 Support Extension GL_ARB_shader_atomic_counter_ops and relative intrisic functions.

Created with:
  roll-dep third_party/glslang

* Roll third_party/json/ 350ff4f7c..626e7d61e (325 commits)

nlohmann/json@350ff4f...626e7d6

$ git log 350ff4f7c..626e7d61e --date=short --no-merges --format='%ad %ae %s'
2021-08-26 mail 🔖 set version to 3.10.2
2021-08-26 cerrigno Fix -Wunused warnings on JSON_DIAGNOSTICS  (#2976)
2021-08-24 mail 🔖 set version to 3.10.1
2021-08-24 73970644+mb0202 Fixed typo in parse.md (#2968)
2021-08-22 niels.lohmann 📝 add link to Homebrew package (#2966)
2021-08-22 niels.lohmann Fix parent update for diagnostics with ordered_json (#2963)
2021-08-21 niels.lohmann Set stack size for some unit tests when using MSVC (#2961)
2021-08-20 mail ✅ add regression test
2021-08-20 mail 👷 update Travis badge
2021-08-19 pierre.hallot Fix extra ";" clang warnings
2021-08-19 amirmasoudabdol fixing the doc files
2021-08-18 mail 📝 add documentation for integration via vcpkg
2021-08-18 mail 📝 add documentation for integration via vcpkg
2021-08-18 mail 👷 avoid duplicate AppVeyor builds
2021-08-18 senyai 🚨 gdb_pretty_printer failure on basic types
2021-08-18 amirmasoudabdol Using the homebrew/core Formula
2021-08-18 mail 🐛 adding missing header
2021-08-18 mail 🔧 guard tests with JSON_Install flag
2021-08-18 mail 🔥 remove outdated json_unit binary
2021-08-18 amirmasoudabdol Updating the Homebrew Command
2021-08-17 mail 🔖 set version to 3.10.0
2021-08-17 niels.lohmann Overwork warning flags (#2936)
2021-08-16 mail 👷 run CI for release branches
2021-08-15 mail 👷 run CI for release branches
2021-08-15 mail 👥 update documentation
2021-08-14 mail 🚨 fix C4244 warning
2021-08-13 mail 🚨 fix C4100 warnings
2021-08-13 ferry.huberts Again forgot to amalgate (sigh)
2021-08-13 ferry.huberts Add coverage exclusion comments, as requested
2021-08-13 ferry.huberts Forgot to amalgate
2021-08-13 mail ⚗️ add -WX flag to MSVC builds
2021-08-13 ferry.huberts Adjust more files after actually building like the CI
2021-08-13 mail ⚗️ add -WX flag to MSVC builds
2021-08-13 mail 🚨 fix C4309 warning
2021-08-13 mail ⚗️ add -WX flag to MSVC builds
2021-08-12 ferry.huberts Adjust warnings flags, as requested
2021-08-12 ferry.huberts All: fix warnings when compiling with -Wswitch-enum
2021-08-11 mail 🚨 guard GCC pragmas #2924
2021-08-11 mail 📝 update documentation
2021-08-10 mail ⚗️ try minimal example
2021-08-10 mail ⚗️ try minimal example
2021-08-10 mail ⚗️ try minimal example
2021-08-10 mail ⚗️ try minimal example
2021-08-09 mail ⚗️ try minimal example
2021-08-09 mail ⚗️ try minimal example
2021-08-08 mail 💡 update documentation
2021-08-07 mail 💚 fix MSVC build
2021-08-07 mail 💚 fix MSVC build
2021-08-07 mail 💚 fix MSVC build
2021-08-07 mail 💚 fix MSVC build
(...)
2020-12-13 11492152+globberwops Compare to CMAKE_CURRENT_SOURCE_DIR for main project check
2020-12-12 mail 📦 add license to include.zip #2487
2020-12-12 mail 🔨 clean up CI
2020-12-12 y.krylov Doctest is updated to v2.4.1
2020-12-11 S.Linev Change underscore placement
2020-12-09 11492152+globberwops Set MAIN_PROJECT=OFF initially
2020-12-09 11492152+globberwops Add MAIN_PROJECT check for test and install options
2020-12-07 y.krylov ordered_map::insert(InputIt first, InputIt last) is added
2020-12-07 y.krylov Ranged insert test section is added in unit-ordered_json.cpp
2020-12-07 mail 🔨 fix site URL
2020-12-06 mail 🔒 use HTTPS
2020-12-02 mail 👷 remove clang9 CI
2020-11-24 jbzdarkid Apply suggestions from code review
2020-10-26 jbzdarkid Add asserts to suppress C28020
2020-10-23 S.Linev Change argument name "subtype" in byte_container_with_subtype
2020-09-27 karzhenkov Improve json_ref implementation
2020-09-26 leonardoaugusto287 📝  add CPM.Cmake example
2020-09-23 mail 💰 add sponsor
2020-09-02 mail 📝 fix URLs to documentation
2020-08-30 mail ✅ annotate non-reproducible tests #2324
2020-08-29 mail 📝 add note for Intel compilers #2346
2020-08-19 mail 📝 fix and extend documentation of discarded values
2020-08-19 mail 📝 fix and extend documentation of discarded values
2020-08-16 mail 🚚 remove < from filename to fix Windows build
2020-08-16 mail 🚚 remove < from filename to fix Windows build
2020-08-16 mail 📝 add more API documentation
2020-08-16 mail 📝 add more API documentation
2020-08-16 mail 📝 add more API documentation
2020-08-16 mail 📝 add more API documentation
2020-08-15 mail 📝 add more API documentation
2020-08-14 mail 👷 ignore gh-pages branch in CircleCI
2020-08-14 mail 👷 ignore gh-pages branch in CircleCI
2020-08-14 mail 👷 ignore gh-pages branch in CircleCI
2020-08-14 mail 📝 add more API documentation
2020-08-14 mail 📝 add more API documentation
2020-08-14 mail 📝 add more API documentation
2020-08-13 ronakbuch Fix typos in documentation
2020-08-13 mail 🚚 remove quotes from filename to fix Windows build
2020-08-13 mail 📝 add more API documentation
2020-08-13 mail 📝 add more API documentation
2020-08-13 mail 📝 add offline pages for docset
2020-08-13 mail 📝 add docset
2020-08-12 mail 📝 add more API documentation
2020-08-12 mail 📝 add more API documentation
2020-08-12 mail ♻️ remove "#define private public"
2020-08-12 mail ⬆️ Hedley 14 (dev branch)
2020-08-10 mail 🚨 remove -Wimplicit-fallthrough warning #2348
2020-08-10 mail ✅ add test to compile without exceptions
2020-08-10 mail 📝 fix documentation #1668
2020-08-07 siliconearth fix cmake script overwriting compiler path

Created with:
  roll-dep third_party/json

* Roll third_party/clspv-llvm/ d4ce9e463..5ec1845ca (2896 commits)

llvm/llvm-project@d4ce9e4...5ec1845

$ git log d4ce9e463..5ec1845ca --date=short --no-merges --format='%ad %ae %s'
2021-09-09 amara [AArch64][GlobalISel] Add a new reassociation for G_PTR_ADDs.
2021-09-15 markus.lavin [NPM] Added -print-pipeline-passes print params for a few passes.
2021-09-03 sguelton Add extra check for llvm::Any::TypeId visibility
2021-09-15 esme.yi [obj2yaml][XCOFF] Dump sections
2021-09-14 hoy [CSSPGO][llvm-profgen] Truncate stack samples with invalid return address.
2021-09-15 joker.eph Revert "[flang] Make 'this_image()' an intrinsic function"
2021-09-15 joker.eph Make the --mlir-disable-threading command line option overrides the C++ API usage
2021-09-15 cwz920716 [MLIR] Use memref.copy ops in BufferResultsToOutParams pass.
2021-09-15 llvmgnsyncbot [gn build] Port 626586fc253c
2021-09-14 thakis Re-Revert "clang-tidy: introduce readability-containter-data-pointer check"
2021-09-14 listmail regen an autogened test which is stale
2021-08-25 Matthew.Arsenault DAG: Fix incorrect folding of fmul -1 to fneg
2021-09-09 hoy [CSSPGO] Enable pseudo probe instrumentation in O0 mode.
2021-09-14 tlively [lld][WebAssembly] Use llvm-objdump to test __wasm_init_memory
2021-08-21 Matthew.Arsenault RegAllocGreedy: Account for reserved registers in num regs heuristic
2021-09-14 i [CMake] Delete obsoleted COMPILER_RT_TEST_TARGET_TRIPLE
2021-09-15 springerm [mlir][linalg] PadTensorOp vectorization: Avoid redundant FillOps
2021-09-13 Matthew.Arsenault SeparateConstOffsetFromGEP: Fix stack overflow in unreachable code
2021-09-13 Matthew.Arsenault Attributor: Fix crash on undef in !callees
2021-09-09 Matthew.Arsenault AMDGPU: Rename attributor class for uniform-work-group-size
2021-09-09 Matthew.Arsenault Attributor: Fix typos
2021-09-14 erasmus [flang] Make 'this_image()' an intrinsic function
2021-09-14 joker.eph Remove unused llvm/Support/Parallel.h from MLIR (NFC)
2021-09-14 dblaikie NFC: DebugInfo: refactor pretty printing into a utility class
2021-09-14 listmail [test] precommit anoter test for D109786
2021-09-14 listmail [test] precommit test for D109786
2021-09-14 silvasean [mlir] Apply py::module_local() to a few more classes.
2021-09-14 listmail autogen a test for ease of update in later patch
2021-09-14 listmail [SCEV] Stop applying contextual flags in applyLoopGuards
2019-11-14 vsk [StopInfoMachException] Summarize arm64e BLRAx/LDRAx auth failures
2021-09-14 listmail [SCEV] Attempt to define what flags are legal on a SCEV
2021-08-19 daltenty [CMake][AIX] Disable visibility options in build
2021-09-14 aheejin Revert "[WebAssembly] Rethrow longjmp in EH handling if EmSjLj is enabled"
2021-09-08 Joseph.Nash [AMDGPU] Switch PostRA sched to MachineSched
2021-09-14 thakis [lld/mac] Search .tbd before binary for framework files too
2021-09-10 hoy [llvm-profgen] Ignore broken LBR samples
2021-09-14 flo [VPlan] Queue (block, operand) pairs together (NFC).
2021-09-14 devnexen [Sanitizers] intercept fparseln on freebsd
2021-09-07 waltl Put code that avoids heapifying local blocks behind a flag
2021-09-14 llvmgnsyncbot [gn build] Port 49992c04148e
2021-09-14 compnerd Revert "Revert "clang-tidy: introduce readability-containter-data-pointer check""
2021-09-14 Stephen.Tozer Revert "[Dexter] Improve performance by evaluating expressions only when needed"
2021-09-14 bjorn.a.pettersson [StackColoring] Fix a debug invariance problem
2021-09-14 bjorn.a.pettersson [StackColoring] Pre-commit of test case showing a debug invariance bug
2021-09-14 arames [NFC] Add trailing comma on TYPED_TEST_SUITE
2021-09-14 thakis Revert "clang-tidy: introduce readability-containter-data-pointer check"
2021-09-14 thakis [gn build] Use lib_dirs instead of qualified path in libs for diaguids.lib
2021-09-15 qiaopeixin [flang][OpenMP] Add semantic check for threadprivate directive
2021-09-14 kazu [IPO] Use make_early_inc_range (NFC)
2021-09-14 gysit [mli][linalg] Reuse getValueOrCreateConstantIndexOp method (NFC).
(...)
2021-08-10 springerm [mlir][Analysis] Revert D107221
2021-08-09 etiotto [AIX]: Fix option processing for -b
2021-08-09 Anshil.Gandhi [HIP] Allow target addr space in target builtins
2021-08-09 llvmgnsyncbot [gn build] Port 9d982c67ba01
2021-07-28 z.zoelec2 [libcxx][ranges] Add `ranges::reverse_view`.
2021-08-09 ldionne.2 [libc++][NFC] Remove workaround for variadic templates in C++03
2021-08-05 mnadeem [AArch64][SVE][InstCombine] Unpack of a splat vector -> Scalar extend
2021-07-27 mnadeem [AArch64][SVE][InstCombine] Move last{a,b} before binop if one operand is a splat value
2021-08-07 mgorny [lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone builds
2021-07-12 davg [clangd] Support `#pragma mark` in the outline
2021-08-09 pifon Cloned from CL 389610703 by 'g4 patch'. Original change by pifon@pifon:tfrt_clean:6896:citc on 2021/08/09 05:30:17.
2021-08-09 ajcbik [mlir][sparse] add an elaborate sparse storage scheme integration test
2021-08-07 mgorny [lldb] [test] Skip Expr/nodefaultlib.cpp test if LD_PRELOAD Is used
2021-07-30 ldionne.2 [libc++] Refactor __perfect_forward, bind_front and not_fn
2021-08-09 ldionne.2 [libc++] Add timeout to BuildKite jobs
2021-08-09 paul.robinson Revert "Reapply "[lit] Have REQUIRES support the target triple""
2021-08-09 paul.robinson Revert "[compiler-rt] Speculative fix for cross_over_uniform_dist.test"
2021-08-06 ajcbik [mlir][sparse] add dense to sparse conversion implementation
2021-08-05 efriedma [AArch64] Implement FCOPYSIGN for SVE.
2021-08-09 pklausler [flang] Silence new build warning
2021-08-09 fmayer Revert "[sanitizer] Intercept sem_open/sem_unlink"
2021-08-05 vitalybuka [sanitizer] Intercept sem_open/sem_unlink
2021-08-04 aschwaighofer [coro] Correct CurrentBlock tracking bug recently introduced
2021-08-09 mgorny [lldb] [test] Skip all vFile tests on Windows
2021-08-09 mgorny Revert "[lldb] [test] Mark new vFile tests as XFAIL on Windows"
2021-08-09 mgorny Revert "[lldb] [test] Use Windows-friendly modes in vFile O_CREAT tests"
2021-08-09 krishna17060 [InstCombine] Remove nnan requirement for transformation to fabs from select
2021-08-08 michael.hliao [cuda] Mark builtin texture/surface reference variable as 'externally_initialized'.
2021-08-09 paul.robinson [compiler-rt] Speculative fix for cross_over_uniform_dist.test
2021-07-29 andrzej.warzynski [flang] Make `flang` translate `-M{fixed|free}` into `-f{fixed|free}-form`
2021-07-30 pirama [openmp] Do not use shared memory on Android
2021-07-29 pklausler [flang] Implement runtime Assign()
2021-08-05 koraq [libc++][doc] Improve contributor documentation.
2021-08-08 koraq [libc++][NFC] Remove MSVC specific code.
2021-08-09 teemperor [lldb][NFC] Remove never read member variable IOHandler::m_editing
2021-08-09 mgorny [lldb] [test] Mark vFile tests as LLGS-specific
2021-08-09 robin [lldb] Fix break introduced in 14735ca
2021-08-09 ivan.zhechev [Flang] Ported test_symbols to Python
2021-08-09 Mark.Danial Update: clang/test/Profile/gcc-flag-compatibility.c to have -flto on AIX
2021-08-09 kazu [DWARF] Remove findRange (NFC)
2021-08-09 gchatelet [libc] Update size distributions for memory benchmarks
2021-08-05 bradley.smith [AArch64][SVE] Fix assertion failure when lowering fixed length gather/scatter
2021-08-09 anton.a.afanasyev [Test] Precommit tests for PR50555
2021-08-09 paul.robinson Reapply "[lit] Have REQUIRES support the target triple"
2021-08-09 mgorny [lldb] [test] Use Windows-friendly modes in vFile O_CREAT tests
2021-08-09 mgorny [lldb] [test] Mark new vFile tests as XFAIL on Windows
2021-08-06 arthur.j.odwyer [libc++] [test] IWYU in <concepts> tests.
2021-08-09 sven.vanhaastregt [OpenCL] Add missing virtual destructor
2021-08-09 mgorny [lldb] [test] Fix TestGdbRemotePlatformFile with non-022 umask
2021-08-09 paul.robinson Have compiler-rt/test/fuzzer report info to help diagnose a test issue

Created with:
  roll-dep third_party/clspv-llvm

* Use main branch for Vulkan headers.

* Roll third_party/vulkan-headers/ 9fe958cda..c519fd7a3 (6 commits)

KhronosGroup/Vulkan-Headers@9fe958c...c519fd7

$ git log 9fe958cda..c519fd7a3 --date=short --no-merges --format='%ad %ae %s'
2021-09-14 oddhack Update for Vulkan-Docs 1.2.192
2021-09-12 devrel Update README to note change of default branch
2021-09-07 oddhack Update for Vulkan-Docs 1.2.191
2021-08-29 oddhack Update for Vulkan-Docs 1.2.190
2021-08-17 oddhack Update for Vulkan-Docs 1.2.189
2021-08-10 oddhack Update for Vulkan-Docs 1.2.188

Created with:
  roll-dep third_party/vulkan-headers

* Roll third_party/clspv-llvm/ 5ec1845ca..1f1c71aea (3 commits)

llvm/llvm-project@5ec1845...1f1c71a

$ git log 5ec1845ca..1f1c71aea --date=short --no-merges --format='%ad %ae %s'
2021-09-14 xiang1.zhang [X86][InlineAsm] Use mem size information (*word ptr) for "global variable + registers" memory expression in inline asm.
2021-09-10 zinenko [mlir] Update docs on conversion and translation to LLVM
2021-09-15 gysit [mlir][linalg] Update OpDSL doc (NFC).

Created with:
  roll-dep third_party/clspv-llvm

* Disable deprecated warnings for CLSPV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Third Party Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant