index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binaryen-shell.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make initial and max memory sizes be in pages instead of bytes
Derek Schuff
2016-03-09
1
-2
/
+2
*
document that env.exit support is a hack for torture tests
Alon Zakai
2016-02-22
1
-0
/
+1
*
debugging tweaks
Alon Zakai
2016-02-21
1
-1
/
+0
*
Reorder locals.
Michael
2016-02-19
1
-1
/
+1
*
remove --print-before and --print-after flags, since we now have --print
Alon Zakai
2016-02-17
1
-34
/
+2
*
add wasm-printing.h
Alon Zakai
2016-02-17
1
-0
/
+1
*
move printing to a pass
Alon Zakai
2016-02-17
1
-3
/
+3
*
refactor binaryen-shell to accept a wast that begins with a module invalidity...
Alon Zakai
2016-02-12
1
-47
/
+61
*
longjmp -> throw
JF Bastien
2016-02-09
1
-18
/
+18
*
NFC: improve minSize rationale
JF Bastien
2016-02-04
1
-2
/
+4
*
Merge pull request #152 from WebAssembly/float-refactor
Alon Zakai
2016-02-03
1
-2
/
+15
|
\
|
*
in assert tests, verify nans are identical
Alon Zakai
2016-02-02
1
-2
/
+15
*
|
Shell: don't use unaligned memory
JF Bastien
2016-02-03
1
-27
/
+76
|
/
*
Make Literal's ctors explicit
JF Bastien
2016-02-02
1
-9
/
+9
*
Shell: fix --entry parameter numbers
JF Bastien
2016-02-02
1
-4
/
+12
*
Use command-line & waterfall for binaryen-shell
JF Bastien
2016-01-20
1
-92
/
+52
*
add assert on wasm segments
Alon Zakai
2016-01-14
1
-0
/
+1
*
--entry option in binaryen-shell, which lets you call an entry point. also su...
Alon Zakai
2016-01-14
1
-3
/
+24
*
Avoid potential setjmp clobber
JF Bastien
2016-01-13
1
-65
/
+77
*
use simplify-locals by default
Alon Zakai
2016-01-09
1
-0
/
+1
*
add -O option to shell that runs default optimization passes
Alon Zakai
2016-01-08
1
-1
/
+6
*
add some s-parser debugging
Alon Zakai
2015-12-29
1
-1
/
+1
*
Fix warnings found by GCC
JF Bastien
2015-12-22
1
-1
/
+2
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+15
*
update spec test interpreter to new spectest module name
Alon Zakai
2015-12-01
1
-2
/
+2
*
refactor wasm.js so that it will be able to support multiple wasm loading met...
Alon Zakai
2015-11-28
1
-0
/
+4
*
ensure memory is initialized to 0 in native shell
Alon Zakai
2015-11-27
1
-1
/
+4
*
unify convert/compare into unary/binary, and do a pre-pass in s-expression pa...
Alon Zakai
2015-11-27
1
-2
/
+3
*
create an AllocatingModule which handles allocation for its elements
Alon Zakai
2015-11-24
1
-2
/
+2
*
print logging prints to stderr
Alon Zakai
2015-11-22
1
-3
/
+3
*
add printing in module validity tests
Alon Zakai
2015-11-20
1
-2
/
+10
*
annotate traps
Alon Zakai
2015-11-17
1
-1
/
+2
*
docs
Alon Zakai
2015-11-13
1
-0
/
+4
*
add descriptions to passes
Alon Zakai
2015-11-13
1
-1
/
+1
*
add shell tests
Alon Zakai
2015-11-13
1
-3
/
+6
*
pass support
Alon Zakai
2015-11-13
1
-3
/
+45
*
improve printing
Alon Zakai
2015-11-11
1
-2
/
+4
*
update env var
Alon Zakai
2015-11-11
1
-1
/
+1
*
argument handling in shell
Alon Zakai
2015-11-11
1
-0
/
+279