index
:
platform/upstream/SPIRV-Tools
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
devel_package
master
sandbox/dkson95/gcc14-asan
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sdk-1.3.250
tizen
tizen_20181206
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
validate_id.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
Allow relaxing validation of pointers in logical addressing mode
Lei Zhang
1
-1
/
+5
2018-01-04
Validator checks out of bounds composite access
Andrey Tuganov
1
-196
/
+0
2017-12-05
Add composite instruction validation pass
Andrey Tuganov
1
-35
/
+1
2017-11-27
Re-format source tree - NFC.
Diego Novillo
1
-17
/
+20
2017-11-23
Add validation checks for Execution Model
Andrey Tuganov
1
-1
/
+30
2017-11-23
Add derivatives validation pass
Andrey Tuganov
1
-63
/
+1
2017-11-08
Re-format files in source, source/opt, source/util, source/val and tools.
Diego Novillo
1
-81
/
+87
2017-11-02
Validate storage class of target pointer for OpStore
Nuno Subtil
1
-0
/
+17
2017-10-31
Add validation for OpBranchConditional
Nuno Subtil
1
-5
/
+41
2017-10-28
Add option to relax validation of store types.
Steven Perron
1
-77
/
+209
2017-10-24
Validate SpvOpVectorShuffle
Józef Kucia
1
-5
/
+80
2017-10-24
restrict opcodes targeting OpDecorationGroup
Jesus Carabano
1
-0
/
+22
2017-10-19
Removed todos from validate_id.cpp
Andrey Tuganov
1
-566
/
+4
2017-09-06
Update MARK-V to version 1.01
Andrey Tuganov
1
-61
/
+2
2017-08-25
Show result id for CompositeInsert validation failure
David Neto
1
-1
/
+3
2017-04-07
Support SPV_KHR_storage_buffer_storage_class
David Neto
1
-3
/
+3
2017-04-07
Validator support for Variable Pointer extension.
Ehsan Nasiri
1
-6
/
+23
2017-03-23
Fix validator message for bad logical pointer
David Neto
1
-2
/
+2
2017-03-07
Validate that SpecId decoration target is a OpSpecConstant instruction
Aliya Pazylbekova
1
-0
/
+20
2017-02-28
Add command line options struct for the validator
Ehsan Nasiri
1
-4
/
+9
2017-01-19
Check BuiltIn Decoration rules.
Ehsan Nasiri
1
-1
/
+35
2017-01-19
Fixes issue #532.
Ehsan Nasiri
1
-14
/
+0
2017-01-16
Adding decoration class and tests.
Ehsan Nasiri
1
-9
/
+42
2017-01-06
Validation for Composite Extract and Insert.
Ehsan Nasiri
1
-10
/
+198
2017-01-03
Adding validation code for PtrAccessChain.
Ehsan Nasiri
1
-1
/
+25
2016-12-08
Adding validation for OpInBoundsAccessChain.
Ehsan Nasiri
1
-21
/
+28
2016-12-07
An OpVariable initializer can be a module-scope variable
David Neto
1
-6
/
+12
2016-12-06
Fixing bug in OpAccessChain validation code.
Ehsan Nasiri
1
-3
/
+4
2016-12-02
Adding validation code for OpAccessChain.
Ehsan Nasiri
1
-5
/
+139
2016-12-01
Validate the number of arguments in OpTypeFunction
Ehsan Nasiri
1
-3
/
+10
2016-11-24
Validation for OpSampledImage instruction.
Ehsan Nasiri
1
-0
/
+49
2016-11-19
Adding validation for OpSpecConstantComposite.
Ehsan Nasiri
1
-5
/
+192
2016-11-16
Adding validation code for OpTypeStruct.
Ehsan Nasiri
1
-4
/
+27
2016-11-08
Rename validation source files to comply with Google style guide.
Lei Zhang
1
-2
/
+2
2016-09-22
Fix forward reference issues with forword pointer
Umar Arshad
1
-1
/
+4
2016-09-15
Add a callback mechanism for communicating messages to callers.
Lei Zhang
1
-7
/
+7
2016-09-14
Fix validator: OpUndef can be member of a constant composite
David Neto
1
-8
/
+14
2016-09-14
Fix validator SSA check: Phi can use its own value sometimes
David Neto
1
-8
/
+29
2016-09-07
Kill the spvCheck macro which is just alias to if-statement.
Lei Zhang
1
-170
/
+181
2016-09-02
Relicense SPIRV-Tools under Apache 2.0
David Neto
1
-21
/
+9
2016-09-02
Kill diagnostic_helper & the wrapping DIAGNOSTIC macro.
Lei Zhang
1
-3
/
+5
2016-08-09
Fix compilation. My bad
David Neto
1
-2
/
+2
2016-08-09
Check dominance of OpPhi parent and variable pairs
Umar Arshad
1
-7
/
+24
2016-08-09
Removed dead code/const_casts/lists
Umar Arshad
1
-13
/
+4
2016-08-09
Refactor Id -> Instruction
Umar Arshad
1
-38
/
+59
2016-08-07
Remove unnecessary headers
Umar Arshad
1
-0
/
+1
2016-08-06
Remove needless copies. Delete copy constructor.
Umar Arshad
1
-1
/
+1
2016-08-04
Only check def dominance of reachable uses
David Neto
1
-0
/
+1
2016-07-29
Avoid checking def-use dominance for OpPhi value operands
David Neto
1
-1
/
+14
2016-07-26
Check definitions appear in dominator of use
Umar Arshad
1
-5
/
+53
[next]