Skip to content

Commit 44d72a9

Browse files
authored
Prepare release v2023.2 (#5151)
1 parent fba26fd commit 44d72a9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGES

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
Revision history for SPIRV-Tools
22

3-
v2023.2-dev 2023-01-17
4-
- Start v2023.2-dev
3+
v2023.2 2023-03-10
4+
- General
5+
- build: move from c++11 to c++17 (#4983)
6+
- tools: refactorize tools flags parsing. (#5111)
7+
- Add C interface for Optimizer (#5030)
8+
- libspirv.cpp: adds c++ api for spvBinaryParse (#5109)
9+
- build: change the way we set cxx version for bazel. (#5114)
10+
- Optimizer
11+
- Fix null pointer in FoldInsertWithConstants. (#5093)
12+
- Fix removal of dependent non-semantic instructions (#5122)
13+
- Remove duplicate lists of constant and type opcodes (#5106)
14+
- opt: fix spirv ABI on Linux again. (#5113)
15+
- Validator
16+
- Validate decoration of structs with RuntimeArray (#5094)
17+
- Validate operand type before operating on it (#5092)
18+
- spirv-val: Conditional Branch without an exit is invalid in loop header (#5069)
19+
- spirv-val: Initial SPV_EXT_mesh_shader builtins (#5080)
520

621
v2023.1 2023-01-17
722
- General

0 commit comments

Comments
 (0)