-
Notifications
You must be signed in to change notification settings - Fork 65
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 7 dependencies #811
Merged
Merged
Commits on Mar 11, 2020
-
Roll third_party/clspv-llvm/ d1186fcb0..5c917bd9a (187 commits) llvm/llvm-project@d1186fc...5c917bd $ git log d1186fcb0..5c917bd9a --date=short --no-merges --format='%ad %ae %s' 2020-03-11 jbcoe [clang-format] No space in `new()` and `this[Type x]` in C# 2020-03-11 sam.parker [NFC][ARM] Add test 2020-03-11 sam.parker [NFC][ARM] Reorder some logic 2020-03-11 llvm-dev [X86] Replace (most) X86ISD::SHLD/SHRD usage with ISD::FSHL/FSHR generic opcodes (PR39467) 2020-03-10 peter.smith [LLD][ELF] Add initial LLD LinkerScript docs page 2020-03-11 llvmgnsyncbot [gn build] Port 326bc1da45b 2020-03-06 james.henderson [Object] Fix handling of large archive members 2020-03-11 anna.welker [TTI][ARM][MVE] Refine gather/scatter cost model 2020-03-09 victor.campos [ARM] Improve codegen of volatile load/store of i64 2020-03-11 qshanz [NFC][Test] Add a PowerPC test to verify the behavior of a*b +/- c*d 2020-03-05 sebastian.neubauer [AMDGPU] Use script to generate atomic optimizations test 2020-03-11 qshanz [NFC][Test] Format the test PowerPC/recipest.ll with update_llc_test_checks.py 2020-03-10 jonas [lldb/Reproducer] Prevent crash when GDB multi-loader can't be created. 2020-03-10 ahatanaka [CodeGen][ObjC] Don't extend lifetime of ObjC pointers passed to calls to __builtin_os_log_format if ARC isn't enabled 2020-02-27 sepavloff Make IEEEFloat::roundToIntegral more standard conformant 2020-02-13 Matthew.Arsenault GlobalISel: Don't try to narrow extending loads/trunc store 2020-02-26 Matthew.Arsenault GlobalISel: Add missing add/sub with carries to MachineIRBuilder 2020-01-11 Matthew.Arsenault AMDGPU/GlobalISel: Add some tests that used to infinite loop 2020-03-10 leonardchan [libunwind] Remove __FILE__ and __LINE__ from error reporting 2020-03-10 hubert.reinterpretcast [cmake] Link libclangDaemonTweaks with clangFormat 2020-03-10 paulatoth [clang-tidy] Use more widely available headers for protability-restrict-system-includes-check's test 2020-03-10 richard Fix crash-on-invalid when trying to recover from a function template being deleted on its second or subsequent declaration. 2020-03-11 carl.ritson [AMDGPU] Allow struct.buffer.*.format intrinsics to accept i32 2020-03-09 lhames [RuntimeDyld][COFF] Build stubs for COFF dllimport symbols. 2020-03-10 lhames [RuntimeDyld] Allow multi-line rtdyld-check and jitlink-check expressions. 2020-02-15 Matthew.Arsenault AMDGPU/GlobalISel: Refine G_TRUNC legality rules 2020-03-10 isanbard Add triple for non-x86 environments. 2020-02-15 Matthew.Arsenault GlobalISel: Implement fewerElementsVector for G_TRUNC 2020-03-10 ldionne Revert "[libc++abi] Change __cxa_finalize return type to void" 2020-03-10 hanchung [mlir] Create a std op instead of chain of ops. 2020-02-07 rprichard [libc++abi] Change __cxa_finalize return type to void 2020-03-09 ldionne [libc++] Properly mark std::function as deprecated in C++03 2020-03-09 richard PR45083: Mark statement expressions as being dependent if they appear in a dependent context. 2020-03-09 Matthew.Arsenault AMDGPU: Use V_MAC_F32 for fmad.ftz 2020-03-10 erik.pilkington [CodeGenObjC] Place property names in __objc_methname 2020-03-10 saar [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl 2020-03-10 ahatanaka [CodeGen] Emit destructor calls to destruct compound literals 2020-03-10 paulatoth [clang-tidy] Fix warning from my previous patch in ReleaseNotes.txt 2020-03-10 isanbard Warn of uninitialized variables on asm goto's indirect branch 2020-03-05 zeratul976 [clangd] Have visibleNamespaces() and getEligiblePoints() take a LangOptions rather than a FormatStyle 2020-03-10 zeratul976 [clangd] Run clang-format on CodeComplete.cpp and SourceCodeTests.cpp 2020-03-10 llvmgnsyncbot [gn build] Port ebdb98f254f 2020-03-10 paulatoth [clang-tidy] Move fuchsia-restrict-system-includes to portability module for general use. 2020-03-10 antiagainst [mlir][vulkan-runner] Use std::make_tuple to create tuple 2020-03-10 herhut [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-10 saar [Concepts] Add constraints checks to isSameEntity 2020-03-10 saar [Concepts] Add FoundDecl to ConceptSpecializationExpr serialization 2020-03-10 khalikov.denis [mlir][vulkan-runner] Update mlir-vulkan-runner execution driver. 2020-03-10 riddleriver [mlir][NFC] Move the interfaces and traits for side effects out of IR/ to Interfaces/ 2020-03-10 riddleriver [mlir][NFC] Move the operation interfaces out of Analysis/ and into a new Interfaces/ directory. (...) 2020-03-09 listmail [tests] Add long nop test coverage for intel platforms 2020-03-09 jroelofs Add missing list.rst entry 2020-03-06 rnk [gn] Use ghash if using clang & LLD together to make PDBs 2020-03-09 jroelofs release notes: fix new check name 2020-03-09 llvmgnsyncbot [gn build] Port 1e0669bfe05 2020-03-04 jroelofs [clang-tidy] New check: bugprone-suspicious-include 2020-03-09 a.bataev [OPENMP50]Codegen for depobj dependency kind. 2020-03-06 jay.foad [AMDGPU] Fix scheduling info for terminator SALU instructions 2020-03-09 jroelofs Fix internal links in Kaleidoscope tutorial 2020-03-09 sjoerd.meijer Follow up of 3d9a0445cce3, clang driver defaulting to -fno-common 2020-03-05 yaxun.liu [HIP] Fix device stub name 2020-03-09 aeubanks Fix typo in gn files 2020-03-04 aeubanks Don't emit pointer to int cast warnings under -Wmicrosoft-cast 2020-03-09 ahatanaka [ObjC][ARC] Don't remove autoreleaseRV/retainRV pairs if the call isn't a tail call 2020-03-09 antiagainst [mlir][ods] Fix AnyInteger predicate 2020-02-22 Matthew.Arsenault AMDGPU/GlobalISel: Improve handling of illegal return types 2020-03-09 sjoerd.meijer Recommit #2 "[Driver] Default to -fno-common for all targets" 2020-02-24 Matthew.Arsenault AMDGPU: Make signext/zeroext behave more sensibly over > i32 2020-03-07 maskray [lldb] Add .clang-tidy with customization to disable readability-identifier-naming 2020-03-09 kparzysz [Hexagon] Refactor handling of circular load/store builtins, NFC 2020-03-09 erich.keane Permit attribute 'used' with 'target' multiversioning. 2020-02-20 Matthew.Arsenault AMDGPU/GlobalISel: Start matching s_lshlN_add_u32 instructions 2020-03-04 ahatanaka Fix the type of the capture passed to LambdaIntroducer::addCapture in RebuildLambdaScopeInfo 2020-03-09 mcinally [AArch64][SVE] Add missing fp16 DestructiveInstType tests 2020-03-09 ldionne [libc++] Enable std::function ABI bug demonstration on Apple Clang too 2020-03-09 hubert.reinterpretcast [www] cxx_status: Update Reflection TS to Cologne draft 2020-03-09 hubert.reinterpretcast [www] cxx_status: Update title to mention C++20 2020-03-09 llvm-dev [X86][SSE] SimplifyDemandedVectorEltsForTargetNode - reduce vector width of X86ISD::BLENDI 2020-03-09 craig.topper [X86] Teach combineToExtendBoolVectorInReg to create opportunities for using broadcast load instructions. 2020-03-04 jfbastien Test that volatile load type isn't changed 2020-03-09 jroelofs Drop HEADER_ per review feedback on D74669 2020-03-09 jbcoe [clang-format] Correct indentation for `[key] = value,` entries in C++ object initialisers 2020-03-09 llvmgnsyncbot [gn build] Port 3486cc014b2 2020-03-09 jstenglein Add test missed in r843a9778fcd5 2020-03-07 nikita.ppv [InstSimplify] Simplify calls with "returned" attribute 2020-03-08 hayarms Fix indentation using clang-format for Spiller.h. NFC Spiller.h had indentation that doesn't match LLVM guidelines. Fixing it 2020-03-08 hayarms Move Spiller.h from lib/ directory path to include/CodeGen. NFC 2020-03-07 nikita.ppv [InstCombine] Don't simplify calls without uses 2020-03-08 nikita.ppv [InstSimplify] Don't simplify musttail calls 2020-03-09 jstenglein Add a warning for builtin_return_address/frame_address with > 0 argument 2020-03-09 jbcoe [clang-format] C# does not indent braced initializers as continuations 2020-03-09 ntv [mlir][Vector] Add a vector.matrix_multiply op on 1-D vectors 2020-03-04 jroelofs [clang-tidy] Use ; as separator for HeaderFileExtensions 2020-02-25 jroelofs [clang-tidy] Generalize HeaderFileExtensions.{h,cpp}. NFC 2020-03-09 jbcoe [clang-format] cleanup from D75517 2020-03-09 ntv [mlir][Vector] Allow lowering of vector.shape_cast 2D <-> 1D 2020-03-09 ntv [mlir][LLVM] Add remaining llvm.matrix intrinsics 2020-03-09 jonas [lldb/Process] Update ThreadKDP for API change 2020-03-09 ntv [mlir] NFC - Add predicates and types for VectorOfRank 2020-03-09 llvm-project [Polly] Replace use of std::stringstream. NFC. Roll third_party/dxc/ bc7b65cbe..cf0560b49 (3 commits) microsoft/DirectXShaderCompiler@bc7b65c...cf0560b $ git log bc7b65cbe..cf0560b49 --date=short --no-merges --format='%ad %ae %s' 2020-03-10 hekotas DxilConv update - bug fixes and pre/post convert hooks (#2760) 2020-03-10 jeffno PIX: Add new API to retrieve info about compilation options (macros, target profile etc) (#2758) 2020-03-09 grroth [linux] Initialize m_count for IUnknown (#2757) Roll third_party/glslang/ f333272eb..9b620aa0c (6 commits) KhronosGroup/glslang@f333272...9b620aa $ git log f333272eb..9b620aa0c --date=short --no-merges --format='%ad %ae %s' 2020-03-11 laddoc Add flag to check whether offset is implicit or explicit (#2031) 2020-03-11 rharrison Use strcmp for all of the extended instruction set checks in the disassembler (#2107) 2020-03-10 jbolz EXT_debug_printf - make escape sequences better match C/C++ 2020-03-09 jbolz disable escape sequences for #line and #error 2020-03-09 jbolz Decorate accesschain operand for nonuniform UBO loads 2020-03-09 jbolz Allow nonuniformEXT() on sampler types. Roll third_party/spirv-headers/ d9ce9ca52..30ef660ce (1 commit) KhronosGroup/SPIRV-Headers@d9ce9ca...30ef660 $ git log d9ce9ca52..30ef660ce --date=short --no-merges --format='%ad %ae %s' 2020-03-09 stevenperron Export NonSemanticDebugPrintf.h in bazel build Roll third_party/spirv-tools/ 7c3de218f..dd3d91691 (1 commit) KhronosGroup/SPIRV-Tools@7c3de21...dd3d916 $ git log 7c3de218f..dd3d91691 --date=short --no-merges --format='%ad %ae %s' 2020-03-09 jbolz Allow sampledimage types as operand of OpCopyObject (#3222) Roll third_party/swiftshader/ 8be72df60..ca10816d6 (2 commits) https://swiftshader.googlesource.com/SwiftShader.git/+log/8be72df60462..ca10816d6c22 $ git log 8be72df60..ca10816d6 --date=short --no-merges --format='%ad %ae %s' 2020-03-11 bclayton Kokoro: Update clang-8 URL 2020-03-10 amaiorano Subzero: fix Call on bool-returning functions Roll third_party/vulkan-validationlayers/ 18c9ea98c..2ff8b6a6f (14 commits) KhronosGroup/Vulkan-ValidationLayers@18c9ea9...2ff8b6a $ git log 18c9ea98c..2ff8b6a6f --date=short --no-merges --format='%ad %ae %s' 2020-03-09 s.fricke layers: Add VUID for 01759 01760 01761 2020-03-09 s.fricke tests: Add VkMemoryDedicatedAllocateInfo VUIDs 2020-03-09 s.fricke layers: Add VkMemoryDedicatedAllocateInfo VUIDs 2020-03-10 petr_kraus tests: Update VkResult strings 2020-03-06 mark tests: Rename debug report callback function 2020-03-06 mark tests: Remove old InitFramework function 2020-03-06 mark tests: Use newer InitFramework function 2020-03-06 mark tests: Add structure to use platform-specific debug callbacks 2020-03-06 mark tests: Skip checking debugutils ext in framework 2020-03-04 mark tests: Add utils messenger callback function 2020-03-06 mark tests: Renable tests needing layer-only extensions 2020-03-04 mark tests: Fix VUID typo in CreatePipelineAttribBindingConflict 2020-03-04 mark layers: Add utils message type helper 2020-03-04 mark tests: Use correct VUID for deprecated device exts Created with: roll-dep third_party/clspv third_party/clspv-llvm third_party/cppdap third_party/dxc third_party/glslang third_party/googletest third_party/json 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
Configuration menu - View commit details
-
Copy full SHA for 1e5f7fd - Browse repository at this point
Copy the full SHA 1e5f7fdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.