index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
FuncCastEmulation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set hasExplicitName for thunks generated in FuncCastEmulation. NFC (#6826)
Sam Clegg
2024-08-09
1
-0
/
+1
*
Allow different arguments for multiple instances of a pass (#6687)
Christian Speckner
2024-07-15
1
-2
/
+1
*
Automatically discard global effects in the rare passes that add effects (#5999)
Alon Zakai
2023-10-06
1
-0
/
+5
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-1
/
+1
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-6
/
+6
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-14
/
+0
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-2
/
+0
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-4
/
+5
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-2
/
+2
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-11
/
+10
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-11
/
+9
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-0
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-9
/
+12
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-4
/
+4
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-2
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+2
*
Make NUM_PARAMS in FuncCastEmulation a configuration option (#3411)
Dexter Chua
2020-12-07
1
-16
/
+18
*
[wasm-builder] Construct module elements as unique_ptrs (#3391)
Thomas Lively
2020-11-19
1
-2
/
+2
*
Remove dead code and unused includes. NFC. (#3328)
Sam Clegg
2020-11-08
1
-1
/
+0
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-2
/
+6
*
Add anyref feature and type (#3109)
Daniel Wirtz
2020-09-10
1
-2
/
+4
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-2
/
+0
*
Use const modifier when dealing with types (#3064)
Daniel Wirtz
2020-08-20
1
-1
/
+1
*
Replace Type::expand() with an iterator-based approach (#3061)
Daniel Wirtz
2020-08-19
1
-3
/
+3
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-2
/
+2
*
Remove dynCall generated from fpcast-emu (#2995)
Sam Clegg
2020-07-28
1
-6
/
+1
*
Rename anyref to externref to match proposal change (#2900)
Jay Phelps
2020-06-10
1
-2
/
+2
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-2
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-27
/
+28
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-8
/
+8
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-20
/
+13
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-12
/
+6
*
Add initial support for anyref as an opaque type (#2294)
Jay Phelps
2019-08-20
1
-0
/
+8
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-4
/
+1
*
Rename except_ref type to exnref (#2224)
Heejin Ahn
2019-07-14
1
-4
/
+4
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-1
/
+1
*
Add except_ref type (#2081)
Heejin Ahn
2019-05-07
1
-0
/
+8
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-30
/
+22
*
Increase FuncCastEmulation NUM_PARAMS (#1884)
Will Glynn
2019-01-29
1
-1
/
+1
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-0
/
+8
*
Remove default cases (#1757)
Thomas Lively
2018-11-27
1
-8
/
+0
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-7
/
+4
*
fix a fuzz bug in fpcast-emu: if the call_indirect we are modifying is unreac...
Alon Zakai
2018-03-19
1
-1
/
+2
*
Function pointer cast emulation (#1468)
Alon Zakai
2018-03-13
1
-0
/
+235