index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-ir-builder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
1
-0
/
+25
*
Use hints when generating fresh labels in IRBuilder (#7086)
Thomas Lively
2024-11-18
1
-2
/
+5
*
[NFC] Remove redundant [[nodiscard]] attributes (#7084)
Thomas Lively
2024-11-15
1
-149
/
+139
*
Reset function context when ending a function in IRBuilder (#7081)
Thomas Lively
2024-11-15
1
-3
/
+6
*
Fixup pops when necessary in IRBuilder (#7075)
Thomas Lively
2024-11-13
1
-0
/
+25
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+1
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-2
/
+2
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-4
/
+1
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-2
/
+12
*
Fix a bug with unreachable control flow in IRBuilder (#6558)
Jérôme Vouillon
2024-04-29
1
-11
/
+22
*
[Parser] Preserve try labels (#6505)
Thomas Lively
2024-04-17
1
-6
/
+17
*
[Parser] Match legacy parser block naming (#6504)
Thomas Lively
2024-04-16
1
-3
/
+7
*
[Parser] Pop past unreachables where possible (#6489)
Thomas Lively
2024-04-16
1
-46
/
+17
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+2
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+3
*
[Outlining] Fixes break reconstruction (#6352)
Ashley Nelson
2024-02-27
1
-2
/
+18
*
[Parser] Parse annotations, including source map comments (#6345)
Thomas Lively
2024-02-26
1
-0
/
+7
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+1
*
[Parser] Parse `resume` (#6295)
Thomas Lively
2024-02-09
1
-2
/
+6
*
[Parser] Parse pops (by doing nothing) (#6252)
Thomas Lively
2024-01-30
1
-1
/
+2
*
[Parser] Parse local.set and global.set of tuple values correctly (#6250)
Thomas Lively
2024-01-29
1
-0
/
+2
*
[Parser] Parse throw_ref (#6238)
Thomas Lively
2024-01-25
1
-1
/
+1
*
[Parser] Parse try_table (#6237)
Thomas Lively
2024-01-25
1
-2
/
+28
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-1
/
+1
*
[Parser] Parse br_on_cast{_fail} input annotations (#6198)
Thomas Lively
2024-01-03
1
-1
/
+1
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+2
*
[Parser] Parse tuple operations (#6174)
Thomas Lively
2023-12-13
1
-2
/
+7
*
Preserve multivalue drops in IRBuilder (#6150)
Thomas Lively
2023-12-13
1
-3
/
+9
*
[Parser] Parse the remaining array operations (#6158)
Thomas Lively
2023-12-12
1
-15
/
+17
*
[Parser] Parse rethrow (#6155)
Thomas Lively
2023-12-12
1
-1
/
+2
*
[Parser] Parse table operations (#6154)
Thomas Lively
2023-12-12
1
-6
/
+6
*
[Parser] Parse call_indirect and return_call_indirect (#6148)
Thomas Lively
2023-12-06
1
-1
/
+2
*
[Parser] Parse try/catch/catch_all/delegate (#6128)
Thomas Lively
2023-11-29
1
-4
/
+76
*
[Parser] Parse tags and throw (#6126)
Thomas Lively
2023-11-20
1
-1
/
+2
*
Fix a bug with unreachable control flow in IRBuilder (#6130)
Thomas Lively
2023-11-20
1
-0
/
+1
*
[IRBuilder] Add visitCallIndirect and makeCallIndirect (#6127)
Ashley Nelson
2023-11-21
1
-0
/
+1
*
Update IRBuilder to visit control flow correctly (#6124)
Thomas Lively
2023-11-16
1
-3
/
+8
*
[Parser] Parse call_ref (#6103)
Thomas Lively
2023-11-15
1
-1
/
+2
*
[Parser] Parse array.new_fixed (#6102)
Thomas Lively
2023-11-15
1
-1
/
+2
*
[Parser] Parse RefAs expressions (#6101)
Thomas Lively
2023-11-15
1
-1
/
+1
*
[Parser] Parse BrOn expressions (#6100)
Thomas Lively
2023-11-15
1
-1
/
+2
*
[Parser] Parse ref.test and ref.cast (#6099)
Thomas Lively
2023-11-15
1
-2
/
+2
*
[Parser] Parse br_table (#6098)
Thomas Lively
2023-11-15
1
-1
/
+7
*
[Parser] Parse ref.func (#6097)
Thomas Lively
2023-11-15
1
-1
/
+4
*
[Parser] Parse `call` and `return_call` (#6086)
Thomas Lively
2023-11-07
1
-1
/
+3
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+1
*
[Parser] Parse labels and br (#5970)
Thomas Lively
2023-10-02
1
-13
/
+64
*
Support function contexts in IRBuilder (#5967)
Thomas Lively
2023-09-22
1
-4
/
+18
*
[Parser] Support loops (#5966)
Thomas Lively
2023-09-21
1
-2
/
+20
[next]