summaryrefslogtreecommitdiff
path: root/src/passes/Print.cpp
Commit message (Expand)AuthorAgeFilesLines
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-2/+7
* Address review feedback for #1014 (#1016)Alon Zakai2017-05-181-3/+3
* Validate finalization (#1014)Alon Zakai2017-05-181-4/+9
* Replace text annotations with explicit file/line for debug info (#967)Derek Schuff2017-04-131-4/+5
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+2
* read unknown users sections as binary data stored on the Module (#918)Alon Zakai2017-02-211-0/+5
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-1/+1
* asm2wasm debuginfo (#895)Alon Zakai2017-02-071-0/+13
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-4/+4
* Don't create a memory section for an imported memory; fixes #772 (#773)Benjamin Bouvier2016-10-131-8/+1
* allow a maximum 0 size for a tableAlon Zakai2016-10-111-1/+1
* Don't create table sections for imported tables (#756)Derek Schuff2016-10-111-11/+4
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-12/+13
* Update i64 stores for 0xc (#731)jgravelle-google2016-10-041-1/+1
* More binary updates for 0xc (#733)Derek Schuff2016-10-031-1/+1
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-10/+10
* Make the linker always create a table segment (#722)Derek Schuff2016-09-301-0/+2
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-0/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-0/+3
* Update binary encoding for block, loop, and if signatures (#711)Derek Schuff2016-09-271-0/+3
* memory and table printing fixesAlon Zakai2016-09-201-8/+36
* globals mutability fixesAlon Zakai2016-09-191-1/+5
* block signaturesAlon Zakai2016-09-161-0/+3
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-1/+1
* new export syntax in spec repoAlon Zakai2016-09-071-16/+23
* new import syntax in spec repoAlon Zakai2016-09-071-23/+13
* allow forcing full print mode in the envAlon Zakai2016-09-071-0/+3
* improve full mode printingAlon Zakai2016-09-071-0/+3
* use globals in asm2wasmAlon Zakai2016-09-071-3/+3
* get_global and set_global use a Name instead of an Index, to be more consiste...Alon Zakai2016-09-071-8/+5
* import type for globalsAlon Zakai2016-09-071-1/+7
* import kindsAlon Zakai2016-09-071-0/+7
* export kindsAlon Zakai2016-09-071-7/+8
* globals printing fix, handle the case with no moduleAlon Zakai2016-09-071-1/+2
* check store value type, and validation printing improvementsAlon Zakai2016-09-071-0/+4
* print wasm types in full modeAlon Zakai2016-09-071-15/+16
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-8/+8
* call_indirect now has the target at the endAlon Zakai2016-09-071-1/+1
* it is not cool to return a nopAlon Zakai2016-09-071-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-2/+14
* debugging in printAlon Zakai2016-09-071-0/+2
* offset support in tableAlon Zakai2016-08-151-6/+9
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-1/+5
* support expressions in segment offsetsAlon Zakai2016-08-121-5/+6
* Fix trailing whitespace, single-character strings, checking map element prese...Dominic Chen2016-07-221-11/+11
* support wasm globals (#650)Alon Zakai2016-07-211-0/+27
* quote names in s-format that need itAlon Zakai2016-07-051-9/+27
* Add initialization functions for passes to avoid missing pass registration du...Jukka Jylänki2016-06-211-3/+9
* make call_indirect type a name, so that it is not a dependency on the module,...Alon Zakai2016-06-031-1/+1
* move function parallelism to pass and pass runner, which allows more efficien...Alon Zakai2016-06-031-4/+4