Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix float payloads based on #152 | Alon Zakai | 2016-01-29 | 1 | -2/+2 | |
| | ||||||
* | support exports by a different name in binary format | Alon Zakai | 2016-01-29 | 1 | -7/+14 | |
| | ||||||
* | clarify Export fields | Alon Zakai | 2016-01-29 | 1 | -2/+2 | |
| | ||||||
* | fix printing of i64 loads of 4 bytes | Alon Zakai | 2016-01-29 | 1 | -1/+3 | |
| | ||||||
* | fix ConvertSInt64 in binary format | Alon Zakai | 2016-01-29 | 1 | -1/+1 | |
| | ||||||
* | fix more conversion opcodes | Alon Zakai | 2016-01-29 | 1 | -4/+4 | |
| | ||||||
* | fix conversion opcodes in binary format | Alon Zakai | 2016-01-29 | 1 | -4/+4 | |
| | ||||||
* | add import module.base to binary format | Alon Zakai | 2016-01-28 | 1 | -2/+6 | |
| | ||||||
* | join adjacent identical ifs | Alon Zakai | 2016-01-28 | 1 | -2/+0 | |
| | ||||||
* | current binary format has power of 2 memory, so use ceil to ensure that the ↵ | Alon Zakai | 2016-01-28 | 1 | -2/+2 | |
| | | | | conversion only increases memory, and does not make it too small for the segments | |||||
* | fix memory segment reading in binary format | Alon Zakai | 2016-01-28 | 1 | -4/+5 | |
| | ||||||
* | Use bit_cast in parseConst, avoid UB | JF Bastien | 2016-01-28 | 1 | -24/+19 | |
| | ||||||
* | Factor out bit_cast. | JF Bastien | 2016-01-28 | 2 | -14/+43 | |
| | ||||||
* | Don't emit NaN payload when zero. | JF Bastien | 2016-01-28 | 1 | -7/+11 | |
| | ||||||
* | Output NaN payloads only | JF Bastien | 2016-01-28 | 1 | -6/+12 | |
| | | | | As discussed with @binji and @sunfish in https://github.com/WebAssembly/sexpr-wasm-prototype/issues/28 | |||||
* | Write each memory segment on its own line | JF Bastien | 2016-01-27 | 1 | -2/+2 | |
| | | | | 30k+ column files are silly. | |||||
* | Add s2wasm option to ignore unknown symbols | JF Bastien | 2016-01-27 | 2 | -8/+22 | |
| | | | | This is useful for bringup. | |||||
* | s2wasm: support aliased functions | JF Bastien | 2016-01-27 | 1 | -7/+30 | |
| | ||||||
* | sort keys in metrics | Alon Zakai | 2016-01-27 | 1 | -6/+15 | |
| | ||||||
* | Adds a --metrics command line argument to print metrics about .wast files ↵ | Michael | 2016-01-27 | 3 | -0/+98 | |
| | | | | between optimization passes. | |||||
* | ignore zero-size segments in binary format | Alon Zakai | 2016-01-27 | 1 | -1/+6 | |
| | ||||||
* | Parenthesize macro arguments. | Dan Gohman | 2016-01-27 | 1 | -2/+2 | |
| | ||||||
* | support tee_local in .s files | Alon Zakai | 2016-01-27 | 1 | -0/+9 | |
| | ||||||
* | parse 0-size blocks | Alon Zakai | 2016-01-27 | 2 | -4/+2 | |
| | ||||||
* | fix select type | Alon Zakai | 2016-01-27 | 2 | -1/+6 | |
| | ||||||
* | fix MemorySize type | Alon Zakai | 2016-01-27 | 1 | -1/+5 | |
| | ||||||
* | fix function results in binary format reading | Alon Zakai | 2016-01-27 | 1 | -0/+1 | |
| | ||||||
* | improve assert | Alon Zakai | 2016-01-27 | 1 | -1/+7 | |
| | ||||||
* | Merge pull request #144 from mbebenita/apple-colors | Alon Zakai | 2016-01-27 | 1 | -1/+1 | |
|\ | | | | | Fix colors on OSX. | |||||
| * | Fix colors on OSX. | Michael | 2016-01-26 | 1 | -1/+1 | |
| | | | | | | | | Apple OSes define __APPLE__ instead of the lower case __apple__. | |||||
* | | increase function and block sizes in binary format, to get more real-world ↵ | Alon Zakai | 2016-01-26 | 1 | -6/+6 | |
| | | | | | | | | code to build | |||||
* | | fix GrowMemory parsing | Alon Zakai | 2016-01-26 | 1 | -0/+1 | |
| | | ||||||
* | | Ignore meta data emitted by clang on Mac OS X | Alexander Meißner | 2016-01-26 | 1 | -1/+11 | |
| | | ||||||
* | | support p2align for function alignment in s2wasm | Alon Zakai | 2016-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | accept either align or p2align on globals in s2wasm | Alon Zakai | 2016-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | handle new alignment format from llvm | Alon Zakai | 2016-01-25 | 1 | -2/+44 | |
| | | ||||||
* | | fold if-br into br_if | Alon Zakai | 2016-01-23 | 1 | -3/+12 | |
| | | ||||||
* | | avoid emitting a block in a loop when the .wast format allows doing so #139 | Alon Zakai | 2016-01-23 | 1 | -1/+10 | |
| | | ||||||
* | | allocate __stack_pointer completely | Alon Zakai | 2016-01-22 | 1 | -1/+3 | |
| | | ||||||
* | | remove bad comment | Alon Zakai | 2016-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | more flexibility in section reading in binary format code | Alon Zakai | 2016-01-22 | 1 | -16/+23 | |
|/ | ||||||
* | add more binary opcodes and a kitchen sink test #136 | Alon Zakai | 2016-01-22 | 1 | -2/+6 | |
| | ||||||
* | add I32ReinterpretF32 in binary format, for now | Alon Zakai | 2016-01-22 | 1 | -2/+3 | |
| | ||||||
* | add missing binary opcodes | Alon Zakai | 2016-01-21 | 1 | -22/+57 | |
| | ||||||
* | Merge pull request #129 from WebAssembly/binaryen-shell-command-lines | Alon Zakai | 2016-01-20 | 1 | -92/+52 | |
|\ | | | | | Use command-line & waterfall for binaryen-shell | |||||
| * | Use command-line & waterfall for binaryen-shell | JF Bastien | 2016-01-20 | 1 | -92/+52 | |
| | | ||||||
* | | wasm2asm: use support/command-line.h | JF Bastien | 2016-01-20 | 2 | -36/+40 | |
| | | ||||||
* | | mapLocals even if no locals, but there are params #127 | Alon Zakai | 2016-01-20 | 1 | -5/+8 | |
| | | ||||||
* | | only the IString constructor for Name can avoid memory copying | Alon Zakai | 2016-01-20 | 1 | -1/+1 | |
|/ | ||||||
* | Fix command-line help when there's only long or short | JF Bastien | 2016-01-20 | 1 | -2/+4 | |
| |