Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Current Trunk
- Reject non-natural alignment for atomic memory operations at parse time (#8962)
- Note that fast-math mode can ignore the difference between negative zero and
zero (like clang and gcc). (#9056)
- Add a new `--jspi-hooks` pass which wraps promising exports and suspending
imports with calls to a module-provided fiber lifecycle hook.

v132
----
Expand Down
1 change: 1 addition & 0 deletions src/passes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ set(passes_SOURCES
Intrinsics.cpp
J2CLItableMerging.cpp
J2CLOpts.cpp
JSPIHooks.cpp
LegalizeJSInterface.cpp
LimitSegments.cpp
LLVMMemoryCopyFillLowering.cpp
Expand Down
Loading