| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Revert "No validation errors after the End" | Luke Wagner | 2016-03-14 | 1 | -12/+15 | |
| | | | | | | | | | This reverts commit e3375281d46fe39cc1f37a4cd02cc524d3c8fdc6. | |||||
| | * | No validation errors after the End | Luke Wagner | 2016-03-13 | 1 | -15/+12 | |
| | | | ||||||
| | * | Update size of smallest module | Luke Wagner | 2016-03-12 | 1 | -4/+5 | |
| | | | ||||||
| | * | Define precise order of sections | Luke Wagner | 2016-03-11 | 1 | -64/+77 | |
| | | | ||||||
| * | | Reserved bitfield minor word change | George Kuan | 2016-03-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #606 from naturaltransformation/patch-10 | rossberg-chromium | 2016-03-24 | 1 | -2/+2 | |
| |\ \ | | | | | | | Forward compatibility for unused bitfield bits | |||||
| | * | | Forward compatibility for unused bitfield bits | George Kuan | 2016-03-11 | 1 | -2/+2 | |
| | |/ | | | | | The remaining bits in the flag are underspecified. We should consider specifying them. | |||||
| * / | AstSemantics dead link in BinaryEncoding | Anthony | 2016-03-17 | 1 | -1/+1 | |
| |/ | ||||||
| * | Typo that messes up the opcode table | George Kuan | 2016-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | Minor transposition typos | George Kuan | 2016-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | Encodings for i32.eqz and i64.eqz. | Dan Gohman | 2016-03-09 | 1 | -1/+2 | |
| | | ||||||
| * | Add the rotate operator encodings. | Douglas Crosher | 2016-03-10 | 1 | -0/+4 | |
| | | | | | Corresponds to https://codereview.chromium.org/1755013003/ | |||||
| * | Add back the varuint32 in data_segment | Luke Wagner | 2016-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Opcodes should also be LEB128; we're definitely going to end up with ↵ | Luke Wagner | 2016-03-09 | 1 | -3/+3 | |
| | | | | | | | >256 after SIMD" This reverts commit edac92d9e10e5fb3ea8e305236c6d00da05a8d48 | |||||
| * | Opcodes should also be LEB128; we're definitely going to end up with >256 ↵ | Luke Wagner | 2016-03-09 | 1 | -3/+3 | |
| | | | | | after SIMD | |||||
| * | Clarify alignment description | Luke Wagner | 2016-03-09 | 1 | -1/+7 | |
| | | ||||||
| * | Change br_table branch offsets to uint32 | Luke Wagner | 2016-03-09 | 1 | -2/+2 | |
| | | ||||||
| * | Update flags/alignment immediate | Luke Wagner | 2016-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Convert remaining fixed-width integers to varuint32 | Luke Wagner | 2016-03-09 | 1 | -25/+19 | |
| | | ||||||
| * | Update references to Function section to Function Signatures section | Luke Wagner | 2016-03-09 | 1 | -4/+3 | |
| | | ||||||
| * | Add back function body size | Luke Wagner | 2016-03-09 | 1 | -0/+1 | |
| | | ||||||
| * | Address comments | Luke Wagner | 2016-03-09 | 1 | -3/+4 | |
| | | ||||||
| * | Remove now-unnecessary signature index from export | Luke Wagner | 2016-03-09 | 1 | -1/+0 | |
| | | ||||||
| * | Split Functions section into Function Signatures and Function Bodies | Luke Wagner | 2016-03-09 | 1 | -13/+16 | |
| | | ||||||
| * | Merge pull request #589 from WebAssembly/load_global | Dan Gohman | 2016-03-09 | 1 | -2/+0 | |
| |\ | | | | | Remove the nonstandard load_global and store_global opcodes. | |||||
| | * | Remove the nonstandard load_global and store_global opcodes. | Dan Gohman | 2016-03-04 | 1 | -2/+0 | |
| | | | ||||||
| * | | Add the actual inline bytes | Luke Wagner | 2016-03-08 | 1 | -0/+1 | |
| | | | ||||||
| * | | Store data segments inline | Luke Wagner | 2016-03-07 | 1 | -6/+6 | |
| | | | ||||||
| * | | Store strings inline in the import/export entries | Luke Wagner | 2016-03-07 | 1 | -7/+6 | |
| | | | ||||||
| * | | Merge pull request #580 from WebAssembly/name-section | Luke Wagner | 2016-03-07 | 1 | -2/+40 | |
| |\ \ | | | | | | | Names section | |||||
| | * | | Fix typo | Luke Wagner | 2016-03-04 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Rename 'names' to 'entries' | Luke Wagner | 2016-03-04 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Fuse into one section, give arrays lengths, allow lengths to differ | Luke Wagner | 2016-03-04 | 1 | -31/+24 | |
| | | | | ||||||
| | * | | Remove non-null requirement | Luke Wagner | 2016-03-04 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Switch to up-front length from null-terminator | Luke Wagner | 2016-03-04 | 1 | -12/+22 | |
| | | | | ||||||
| | * | | s/observable/execution/ | Luke Wagner | 2016-03-04 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Mention 0 or 1 times | Luke Wagner | 2016-03-04 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Names section | Luke Wagner | 2016-03-04 | 1 | -2/+37 | |
| | | | | ||||||
| * | | | Change call_import to 0x1f. | Dan Gohman | 2016-03-04 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Merge pull request #588 from WebAssembly/call-import | Dan Gohman | 2016-03-04 | 1 | -1/+2 | |
| |\ \ | | | | | | | Add a call_import opcode | |||||
| | * | | Rename call_function to call, to match AstSemantics.md. | Dan Gohman | 2016-03-04 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add an opcode for call_indirect. | Dan Gohman | 2016-03-04 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge pull request #586 from WebAssembly/br_table | titzer | 2016-03-04 | 1 | -5/+7 | |
| |\ \ | | | | | | | Replace tableswitch with br_table. | |||||
| | * | | Add default target | titzer | 2016-03-04 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Replace tableswitch with br_table. | titzer | 2016-03-04 | 1 | -6/+7 | |
| | |/ | ||||||
| * / | Update opcode names to match AstSemantics.md. | Dan Gohman | 2016-03-04 | 1 | -29/+29 | |
| |/ | ||||||
| * | Merge pull request #581 from WebAssembly/rm-globals | Luke Wagner | 2016-03-02 | 1 | -23/+0 | |
| |\ | | | | | Remove nonstandard Globals section | |||||
| | * | Remove nonstandard Globals section | Luke Wagner | 2016-03-01 | 1 | -23/+0 | |
| | | | ||||||
| * | | Merge pull request #572 from WebAssembly/locals_to_func_body | titzer | 2016-03-02 | 1 | -14/+20 | |
| |\ \ | | | | | | | Move local entries to be part of the function body. | |||||
| | * | | Move local entries to be part of the function body. | titzer | 2016-03-01 | 1 | -14/+20 | |
| | | | | ||||||
