index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-ir-builder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-3
/
+1
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
1
-2
/
+4
*
[NFC] Finalize blocks with explicit breakability in IRBuilder (#7085)
Thomas Lively
2024-11-18
1
-4
/
+8
*
[NFC] Remove redundant [[nodiscard]] attributes (#7084)
Thomas Lively
2024-11-15
1
-1
/
+1
*
Reset function context when ending a function in IRBuilder (#7081)
Thomas Lively
2024-11-15
1
-0
/
+1
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-3
/
+4
*
Fixup pops when necessary in IRBuilder (#7075)
Thomas Lively
2024-11-13
1
-3
/
+13
*
Validate array.init_elem segment in IRBuilder (#6852)
Thomas Lively
2024-08-19
1
-0
/
+10
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+8
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-2
/
+2
*
[Parser] Fix bug in unreachable fallback logic (#6676)
Thomas Lively
2024-06-18
1
-13
/
+18
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-52
/
+21
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-38
/
+2
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-21
/
+40
*
[Parser] Re-use blocks instead of wrapping where possible (#6552)
Thomas Lively
2024-04-29
1
-6
/
+11
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
1
-3
/
+8
*
[Parser] Preserve try labels (#6505)
Thomas Lively
2024-04-17
1
-37
/
+26
*
[Parser] Match legacy parser block naming (#6504)
Thomas Lively
2024-04-16
1
-1
/
+5
*
[Parser] Pop past unreachables where possible (#6489)
Thomas Lively
2024-04-16
1
-460
/
+497
*
[Parser] Use unreachables to fulfill tuple requirements (#6488)
Thomas Lively
2024-04-11
1
-1
/
+3
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+23
*
[IRBuilder] Validate tuple arities (#6384)
Thomas Lively
2024-03-07
1
-0
/
+12
*
[Parser] Improve parsed IR for multivalue returns (#6378)
Thomas Lively
2024-03-05
1
-10
/
+2
*
[Parser] Support prologue and epilogue sourcemap annotations (#6370)
Thomas Lively
2024-03-04
1
-0
/
+18
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+42
*
[Outlining] Fixes break reconstruction (#6352)
Ashley Nelson
2024-02-27
1
-3
/
+43
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-0
/
+22
*
[Parser] Condense redundant pop values (#6339)
Ashley Nelson
2024-02-22
1
-13
/
+1
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+11
*
[Parser] Parse `resume` (#6295)
Thomas Lively
2024-02-09
1
-0
/
+38
*
Update lit tests to parse with the new parser (#6290)
Thomas Lively
2024-02-08
1
-1
/
+1
*
[Parser] Do not involve IRBuilder for imported functions (#6286)
Thomas Lively
2024-02-07
1
-1
/
+3
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
1
-0
/
+3
*
[Parser] Parse pops (by doing nothing) (#6252)
Thomas Lively
2024-01-30
1
-1
/
+23
*
[Parser] Parse local.set and global.set of tuple values correctly (#6250)
Thomas Lively
2024-01-29
1
-0
/
+18
*
[Parser] Parse throw_ref (#6238)
Thomas Lively
2024-01-25
1
-1
/
+6
*
[Parser] Parse try_table (#6237)
Thomas Lively
2024-01-25
1
-1
/
+26
*
Fix branches to loops in IRBuilder (#6205)
Thomas Lively
2024-01-05
1
-5
/
+8
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-2
/
+9
*
[Parser] Parse br_on_cast{_fail} input annotations (#6198)
Thomas Lively
2024-01-03
1
-2
/
+10
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+4
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
1
-3
/
+1
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
1
-13
/
+54
*
Preserve multivalue drops in IRBuilder (#6150)
Thomas Lively
2023-12-13
1
-7
/
+37
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
1
-15
/
+171
*
[Parser] Parse rethrow (#6155)
Thomas Lively
2023-12-12
1
-14
/
+40
*
[Parser] Parse table operations (#6154)
Thomas Lively
2023-12-12
1
-4
/
+38
*
[Outlining] Improve debug logging
Ashley Nelson
2023-12-07
1
-2
/
+2
*
[Parser] Parse call_indirect and return_call_indirect (#6148)
Thomas Lively
2023-12-06
1
-1
/
+8
*
[Parser] Parse try/catch/catch_all/delegate (#6128)
Thomas Lively
2023-11-29
1
-11
/
+161
[next]