index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
optimize-instructions-call_ref.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)
Thomas Lively
2024-11-14
1
-1
/
+0
*
Do not abbreviate items in element segments (#6737)
Thomas Lively
2024-07-12
1
-1
/
+1
*
[DebugInfo] Copy debug info in call-utils.h (#6652)
Alon Zakai
2024-06-12
1
-2
/
+23
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-0
/
+6
*
[NFC] Add the type of the Expression when eliding it (#6362)
Alon Zakai
2024-02-28
1
-2
/
+2
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-12
/
+20
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-5
/
+5
*
Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)
Jérôme Vouillon
2023-08-23
1
-1
/
+1
*
Further improve ref.cast during finalization (#5882)
Thomas Lively
2023-08-17
1
-1
/
+1
*
Improve cast optimizations (#5876)
Thomas Lively
2023-08-17
1
-5
/
+8
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-4
/
+4
*
Use non-nullable ref.cast for non-nullable input (#5335)
Thomas Lively
2022-12-09
1
-1
/
+1
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-1
/
+1
*
Update tests ahead of transition from `data` to `struct` (#5320)
Thomas Lively
2022-12-07
1
-7
/
+7
*
Change the default type system to isorecursive (#5239)
Thomas Lively
2022-11-23
1
-14
/
+14
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-12
/
+14
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-14
/
+12
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-12
/
+14
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-0
/
+3
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-3
/
+3
*
Add a type annotation to return_call_ref (#5068)
Thomas Lively
2022-09-22
1
-1
/
+1
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-4
/
+4
*
Fix name of port_passes_tests_to_lit.py script. NFC (#4902)
Sam Clegg
2022-08-12
1
-1
/
+1
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-5
/
+1
*
OptimizeInstructions: Turn call_ref of a select into an if over two direct ca...
Alon Zakai
2022-05-27
1
-1
/
+110
*
Optimize call_ref+table.get => call_indirect (#4207)
Alon Zakai
2021-10-04
1
-5
/
+28
*
[Wasm GC] Fix invalid intermediate IR in OptimizeInstructions (#4169)
Alon Zakai
2021-09-20
1
-4
/
+4
*
OptimizeInstructions: Handle trivial ref.cast and ref.test (#4097)
Alon Zakai
2021-08-24
1
-5
/
+11
*
Improve optimization of call_ref into direct calls (#4068)
Alon Zakai
2021-08-10
1
-0
/
+203