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
*
Fix Relooper leaking Branches (#3097)
Daniel Wirtz
2020-09-08
1
-6
/
+5
*
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
-2
/
+2
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
1
-0
/
+8
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-3
/
+4
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+3
*
Extend the C- and JS-APIs (#2586)
Daniel Wirtz
2020-07-22
1
-26
/
+1026
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-3
/
+3
*
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
/
+4
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-12
/
+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
/
+5
*
Remove C API tracing (#2841)
Daniel Wirtz
2020-05-08
1
-2285
/
+194
*
Refactor ExpressionRunner (#2804)
Daniel Wirtz
2020-04-27
1
-4
/
+6
*
Add BinaryenCallIsReturn/BinaryenCallIndirectIsReturn to C/JS API (#2779)
Shao Cheng
2020-04-22
1
-0
/
+20
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
1
-0
/
+138
*
Use direct pointers as Type IDs (#2745)
Thomas Lively
2020-04-13
1
-23
/
+92
*
Tuple operations in C and JS APIs (#2711)
Thomas Lively
2020-03-26
1
-66
/
+130
*
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
/
+3
*
Add the GetFunctionTable JS API (#2554)
COFFEETALES
2020-02-20
1
-0
/
+59
*
Add C-/JS-APIs for inlining options (#2655)
Daniel Wirtz
2020-02-13
1
-0
/
+48
*
Add C-/JS-APIs for lowMemoryUnused and pass arguments (#2639)
Daniel Wirtz
2020-02-07
1
-0
/
+58
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-3
/
+8
*
Unify JS memory segment API (#2533)
Daniel Wirtz
2020-01-21
1
-0
/
+14
*
Expose ExpressionAnalyzer in C-/JS-API (#2585)
Daniel Wirtz
2020-01-17
1
-0
/
+59
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-13
/
+13
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-16
/
+16
*
Use FeatureSet instead of FeatureSet::Feature(NFC) (#2562)
Heejin Ahn
2020-01-02
1
-11
/
+11
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-12
/
+89
*
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
-4
/
+5
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-186
/
+30
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-4
/
+4
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-6
/
+6
*
Add Emscripten memory helpers for using the C-API (from Wasm) (#2476)
Daniel Wirtz
2019-12-03
1
-1
/
+55
*
Use opaque types for handle references in C API (#2473)
Ingvar Stepanyan
2019-11-26
1
-6
/
+6
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
1
-27
/
+16
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-0
/
+36
*
uint32_t instead of int64_t as return type for GetMemorySegmentByteOffset (#2...
COFFEETALES
2019-11-12
1
-2
/
+2
*
Add i32x4.dot_i16x8_s (#2420)
Thomas Lively
2019-11-04
1
-0
/
+3
*
Add SIMD integer min and max instructions (#2416)
Thomas Lively
2019-11-01
1
-0
/
+12
*
Fix BinaryenModuleAllocateAndWriteText parameter type (#2406)
Irmen de Jong
2019-10-28
1
-1
/
+1
*
Fix incorrect assert in BinaryenHostGetOperand (#2393)
Brad Morris
2019-10-22
1
-1
/
+1
*
Ability to list each item on Exports/Data Segments/Functions (#2386)
COFFEETALES
2019-10-21
1
-0
/
+117
*
Add BinaryenAddCustomSection API (#2381)
Daniel Wirtz
2019-10-11
1
-0
/
+31
*
Add offset parameter to BinaryenSetFunctionTable (#2380)
Daniel Wirtz
2019-10-11
1
-4
/
+5
[next]