Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ConvertSInt64 in binary format | Alon Zakai | 2016-01-29 | 1 | -2/+2 |
| | |||||
* | fix more conversion opcodes | Alon Zakai | 2016-01-29 | 1 | -4/+4 |
| | |||||
* | fix conversion opcodes in binary format | Alon Zakai | 2016-01-29 | 1 | -8/+8 |
| | |||||
* | add import module.base to binary format | Alon Zakai | 2016-01-28 | 2 | -3/+3 |
| | |||||
* | fix memory segment reading in binary format | Alon Zakai | 2016-01-28 | 2 | -2/+6 |
| | |||||
* | Don't emit NaN payload when zero. | JF Bastien | 2016-01-28 | 1 | -4/+4 |
| | |||||
* | Output NaN payloads only | JF Bastien | 2016-01-28 | 1 | -4/+4 |
| | | | | 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 | 14 | -14/+59 |
| | | | | 30k+ column files are silly. | ||||
* | s2wasm: support aliased functions | JF Bastien | 2016-01-27 | 2 | -0/+51 |
| | |||||
* | support tee_local in .s files | Alon Zakai | 2016-01-27 | 7 | -1456/+2109 |
| | |||||
* | Latest LLVM + http://reviews.llvm.org/D16650 | Dan Gohman | 2016-01-27 | 7 | -1091/+1417 |
| | |||||
* | fix function results in binary format reading | Alon Zakai | 2016-01-27 | 6 | -85/+85 |
| | |||||
* | Update waterfall repo | JF Bastien | 2016-01-26 | 2 | -0/+0 |
| | | | | Need to update arguments. | ||||
* | Added test case for .*_version_min * meta data | Alexander Meißner | 2016-01-26 | 2 | -0/+44 |
| | |||||
* | Update .wast files with expected output. | Dan Gohman | 2016-01-25 | 2 | -6/+94 |
| | |||||
* | Update llvm_autogenerated tests to LLVM r258792. | Dan Gohman | 2016-01-25 | 4 | -22/+88 |
| | |||||
* | handle new alignment format from llvm | Alon Zakai | 2016-01-25 | 3 | -19/+635 |
| | |||||
* | Latest LLVM + http://reviews.llvm.org/D16534 | Dan Gohman | 2016-01-25 | 60 | -2791/+3925 |
| | |||||
* | fold if-br into br_if | Alon Zakai | 2016-01-23 | 6 | -219/+234 |
| | |||||
* | avoid emitting a block in a loop when the .wast format allows doing so #139 | Alon Zakai | 2016-01-23 | 10 | -18455/+17975 |
| | |||||
* | allocate __stack_pointer completely | Alon Zakai | 2016-01-22 | 52 | -82/+82 |
| | |||||
* | missing file | Alon Zakai | 2016-01-22 | 1 | -0/+433 |
| | |||||
* | add I32ReinterpretF32 in binary format, for now | Alon Zakai | 2016-01-22 | 1 | -0/+431 |
| | |||||
* | add missing binary opcodes | Alon Zakai | 2016-01-21 | 1 | -0/+397 |
| | |||||
* | Merge pull request #129 from WebAssembly/binaryen-shell-command-lines | Alon Zakai | 2016-01-20 | 2 | -71/+0 |
|\ | | | | | Use command-line & waterfall for binaryen-shell | ||||
| * | Use command-line & waterfall for binaryen-shell | JF Bastien | 2016-01-20 | 2 | -71/+0 |
| | | |||||
* | | mapLocals even if no locals, but there are params #127 | Alon Zakai | 2016-01-20 | 6 | -16/+38 |
|/ | |||||
* | clear global state for each function in binary processing #125 | Alon Zakai | 2016-01-20 | 3 | -78480/+10453 |
| | |||||
* | fix switch default in binary format #123 | Alon Zakai | 2016-01-20 | 2 | -28/+28 |
| | |||||
* | improve wasm2asm switch emitting, and add testcase | Alon Zakai | 2016-01-20 | 5 | -2131/+64 |
| | |||||
* | fix mapLocals in binary format handling | Alon Zakai | 2016-01-19 | 2 | -11876/+11876 |
| | |||||
* | Merge pull request #103 from mbebenita/static-poly | Alon Zakai | 2016-01-19 | 1 | -1/+1 |
|\ | | | | | Use LLVM style static polymorphism for AST Visitors | ||||
| * | Some cleanup. | Michael Bebenita | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 1 | -1/+1 |
| | | |||||
* | | Update revision to 2053 | JF Bastien | 2016-01-18 | 1 | -1/+1 |
| | | | | | | | | This revision contains the shared-library version of LLVM and is much smaller. | ||||
* | | Update waterfall. | JF Bastien | 2016-01-18 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | no need to set env var for emcc if using vanilla llvm | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | add emscripten submodule on vanilla branch | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #116 from JSStats/br-value | Alon Zakai | 2016-01-17 | 2 | -74/+277 |
|\ \ | | | | | | | The break operation may have a value, and must with the v8 encoding. | ||||
| * | | The break operation may have a value, and must with the v8 encoding. | Douglas Crosher | 2016-01-18 | 2 | -74/+277 |
| | | | |||||
* | | | Update to build 2026. | JF Bastien | 2016-01-17 | 2 | -1/+1 |
|/ / | |||||
* | | Update to build 2016. | JF Bastien | 2016-01-16 | 1050 | -1315/+271 |
| | | |||||
* | | Merge pull request #114 from WebAssembly/disable-offset-folding | Alon Zakai | 2016-01-15 | 1 | -0/+1 |
|\ \ | | | | | | | Disable importing of the offset-folding test. | ||||
| * | | Disable importing of the offset-folding test. | Dan Gohman | 2016-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | The LLVM test its generated from has external global variables, which isn't supported in s2wasm. |