summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use newer vanilla emscriptenAlon Zakai2016-02-191-0/+0
|
* use 3321 for now, for newer llvmAlon Zakai2016-02-191-1/+1
|
* Merge branch 'reorder-locals'Alon Zakai2016-02-1910-3437/+3557
|\
| * ensure a stable sort in ReorderLocalsAlon Zakai2016-02-194-2323/+2326
| |
| * Remove empty function.Michael2016-02-191-4/+0
| |
| * Reorder locals.Michael2016-02-1910-1766/+1887
|/
* fix the topmost/switch label in LowerCaseAlon Zakai2016-02-182-7/+8
|
* fix copyright dateAlon Zakai2016-02-181-1/+1
|
* Merge pull request #201 from WebAssembly/lower-caseAlon Zakai2016-02-184-0/+272
|\ | | | | Add a optional pass to lower cases
| * LowerCase passAlon Zakai2016-02-184-0/+272
|/
* Merge pull request #200 from WebAssembly/print-passAlon Zakai2016-02-1715-568/+604
|\ | | | | Move printing to a pass
| * overload wasm printing in std namespaceAlon Zakai2016-02-172-2/+13
| |
| * remove --print-before and --print-after flags, since we now have --printAlon Zakai2016-02-173-38/+6
| |
| * fix dateAlon Zakai2016-02-171-1/+1
| |
| * update auto updaterAlon Zakai2016-02-171-1/+5
| |
| * add wasm-printing.hAlon Zakai2016-02-1710-13/+60
| |
| * move printing to a passAlon Zakai2016-02-1711-530/+536
|/
* add example testcases to auto-updater, and update itAlon Zakai2016-02-172-1/+12
|
* wasm_backend testcases require vanilla_llvm, anything else may be too oldAlon Zakai2016-02-171-1/+1
|
* memory max is optional, don't emit it when not necessaryAlon Zakai2016-02-1767-67/+67
|
* Update LLVM build and tests to 3913 (r261014)Derek Schuff2016-02-16450-36651/+41887
| | | | Includes recent bug fixes. Also update waterfall and spec repo.
* update wasm.js buildAlon Zakai2016-02-161-23950/+25099
|
* Merge pull request #198 from gskachkov/masterAlon Zakai2016-02-161-1/+1
|\ | | | | Tiny fix in readme file
| * Fix TYPO in READMEAlexandr Skachkov2016-02-171-1/+1
| |
* | send flattened output to v8 and structed to sm. send only functions to bothAlon Zakai2016-02-151-4/+6
| |
* | add sm code to parallel v8 code in integrateWasmJSAlon Zakai2016-02-151-5/+11
|/
* Update to build 3140JF Bastien2016-02-152-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-3113JF Bastien2016-02-1317-448/+4904
|\ | | | | Update 3113
| * Update to build 3113JF Bastien2016-02-1316-448/+4904
| | | | | | | | A few more LLVM tests make it through.
| * Update waterfallJF Bastien2016-02-131-0/+0
|/
* Merge pull request #196 from WebAssembly/spec-startAlon Zakai2016-02-125-50/+94
|\ | | | | Fully support start in wasm modules
| * call start method in interpreterAlon Zakai2016-02-122-0/+4
| |
| * add start to binary formatAlon Zakai2016-02-121-1/+16
| |
| * validate startAlon Zakai2016-02-121-2/+13
| |
| * refactor binaryen-shell to accept a wast that begins with a module ↵Alon Zakai2016-02-121-47/+61
| | | | | | | | invalidity test
* | refactor operations into LiteralAlon Zakai2016-02-122-227/+507
|/
* Merge pull request #195 from WebAssembly/swaptsanAlon Zakai2016-02-111-1/+1
|\ | | | | Allow failures on TSan Travis build, require ASan to pass
| * Allow failures on TSan Travis build, require ASan to passDerek Schuff2016-02-111-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 3002Derek Schuff2016-02-1162-9149/+7186
| | | | This brings in the LLVM changes for varargs, so new tests now pass.
* Merge pull request #194 from WebAssembly/store-parsingAlon Zakai2016-02-1010-44/+34
|\ | | | | Store parsing fix
| * fix s2wasm store parsingAlon Zakai2016-02-109-43/+31
| |
| * fix store printingAlon Zakai2016-02-101-1/+3
| |
* | Merge pull request #192 from WebAssembly/longjmp-throwJF Bastien2016-02-111-18/+18
|\ \ | |/ |/| longjmp -> throw
| * longjmp -> throwJF Bastien2016-02-091-18/+18
| | | | | | | | Older tsan doesn't like longjmp. Use throw.
* | Merge pull request #176 from WebAssembly/asan-op-parseAlon Zakai2016-02-091-1/+4
|\ \ | |/ |/| Fix out-of-bounds read
| * Fix out-of-bounds readJF Bastien2016-02-091-1/+4
|/ | | | Found by asan
* Align the stack allocation to 16 bytes to satisfy the aligment ABIDerek Schuff2016-02-082-10/+2
|
* Merge pull request #190 from WebAssembly/br_if-operand-orderAlon Zakai2016-02-08725-4176/+4489
|\ | | | | Update binaryen and several tests for the new br_if operand order.
| * Update waterfall build and torture-test .s files to 2907Derek Schuff2016-02-08702-3953/+3953
| |
| * Update binaryen and several tests for the new br_if operand order.Dan Gohman2016-02-0823-223/+536
|/