summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix untar usageJF Bastien2016-01-172-6/+8
|
* try untar() on the base dir, because it doesn't like the full target dirAlon Zakai2016-01-171-1/+1
|
* improve clang checking reportingAlon Zakai2016-01-171-3/+4
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* update waterfall build dirAlon Zakai2016-01-171-3/+3
|
* improve warnings in check.pyAlon Zakai2016-01-171-5/+10
|
* refactor code to use #117Alon Zakai2016-01-171-20/+12
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* no need to set env var for emcc if using vanilla llvmAlon Zakai2016-01-172-2/+7
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* try again to install node on travisAlon Zakai2016-01-171-4/+2
|
* look for node as either nodejs or nodeAlon Zakai2016-01-171-6/+10
|
* use nodejs in travisAlon Zakai2016-01-171-0/+2
|
* add wasm.js buildAlon Zakai2016-01-172-1/+79823
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* print contents of LLVM env varAlon Zakai2016-01-171-1/+1
|
* run vanilla emcc to make sure it's set up properly, if it was never run beforeAlon Zakai2016-01-171-1/+7
|
* make sure a.wasm.js is emitted by the backend testsAlon Zakai2016-01-171-0/+1
|
* mention checking in nodeAlon Zakai2016-01-171-0/+1
|
* use WASM_BACKEND in the env now, per new emscriptenAlon Zakai2016-01-171-14/+18
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* english grammar fixesAlon Zakai2016-01-171-4/+4
|
* improve warning textAlon Zakai2016-01-171-1/+1
|
* if we can't use the waterfall llvm, avoid it, but warnAlon Zakai2016-01-171-1/+7
|
* improve check.py warningsAlon Zakai2016-01-171-1/+1
|
* set LLVM env var, so emcc can find the waterfall llvm buildAlon Zakai2016-01-171-1/+5
|
* move wasm-backend tests to use emcc from emscripten submoduleAlon Zakai2016-01-171-17/+17
|
* update emscripten submoduleAlon Zakai2016-01-171-0/+0
|
* wip waterfall build fetchingAlon Zakai2016-01-171-1/+30
|
* print check.py warnings at the end, where they have a chance to be noticedAlon Zakai2016-01-171-4/+9
|
* add emscripten submodule on vanilla branchAlon Zakai2016-01-172-0/+4
|
* untar: don't compare when a dir doesn't existJF Bastien2016-01-171-1/+5
| | | | Fixes issues in #112.
* use visitNop for break valuesAlon Zakai2016-01-171-1/+1
|
* Merge pull request #116 from JSStats/br-valueAlon Zakai2016-01-174-76/+285
|\ | | | | 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 Crosher2016-01-184-76/+285
| |
* | Update to build 2026.JF Bastien2016-01-172-1/+1
| |
* | Allow updating to specific build IDJF Bastien2016-01-171-7/+8
|/ | | | Even if the downloaded content is the same. #112 adds usage of the binary tarfile, which is separate from the torture tests.
* Make the untar API more intuitiveJF Bastien2016-01-162-24/+58
| | | | As discussed in #112.
* Update to build 2016.JF Bastien2016-01-161050-1315/+271
|
* Merge pull request #117 from WebAssembly/factor-out-supportAlon Zakai2016-01-165-64/+123
|\ | | | | Factor out some support code
| * Factor out some support codeJF Bastien2016-01-165-64/+123
| | | | | | | | Patches such as #112 could use them.
* | improve abort on unknown symbolAlon Zakai2016-01-161-1/+1
| |
* | Merge pull request #114 from WebAssembly/disable-offset-foldingAlon Zakai2016-01-151-0/+1
|\ \ | |/ |/| Disable importing of the offset-folding test.
| * Disable importing of the offset-folding test.Dan Gohman2016-01-151-0/+1
| | | | | | | | | | The LLVM test its generated from has external global variables, which isn't supported in s2wasm.
* | Merge pull request #106 from WebAssembly/jfbastien-patch-1Alon Zakai2016-01-151-7/+12
|\ \ | | | | | | Travis: run asan / tsan, but allow asan to fail
| * | Travis: run asan / tsan, but allow asan to failJF Bastien2016-01-141-7/+12
|/ /
* | Merge pull request #104 from WebAssembly/more-tortureAlon Zakai2016-01-144-3/+335
|\ \ | | | | | | More torture
| * | update known failuresAlon Zakai2016-01-141-0/+65
| | |
| * | add continues in s-parserAlon Zakai2016-01-141-0/+3
| | |
| * | check.py noteAlon Zakai2016-01-141-1/+1
| | |