index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SIMDLoadStoreLane get/setters to C/JS API (#3904)
Daniel Wirtz
2021-05-25
1
-0
/
+44
*
Fix typo in function name: BinayenElementSegmentIsPassive (#3862)
Paulo Matos
2021-05-06
1
-1
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-0
/
+16
*
Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)
Daniel Wirtz
2021-04-08
1
-1
/
+2
*
Add new SIMD multiplication instructions to C/JS API (#3782)
Daniel Wirtz
2021-04-08
1
-2
/
+13
*
Add new SIMD conversion instructions to C/JS API (#3781)
Daniel Wirtz
2021-04-08
1
-0
/
+6
*
Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)
Daniel Wirtz
2021-04-08
1
-1
/
+4
*
Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)
Daniel Wirtz
2021-04-07
1
-0
/
+4
*
Add various SIMD instructions to C/JS API (#3777)
Daniel Wirtz
2021-04-07
1
-1
/
+10
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-20
/
+9
*
Use stdbool boolean instead of int to represent boolean values in C API (#3670)
Paulo Matos
2021-03-17
1
-45
/
+47
*
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
-23
/
+55
*
Add C and JS API bindings for ref.as_* (#3628)
Daniel Wirtz
2021-03-01
1
-0
/
+20
*
Slightly improve table C API (#3604)
Daniel Wirtz
2021-02-26
1
-2
/
+15
*
Add TypedFunctionReferences feature to C and JS API (#3603)
Daniel Wirtz
2021-02-26
1
-0
/
+1
*
Add RefIsGetOp/SetOp in C and JS API (#3605)
Daniel Wirtz
2021-02-26
1
-3
/
+7
*
Fix typo in API header (#3611)
Paulo Matos
2021-02-25
1
-1
/
+1
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-6
/
+6
*
[EH] Update C and binaryen.js API for delegate (#3565)
Heejin Ahn
2021-02-13
1
-2
/
+18
*
finalize: strip segments that contain only EM_ASM/EM_JS data (#3557)
Sam Clegg
2021-02-12
1
-2
/
+2
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-0
/
+38
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+3
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-5
/
+7
*
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
-26
/
+0
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-15
/
+63
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-2
/
+1
*
Improve C and JS API module inspection features (#3464)
Daniel Wirtz
2021-01-05
1
-10
/
+31
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-1
/
+2
*
Rename atomic.notify and *.atomic.wait (#3353)
Heejin Ahn
2020-11-13
1
-14
/
+14
*
Remove some boilerplate in the C API (#3346)
Alon Zakai
2020-11-12
1
-64
/
+5
*
Remove remaining bits of C API tracing, which has been removed (#3322)
Alon Zakai
2020-11-05
1
-1
/
+1
*
Prototype new SIMD multiplications (#3291)
Thomas Lively
2020-10-28
1
-1
/
+3
*
Implement i8x16.popcnt (#3286)
Thomas Lively
2020-10-27
1
-0
/
+1
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+1
*
Fix Wasm capitalization in binaryen-c.h comments (#3233)
Max Desiatov
2020-10-13
1
-2
/
+2
*
Add C and JS APIs for fast math (#3188)
Max Graey
2020-10-01
1
-0
/
+10
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+24
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+30
*
Add Memory64 feature flag to the C and JS APIs (#3148)
Daniel Wirtz
2020-09-21
1
-0
/
+1
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+19
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+2
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-45
/
+12
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-1
/
+1
*
Fix 64-bit UB in BinaryenLiteral (#3136)
Daniel Wirtz
2020-09-16
1
-1
/
+2
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-0
/
+13
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+2
[next]