summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [Memory64] further memory limit fixes (#3865)Wouter van Oortmerssen2021-07-093-0/+16
* Do not execute lit tests via an external shell (#3974)Thomas Lively2021-07-081-1/+1
* Port test/passes/asyncify* to lit (#3970)Thomas Lively2021-07-0848-11191/+11522
* Port test/passes/O* to lit (#3969)Thomas Lively2021-07-0727-3718/+3801
* Lit tests for tool help messages (#3965)Thomas Lively2021-07-0713-92/+1089
* Add a script for porting passes tests to lit (#3963)Thomas Lively2021-07-033-59/+63
* Support generating checks for multiple modules (#3962)Thomas Lively2021-07-021-28/+41
* [Wasm GC] Add support for non-nullable locals in binary reading (#3955)Alon Zakai2021-07-021-1/+3
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-17/+9
* Add option to add checks for all items (#3961)Thomas Lively2021-07-0212-31/+61
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-306-14/+17
* [Wasm GC] Fix LinearExecutionWalker (#3954)Alon Zakai2021-06-291-0/+55
* Only set `supertype` if nominal typing is enabled (#3958)Thomas Lively2021-06-291-25/+45
* Generate FileCheck checks for all module items (#3957)Thomas Lively2021-06-2837-26/+124
* Handle invokes of invalid function pointers. See #14174 (#3951)Alon Zakai2021-06-242-7/+25
* Preserve function heap types during text parsing (#3935)Thomas Lively2021-06-221-0/+28
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-215-9/+9
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-1952-140/+140
* [Wasm GC] Fix inlining + non-nullable locals (#3945)Alon Zakai2021-06-181-0/+45
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-1875-411/+410
* [Wasm GC] Fix RSE on non-nullable locals (#3943)Alon Zakai2021-06-181-0/+15
* Add a extract-function-index passThomas Lively2021-06-175-128/+72
* Add a `foreach` script for use in lit testsThomas Lively2021-06-171-4/+5
* Add space between options in --help text (#3940)Thomas Lively2021-06-171-0/+20
* [wasm2js] Refactor assertion parsing (#3938)Thomas Lively2021-06-172-8/+8
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-176-2/+105
* [Wasm GC] Add experimental support for non-nullable locals (#3932)Alon Zakai2021-06-153-2/+29
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-153-0/+97
* [wasm-split] Add an option to emit a placeholder map (#3931)Thomas Lively2021-06-123-2/+28
* Nominal subtyping (#3927)Thomas Lively2021-06-112-0/+145
* [EH] Allow catch/delegate-less trys (#3924)Heejin Ahn2021-06-104-30/+58
* [Wasm GC] Support struct.new in global initializers (#3930)Alon Zakai2021-06-094-0/+15
* [Wasm GC] Properly validate BrOn* (#3928)Alon Zakai2021-06-081-0/+16
* [EH] Convert EH tests into lit tests (#3923)Heejin Ahn2021-06-0842-1889/+1857
* Initial nominal typing support (#3919)Thomas Lively2021-06-082-0/+358
* [OptimizeInstructions] Handle post-MVP sign extended operations (#3910)Max Graey2021-06-031-0/+50
* [wasm-split] Add a merge-profiles mode (#3917)Thomas Lively2021-06-023-6/+62
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-029-20/+513
* [wasm-split] Make option validation declarative (#3916)Thomas Lively2021-06-013-14/+82
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-014-44/+198
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-276-4/+161
* [Wasm GC] Implement CFGWalker support for BrOn* (#3908)Alon Zakai2021-05-261-0/+39
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-0/+24
* Add SIMDLoadStoreLane get/setters to C/JS API (#3904)Daniel Wirtz2021-05-254-0/+75
* [EH] Change Walker::TaskFunc back to function pointer (#3899)Heejin Ahn2021-05-202-0/+139
* Emit imported functions first in symbol maps (#3900)Thomas Lively2021-05-201-1/+5
* [wasm-split] Add a --symbolmap option (#3894)Thomas Lively2021-05-192-0/+30
* Remove Type ordering (#3793)Thomas Lively2021-05-18150-418/+416
* [Wasm GC] Heap2Local: Replace the allocation with null (#3893)Alon Zakai2021-05-171-67/+195
* [Wasm GC] Fix printing of unreachable Array operations (#3892)Alon Zakai2021-05-174-6/+136