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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
Unify validation of OpCopyMemory*
HEAD
master
Alan Baker
2
-95
/
+346
2018-08-07
Refactor where opcodes are validated
Alan Baker
9
-76
/
+114
2018-08-07
When clang is used as a MSVC frontend (clang-cl.exe) it does not behave exact...
shartte
1
-1
/
+1
2018-08-07
Remove unused bit stream methods. (#1807)
dan sinclair
3
-725
/
+75
2018-08-07
Simplify MoveToFront (#1806)
dan sinclair
6
-590
/
+489
2018-08-07
Fixup readabilty/inheritance warnings (#1805)
dan sinclair
6
-7
/
+6
2018-08-07
Fix readbility/braces warnings (#1804)
dan sinclair
11
-24
/
+27
2018-08-03
Cleanup includes. (#1795)
dan sinclair
481
-1606
/
+2060
2018-08-03
Refactor BUILD.gn so can easily be embedded in other projects
Corentin Wallez
12
-499
/
+59
2018-08-03
Fixup Wno-self-assign warning (#1796)
dan sinclair
1
-1
/
+5
2018-08-03
Remove using namespace commands. (#1794)
dan sinclair
3
-26
/
+26
2018-08-03
Rewrite include guards (#1793)
dan sinclair
151
-445
/
+445
2018-08-02
Script to fixup fuzzer results (#1792)
dan sinclair
1
-0
/
+25
2018-08-02
Validation within function body when doing a FunctionCall. (#1790)
dan sinclair
2
-1
/
+22
2018-08-02
Simplify validation ProcessInstruction (#1786)
dan sinclair
4
-123
/
+128
2018-08-02
Add more fuzzers for Optimizer. (#1788)
dan sinclair
5
-5
/
+111
2018-08-02
Register passes in the spirv-opt fuzzer. (#1785)
Steven Perron
1
-0
/
+1
2018-08-02
Remove ValidateInstructionAndUpdateValidationState (#1784)
dan sinclair
4
-159
/
+103
2018-08-02
Update OpPhi instructions after splitting block. (#1783)
Steven Perron
3
-4
/
+68
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
7
-562
/
+610
2018-08-01
Remove using std::<foo> statements. (#1756)
dan sinclair
34
-1696
/
+1647
2018-08-01
Remove diag() overloads. (#1776)
dan sinclair
4
-20
/
+8
2018-08-01
Fixup BUILD.gn to use a group for SPIRV-Tools (#1779)
dan sinclair
1
-1
/
+1
2018-08-01
Update diag() calls in validate_capability. (#1759)
dan sinclair
1
-5
/
+5
2018-08-01
Don't change decorations and names in merge return. (#1777)
Steven Perron
2
-9
/
+109
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
6
-29
/
+64
2018-08-01
Update diag() calls in validate_datarules. (#1763)
dan sinclair
1
-22
/
+22
2018-08-01
Update CHANGES
David Neto
1
-3
/
+13
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
2
-5
/
+5
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
[next]