Skip to content

Commit

Permalink
Roll third_party/clspv/ e0406e705..3970681ca (52 commits)
Browse files Browse the repository at this point in the history
google/clspv@e0406e7...3970681

$ git log e0406e705..3970681ca --date=short --no-merges --format='%ad %ae %s'
2021-08-03 alanbaker Update LLVM (google#752)
2021-08-03 kpet A few fixes to SPIR-V 1.4 support (google#748)
2021-07-31 alanbaker Update LLVM (google#751)
2021-07-27 kpet Add support for llvm.{umax,umin} intrinsics (google#747)
2021-07-15 jrprice Update LLVM (google#746)
2021-06-29 alanbaker Remove the need for the type list (google#745)
2021-06-18 1953083+sudonatalie Add test output file for longvector-metadata.ll (google#743)
2021-06-17 48210989+polsenferreira Ignore metadata types on LongVector support (google#741)
2021-06-17 1953083+sudonatalie Update LLVM (google#742)
2021-06-16 alanbaker Add forward declaration of SmallVectorImpl to Passes.h
2021-06-15 alanbaker Support SPIR-V 1.4 and 1.5 (google#740)
2021-05-31 alanbaker Update LLVM (google#739)
2021-05-12 jrprice Update LLVM (google#737)
2021-05-07 alanbaker Update LLVM (google#736)
2021-05-05 jrprice Add support for llvm.{smax,smin} intrinsics (google#735)
2021-04-15 marco.antognini Support additional builtin functions (google#732)
2021-04-15 mehmetoguzderin Make it possible to specify workgroups as uniform (google#734)
2021-04-09 alanbaker Update LLVM (google#733)
2021-03-31 kpet Update LLVM and remove 3d image write workaround (google#726)
2021-03-30 kpet Add options for fp16 and fp64 and disable unsupported CL3 features (google#722)
2021-03-23 marco.antognini Add support for cl_arm_non_uniform_work_group_size (google#720)
2021-03-15 marco.antognini Fix compilation for 32-bit systems (google#717)
2021-03-05 alanbaker Add an LLVM IR library for more builtin functions (google#715)
2021-03-02 marco.antognini Address linking issues with shared build (google#714)
2021-03-01 alanbaker Update LLVM (google#713)
2021-02-18 marco.antognini Lower arrays and more GEPs (google#710)
2021-02-17 alanbaker Update LLVM (google#711)
2021-02-12 marco.antognini Fix crash in ReplacePointerBitcastPass (google#707)
2021-02-08 alanbaker Update LLVM (google#706)
2021-02-05 alanbaker Support atomic_work_item_fence (google#703)
2021-01-18 jrprice Update LLVM (google#701)
2021-01-12 kevin.petit Fix warning in GetArgKindForPodArgs (google#699)
2021-01-12 jrprice Add stub for array types in the long vector pass (google#698)
2021-01-11 jrprice Handle sitofp with i1 arguments (google#697)
2021-01-07 jrprice Use distinct nodes for clspv.next_spec_constant_id (google#696)
2021-01-06 marco.antognini Lower kernel parameters (google#694)
2021-01-05 alanbaker Improve robustness of the IR emission test (google#695)
2021-01-04 kevin.petit Update work-group size section of the documentation (google#693)
2021-01-04 alanbaker Update LLVM (google#692)
2021-01-04 marco.antognini Lower additional OpenCL builtin functions (google#690)
2021-01-05 tim.gates docs: fix simple typo, variabls -> variables (google#691)
2020-12-15 alanbaker More math builtin support (google#689)
2020-12-15 marco.antognini Lower CmpInst, SelectInst, and OpenCL select() (google#686)
2020-12-10 alanbaker Changes to the Amber test runner (google#687)
2020-12-09 marco.antognini Lower OpenCL convert_* builtin functions (google#685)
2020-12-08 alanbaker Support more math builtins (google#684)
2020-12-08 marco.antognini Lower global variables (google#681)
2020-12-07 alanbaker Refactor some builtin support (google#682)
2020-12-07 alanbaker Change fclamp to nclamp (google#683)
2020-12-01 jrprice Update LLVM (google#680)
2020-12-01 marco.antognini Lowers OpenCL builtin functions (google#678)
2020-11-23 jrprice Fix casts from bool to half/double (google#676)

Created with:
  roll-dep third_party/clspv
  • Loading branch information
Ari Suonpaa committed Aug 6, 2021
1 parent 6840b48 commit 5cbf516
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 @@ -10,7 +10,7 @@ vars = {
'swiftshader_git': 'https://swiftshader.googlesource.com',

'clspv_llvm_revision': '7e30989dabce9ddbca0cbad7a8f25fb4e756d334',
'clspv_revision': 'e0406e7053d1bb46b4bbeb57f0f2bbfca32f5612',
'clspv_revision': '3970681ca8144e9a8d3cdd3f0d37c12465434211',
'cppdap_revision': 'be5b677c7b85b52f7570c572e99833514e754b62',
'cpplint_revision': '26470f9ccb354ff2f6d098f831271a1833701b28',
'dxc_revision': '9f771648e6feee85e70d3a92bd31ec053a4d82b3',
Expand Down

0 comments on commit 5cbf516

Please sign in to comment.