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
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-1
/
+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
6
-29
/
+64
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
Transform to combine consecutive access chains
Alan Baker
6
-0
/
+411
2018-07-31
Wrap entire timer.cpp in SPIRV_TIMER_ENABLED.
Dan Sinclair
1
-4
/
+4
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-27
Add API to create passes out of a list of command-line flags.
Diego Novillo
1
-4
/
+238
2018-07-20
Handle undef literal value in vector shuffle
Alan Baker
2
-2
/
+17
2018-07-20
Replace opt::Instruction type and result cache with flags. (#1718)
dan sinclair
2
-39
/
+57
2018-07-19
Add variable pointer support to IsValidBasePointer
Alan Baker
2
-7
/
+27
2018-07-19
Fix block ordering in dead branch elim
Alan Baker
3
-0
/
+63
2018-07-16
Fixup line number for OpVectorShuffle ID error.
Dan Sinclair
1
-3
/
+3
2018-07-16
Fix finding constant with particular type. (#1724)
Steven Perron
3
-11
/
+49
2018-07-13
Fix infinite loop while folding OpVectorShuffle (#1722)
Steven Perron
1
-1
/
+6
2018-07-13
Fix size error when folding vector shuffle. (#1721)
Steven Perron
2
-1
/
+17
2018-07-12
Remove dead code (#1720)
dan sinclair
1
-437
/
+0
2018-07-12
Cleanup extraneous namespace qualifies in source/opt. (#1716)
dan sinclair
144
-3412
/
+3146
2018-07-12
Remove the module from opt::Function. (#1717)
dan sinclair
8
-19
/
+8
2018-07-12
Cleanup CFG header. (#1715)
dan sinclair
2
-16
/
+3
2018-07-12
Cleanup some pass code to get context directly. (#1714)
dan sinclair
3
-7
/
+6
2018-07-12
Remove context() method from opt::Function (#1700)
dan sinclair
7
-17
/
+13
2018-07-12
Pass the IRContext into the folding rules. (#1709)
dan sinclair
7
-91
/
+63
[next]