summaryrefslogtreecommitdiff
path: root/test/lit/passes/optimize-instructions-call_ref.wast
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-1/+0
* Do not abbreviate items in element segments (#6737)Thomas Lively2024-07-121-1/+1
* [DebugInfo] Copy debug info in call-utils.h (#6652)Alon Zakai2024-06-121-2/+23
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-0/+6
* [NFC] Add the type of the Expression when eliding it (#6362)Alon Zakai2024-02-281-2/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-12/+20
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-5/+5
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-1/+1
* Further improve ref.cast during finalization (#5882)Thomas Lively2023-08-171-1/+1
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-5/+8
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-4/+4
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-1/+1
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-1/+1
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-7/+7
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-14/+14
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-12/+14
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-14/+12
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-12/+14
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-0/+3
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-3/+3
* Add a type annotation to return_call_ref (#5068)Thomas Lively2022-09-221-1/+1
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-4/+4
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* Remove RTTs (#4848)Thomas Lively2022-08-051-5/+1
* OptimizeInstructions: Turn call_ref of a select into an if over two direct ca...Alon Zakai2022-05-271-1/+110
* Optimize call_ref+table.get => call_indirect (#4207)Alon Zakai2021-10-041-5/+28
* [Wasm GC] Fix invalid intermediate IR in OptimizeInstructions (#4169)Alon Zakai2021-09-201-4/+4
* OptimizeInstructions: Handle trivial ref.cast and ref.test (#4097)Alon Zakai2021-08-241-5/+11
* Improve optimization of call_ref into direct calls (#4068)Alon Zakai2021-08-101-0/+203