summaryrefslogtreecommitdiff
path: root/test/lit/passes
Commit message (Expand)AuthorAgeFilesLines
* Update GlobalStructInference to handle atomics (#7168)Thomas Lively2024-12-201-5/+223
* Do not optimize atomic gets in GUFA (#7161)Thomas Lively2024-12-191-0/+53
* Handle atomics in GTO (#7160)Thomas Lively2024-12-181-0/+63
* Handle atomic accesses in ConstantFieldPropagation (#7159)Thomas Lively2024-12-181-0/+123
* Handle atomic accesses in Heap2Local (#7158)Thomas Lively2024-12-181-0/+103
* Support atomic struct accessors (#7155)Thomas Lively2024-12-183-0/+320
* RemoveUnusedBrs: Avoid an error on loops with unreachable ifs (#7156)Alon Zakai2024-12-171-16/+50
* [GC] Fix TypeRefining on StructGets without content but with a reachable ref ...Alon Zakai2024-12-091-0/+130
* Fuzzer: Add call-ref, call-ref-catch imports (#7137)Alon Zakai2024-12-091-3/+3
* Remove separate Table64Lowering pass (#7131)Sam Clegg2024-12-042-84/+84
* Fix GUFA on calls to function refs in open world (#7135)Alon Zakai2024-12-043-2/+76
* Do not sink blocks into ifs with unreachable conditions (#7129)Thomas Lively2024-12-021-0/+30
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-264-21/+22
* Make more Ifs unreachable (#7094)Thomas Lively2024-11-275-45/+83
* Handle concrete values in CodeFolding (#7117)Thomas Lively2024-11-262-49/+460
* ReFinalize after merging siblings in TypeMerging (#7121)Thomas Lively2024-11-261-1/+61
* Handle unoptimized branches in CodeFolding (#7111)Thomas Lively2024-11-251-12/+51
* [GC] Refinalize after selectify in RemoveUnusedBrs (#7104)Alon Zakai2024-11-251-0/+29
* Propagate public visibility through all types (#7105)Thomas Lively2024-11-211-0/+55
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-216-33/+100
* Improve fuzzing of both closed and open world styles of modules (#7090)Alon Zakai2024-11-191-0/+237
* Add nontrapping-fptoint lowering pass (#7016)Derek Schuff2024-11-191-0/+208
* Use hints when generating fresh labels in IRBuilder (#7086)Thomas Lively2024-11-181-2/+2
* Rename memory-copy-fill-lowering pass (#7082)Derek Schuff2024-11-161-1/+1
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-1474-285/+44
* Update lit test output (#7077)Thomas Lively2024-11-141-0/+23
* [SignExt] OptimizeInstructions: Remove signexts of already-extended values (#...Alon Zakai2024-11-131-0/+367
* Introduce pass to lower memory.copy and memory.fill (#7021)Derek Schuff2024-11-131-0/+168
* HeapStoreOptimization: Fix a bug with jumping from the later value (v2) (#7070)Alon Zakai2024-11-121-16/+797
* Fix PickLoadSigns on SignExt feature instructions (#7069)Alon Zakai2024-11-111-0/+80
* [wasm64] Fix Directize on indexes > 32 bits (#7063)Alon Zakai2024-11-071-0/+14
* [wasm64] Handle 64-bit overflow in optimizeMemoryAccess (#7057)Alon Zakai2024-11-061-0/+31
* [GC] Fix ConstantFieldPropagation on incompatible types (#7054)Alon Zakai2024-11-051-0/+116
* [GC] Fix GlobalTypeOptimization logic for public types handling (#7051)Alon Zakai2024-11-041-0/+324
* [GC] Fix handling of public types in TypeRefining (#7037)Alon Zakai2024-10-291-0/+137
* [GC] RemoveUnusedBrs: Ensure refining of BrOnCast's castType does not unrefin...Alon Zakai2024-10-291-13/+71
* Fix TypeMerging bug with indirectly reachable public types (#7031)Thomas Lively2024-10-241-0/+19
* [GC] Fix assertion in GlobalTypeOptimization about public super (#7026)Alon Zakai2024-10-221-0/+77
* Remove closed world validation checks (#7019)Alon Zakai2024-10-182-0/+88
* [GC] Ignore public types in SignaturePruning (#7018)Alon Zakai2024-10-181-14/+72
* [GC] Ignore public types in SignatureRefining (#7022)Alon Zakai2024-10-181-0/+40
* [EH] Add TryTable to StripEH (#7020)Alon Zakai2024-10-181-0/+35
* [GC] Ignore public types in GlobalTypeOptimization (#7017)Alon Zakai2024-10-171-0/+90
* [EH][GC] Send a non-nullable exnref from TryTable (#7013)Alon Zakai2024-10-172-71/+71
* [EH][GC] Add missing subtyping constraints from TryTable (#7012)Alon Zakai2024-10-161-0/+36
* GlobalRefining: Do not refine mutable exported globals (#7007)Alon Zakai2024-10-151-25/+31
* [Strings] StringGathering: Handle uses of strings before their definitions (#...Alon Zakai2024-10-151-11/+76
* [WasmGC] OptimizeInstructions: Cancel out internalize+externalize pairs (#7005)Alon Zakai2024-10-141-0/+26
* [Wasm EH] Optimize away _ref from try_table catches when unused (#6996)Alon Zakai2024-10-141-0/+215
* [WasmGC] OptimizeInstructions: Reorder externalize/internalize operations wit...Alon Zakai2024-10-141-5/+34