index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
asm2wasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wcatch-value from GCC 8 (#1400)
Josh Stone
2018-02-05
1
-1
/
+1
*
Optimize out memory and table when possible (#1352)
Alon Zakai
2018-01-10
1
-3
/
+12
*
Restrict validation output to just validation errors in the API (#1253)
Daniel Wirtz
2017-11-01
1
-0
/
+1
*
Add Features enum to IR (#1250)
Derek Schuff
2017-10-27
1
-1
/
+5
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-1
/
+1
*
Add --trap-mode=allow/clamp/js argument to asm2wasm and s2wasm (#1210)
jgravelle-google
2017-10-03
1
-15
/
+13
*
Share trap mode between asm2wasm and s2wasm (#1168)
jgravelle-google
2017-10-02
1
-5
/
+6
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-3
/
+16
*
Refactor optimization opts (#1023)
Alon Zakai
2017-05-24
1
-9
/
+13
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-1
/
+6
*
--no-js-ffi opt to disable JS FFI mangling. (#984)
Joel Martin
2017-05-01
1
-1
/
+6
*
Preserve debug info through the optimizer (#981)
Alon Zakai
2017-04-28
1
-4
/
+3
*
Use 3 modes for potentially trapping ops in asm2wasm (#929)
Alon Zakai
2017-03-07
1
-5
/
+17
*
asm2wasm debuginfo (#895)
Alon Zakai
2017-02-07
1
-2
/
+10
*
Read/Write Abstraction (#889)
Alon Zakai
2017-01-26
1
-2
/
+19
*
add table-max option, and make it and mem-max set the limit to no limit for -1
Alon Zakai
2016-12-07
1
-2
/
+21
*
add --mem-max option to set the maximum size of memory, overriding the defaul...
Alon Zakai
2016-11-11
1
-0
/
+10
*
add a pass to optimize memory segments, and pack memory in asm2wasm
Alon Zakai
2016-11-01
1
-0
/
+5
*
add a --memory-base options to asm2wasm, to fix the memory base instead of de...
Alon Zakai
2016-10-31
1
-1
/
+12
*
Add -O0,-O1,etc. options (#790)
Alon Zakai
2016-10-19
1
-5
/
+7
*
passRunner debug and validation improvements (#726)
Alon Zakai
2016-10-02
1
-5
/
+0
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
1
-1
/
+6
*
import memoryBase and tableBase
Alon Zakai
2016-09-07
1
-9
/
+1
*
add asm2wasm option to import a mem init file
Alon Zakai
2016-09-07
1
-1
/
+23
*
use globals in asm2wasm
Alon Zakai
2016-09-07
1
-11
/
+1
*
add OptimizingIncrementalModuleBuilder for faster incremental module building...
Alon Zakai
2016-06-02
1
-6
/
+1
*
move console tool sources into src/tools (#490)
Alon Zakai
2016-05-12
1
-0
/
+114