summaryrefslogtreecommitdiff
path: root/test/dump/store.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename wasmdump to wasm-objdump (#455)Sam Clegg2017-05-251-1/+1
* 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-4/+4
* 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
* Update testsuite to f71cbe72bd5f4fb871bee39a9dc1278fa662a8a5Ben Smith2016-12-151-89/+98
* Wasmdump improvments (#226)Sam Clegg2016-11-301-2/+2
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-2/+2
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-55/+55
* Update tests syntax to new flat syntax (#174)Kwadwo 'Que' Amankwa2016-10-201-9/+27
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-9/+30
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-92/+92
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-28/+28
* append END opcode at end of functionBen Smith2016-09-301-3/+5
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-93/+89
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-2/+2
* update dump testsBen Smith2016-04-281-99/+97
* just use the opcode everywhere, remove op_typeBen Smith2016-03-171-9/+9
* remove end sectionBen Smith2016-03-111-6/+1
* sections have size and name as stringBen Smith2016-03-091-80/+100
* update v8, use function sig and body sectionsBen Smith2016-03-091-77/+78
* Fix off-by-oneBen L. Titzer2016-03-091-14/+14
* Integrate commentsBen L. Titzer2016-03-091-14/+14
* Update loads and store immediates to be alignment varint followed by index va...Ben L. Titzer2016-03-091-54/+63
* 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-61/+63
* store i32.const and i64.const as signed-LEB128Ben Smith2016-03-041-53/+52
* binary format has magic and version numberBen Smith2016-02-281-68/+70
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-3/+3
* fix --dump-module flagBen Smith2015-12-111-0/+8
* don't write func name offset if func is not exportedBen Smith2015-12-031-53/+52
* don't write memory section if not specifiedBen Smith2015-12-031-64/+60
* finished code for dump, doesn't actually write yetBen Smith2015-12-031-9/+1
* support load/store offsets in d8Ben Smith2015-11-191-22/+22
* fix gen after v8-native change to make stmt=exprBen Smith2015-11-051-24/+24
* dedupe function signaturesBen Smith2015-10-231-1/+1
* update v8-native-prototype w/ new binary formatBen Smith2015-10-211-65/+62
* change prefix for test file formatBen Smith2015-10-131-2/+3
* add back 64-bit loads/stores of smaller memtypesBen Smith2015-09-281-15/+38
* remove toplevel blockBen Smith2015-09-251-39/+36
* use i8 const when value in range [-128,127]Ben Smith2015-09-151-41/+39
* update load/store again to match specBen Smith2015-09-151-6/+6
* remove all the other unnecessary store/load opsBen Smith2015-09-131-43/+19
* remove store_s/store_uBen Smith2015-09-121-125/+15