summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix emitting of .debug_abbrev (#2582)Alon Zakai2020-01-105-10/+10
* wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)Alon Zakai2020-01-104-18/+18
* DWARF support for multiple line tables (#2557)Alon Zakai2020-01-098-0/+2493
* Revert "Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)...Sam Clegg2020-01-075-423/+47
* DCE at the end of wasm2js (#2574)Alon Zakai2020-01-067-69/+262
* Do not print push/pop in stack IR (#2571)Heejin Ahn2020-01-062-9/+9
* Allow subtype in throw instruction (#2568)Heejin Ahn2020-01-064-1/+19
* Skip liveness analysis if too many locals (#2560)Alon Zakai2020-01-063-0/+36
* Parse memarg in atomic.wait and atomic.notify (#2569)Heejin Ahn2020-01-034-0/+80
* Generate push/pop in stack IR (#2566)Heejin Ahn2020-01-032-0/+9
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-3055-1798/+5525
* Add a dwarf updating test that runs -O4 which does a lot of code changes and ...Alon Zakai2019-12-243-0/+4746
* Fix for binaryen.js getExpressionInfo on switch names (#2553)Brion Vibber2019-12-232-2/+2
* Fix memory size calculation in MemoryPacking (#2548)Heejin Ahn2019-12-201-1/+4
* DWARF debug line updating (#2545)Alon Zakai2019-12-2010-126/+6539
* Reland "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2542)Sam Clegg2019-12-205-47/+423
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-198-0/+771
* Compile Binaryen to WebAssembly (#2503)Daniel Wirtz2019-12-1919-472/+544
* Revert "Fix renaming in FixInvokeFunctionNamesWalker (#2513)" (#2541)Sam Clegg2019-12-192-47/+47
* DWARF parsing and writing support using LLVM (#2520)Alon Zakai2019-12-196-0/+378
* Fix trapping and dangling insts in memory packing (#2540)Heejin Ahn2019-12-192-7/+26
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-1810-884/+1074
* Correctly clear memory / table info in clearModule (#2536)Heejin Ahn2019-12-172-0/+9
* Fix renaming in FixInvokeFunctionNamesWalker (#2513)Sam Clegg2019-12-172-47/+47
* Fix misc. tests (#2534)Heejin Ahn2019-12-174-14/+0
* Implement 0-len/drop spec changes in bulk memory (#2529)Heejin Ahn2019-12-163-29/+25
* Allow test/passes tests to have arbitrary names, with a side file that contai...Alon Zakai2019-12-163-0/+0
* Remove redundant instructions in Flatten (#2524)Heejin Ahn2019-12-1216-4768/+3020
* Support stack overflow checks in standalone mode (#2525)Alon Zakai2019-12-122-0/+343
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-125-8/+13
* Remove FunctionType (#2510)Thomas Lively2019-12-11464-11814/+11911
* Fix loop parent computation in DataFlow.Graph (#2522)Heejin Ahn2019-12-112-0/+43
* Rename a couple of files that were missing in #2518 (#2521)Sam Clegg2019-12-104-0/+0
* Add a RoundTrip pass (#2516)Alon Zakai2019-12-092-0/+18
* Fix comparison of none and unreachable types (#2514)Heejin Ahn2019-12-094-542/+961
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-0851-212/+15
* Don't include `$` with names unless outputting to wat format (#2506)Sam Clegg2019-12-0611-579/+579
* Regenerate lld test inputs (#2502)Sam Clegg2019-12-0517-829/+182
* Update spec test suite (#2484)Heejin Ahn2019-11-29103-5603/+43125
* Auto-update spec test outputs (#2481)Heejin Ahn2019-11-261-1/+0
* Remove vanilla tests (#2482)Heejin Ahn2019-11-2616-239/+0
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-262-0/+31
* Print only literal values when printing literals (#2469)Heejin Ahn2019-11-267-37/+33
* Ensure example tests validate (#2470)Heejin Ahn2019-11-263-51/+58
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-2538-2832/+1236
* Use package name in imports (NFC) (#2462)Heejin Ahn2019-11-229-71/+91
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-2211-1893/+2599
* Add a pass to inline __original_main() into main() (#2461)Alon Zakai2019-11-212-0/+122
* Add a --strip-dwarf pass (#2454)Alon Zakai2019-11-192-0/+32
* Add PostAssemblyScript pass (#2407)Daniel Wirtz2019-11-194-0/+699