Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #189 from WebAssembly/br_if-changes | Alon Zakai | 2016-02-08 | 32 | -129849/+27211 |
|\ | | | | | br_if updates | ||||
| * | make mem.cpp test less sensitive to stack positions | Alon Zakai | 2016-02-08 | 2 | -2/+2 |
| | | |||||
| * | update wasm.js | Alon Zakai | 2016-02-08 | 3 | -26871/+27028 |
| | | |||||
| * | update test outputs | Alon Zakai | 2016-02-08 | 15 | -265/+142 |
| | | |||||
| * | check break types in validator | Alon Zakai | 2016-02-08 | 1 | -0/+22 |
| | | |||||
| * | remove wast => wast operation in auto_update_tests.py, as it breaks when the ↵ | Alon Zakai | 2016-02-08 | 7 | -102698/+0 |
| | | | | | | | | spec changes, and remove some unnecessarily big wasts | ||||
| * | update spec tests and shift to putting the br_if condition at the end, as ↵ | Alon Zakai | 2016-02-08 | 4 | -13/+17 |
|/ | | | | was just changed to in the spec | ||||
* | Merge pull request #188 from WebAssembly/select_parse | Derek Schuff | 2016-02-05 | 134 | -1862/+1507 |
|\ | | | | | Fix .s parser to accept new order of select operands | ||||
| * | Fix .s parser to accept new order of select operands | Derek Schuff | 2016-02-05 | 134 | -1862/+1507 |
|/ | | | | Also update waterfall revision and LLVM-generated tests. | ||||
* | Fix travis ASAN build | Derek Schuff | 2016-02-05 | 1 | -1/+2 |
| | | | | | | Apparently ENV is something special for Travis and isn't just for setting environment variables. Instead manually export the variables in before_install. | ||||
* | Merge pull request #183 from WebAssembly/asan_no_leak | Derek Schuff | 2016-02-05 | 1 | -1/+1 |
|\ | | | | | Suppress leak detection in ASan builder | ||||
| * | Suppress leak detection in ASan builder | Derek Schuff | 2016-02-05 | 1 | -1/+1 |
|/ | |||||
* | fix import parsing | Alon Zakai | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Update to build 2804 | JF Bastien | 2016-02-05 | 33 | -950/+950 |
| | | | | This updates a bunch of LLVM .s tests, but doesn't have any other fix (e.g. select). It'll make the next diff easier though. | ||||
* | auto-update: pass --start when needed | JF Bastien | 2016-02-05 | 1 | -2/+4 |
| | |||||
* | Merge pull request #187 from WebAssembly/select | JF Bastien | 2016-02-05 | 15 | -293/+305 |
|\ | | | | | Fix select |