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
*
Remove asm2wasm (#3042)
Alon Zakai
2020-08-17
1
-296
/
+0
*
Optimize passive segments in memory-packing (#2426)
Thomas Lively
2020-01-15
1
-9
/
+0
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-1
/
+1
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-7
/
+3
*
Refactor -g param parsing (#2167)
Alon Zakai
2019-06-07
1
-7
/
+0
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-1
/
+1
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-4
/
+8
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-98
/
+173
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+4
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-1
/
+1
*
Minimal JS legalization (#1824)
Alon Zakai
2018-12-14
1
-1
/
+1
*
Feature options (#1797)
Thomas Lively
2018-12-03
1
-4
/
+1
*
Rename tableBase/memoryBase to __table_base/__memory_base (#1731)
Sam Clegg
2018-11-08
1
-2
/
+2
*
Support 4GB Memories (#1702)
Alon Zakai
2018-10-15
1
-4
/
+4
*
allow --total-memory to be greater than a signed int32 (#1565)
Alon Zakai
2018-05-26
1
-1
/
+1
*
add a --no-validation option to the commandline tools. disabling validation m...
Alon Zakai
2018-04-09
1
-3
/
+5
*
'std::string &' => 'std::string& ' (#1403)
Alon Zakai
2018-02-05
1
-18
/
+18
*
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