index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-c.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support specialized function types in element segments (#4109)
Alon Zakai
2021-09-02
1
-0
/
+4
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-4
/
+3
*
[API] Add type argument for BinaryenAddTable method (#4107)
Max Graey
2021-08-27
1
-2
/
+3
*
Add TrapsNeverHappen to SideEffects's API (#4086)
Max Graey
2021-08-17
1
-0
/
+4
*
[JS/C API] Expose zeroFilledMemory option for JS and C API (#4071)
Max Graey
2021-08-13
1
-0
/
+8
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-1
/
+2
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-6
/
+10
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-6
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-79
/
+79
*
Rename wasm-delegations[-fields].h to def files (NFC) (#3941)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
Add SIMDLoadStoreLane get/setters to C/JS API (#3904)
Daniel Wirtz
2021-05-25
1
-0
/
+75
*
Disable colors when writing module as text (#3890)
Paulo Matos
2021-05-17
1
-0
/
+4
*
Fix typo in function name: BinayenElementSegmentIsPassive (#3862)
Paulo Matos
2021-05-06
1
-1
/
+1
*
Very simple module linking in wasm-shell (#3792)
Abbas Mashayekh
2021-04-16
1
-1
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-18
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-5
/
+4
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-0
/
+24
*
Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)
Daniel Wirtz
2021-04-08
1
-0
/
+2
*
Add new SIMD multiplication instructions to C/JS API (#3782)
Daniel Wirtz
2021-04-08
1
-0
/
+13
*
Add new SIMD conversion instructions to C/JS API (#3781)
Daniel Wirtz
2021-04-08
1
-0
/
+18
*
Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)
Daniel Wirtz
2021-04-08
1
-0
/
+12
*
Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)
Daniel Wirtz
2021-04-07
1
-0
/
+12
*
Add various SIMD instructions to C/JS API (#3777)
Daniel Wirtz
2021-04-07
1
-0
/
+10
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-1
/
+1
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-36
/
+17
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-3
/
+21
*
Use stdbool boolean instead of int to represent boolean values in C API (#3670)
Paulo Matos
2021-03-17
1
-48
/
+48
*
Use uint32_t for Event Attribute in API (#3671)
Paulo Matos
2021-03-10
1
-1
/
+1
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-80
/
+76
*
Add C and JS API bindings for ref.as_* (#3628)
Daniel Wirtz
2021-03-01
1
-0
/
+34
*
Slightly improve table C API (#3604)
Daniel Wirtz
2021-02-26
1
-2
/
+13
*
Add TypedFunctionReferences feature to C and JS API (#3603)
Daniel Wirtz
2021-02-26
1
-0
/
+3
*
Add RefIsGetOp/SetOp in C and JS API (#3605)
Daniel Wirtz
2021-02-26
1
-0
/
+10
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-6
/
+7
*
[EH] Update C and binaryen.js API for delegate (#3565)
Heejin Ahn
2021-02-13
1
-9
/
+43
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-17
/
+128
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-1
/
+4
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-10
/
+12
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-0
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-48
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+4
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-18
/
+109
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-2
/
+0
*
Improve C and JS API module inspection features (#3464)
Daniel Wirtz
2021-01-05
1
-19
/
+34
*
MemoryPacking: Preserve segment names (#3458)
Sam Clegg
2020-12-18
1
-1
/
+2
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-6
/
+4
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-3
/
+5
*
Remove some boilerplate in the C API (#3346)
Alon Zakai
2020-11-12
1
-145
/
+7
*
Fix BinaryenFunctionOptimize. (#3339)
Alon Zakai
2020-11-11
1
-1
/
+1
[prev]
[next]