Skip to content

Commit

Permalink
Roll third_party/clspv/ a0d39a143..f99809bda (35 commits)
Browse files Browse the repository at this point in the history
google/clspv@a0d39a1...f99809b

$ git log a0d39a143..f99809bda --date=short --no-merges --format='%ad %ae %s'
2022-01-25 89833130+rjodinchr longvector: add missing Builtins & Intrinsics (google#807)
2022-01-25 89833130+rjodinchr longvector: support constantvector (google#806)
2022-01-25 89833130+rjodinchr longvector: support spirvop that return struct (google#805)
2022-01-25 89833130+rjodinchr OpSClamp: workaround Nvidia GPU driver issue (google#804)
2022-01-25 89833130+rjodinchr Add support for image1d buffer (google#791)
2022-01-24 89833130+rjodinchr longvector: add nested types support (google#803)
2022-01-24 alanbaker Fix value conversion bit widths (google#809)
2022-01-21 89833130+rjodinchr longvector: implement phi nodes support (google#802)
2022-01-18 89833130+rjodinchr vec3: implement phi nodes support (google#796)
2022-01-18 89833130+rjodinchr vec3: add option to force disabling of the vec3 pass (google#797)
2022-01-17 alanbaker Update LLVM (google#800)
2022-01-14 89833130+rjodinchr ReplacePointerBitCast: manage indices for gep on multi-dim arrays (google#790)
2022-01-11 alanbaker Update LLVM (google#794)
2022-01-07 kpet Make it possible to build with BUILD_SHARED_LIBS (google#792)
2022-01-06 alanbaker Update LLVM (google#793)
2022-01-06 89833130+rjodinchr LongVectorLowering: add missing commonfns fcts (google#788)
2021-12-14 89833130+rjodinchr longvector: Uses Array instead of Struct (google#783)
2021-12-13 alanbaker Update LLVM (google#789)
2021-12-08 alanbaker Fix compile failures (google#787)
2021-12-08 89833130+rjodinchr Add pass to transform vec3 to vec4 (google#781)
2021-12-06 alanbaker Update LLVM (google#786)
2021-12-06 benny.kra Migrate clspv off deprecated llvm::IRBuilder APIs (google#785)
2021-11-24 kpet Tidy up handling of image types in SPIR-V Producer pass (google#784)
2021-11-16 alanbaker Update deps (google#782)
2021-11-16 kpet Finish implementation of cl_khr_subgroups and OpenCL 3 core support (google#778)
2021-11-12 89833130+rjodinchr longvector: implement OpCopyMemory for 8 and 16 elements vector (google#779)
2021-10-29 kpet Support for -cl-kernel-arg-info (google#777)
2021-10-29 89833130+rjodinchr ReplacePointerBitcastPass: consider struct of same element as array (google#774)
2021-10-29 89833130+rjodinchr Implement Any and All operator for 8 and 16 elements vector (google#773)
2021-10-15 alanbaker Update LLVM (google#772)
2021-10-13 89833130+rjodinchr CMakeLists.txt: make tests build optional (google#771)
2021-10-07 89833130+rjodinchr Implement async_work_group_{strided_}copy (google#765)
2021-09-29 dneto Clean up dead code after simplify/replace pointer bitcasts (google#769)
2021-09-24 dneto Fix link in docs (google#767)
2021-09-24 dneto Update LLVM (google#766)

Created with:
  roll-dep third_party/clspv
  • Loading branch information
Ari Suonpää committed Jan 27, 2022
1 parent bbb42af commit 9872111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vars = {
'martinus_git': 'https://github.com/martinus',

'clspv_llvm_revision': '1f1c71aeacc1c4eab385c074714508b6e7121f73',
'clspv_revision': 'a0d39a143135ce0a9610298b123ad1f8fb798132',
'clspv_revision': 'f99809bdab1710846633b4ec24f5448263e75da7',
'cppdap_revision': '5f3169421ebf151d5583252618a0631e23a89066',
'cpplint_revision': '26470f9ccb354ff2f6d098f831271a1833701b28',
'dxc_revision': '5fba0c36b35685bf54a08676f9cb9335bc846b26',
Expand Down

0 comments on commit 9872111

Please sign in to comment.