Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | | | Merge pull request #104 from WebAssembly/more-torture | Alon Zakai | 2016-01-14 | 1 | -0/+290 | |
|\ \ \ | | | | | | | | | More torture | |||||
| * | | | update known failures | Alon Zakai | 2016-01-14 | 1 | -0/+65 | |
| | | | | ||||||
| * | | | run shell on s2wasm outputs, with a list of known failures | Alon Zakai | 2016-01-14 | 1 | -0/+225 | |
| | | | | ||||||
* | | | | Merge pull request #100 from WebAssembly/wasm-dis | Alon Zakai | 2016-01-14 | 4 | -0/+114680 | |
|\ \ \ \ | |/ / / |/| | | | wasm-dis | |||||
| * | | | fix type of const values from binary | Alon Zakai | 2016-01-14 | 2 | -4849/+4849 | |
| | | | | ||||||
| * | | | add missing types in binary reading | Alon Zakai | 2016-01-14 | 2 | -707/+707 | |
| | | | | ||||||
| * | | | add expected outputs from text->binary->text test | Alon Zakai | 2016-01-14 | 4 | -0/+114680 | |
| | |/ | |/| | ||||||
* / | | update.py with lkgr | JF Bastien | 2016-01-13 | 1050 | -1049/+4376 | |
|/ / | | | | | | | Everything is now green. | |||||
* | | Update torture tests. | JF Bastien | 2016-01-13 | 602 | -8496/+8076 | |
| | | ||||||
* | | update spec tests submodule | Alon Zakai | 2016-01-13 | 1 | -0/+0 | |
| | | ||||||
* | | Update memops.s for the new label syntax. | Dan Gohman | 2016-01-12 | 2 | -16/+14 | |
| | | ||||||
* | | Update basic.s for the new label syntax. | Dan Gohman | 2016-01-12 | 2 | -19/+20 | |
| | | ||||||
* | | update s2wasm for new block and loop format in .s files from llvm #97 | Alon Zakai | 2016-01-12 | 7 | -178/+206 | |
| | | ||||||
* | | Update tests for upstream changes. | Dan Gohman | 2016-01-11 | 7 | -187/+276 | |
|/ | | | | This updates the tests following the changes in http://reviews.llvm.org/D16105 . | |||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 24 | -0/+55 | |
| | | | | which is necessary for simple binary writing |