summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* asyncify: support *-matching in whitelist and blacklist (#2344)Beuc2019-09-231-1/+6
* Support response files, and use that in Asyncify (#2319)Alon Zakai2019-08-301-0/+14
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-202-2/+30
* Fix infinite loop in AsmConstWalker::visitCall (#2303)Guanzhong Chen2019-08-162-0/+25
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-167-387/+386
* Add basic exception handling support (#2282)Heejin Ahn2019-08-132-0/+27
* Proper Asyncify list name handling (#2275)Alon Zakai2019-07-312-0/+5
* Python3-ify check.py and auto_update_tests.py (#2270)Alon Zakai2019-07-317-11/+10
* Fix extra unreachable generation (#2266)Heejin Ahn2019-07-271-0/+0
* Asyncify: whitelist and blacklist support (#2264)Alon Zakai2019-07-261-0/+21
* Finalize tail call support (#2246)Thomas Lively2019-07-233-0/+56
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-158-49/+49
* Initial tail call implementation (#2197)Thomas Lively2019-07-032-2/+23
* Clean up loose ends in feature handling (#2203)Thomas Lively2019-07-032-0/+24
* Bysyncify: Assertion improvements (#2193)Alon Zakai2019-07-013-0/+66
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-4/+4
* Bysyncify: Don't instrument functions that call bysyncify_* directly (#2179)Alon Zakai2019-06-213-2/+85
* Bysyncify: bysyncify_stop_unwind (#2173)Alon Zakai2019-06-164-124/+275
* Bysyncify: async transform for wasm (#2172)Alon Zakai2019-06-153-0/+375
* Show line/col for parsing exceptions in gen-s-parser (#2138)Heejin Ahn2019-05-241-0/+18
* Add exception handling feature (#2083)Heejin Ahn2019-05-031-0/+3
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-0/+15
* Change default feature set to MVP (#1993)Thomas Lively2019-04-163-52/+60
* Do not emit the DataCount section (#2010)Thomas Lively2019-04-151-16/+0
* DataCount section (#2006)Thomas Lively2019-04-155-22/+43
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-0/+14
* Move segment merging to fit web limits into its own pass (#1980)Thomas Lively2019-04-081-0/+40
* Passive segments (#1976)Thomas Lively2019-04-051-2/+27
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-036-23/+88
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+1
* More validation tests and fixes for SIMD (#1964)Thomas Lively2019-03-252-0/+88