index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
ReFinalize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Exceptions] Finish interpreter + optimizer support for try_table. (#6814)
Sébastien Doeraene
2024-08-20
1
-1
/
+6
*
Implement table.init (#6827)
Alon Zakai
2024-08-16
1
-0
/
+1
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-10
/
+0
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+1
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+1
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+1
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+2
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-0
/
+2
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+1
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+1
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Remove handleBranchForVisitBlock (#5760)
Heejin Ahn
2023-06-09
1
-15
/
+0
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+4
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+2
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-1
/
+1
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+1
*
[NFC] Remove an ancient hack in ReFinalize (#5183)
Alon Zakai
2022-10-24
1
-9
/
+0
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-2
/
+0
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+4
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+6
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+1
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+1
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+1
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+1
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-0
/
+3
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+1
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+1
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+1
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+1
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+1
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-1
/
+1
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+1
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-2
/
+0
*
LUBs (#3731)
Thomas Lively
2021-03-29
1
-2
/
+3
*
Remove LUB calculation (#3669)
Thomas Lively
2021-03-11
1
-11
/
+9
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-0
/
+3
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+1
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+1
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+1
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-1
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-8
/
+0
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+1
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-1
/
+5
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+1
[next]