Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-12Added block.cases_32bit and reworked the cases fixSebastián Aedo
2021-11-02Removing logic in the parserSebastián Aedo
2021-06-29Finish adding SPDX tags and setup a reuse checked in Github Actions CIJon Leech
2021-01-14meta: Update copyright headers to 2021.Hans-Kristian Arntzen
2020-12-01Add MIT dual license for the SPIRV-Cross API.Hans-Kristian Arntzen
2020-01-16Update license headers to 2020.2020-01-16Hans-Kristian Arntzen
2019-10-21CFG: Compute actual immediate dominators.Hans-Kristian Arntzen
2019-09-17Fix -Wshorten-64-to-32 warnings.Hans-Kristian Arntzen
2019-09-06Refactor into stronger types in public API.Hans-Kristian Arntzen
2019-08-27Move branchless analysis to CFG.Hans-Kristian Arntzen
2019-08-26Fix variable scope when switch block exits multiple times.Hans-Kristian Arntzen
2019-07-03Fix variable scope when an if or else block dominates a variable.Hans-Kristian Arntzen
2019-06-06Rewrite how loop dominators are propagated.Hans-Kristian Arntzen
2019-06-06Deal with case where a variable is dominated by inner part of a loop.Hans-Kristian Arntzen
2019-04-09Reduce pressure on global allocation.Hans-Kristian Arntzen
2019-03-29Add an option to override the namespace used for spirv_cross.Hans-Kristian Arntzen
2019-01-10Use hashmaps in CFG as well.Hans-Kristian Arntzen
2019-01-04Nonfunctional: Update copyright headers for 2019.Hans-Kristian Arntzen
2018-04-04Run format_all.sh.Hans-Kristian Arntzen
2018-02-01Update copyright dates to 2018 in main files.Bill Hollings
2018-01-24Fix CFG::update_common_dominator.Hans-Kristian Arntzen
2017-08-02Fix edge-case where do/while body is a dominator.Hans-Kristian Arntzen
2017-03-25Analyze parameter preservation for functions.Hans-Kristian Arntzen
2017-01-28Update license headers for 2017.Hans-Kristian Arntzen
2016-11-18Handle more corner cases with the CFG traversal.Hans-Kristian Arntzen
2016-11-18Distinguish between cross edges and back edges.Hans-Kristian Arntzen
2016-11-18Improve handling of dead blocks.Hans-Kristian Arntzen
2016-11-17Start adding CFG analysis.Hans-Kristian Arntzen