Skip to content

Commit e01006c

Browse files
committed
Finalize v1.32.2 changelog
1 parent 8386031 commit e01006c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# LDC master
22

3+
#### Big news
4+
5+
#### Platform support
6+
7+
#### Bug fixes
8+
9+
# LDC 1.32.2 (2023-05-12)
10+
311
#### Big news
412
- New command-line option `--fwarn-stack-size=<threshold>` with LLVM 13+. (#4378)
513
- New command-line option `--fsplit-stack` for incremental stack allocations, see https://llvm.org/docs/SegmentedStacks.html. (#4379)
614
- New UDA `ldc.attributes.noSplitStack` disables it on a per-function basis. (#4382)
715
- New command-line option `--indent` for the `timetrace2txt` tool. (#4391)
816

9-
#### Platform support
10-
1117
#### Bug fixes
1218
- Fix potentially huge compile slowdowns with `-g` and LLVM 15+. (#4354, #4393)
1319
- Treat *all* LLVM warnings as regular warnings (e.g., errors with `-w`). Requires LLVM 13+. (#4384)

0 commit comments

Comments
 (0)