summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
Commit message (Expand)AuthorAgeFilesLines
* move console tool sources into src/tools (#490)Alon Zakai2016-05-121-252/+0
* show parse errors in shellAlon Zakai2016-05-121-3/+7
* use exceptions consistently to report input errorsAlon Zakai2016-05-121-5/+3
* simplify PassRunner API, get a module directlyAlon Zakai2016-05-051-2/+2
* validate in binaryen shell and on wasm binaries, and fix type checkingAlon Zakai2016-04-291-0/+1
* don't leak when running tests in shellAlon Zakai2016-04-271-6/+6
* remove old globalAllocatorAlon Zakai2016-04-261-4/+0
* remove the AllocatingModule class, and just make Module have allocations. the...Alon Zakai2016-04-181-3/+3
* index locals, so that get_local and set_local have just an index, and local n...Alon Zakai2016-04-181-2/+2
* Add a debug mode to PassRunner, which logs out times (#344)Alon Zakai2016-04-141-0/+1
* remove excessive wasm-s-parser debug logging (#345)Alon Zakai2016-04-141-2/+2
* refactor default optimization passes to a central locationAlon Zakai2016-04-111-8/+6
* dyn_cast => dynCastAlon Zakai2016-04-111-2/+2
* add vacuum passAlon Zakai2016-04-071-1/+2
* optimize if-eqzAlon Zakai2016-04-061-0/+1
* refactor shell interface into its own fileAlon Zakai2016-04-041-165/+2
* clean up old commentsAlon Zakai2016-04-041-2/+0
* add apis for accessing module elementsAlon Zakai2016-04-041-1/+1
* refactor file flags into enumsAlon Zakai2016-03-311-1/+1
* set the binary bit on files we need to open in binary modeAlon Zakai2016-03-311-1/+1
* avoid alignof for the sake of vsAlon Zakai2016-03-291-2/+2
* Clean up unused variables warnings:Jukka Jylänki2016-03-281-3/+3
* Cleanup redundant '> 0' check in src\binaryen-shell.cpp(251): warning C4804: ...Jukka Jylänki2016-03-281-1/+1
* Clean up truncating cast warnings:Jukka Jylänki2016-03-281-3/+3
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-2/+2
* document that env.exit support is a hack for torture testsAlon Zakai2016-02-221-0/+1
* debugging tweaksAlon Zakai2016-02-211-1/+0
* Reorder locals.Michael2016-02-191-1/+1
* remove --print-before and --print-after flags, since we now have --printAlon Zakai2016-02-171-34/+2
* add wasm-printing.hAlon Zakai2016-02-171-0/+1
* move printing to a passAlon Zakai2016-02-171-3/+3
* refactor binaryen-shell to accept a wast that begins with a module invalidity...Alon Zakai2016-02-121-47/+61
* longjmp -> throwJF Bastien2016-02-091-18/+18
* NFC: improve minSize rationaleJF Bastien2016-02-041-2/+4
* Merge pull request #152 from WebAssembly/float-refactorAlon Zakai2016-02-031-2/+15
|\
| * in assert tests, verify nans are identicalAlon Zakai2016-02-021-2/+15
* | Shell: don't use unaligned memoryJF Bastien2016-02-031-27/+76
|/
* Make Literal's ctors explicitJF Bastien2016-02-021-9/+9
* Shell: fix --entry parameter numbersJF Bastien2016-02-021-4/+12
* Use command-line & waterfall for binaryen-shellJF Bastien2016-01-201-92/+52
* add assert on wasm segmentsAlon Zakai2016-01-141-0/+1
* --entry option in binaryen-shell, which lets you call an entry point. also su...Alon Zakai2016-01-141-3/+24
* Avoid potential setjmp clobberJF Bastien2016-01-131-65/+77
* use simplify-locals by defaultAlon Zakai2016-01-091-0/+1
* add -O option to shell that runs default optimization passesAlon Zakai2016-01-081-1/+6
* add some s-parser debuggingAlon Zakai2015-12-291-1/+1
* Fix warnings found by GCCJF Bastien2015-12-221-1/+2
* Fix the license headersJF Bastien2015-12-211-1/+15
* update spec test interpreter to new spectest module nameAlon Zakai2015-12-011-2/+2
* refactor wasm.js so that it will be able to support multiple wasm loading met...Alon Zakai2015-11-281-0/+4