Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #130 from WebAssembly/wasm2asm-command-line | Alon Zakai | 2016-01-20 | 2 | -36/+40 |
|\ | | | | | wasm2asm: use support/command-line.h | ||||
| * | 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 | 7 | -21/+46 |
| | |||||
* | 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 |
| | |||||
* | Merge pull request #126 from WebAssembly/jfbastien-patch-1 | Alon Zakai | 2016-01-20 | 1 | -0/+1 |
|\ | | | | | Name: support std::string ctor | ||||
| * | Don't allow re-using memory | JF Bastien | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | Name: support std::string ctor | JF Bastien | 2016-01-20 | 1 | -0/+1 |
|/ | | | This makes other code less verbose | ||||
* | Fix format | JF Bastien | 2016-01-20 | 1 | -6/+7 |
| | |||||
* | clear global state for each function in binary processing #125 | Alon Zakai | 2016-01-20 | 4 | -78480/+10457 |
| | |||||
* | further fix for not having vanilla llvm workable locally | Alon Zakai | 2016-01-20 | 1 | -2/+3 |
| | |||||
* | fix switch default in binary format #123 | Alon Zakai | 2016-01-20 | 3 | -30/+35 |
| | |||||
* | fix non-vanilla llvm testing of wasm-backend testcases | Alon Zakai | 2016-01-20 | 1 | -6/+7 |
| | |||||
* | improve wasm2asm switch emitting, and add testcase | Alon Zakai | 2016-01-20 | 6 | -2135/+73 |
| | |||||
* | fix mapLocals in binary format handling | Alon Zakai | 2016-01-19 | 3 | -11880/+11880 |
| | |||||
* | set LLVM for vanilla llvm, and remove it later, to not confuse normal emcc | Alon Zakai | 2016-01-19 | 1 | -5/+10 |
| | |||||
* | Merge pull request #103 from mbebenita/static-poly | Alon Zakai | 2016-01-19 | 16 | -338/+345 |
|\ | | | | | Use LLVM style static polymorphism for AST Visitors | ||||
| * | Add unreachable macro for the default case. | Michael Bebenita | 2016-01-15 | 1 | -4/+1 |
| | | |||||
| * | Add default case so that GCC doesn't complain. | Michael Bebenita | 2016-01-14 | 1 | -0/+4 |
| | | |||||
| * | Some cleanup. | Michael Bebenita | 2016-01-14 | 13 | -71/+52 |
| | | |||||
| * | Use LLVM style static polymorphism for WasmVisitors. | Michael Bebenita | 2016-01-13 | 16 | -256/+265 |
| | | |||||
| * | A more generic compiler pass system. | Michael Bebenita | 2016-01-13 | 8 | -96/+112 |
| | | |||||
* | | Merge pull request #119 from JSStats/mem-offset-flag | Alon Zakai | 2016-01-19 | 1 | -2/+2 |
|\ \ | | | | | | | Memory access offset flag is bit 4. | ||||
| * | | Memory access offset flag is bit 4. | Douglas Crosher | 2016-01-18 | 1 | -2/+2 |
| | | | |||||
* | | | fix check.py after recent movement of code | Alon Zakai | 2016-01-18 | 1 | -7/+7 |
| | | | |||||
* | | | Merge pull request #120 from WebAssembly/node | JF Bastien | 2016-01-18 | 1 | -69/+82 |
|\ \ \ | | | | | | | | | Detect whether vanilla emcc works | ||||
| * | | | strip rev, removing newline | JF Bastien | 2016-01-18 | 1 | -2/+2 |
| | | | | |||||
| * | | | Detect whether vanilla emcc works | JF Bastien | 2016-01-18 | 1 | -69/+82 |
|/ / / | | | | | | | | | | Only run WASM_BACKEND tests if it does. | ||||
* | | | 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. | ||||
* | | | Merge branch 'master' of github.com:WebAssembly/binaryen | JF Bastien | 2016-01-18 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge pull request #113 from JSStats/func-sig-order | Alon Zakai | 2016-01-18 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Function section has the flags before the signature index. | ||||
| | * | | | Function section has the flags before the signature index. | Douglas Crosher | 2016-01-18 | 1 | -2/+2 |
| | |/ / | |||||
* | / / | Update waterfall. | JF Bastien | 2016-01-18 | 1 | -0/+0 |
|/ / / | |||||
* | | | update readme | Alon Zakai | 2016-01-17 | 1 | -11/+17 |
| | | | |||||
* | | | Merge pull request #112 from WebAssembly/vanilla | Alon Zakai | 2016-01-17 | 6 | -30/+79933 |
|\ \ \ | | | | | | | | | Vanilla LLVM testing | ||||
| * | | | go back to simpler method of getting waterfall in check.py, we'll refactor ↵ | Alon Zakai | 2016-01-17 | 1 | -7/+19 |
| | | | | | | | | | | | | | | | | later once the shared api stabilizes | ||||
| * | | | Fix untar usage | JF Bastien | 2016-01-17 | 2 | -6/+8 |
| | | | | |||||
| * | | | try untar() on the base dir, because it doesn't like the full target dir | Alon Zakai | 2016-01-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | improve clang checking reporting | Alon Zakai | 2016-01-17 | 1 | -3/+4 |
| | | | | |||||
| * | | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | | | |||||
| * | | | update waterfall build dir | Alon Zakai | 2016-01-17 | 1 | -3/+3 |
| | | | | |||||
| * | | | improve warnings in check.py | Alon Zakai | 2016-01-17 | 1 | -5/+10 |
| | | | | |||||
| * | | | refactor code to use #117 | Alon Zakai | 2016-01-17 | 1 | -20/+12 |
| | | | | |||||
| * | | | 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 | 2 | -2/+7 |
| | | | | |||||
| * | | | update emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -0/+0 |
| | | | | |||||
| * | | | try again to install node on travis | Alon Zakai | 2016-01-17 | 1 | -4/+2 |
| | | | | |||||
| * | | | look for node as either nodejs or node | Alon Zakai | 2016-01-17 | 1 | -6/+10 |
| | | | | |||||
| * | | | use nodejs in travis | Alon Zakai | 2016-01-17 | 1 | -0/+2 |
| | | | | |||||
| * | | | add wasm.js build | Alon Zakai | 2016-01-17 | 2 | -1/+79823 |
| | | | |