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
*
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
*
[NFC] `using namespace Abstract` to make matchers more compact (#3284)
Thomas Lively
2020-10-26
1
-6
/
+6
*
Only write explicit names to name section (#3241)
Sam Clegg
2020-10-15
1
-3
/
+3
*
Add C and JS APIs for fast math (#3188)
Max Graey
2020-10-01
1
-0
/
+4
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+47
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-1
/
+51
*
Add Memory64 feature flag to the C and JS APIs (#3148)
Daniel Wirtz
2020-09-21
1
-0
/
+3
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+31
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-1
/
+9
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-1
/
+1
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-80
/
+22
*
Add GC feature flag (#3135)
Daniel Wirtz
2020-09-17
1
-2
/
+2
*
Implement module and local names in name section (#3115)
Daniel Wirtz
2020-09-14
1
-0
/
+16
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-0
/
+6
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-1
/
+1
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-9
/
+10
*
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
[next]