summaryrefslogtreecommitdiff
path: root/test/lit
Commit message (Expand)AuthorAgeFilesLines
* EffectAnalyzer: Do not clear break targets before walk()/visit() (#5723)Alon Zakai2023-05-171-0/+41
* Reintroduce wasm-merge (#5709)Alon Zakai2023-05-1623-0/+1322
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-122-4/+98
* Extend drop.h and use it in Directize (#5713)Alon Zakai2023-05-101-75/+12
* Gate all partial inlining behind the partial-inlining-ifs flag (#5710)Alon Zakai2023-05-101-0/+207
* Add a "mayNotReturn" effect (#5711)Alon Zakai2023-05-101-3/+10
* Remove TypeUpdater in Vacuum and always ReFinalize (#5707)Alon Zakai2023-05-092-5/+63
* Port vacuum_all-features test to lit (#5708)Thomas Lively2023-05-091-0/+1300
* Fix optimizeAddedConstants on GC-introduced unreachability (#5706)Alon Zakai2023-05-091-0/+44
* [Wasm GC] wasm-ctor-eval: Handle cycles of data (#5685)Alon Zakai2023-05-053-0/+1480
* Generate unique block names when inlining (#5697)Alon Zakai2023-05-058-121/+121
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-0511-26/+71
* Fix DeadArgumentElimination return value opts on nesting+recursion (#5701)Alon Zakai2023-05-041-0/+34
* Fallback to direct inlining if the outline will be inlined. (#5698)Goktug Gokdogan2023-05-041-36/+535
* Emit memory segment index for data segments (#5699)Alon Zakai2023-05-031-2/+5
* [Wasm GC] Always refinalize in SignatureRefining (#5694)Alon Zakai2023-05-011-0/+38
* Fix name deduplication with partial names sections (#5689)Alon Zakai2023-04-282-0/+22
* [Wasm GC] Ignore GC cycle leaks in LSan (#5686)Alon Zakai2023-04-241-0/+28
* [Wasm GC] ReFinalize when needed in SimplifyGlobals (#5682)Alon Zakai2023-04-201-0/+33
* [Wasm GC] Fix a trapsNeverHappen corner case with if/select of a trapping arm...Alon Zakai2023-04-201-23/+127
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-41/+41
* Disable the memory64 feature in Memory64Lowering.cpp (#5679)Thomas Lively2023-04-191-0/+9
* Disable sign extension in SignExtLowering.cpp (#5676)Thomas Lively2023-04-193-2/+13
* [Wasm GC] Fix GUFA on array.init of a bottom type (#5675)Alon Zakai2023-04-191-0/+29
* [Wasm GC] OptimizeInstructions: Don't turn ref.test into unreachable immediat...Alon Zakai2023-04-171-1/+34
* [Wasm GC] Fix SignatureRefining on a call_ref to a bottom type (#5670)Alon Zakai2023-04-171-0/+20
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-1431-297/+18
* Port the remaining test/lit/passes tests off of --nominal (#5668)Thomas Lively2023-04-1413-315/+409
* Port a few more tests off of --nominal (#5666)Thomas Lively2023-04-148-203/+271
* Remove --nominal from more tests (#5664)Thomas Lively2023-04-1317-4055/+83
* Update lit tests and remove stale checks (#5662)Thomas Lively2023-04-133-61/+6
* Convert some tests off of --nominal (#5660)Thomas Lively2023-04-1315-337/+286
* [Wasm GC] Casts of a non-nullable bottom type to non-null fail (#5645)Alon Zakai2023-04-122-16/+157
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-1112-117/+117
* [GUFA] Fix packed field filtering (#5652)Alon Zakai2023-04-101-0/+64
* Do not flatten memory when array.new_data is present (#5650)Alon Zakai2023-04-101-0/+38
* [Wasm GC] Update struct.get types in TypeRefining (#5649)Alon Zakai2023-04-101-0/+49
* Fix MemoryPacking handling of array.init_data (#5644)Thomas Lively2023-04-071-0/+28
* Fix and simplify refinalization in OptimizeInstructions (#5642)Alon Zakai2023-04-071-0/+89
* [Wasm GC] Handle packed fields in GUFA and CFP (#5640)Alon Zakai2023-04-072-0/+146
* [Wasm GC] Fix an assertion in array.set processing in OptimizeInstructions (#...Alon Zakai2023-04-071-4/+57
* [Wasm GC] Fix GUFA on ArrayInit (#5638)Alon Zakai2023-04-071-0/+59
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-062-0/+119
* [Wasm GC] OptimizeInstructions: ref.as_non_null of null will trap (#5635)Alon Zakai2023-04-062-112/+110
* [Wasm GC] Handle another unreachability case in trapOnNull() (#5634)Alon Zakai2023-04-051-0/+42
* RemoveUnusedModuleElements: Add SIMD support for memory operations (#5632)Alon Zakai2023-04-051-0/+39
* Wasm GC] Handle unreachability in a select child in trapOnNull() (#5630)Alon Zakai2023-04-051-0/+45
* Fix a crash in MemoryPacking due to an unreachable pointer (#5623)Thomas Lively2023-04-051-0/+42
* Support multiple memories in RemoveUnusedModuleElements (#5604)Thomas Lively2023-04-041-28/+167
* [Wasm GC] Fix CoalesceLocals ineffective tee removal with type changes (#5621)Alon Zakai2023-04-041-0/+28