index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-traversal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Copy debug info in call-utils.h (#6652)
Alon Zakai
2024-06-12
1
-30
/
+3
*
[Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)
Sam Clegg
2024-05-16
1
-5
/
+5
*
Improve inlining of `return_call*` (#6477)
Jérôme Vouillon
2024-04-10
1
-0
/
+47
*
[EH] Misc. fixes for EH (#6195)
Heejin Ahn
2024-01-02
1
-5
/
+9
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
1
-3
/
+0
*
Add an "unsubtyping" optimization (#5982)
Thomas Lively
2023-10-10
1
-2
/
+0
*
DebugInfo: Don't trample in replaceCurrent() (#5915)
Alon Zakai
2023-08-31
1
-1
/
+6
*
DebugInfo: Fix loss of debug info in replaceCurrent() (#5914)
Alon Zakai
2023-08-31
1
-3
/
+18
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-2
/
+1
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-2
/
+2
*
[NFC] Inherit from Visitor in OverriddenVisitor (#5182)
Alon Zakai
2022-10-24
1
-17
/
+1
*
Traverse data segments in walkModuleCode (#5169)
Alon Zakai
2022-10-20
1
-0
/
+5
*
[NFC] Simplify traversal code for setting the module (#5082)
Alon Zakai
2022-09-26
1
-0
/
+2
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-1
/
+3
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-5
/
+12
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+0
*
Rename field names from "name" to "field" in DELEGATE macros (#4216)
Alon Zakai
2021-10-06
1
-20
/
+20
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-0
/
+1
*
Refactor LinearExecutionWalker to a separate file. NFC (#3956)
Alon Zakai
2021-06-28
1
-113
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-7
/
+5
*
Rename wasm-delegations[-fields].h to def files (NFC) (#3941)
Heejin Ahn
2021-06-18
1
-7
/
+7
*
[EH] Change Walker::TaskFunc back to function pointer (#3899)
Heejin Ahn
2021-05-20
1
-1
/
+1
*
Scan module-level code in necessary places (#3744)
Alon Zakai
2021-03-29
1
-0
/
+19
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-0
/
+3
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-4
/
+12
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-1
/
+3
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-6
/
+0
*
CFG traversal for the new EH spec (#3494)
Heejin Ahn
2021-01-21
1
-1
/
+1
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-3
/
+6
*
Remove boilerplate in walking logic (#3344)
Alon Zakai
2020-11-12
1
-347
/
+28
*
Remove boilerplate in utils.h (#3340)
Alon Zakai
2020-11-12
1
-11
/
+0
*
Reduce boilerplate with a C macro for class delegations. NFC (#3290)
Alon Zakai
2020-10-27
1
-784
/
+40
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+15
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+192
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+34
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+18
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-18
/
+31
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-17
/
+0
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+37
*
Code pushing support for br_on_exn (#2660)
Heejin Ahn
2020-02-19
1
-1
/
+1
*
Generate push/pop in stack IR (#2566)
Heejin Ahn
2020-01-03
1
-2
/
+4
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-5
/
+52
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-5
/
+0
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-5
/
+5
*
Fix PostWalker traversal of push instruction (#2419)
Heejin Ahn
2019-11-04
1
-0
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+17
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-14
/
+14
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+16
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-1
/
+101
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+32
[next]