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
*
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
*
Add Builder::makeGlobal for nicer global creation (#1221)
Alon Zakai
2017-10-10
1
-22
/
+19
*
optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons...
Alon Zakai
2017-10-04
1
-0
/
+13
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-295
/
+62
*
asm2wasm atomics (#1171)
Alon Zakai
2017-09-11
1
-0
/
+104
*
fix import type detection of calls in comma operators; when the parent is a c...
Alon Zakai
2017-07-27
1
-7
/
+11
*
fix asm2wasm wasm-only i64 switches with a large (>32 bit) offset #1109 (#1111)
Alon Zakai
2017-07-26
1
-1
/
+31
*
fix f32 frem in asm2wasm #1105 (#1106)
Alon Zakai
2017-07-20
1
-33
/
+20
*
fix merge-blocks logic in call, call_indirect, select, we need to avoid any d...
Alon Zakai (kripken)
2017-07-14
1
-1
/
+6
*
changing a set to a tee or vice versa needs to take into account the value ma...
Alon Zakai (kripken)
2017-07-11
1
-1
/
+1
*
add the option to seek named breaks, not just taken breaks; refactor headers ...
Alon Zakai (kripken)
2017-07-11
1
-3
/
+4
*
Add atomic loads and stores (#1077)
Derek Schuff
2017-06-28
1
-0
/
+2
*
Consistently handle possible traps in all cases (#1062)
Alon Zakai
2017-06-22
1
-11
/
+79
*
SSA pass (#1049)
Alon Zakai
2017-06-13
1
-0
/
+3
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-2
/
+2
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-8
/
+8
*
asm2wasm: properly infer return type of a call inside a sequence (#1006)
Alon Zakai
2017-05-09
1
-2
/
+8
*
Unreachable typing fixes (#1004)
Alon Zakai
2017-05-09
1
-0
/
+1
*
--no-js-ffi opt to disable JS FFI mangling. (#984)
Joel Martin
2017-05-01
1
-2
/
+6
*
Preserve debug info through the optimizer (#981)
Alon Zakai
2017-04-28
1
-55
/
+88
*
handle unsigned float-to-int properly in asm2wasm
Alon Zakai (kripken)
2017-04-18
1
-3
/
+17
*
Replace text annotations with explicit file/line for debug info (#967)
Derek Schuff
2017-04-13
1
-4
/
+6
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-5
/
+5
[next]