index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
example
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use IRBuilder in the binary parser (#6963)
Thomas Lively
2024-11-26
1
-2
/
+2
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
4
-13
/
+14
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-3
/
+2
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-4
/
+0
*
[wasm-split] Configure split functions rather than kept functions (#6949)
Thomas Lively
2024-09-17
1
-4
/
+9
*
[wasm-split] Run RemoveUnusedElements on secondary modules (#6945)
Thomas Lively
2024-09-17
1
-93
/
+12
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-8
/
+8
*
Fix supertype counts when collecting heap types (#6905)
Thomas Lively
2024-09-05
1
-1
/
+1
*
Rename relaxed SIMD fma instructions to match spec. (#6876)
Brendan Dahl
2024-08-27
2
-8
/
+8
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-1
/
+1
*
Remove extra space printed in empty structs (#6750)
Thomas Lively
2024-07-16
1
-2
/
+2
*
[wasm-split] Use a fresh table when reference types are enabled (#6726)
Thomas Lively
2024-07-11
1
-58
/
+183
*
[C API] Add APIs for getting/setting function types, and a CallRef example (#...
Alon Zakai
2024-07-09
2
-0
/
+47
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
2
-4
/
+4
*
[threads] Shared basic heap types (#6667)
Thomas Lively
2024-06-19
1
-10
/
+10
*
[NFC] Add constexpr HeapTypes for basic heap types (#6662)
Thomas Lively
2024-06-14
1
-4
/
+4
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-1
/
+1
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+0
*
Fix GlobalRefining's handling of gets in module code and add missing validati...
Alon Zakai
2024-05-17
1
-1
/
+1
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
2
-212
/
+4
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
2
-184
/
+7
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-4
/
+4
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
4
-5
/
+20
*
Use the new wat parser in tests (#6556)
Thomas Lively
2024-04-29
1
-7
/
+4
*
DebugLocationPropagation: pass debuglocation from parent node to chil… (#6500)
许鑫权
2024-04-21
2
-0
/
+48
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-12
/
+12
*
Expose features option in C API binary reading (#6380)
Surma
2024-03-07
1
-0
/
+26
*
C API: Support adding data segments individually (#6346)
Lingming Zhang
2024-02-28
2
-0
/
+10
*
C API: Use segment names (#6254)
ericvergnaud
2024-02-01
12
-37
/
+59
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-1
/
+1
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-5
/
+5
*
C API: Add BinaryenArrayNewData (#6236)
ericvergnaud
2024-01-25
2
-0
/
+11
*
C API: Add BinaryenFunctionAppendVar (#6213)
KinderGartenKiller
2024-01-17
2
-0
/
+11
*
Testing: Write out and read back in the big binary in c-api-kitchen-sink.c (#...
Alon Zakai
2024-01-09
1
-1
/
+19
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
11
-147
/
+237
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
3
-13
/
+13
*
Unify method pairs with and without Type param (#6184)
Heejin Ahn
2023-12-20
1
-1
/
+1
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-9
/
+9
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-2
/
+2
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-7
/
+7
*
C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)
KinderGartenKiller
2023-11-30
1
-0
/
+5
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-1
/
+1
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
2
-5
/
+7
*
Remove the GCNNLocals feature (#5080)
Thomas Lively
2023-08-31
1
-4
/
+4
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
15
-344
/
+344
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-3
/
+3
[next]