Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use newer vanilla emscripten | Alon Zakai | 2016-02-19 | 1 | -0/+0 |
| | |||||
* | use 3321 for now, for newer llvm | Alon Zakai | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'reorder-locals' | Alon Zakai | 2016-02-19 | 10 | -3437/+3557 |
|\ | |||||
| * | ensure a stable sort in ReorderLocals | Alon Zakai | 2016-02-19 | 4 | -2323/+2326 |
| | | |||||
| * | Remove empty function. | Michael | 2016-02-19 | 1 | -4/+0 |
| | | |||||
| * | Reorder locals. | Michael | 2016-02-19 | 10 | -1766/+1887 |
|/ | |||||
* | fix the topmost/switch label in LowerCase | Alon Zakai | 2016-02-18 | 2 | -7/+8 |
| | |||||
* | fix copyright date | Alon Zakai | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #201 from WebAssembly/lower-case | Alon Zakai | 2016-02-18 | 4 | -0/+272 |
|\ | | | | | Add a optional pass to lower cases | ||||
| * | LowerCase pass | Alon Zakai | 2016-02-18 | 4 | -0/+272 |
|/ | |||||
* | Merge pull request #200 from WebAssembly/print-pass | Alon Zakai | 2016-02-17 | 15 | -568/+604 |
|\ | | | | | Move printing to a pass | ||||
| * | overload wasm printing in std namespace | Alon Zakai | 2016-02-17 | 2 | -2/+13 |
| | | |||||
| * | remove --print-before and --print-after flags, since we now have --print | Alon Zakai | 2016-02-17 | 3 | -38/+6 |
| | | |||||
| * | fix date | Alon Zakai | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | update auto updater | Alon Zakai | 2016-02-17 | 1 | -1/+5 |
| | | |||||
| * | add wasm-printing.h | Alon Zakai | 2016-02-17 | 10 | -13/+60 |
| | | |||||
| * | move printing to a pass | Alon Zakai | 2016-02-17 | 11 | -530/+536 |
|/ | |||||
* | add example testcases to auto-updater, and update it | Alon Zakai | 2016-02-17 | 2 | -1/+12 |
| | |||||
* | wasm_backend testcases require vanilla_llvm, anything else may be too old | Alon Zakai | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | memory max is optional, don't emit it when not necessary | Alon Zakai | 2016-02-17 | 67 | -67/+67 |
| | |||||
* | Update LLVM build and tests to 3913 (r261014) | Derek Schuff | 2016-02-16 | 450 | -36651/+41887 |
| | | | | Includes recent bug fixes. Also update waterfall and spec repo. | ||||
* | update wasm.js build | Alon Zakai | 2016-02-16 | 1 | -23950/+25099 |
| | |||||
* | Merge pull request #198 from gskachkov/master | Alon Zakai | 2016-02-16 | 1 | -1/+1 |
|\ | | | | | Tiny fix in readme file | ||||
| * | Fix TYPO in README | Alexandr Skachkov | 2016-02-17 | 1 | -1/+1 |
| | | |||||
* | | send flattened output to v8 and structed to sm. send only functions to both | Alon Zakai | 2016-02-15 | 1 | -4/+6 |
| | | |||||
* | | add sm code to parallel v8 code in integrateWasmJS | Alon Zakai | 2016-02-15 | 1 | -5/+11 |
|/ | |||||
* | Update to build 3140 | JF Bastien | 2016-02-15 | 2 | -1/+1 |
| | | | | No changes, but the waterfall is finally caught up (infra was having issues) so updating now is nice. | ||||
* | Merge pull request #197 from WebAssembly/update-3113 | JF Bastien | 2016-02-13 | 17 | -448/+4904 |
|\ | | | | | Update 3113 | ||||
| * | Update to build 3113 | JF Bastien | 2016-02-13 | 16 | -448/+4904 |
| | | | | | | | | A few more LLVM tests make it through. | ||||
| * | Update waterfall | JF Bastien | 2016-02-13 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #196 from WebAssembly/spec-start | Alon Zakai | 2016-02-12 | 5 | -50/+94 |
|\ | | | | | Fully support start in wasm modules | ||||
| * | call start method in interpreter | Alon Zakai | 2016-02-12 | 2 | -0/+4 |
| | | |||||
| * | add start to binary format | Alon Zakai | 2016-02-12 | 1 | -1/+16 |
| | | |||||
| * | validate start | Alon Zakai | 2016-02-12 | 1 | -2/+13 |
| | | |||||
| * | refactor binaryen-shell to accept a wast that begins with a module ↵ | Alon Zakai | 2016-02-12 | 1 | -47/+61 |
| | | | | | | | | invalidity test | ||||
* | | refactor operations into Literal | Alon Zakai | 2016-02-12 | 2 | -227/+507 |
|/ | |||||
* | Merge pull request #195 from WebAssembly/swaptsan | Alon Zakai | 2016-02-11 | 1 | -1/+1 |
|\ | | | | | Allow failures on TSan Travis build, require ASan to pass | ||||
| * | Allow failures on TSan Travis build, require ASan to pass | Derek Schuff | 2016-02-11 | 1 | -1/+1 |
|/ | | | | | We've fixed the ASan errors, so this bot can stay green. Now there's flake on the TSan bot :( | ||||
* | Update test revision and torture tests to waterfall build 3002 | Derek Schuff | 2016-02-11 | 62 | -9149/+7186 |
| | | | | This brings in the LLVM changes for varargs, so new tests now pass. | ||||
* | Merge pull request #194 from WebAssembly/store-parsing | Alon Zakai | 2016-02-10 | 10 | -44/+34 |
|\ | | | | | Store parsing fix | ||||
| * | fix s2wasm store parsing | Alon Zakai | 2016-02-10 | 9 | -43/+31 |
| | | |||||
| * | fix store printing | Alon Zakai | 2016-02-10 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #192 from WebAssembly/longjmp-throw | JF Bastien | 2016-02-11 | 1 | -18/+18 |
|\ \ | |/ |/| | longjmp -> throw | ||||
| * | longjmp -> throw | JF Bastien | 2016-02-09 | 1 | -18/+18 |
| | | | | | | | | Older tsan doesn't like longjmp. Use throw. | ||||
* | | Merge pull request #176 from WebAssembly/asan-op-parse | Alon Zakai | 2016-02-09 | 1 | -1/+4 |
|\ \ | |/ |/| | Fix out-of-bounds read | ||||
| * | Fix out-of-bounds read | JF Bastien | 2016-02-09 | 1 | -1/+4 |
|/ | | | | Found by asan | ||||
* | Align the stack allocation to 16 bytes to satisfy the aligment ABI | Derek Schuff | 2016-02-08 | 2 | -10/+2 |
| | |||||
* | Merge pull request #190 from WebAssembly/br_if-operand-order | Alon Zakai | 2016-02-08 | 725 | -4176/+4489 |
|\ | | | | | Update binaryen and several tests for the new br_if operand order. | ||||
| * | Update waterfall build and torture-test .s files to 2907 | Derek Schuff | 2016-02-08 | 702 | -3953/+3953 |
| | | |||||
| * | Update binaryen and several tests for the new br_if operand order. | Dan Gohman | 2016-02-08 | 23 | -223/+536 |
|/ |