summaryrefslogtreecommitdiff
path: root/test/dump/br-loop-inner-expr.txt
Commit message (Expand)AuthorAgeFilesLines
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-1/+1
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-1/+1
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-071-2/+2
* Rename wasmdump to wasm-objdump (#455)Sam Clegg2017-05-251-1/+1
* Fix disassembly of 64-bit values in wasmdump (#446)Ben Smith2017-05-221-4/+4
* [wasmdump] Display function names at call sites in disassembly (#441)Sam Clegg2017-05-191-2/+2
* Regenerate expected test output (#423)Sam Clegg2017-05-101-0/+1
* Use 8 hex digits for wasm version rather than 6. (#391)pipcet2017-04-051-1/+1
* Add callback for end opcode and end of function (#358)Sam Clegg2017-03-161-0/+1
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-3/+3
* Update wasm binary format label to 1 (#310)Derek Schuff2017-02-241-2/+2
* Add function names and relocations to wasmdump disassembly (#285)Sam Clegg2017-01-231-1/+2
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-11/+11
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-29/+29
* Update tests syntax to new flat syntax (#169)Kwadwo 'Que' Amankwa2016-10-181-6/+14
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-6/+17
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-51/+51
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-15/+15
* append END opcode at end of functionBen Smith2016-09-301-3/+5
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-54/+52
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-26/+28
* arities for call, break and returnBen Smith2016-04-281-11/+12
* update dump testsBen Smith2016-04-281-50/+51
* remove end sectionBen Smith2016-03-111-6/+1
* optimize out unnecessary blocksBen Smith2016-03-101-25/+21
* sections have size and name as stringBen Smith2016-03-091-37/+57
* update v8, use function sig and body sectionsBen Smith2016-03-091-32/+33
* rebase master; remove need for local decl fixupBen Smith2016-03-071-1/+0
* Rebase the dumps on local decls changes.Ben L. Titzer2016-03-071-25/+27
* store i32.const and i64.const as signed-LEB128Ben Smith2016-03-041-10/+10
* use if/then/else instead of if/if_elseBen Smith2016-03-031-16/+20
* binary format has magic and version numberBen Smith2016-02-281-30/+33
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-3/+3
* remove break keyword, rename to brBen Smith2015-12-171-0/+44