index
:
~glisse/SPIRV-Tools
master
Unnamed repository; edit this file 'description' to name the repository.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
val
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
Unify validation of OpCopyMemory*
HEAD
master
Alan Baker
1
-82
/
+71
2018-08-07
Refactor where opcodes are validated
Alan Baker
8
-63
/
+81
2018-08-07
Fix readbility/braces warnings (#1804)
dan sinclair
1
-10
/
+10
2018-08-03
Cleanup includes. (#1795)
dan sinclair
24
-36
/
+58
2018-08-03
Rewrite include guards (#1793)
dan sinclair
6
-18
/
+18
2018-08-02
Validation within function body when doing a FunctionCall. (#1790)
dan sinclair
1
-1
/
+7
2018-08-02
Simplify validation ProcessInstruction (#1786)
dan sinclair
4
-123
/
+128
2018-08-02
Remove ValidateInstructionAndUpdateValidationState (#1784)
dan sinclair
3
-18
/
+22
2018-08-02
Combine ordered_instruction loops in validation. (#1782)
dan sinclair
5
-96
/
+100
2018-08-01
Remove instruction_counter from ValidationState. (#1781)
dan sinclair
6
-27
/
+10
2018-08-01
Move memory class instructions to new pass
Alan Baker
4
-562
/
+607
2018-08-01
Remove using std::<foo> statements. (#1756)
dan sinclair
8
-107
/
+74
2018-08-01
Remove diag() overloads. (#1776)
dan sinclair
3
-17
/
+4
2018-08-01
Update diag() calls in validate_capability. (#1759)
dan sinclair
1
-5
/
+5
2018-08-01
Update diag() calls in validate_type_unique. (#1775)
dan sinclair
1
-1
/
+1
2018-08-01
Update diag() calls in validate_primitives. (#1774)
dan sinclair
1
-2
/
+2
2018-08-01
Update diag() calls in validate_non_uniform. (#1773)
dan sinclair
1
-5
/
+5
2018-08-01
Update diag() calls in validate_logicals. (#1772)
dan sinclair
1
-24
/
+24
2018-08-01
Update diag() calls in validate_literals. (#1771)
dan sinclair
1
-1
/
+1
2018-08-01
Update diag() calls in validate_layout. (#1770)
dan sinclair
1
-16
/
+16
2018-08-01
Update diag() call in validate_interface. (#1769)
dan sinclair
1
-1
/
+1
2018-08-01
Update diag() calls in validate_instruction. (#1768)
dan sinclair
1
-41
/
+39
2018-08-01
Update diag() calls in validate_image. (#1767)
dan sinclair
1
-155
/
+167
2018-08-01
Update diag() calls in validate_ext_inst. (#1766)
dan sinclair
1
-197
/
+197
2018-08-01
Update diag() calls in validate_derivatives. (#1765)
dan sinclair
1
-2
/
+2
2018-08-01
Update diag() calls in validate_decorations. (#1764)
dan sinclair
1
-15
/
+19
2018-08-01
Remove std::deque in favour of std::vector. (#1755)
dan sinclair
3
-27
/
+61
2018-08-01
Update diag() calls in validate_datarules. (#1763)
dan sinclair
1
-22
/
+22
2018-08-01
Update diag() calls in validate_conversion. (#1762)
dan sinclair
1
-52
/
+52
2018-08-01
Update diag() calls in validate_composites. (#1761)
dan sinclair
1
-34
/
+36
2018-08-01
Update diag() calls in validate_cfg. (#1760)
dan sinclair
1
-3
/
+3
2018-08-01
Update diag() use in validate_builtin. (#1758)
dan sinclair
1
-109
/
+123
2018-08-01
Update diag() usage in validate_bitwise. (#1757)
dan sinclair
1
-24
/
+24
2018-07-31
Update diag() in validate_barriers (#1754)
dan sinclair
1
-13
/
+13
2018-07-31
Update diag() in validate_atomics (#1753)
dan sinclair
1
-22
/
+22
2018-07-31
Pass the instruction to diag in arithmetic validation (#1752)
dan sinclair
1
-50
/
+50
2018-07-31
Fix disassembly line for adjacency validations. (#1751)
dan sinclair
1
-3
/
+3
2018-07-31
Switch validate to use explicit diag() method. (#1750)
dan sinclair
1
-5
/
+6
2018-07-31
Change ValidationState::diag to accept an Instruction. (#1749)
dan sinclair
4
-40
/
+32
2018-07-31
Make sure all instructions are in the ordered list.
Dan Sinclair
6
-76
/
+72
2018-07-31
Update error messages in validate_composites. (#1743)
dan sinclair
1
-76
/
+39
2018-07-30
Split ImagePass into individual methods. (#1742)
dan sinclair
1
-942
/
+856
2018-07-30
Move OpVectorShuffle check into validate_composites (#1741)
dan sinclair
2
-163
/
+65
2018-07-30
Move CompositePass code into methods. (#1740)
dan sinclair
1
-279
/
+290
2018-07-16
Fixup line number for OpVectorShuffle ID error.
Dan Sinclair
1
-3
/
+3
2018-07-13
Fix size error when folding vector shuffle. (#1721)
Steven Perron
1
-1
/
+1
2018-07-12
Remove dead code (#1720)
dan sinclair
1
-437
/
+0
2018-07-11
Add option to skip verifying block layout
Lei Zhang
1
-0
/
+3
2018-07-11
Enforce block layout rules even when relaxed
David Neto
3
-12
/
+50
2018-07-11
Move validation files to val/ directory (#1692)
dan sinclair
26
-0
/
+15574
[next]