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
/
opt
/
propagator.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
Cleanup includes. (#1795)
dan sinclair
1
-2
/
+3
2018-08-03
Rewrite include guards (#1793)
dan sinclair
1
-3
/
+3
2018-07-12
Cleanup extraneous namespace qualifies in source/opt. (#1716)
dan sinclair
1
-37
/
+34
2018-07-09
Move the ir namespace to opt. (#1680)
dan sinclair
1
-31
/
+31
2018-07-07
Change libspirv to spvtools namespace (#1678)
dan sinclair
1
-1
/
+1
2018-02-18
Fixes #1300. Adding checks for bad CCP transitions and unsettled values
Alan Baker
1
-7
/
+22
2018-01-29
Fixes in CCP for #1228
Alan Baker
1
-1
/
+1
2018-01-08
Fix constant propagation of induction variables.
Diego Novillo
1
-5
/
+5
2018-01-05
Fix infinite simulation cycles in SSA propagator.
Diego Novillo
1
-4
/
+10
2018-01-04
Address review comments from https://github.com/KhronosGroup/SPIRV-Tools/pull...
Diego Novillo
1
-2
/
+4
2017-12-22
Fix https://github.com/KhronosGroup/SPIRV-Tools/issues/1130
Diego Novillo
1
-1
/
+2
2017-12-21
Implement SSA CCP (SSA Conditional Constant Propagation).
Diego Novillo
1
-3
/
+7
2017-12-04
Remove cfg_ field from SSAPropagator class - NFC.
Diego Novillo
1
-8
/
+2
2017-11-29
Fix #1034 - Give Edge::operator<() weak ordering semantics.
Diego Novillo
1
-1
/
+2
2017-11-27
Generic value propagation engine.
Diego Novillo
1
-0
/
+296