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
*
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
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-2
/
+2
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
1
-4
/
+4
*
Add Binaryen(Get|Set)AllowHeavyweight to binaryen-c.h (#3082)
Max Graey
2020-08-28
1
-0
/
+8
*
Implement prototype v128.load{32,64}_zero instructions (#3011)
Thomas Lively
2020-08-03
1
-0
/
+1
*
Extend the C- and JS-APIs (#2586)
Daniel Wirtz
2020-07-22
1
-21
/
+773
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-1
/
+1
*
Add prototype SIMD rounding instructions (#2895)
Thomas Lively
2020-06-05
1
-0
/
+8
*
Prevent pops from sinking in SimplifyLocals (#2885)
Heejin Ahn
2020-06-03
1
-0
/
+1
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-6
/
+0
*
Implement i64x2.mul (#2860)
Thomas Lively
2020-05-19
1
-0
/
+1
*
Implement pseudo-min/max SIMD instructions (#2847)
Thomas Lively
2020-05-12
1
-0
/
+4
*
Add C/JS APIs to copy expressions (#2840)
Daniel Wirtz
2020-05-11
1
-0
/
+2
*
Remove C API tracing (#2841)
Daniel Wirtz
2020-05-08
1
-14
/
+0
*
Add BinaryenCallIsReturn/BinaryenCallIndirectIsReturn to C/JS API (#2779)
Shao Cheng
2020-04-22
1
-0
/
+2
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
1
-0
/
+61
*
Use direct pointers as Type IDs (#2745)
Thomas Lively
2020-04-13
1
-1
/
+1
*
Tuple operations in C and JS APIs (#2711)
Thomas Lively
2020-03-26
1
-0
/
+18
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
Add multivalue feature (#2668)
Thomas Lively
2020-02-27
1
-0
/
+1
*
Add the GetFunctionTable JS API (#2554)
COFFEETALES
2020-02-20
1
-0
/
+10
*
Add C-/JS-APIs for inlining options (#2655)
Daniel Wirtz
2020-02-13
1
-0
/
+24
*
Add C-/JS-APIs for lowMemoryUnused and pass arguments (#2639)
Daniel Wirtz
2020-02-07
1
-0
/
+20
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-2
/
+3
*
Unify JS memory segment API (#2533)
Daniel Wirtz
2020-01-21
1
-0
/
+2
*
Expose ExpressionAnalyzer in C-/JS-API (#2585)
Daniel Wirtz
2020-01-17
1
-0
/
+22
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-1
/
+18
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+2
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-2
/
+4
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-68
/
+18
*
Use opaque types for handle references in C API (#2473)
Ingvar Stepanyan
2019-11-26
1
-9
/
+28
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-10
/
+8
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-0
/
+4
*
Reuse BINARYEN_API for Emscripten builds (#2435)
Daniel Wirtz
2019-11-13
1
-1
/
+4
*
uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2...
COFFEETALES
2019-11-12
1
-1
/
+1
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+1
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
[next]