index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
asm2wasm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-3293
/
+0
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-4
/
+7
*
Remove duplicate Type:: prefixes (NFC) (#2753)
Heejin Ahn
2020-04-12
1
-1
/
+1
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-1
/
+1
*
Fix to https://github.com/WebAssembly/binaryen/issues/2170 (#2654)
juj
2020-02-25
1
-0
/
+6
*
Optimize passive segments in memory-packing (#2426)
Thomas Lively
2020-01-15
1
-0
/
+7
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-134
/
+139
*
Move Type-related functions into Type class (NFC) (#2556)
Heejin Ahn
2019-12-29
1
-1
/
+1
*
Make local.tee's type its local's type (#2511)
Heejin Ahn
2019-12-12
1
-3
/
+3
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-89
/
+86
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-4
/
+4
*
Add BYN_ENABLE_ASSERTSION option to allow assertions to be disabled. (#2500)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-3
/
+4
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-2
/
+2
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-5
/
+5
*
Optimize if of br_if (#2216)
Alon Zakai
2019-07-11
1
-0
/
+1
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-28
/
+28
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-97
/
+193
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-572
/
+963
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-1
/
+0
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-0
/
+3
*
Emscripten stack simplification (#1870)
Alon Zakai
2019-01-16
1
-4
/
+6
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-1
/
+1
*
Partial legalization (#1824) review followup (#1832)
Alon Zakai
2018-12-17
1
-1
/
+2
*
Minimal JS legalization (#1824)
Alon Zakai
2018-12-14
1
-3
/
+4
*
Cleanup shared constants (#1784)
Sam Clegg
2018-11-29
1
-0
/
+1
*
Optimize an if exit block into an if arm (#1749)
Alon Zakai
2018-11-15
1
-0
/
+1
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-8
/
+8
*
Fix asm2wasm handling of HEAP8[x >> 2] (#1720)
Alon Zakai
2018-11-02
1
-1
/
+13
*
Support 4GB Memories (#1702)
Alon Zakai
2018-10-15
1
-1
/
+1
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-160
/
+160
*
Misc tiny fuzz fixes (#1668)
Alon Zakai
2018-09-12
1
-0
/
+3
*
Clarify what function-parallel passes can do, and fix an asm2wasm bug (#1627)
Alon Zakai
2018-07-23
1
-13
/
+20
*
More simplify-locals opts (#1526)
Alon Zakai
2018-05-01
1
-0
/
+1
*
Some simple integer math opts (#1504)
Alon Zakai
2018-04-11
1
-1
/
+1
*
asm2wasm warning improvement (#1463)
Alon Zakai
2018-03-08
1
-0
/
+14
*
better asm2wasm error handling and reporting (#1456)
Alon Zakai
2018-03-05
1
-5
/
+5
*
Flexible param numbers in asm2wasm (#1439)
Alon Zakai
2018-02-27
1
-3
/
+38
*
More simple math opts (#1414)
Alon Zakai
2018-02-14
1
-0
/
+7
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-35
/
+35
*
Global optimization fixes (#1360)
Alon Zakai
2018-01-17
1
-16
/
+19
*
runFunction => runOnFunction (we run on the function, not run the function) (...
Alon Zakai
2018-01-10
1
-2
/
+2
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-61
/
+68
*
Handle debug info without a filename in asm2wasm (#1249)
Alon Zakai
2017-12-05
1
-6
/
+29
*
Decouple wasm-linker from Emscripten glue (#1293)
Jacob Gravelle
2017-11-15
1
-1
/
+2
*
add i64_atomics_* support to asm2wasm (#1262)
Alon Zakai
2017-11-14
1
-0
/
+44
*
Add Features enum to IR (#1250)
Derek Schuff
2017-10-27
1
-1
/
+1
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-5
/
+5
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
1
-1
/
+7
[next]