summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Undo the TODO, waterfall seems un-borked nowJF Bastien2016-01-081-8/+6
|
* simplify print output in passes testsAlon Zakai2016-01-085-285/+0
|
* optimize if_else in RemoveUnusedBrsAlon Zakai2016-01-082-0/+153
|
* Temporarily mark tests as passing, even if they shouldn't beJF Bastien2016-01-081-6/+12
|
* updat experimental submoduleAlon Zakai2016-01-071-0/+0
|
* optimize RemoveUnusedBrs some more - handle values #84Alon Zakai2016-01-072-4/+162
|
* handle .zero x, yAlon Zakai2016-01-071-1/+0
|
* Merge branch 'private-label-names'Alon Zakai2016-01-071096-17101/+17101
|\ | | | | | | | | | | Conflicts: test/llvm_autogenerated/cfg-stackify.wast test/llvm_autogenerated/switch.wast
| * LLVM is now emitting private labels with a ".L" prefix. Update binaryen.Dan Gohman2016-01-071096-17101/+17101
| | | | | | | | | | The .L prefix convention is admittedly not the prettiest convention possible, but it is widely used in the ELF ecosystem.
* | fix default being a br in switch #70Alon Zakai2016-01-072-3/+3
|/
* update switch outputs #70Alon Zakai2016-01-062-3/+3
|
* Remove .wast files for tests that are currently blacklisted or removed.Dan Gohman2016-01-063-176/+0
|
* Print nan literals as `nan:0x...` rather than `nan:...` to match the spec.Dan Gohman2016-01-061-4/+4
|
* Remove .wast files that now live in llvm_autogenerated.Dan Gohman2016-01-0648-9656/+13
|
* Replace the experimental/prototype-wasmate/test tests.Dan Gohman2016-01-0647-351/+9932
| | | | Use the llvm_autogenerated tests instead.
* Merge branch 'sections-visibilties'Alon Zakai2016-01-064-0/+140
|\
| * handle/ignore visibilities in s2wasmAlon Zakai2016-01-062-0/+63
| |
| * Add tests for more assembler constructs that LLVM may use soon.Dan Gohman2016-01-062-0/+77
| | | | | | | | | | | | This adds tests for the kinds of assembly constructs produced by -ffunction-sections, -fdata-sections, -fvisibility=hidden, -fvisibility=protected, and -fvisibility=internal.
* | get proper full type, including result, for indirect call types #77Alon Zakai2016-01-061-1/+1
| |
* | Merge pull request #75 from WebAssembly/commit-torture-sJF Bastien2016-01-061037-0/+99280
|\ \ | | | | | | Commit the torture .s files
| * | Add test/torture-sJF Bastien2016-01-061036-0/+99279
| | |
| * | Commit the torture .s filesJF Bastien2016-01-061-0/+1
| | | | | | | | | | | | update.py used to just download them in a folder that .gitignore hid. They'll now be checked in instead, under test/, and lkgr will identify which version of LLVM built them.
* | | print infinity properly #71Alon Zakai2016-01-061-4/+4
|/ /
* | fix type of ne and neg in s2wasm #72Alon Zakai2016-01-062-6/+6
| |
* | fix missing slash in reinterpret/i* #73Alon Zakai2016-01-061-2/+2
|/
* Merge pull request #69 from WebAssembly/import-wasmate-testsAlon Zakai2016-01-0654-0/+5784
|\ | | | | Import wasmate tests
| * Check in the llvm-to-s.py script used to generate the tests.Dan Gohman2016-01-061-0/+68
| |
| * Initial auto-generate of .s tests from LLVM tests.Dan Gohman2016-01-0646-0/+5614
| |
| * Import hand-written tests from prototype-wasmate.Dan Gohman2016-01-067-0/+102
| |
* | set function type of imports in s2wasm #68Alon Zakai2016-01-0614-23/+23
|/
* s2wasm: load/store swap offset/align paramsJF Bastien2016-01-067-85/+85
| | | | | | | | | These should probably be commutable so humans don't have to remember which order to read/write things in, but there's pushback and this really doesn't matter so fix it here, bikeshed on github. This will require an associated fix in sexpr-wasm's GCC torture test failure list. Ref: https://github.com/WebAssembly/sexpr-wasm-prototype/issues/17 Ref: https://github.com/WebAssembly/spec/pull/205
* update experimental submoduleAlon Zakai2016-01-051-0/+0
|
* fix parsing error in s-parser with functions with just a block and then more ↵Alon Zakai2016-01-052-0/+17
| | | | content
* MergeBlocks #32Alon Zakai2016-01-054-366/+572
|
* RemoveUnusedBrs #32Alon Zakai2016-01-055-1172/+1289
|
* do not print a toplevel block in functions if we don't need one #32Alon Zakai2016-01-059-13060/+12906
|
* fix RemoveUnusedNamesAlon Zakai2016-01-053-55/+55
|
* update experimental submoduleAlon Zakai2016-01-051-0/+0
|
* add RemoveUnusedNames passAlon Zakai2016-01-042-0/+25
|
* parse for loops in asm2wasm #60Alon Zakai2016-01-042-1/+37
|
* Update test/experimental.JF Bastien2016-01-041-0/+0
|
* Update test/experimentalJF Bastien2016-01-011-0/+0
|
* Fix __init__.py exec bit.JF Bastien2016-01-011-0/+0
|
* Add test/__init__.py.JF Bastien2015-12-311-0/+17
|
* Update test/experimentalJF Bastien2015-12-311-0/+0
|
* Update expected GCC test failuresJF Bastien2015-12-281-2/+0
| | | Negative relocations fixed in 49bc6a370abf20ee2b2749ee3ca73373bfeceeb7, fixes #52.
* add test with negative relocationAlon Zakai2015-12-272-2/+7
|
* Update s2wasm_known_gcc_test_failures.txtJF Bastien2015-12-271-1/+1
|
* Update expected GCC test failuresJF Bastien2015-12-271-37/+9
| | | Some new unexpected symbols, a lot fewer (Alon added a workaround), finds a new bug with negative relocations.
* add testcase outputAlon Zakai2015-12-261-0/+216
|