aboutsummaryrefslogtreecommitdiff
path: root/source/reduce
AgeCommit message (Expand)Author
2019-09-04Export SPIRV-Tools targets on installation (#2785)rumblehhh
2019-08-22Extend reducer to remove relaxed precision decorations (#2797)Alastair Donaldson
2019-04-16Implement WebGPU->Vulkan initializer conversion for 'Function' variables (#2513)Ryan Harrison
2019-04-15reduce: Add two branch reduction passes (#2507)Paul Thomson
2019-04-08reduce: miscellaneous fixes (#2494)Paul Thomson
2019-04-02reduce: add remove_selection_reduction_opportunity (#2485)Paul Thomson
2019-03-29reduce: fix loop to selection pass for loops with combined header/continue bl...Paul Thomson
2019-03-26reduce: fix loop to selection dominance query (#2477)Paul Thomson
2019-03-26Improve reducer algorithm and other changes (#2472)Paul Thomson
2019-03-21Add some val options to reduce (#2401)Paul Thomson
2019-03-21reduce: remove unreferenced blocks pass (#2398)Paul Thomson
2019-02-11Fix merge blocks opportunity to check if still enabled (#2370)Paul Thomson
2019-02-08Fixes #2358. Added to the reducer the ability to remove a function t… (#2361)Alastair Donaldson
2019-02-01Merge blocks in reducer (#2353)Alastair Donaldson
2019-01-25Fixed names in ifdefs and GetName functions that had been forgotten in a prev...Alastair Donaldson
2019-01-23Refactored reducer so that the 'finding' functionality of a reduction pass ar...Alastair Donaldson
2018-12-19spirv-reduce: add OperandToUndefReductionPass (#2200)Paul Thomson
2018-12-12Validate during reduction (#2194)Alastair Donaldson
2018-12-10Add RemoveOpNameInstruction reduction pass (#2187)Hugues Evrard
2018-12-07Replace loop with selection (#2164)Alastair Donaldson
2018-11-26New spirv-reduce reduction pass: operand to dominating id. (#2099)Alastair Donaldson
2018-11-22Fix the missing pch files in spirv-reduce (#2097)Minmin Gong
2018-11-22Add newline at end of file (#2098)dan sinclair
2018-11-21Initial commit for spirv-reduce. (#2056)Alastair Donaldson