Skip to content

Commit

Permalink
Finalize v1.32.2 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed May 12, 2023
1 parent 8386031 commit e01006c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# LDC master

#### Big news

#### Platform support

#### Bug fixes

# LDC 1.32.2 (2023-05-12)

#### Big news
- New command-line option `--fwarn-stack-size=<threshold>` with LLVM 13+. (#4378)
- New command-line option `--fsplit-stack` for incremental stack allocations, see https://llvm.org/docs/SegmentedStacks.html. (#4379)
- New UDA `ldc.attributes.noSplitStack` disables it on a per-function basis. (#4382)
- New command-line option `--indent` for the `timetrace2txt` tool. (#4391)

#### Platform support

#### Bug fixes
- Fix potentially huge compile slowdowns with `-g` and LLVM 15+. (#4354, #4393)
- Treat *all* LLVM warnings as regular warnings (e.g., errors with `-w`). Requires LLVM 13+. (#4384)
Expand Down

0 comments on commit e01006c

Please sign in to comment.