index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-stack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support atomic struct accessors (#7155)
Thomas Lively
2024-12-18
1
-5
/
+16
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-4
/
+4
*
[NFC] Rename {F32,F64}NearestInt to {F32,F64}Nearest (#7089)
Thomas Lively
2024-11-27
1
-2
/
+2
*
[FP16] Implement conversion operations. (#6974)
Brendan Dahl
2024-09-26
1
-0
/
+16
*
[EH] Rename Catch(All)_P3 to Catch(All)_Legacy (NFC) (#6901)
Heejin Ahn
2024-09-04
1
-2
/
+2
*
[FP16] Implement madd and nmadd. (#6878)
Brendan Dahl
2024-09-03
1
-0
/
+6
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
1
-8
/
+8
*
[FP16] Implement unary operations. (#6867)
Brendan Dahl
2024-08-27
1
-0
/
+22
*
[FP16] Implement arithmetic operations. (#6855)
Brendan Dahl
2024-08-21
1
-0
/
+24
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+6
*
[FP16] Implement relation operations. (#6825)
Brendan Dahl
2024-08-09
1
-0
/
+18
*
[FP16] Implement lane access instructions. (#6821)
Brendan Dahl
2024-08-08
1
-0
/
+9
*
[FP16] Implement load and store instructions. (#6796)
Brendan Dahl
2024-08-06
1
-4
/
+26
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+3
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-4
/
+4
*
Fix scratch local optimizations when emitting string slice (#6649)
Thomas Lively
2024-06-11
1
-31
/
+22
*
Fix binary emitting of br_if with a refined value by emitting a cast (#6510)
Alon Zakai
2024-05-16
1
-2
/
+157
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-63
/
+2
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-74
/
+92
*
Simplify scratch local calculation (#6583)
Thomas Lively
2024-05-13
1
-52
/
+66
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-1
/
+56
*
Allow DWARF and multivalue together (#6570)
Heejin Ahn
2024-05-06
1
-9
/
+29
*
Source map fixes (#6550)
Jérôme Vouillon
2024-05-02
1
-0
/
+5
*
[StackIR] Support source maps and DWARF with StackIR (#6564)
Alon Zakai
2024-05-01
1
-0
/
+12
*
[Strings] Work around ref.cast not working on string views, and add fuzzing (...
Alon Zakai
2024-04-29
1
-0
/
+18
*
[Strings] Emit unreachable when a string instruction cannot be emitted proper...
Alon Zakai
2024-03-21
1
-0
/
+13
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+4
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+6
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+5
*
[EH] Support Stack IR for try_table (#6231)
Heejin Ahn
2024-01-22
1
-8
/
+15
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+12
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-2
/
+28
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+6
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-1
/
+1
*
Reland "Optimize tuple.extract of gets in BinaryInstWriter" (#5955)
Thomas Lively
2023-09-18
1
-1
/
+42
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+5
*
Revert "Optimize tuple.extract of gets in BinaryInstWriter (#5941)" (#5945)
Thomas Lively
2023-09-14
1
-42
/
+1
*
Optimize tuple.extract of gets in BinaryInstWriter (#5941)
Thomas Lively
2023-09-14
1
-1
/
+42
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+1
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-9
/
+4
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-11
/
+8
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-8
/
+11
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-11
/
+8
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-24
/
+19
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-29
/
+25
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+31
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-7
/
+10
*
[Wasm GC] Stop emitted deprecated cast etc. instructions (#5614)
Alon Zakai
2023-03-31
1
-46
/
+0
*
[Wasm GC] Remove RefIsFunc and RefIsI31 from the binary format (#5574)
Alon Zakai
2023-03-15
1
-14
/
+0
[next]