Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorShiyu Liu <jamessliu2020@gmail.com>2021-04-27 14:33:08 +0300
committerGitHub <noreply@github.com>2021-04-27 14:33:08 +0300
commit6cdf07d2b3a307afd8628ce9374b0cb95a480964 (patch)
treedc96143b1582a3dc9f3fd8e35b6d4d5d01eeea8a /utils
parent1b8341b8b129e82a314f7d43ee4e78fc57467d2f (diff)
spirv-fuzz: Swap positions of two functions in a module (#4236)
Adds a new transformation class that swaps the syntactic position of two functions in the module, and a fuzzer pass to apply it. Fixes #4026.
Diffstat (limited to 'utils')
-rwxr-xr-xutils/check_copyright.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/check_copyright.py b/utils/check_copyright.py
index a24d8f3ff..c52512307 100755
--- a/utils/check_copyright.py
+++ b/utils/check_copyright.py
@@ -38,7 +38,8 @@ AUTHORS = ['The Khronos Group Inc.',
'Advanced Micro Devices, Inc.',
'Stefano Milizia',
'Alastair F. Donaldson',
- 'Mostafa Ashraf']
+ 'Mostafa Ashraf',
+ 'Shiyu Liu']
CURRENT_YEAR='2021'
YEARS = '(2014-2016|2015-2016|2015-2020|2016|2016-2017|2017|2017-2019|2018|2019|2020|2021)'