index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove function index printing (#2742)
Thomas Lively
2020-04-09
1
-52
/
+0
*
Tuple globals (#2718)
Thomas Lively
2020-04-02
2
-2
/
+30
*
Avoid unnecessary fp$ in side modules (#2717)
Alon Zakai
2020-03-31
1
-11
/
+4
*
Represent dylink section in IR, so we can update it. (#2715)
Alon Zakai
2020-03-30
1
-1
/
+14
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-0
/
+43
*
SIMD integer abs and bitmask instructions (#2703)
Thomas Lively
2020-03-20
1
-0
/
+6
*
makeConstExpression => makeConstantExpression (#2698)
Alon Zakai
2020-03-17
1
-1
/
+1
*
Collect signatures from all block kinds (#2691)
Thomas Lively
2020-03-16
3
-13
/
+17
*
Interpret tuple locals and tail-calls correctly (#2690)
Thomas Lively
2020-03-16
1
-7
/
+3
*
Update RedundantSetElimination to work with tuples (#2688)
Thomas Lively
2020-03-11
1
-0
/
+26
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
2
-2
/
+13
*
Asyncify: Fix wasm-only instrumentation of unnamed imports (#2682)
Alon Zakai
2020-03-05
1
-1
/
+1
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
6
-1
/
+29
*
Add EH support for CodeFolding (#2665)
Heejin Ahn
2020-02-26
1
-0
/
+24
*
Add AutoDrop support for Try (#2663)
Heejin Ahn
2020-02-20
2
-0
/
+17
*
Fix LocalCSE's usable local selection (#2638)
Heejin Ahn
2020-02-05
1
-19
/
+0
*
Add EH support for OptimizeInstructions (#2608)
Heejin Ahn
2020-02-05
2
-11
/
+31
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
3
-25
/
+92
*
Handle indirect calls in CallGraphPropertyAnalysis (#2624)
Alon Zakai
2020-01-24
1
-2
/
+13
*
Expose ExpressionAnalyzer in C-/JS-API (#2585)
Daniel Wirtz
2020-01-17
1
-0
/
+51
*
Clear Mixedarena in ModuleUtils::clearModule (#2588)
Heejin Ahn
2020-01-13
1
-0
/
+1
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
4
-11
/
+11
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
13
-79
/
+87
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
12
-31
/
+80
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
2
-2
/
+2
*
SIMD {i8x16,i16x8}.avgr_u instructions (#2539)
Thomas Lively
2019-12-18
1
-0
/
+6
*
Correctly clear memory / table info in clearModule (#2536)
Heejin Ahn
2019-12-17
1
-2
/
+2
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
2
-2
/
+2
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
8
-73
/
+73
*
Add a RoundTrip pass (#2516)
Alon Zakai
2019-12-09
1
-2
/
+16
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
6
-26
/
+26
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Remove 'none' type as a branch target in ReFinalize (#2492)
Alon Zakai
2019-12-04
3
-80
/
+3
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Refactor and optimize binary writing type collection (#2478)
Alon Zakai
2019-11-26
1
-32
/
+67
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Remove FunctionType from Event (#2466)
Thomas Lively
2019-11-25
5
-48
/
+21
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
6
-17
/
+17
*
Add a pass to inline __original_main() into main() (#2461)
Alon Zakai
2019-11-21
1
-2
/
+4
*
Refactor a CallGraphPropertyAnalysis helper [NFC] (#2441)
Alon Zakai
2019-11-18
1
-20
/
+70
*
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
/
+36
*
Add EH support for DCE pass (#2415)
Heejin Ahn
2019-11-01
1
-0
/
+15
*
v8x16.swizzle (#2368)
Thomas Lively
2019-10-03
1
-0
/
+3
*
Apply the sbrk/brk value at compile time (#2366)
Alon Zakai
2019-09-30
1
-2
/
+16
*
v128.andnot instruction (#2355)
Thomas Lively
2019-09-24
1
-0
/
+3
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
5
-0
/
+18
*
SIMD narrowing and widening operations (#2341)
Thomas Lively
2019-09-14
1
-0
/
+20
[next]