summaryrefslogtreecommitdiff
path: root/src/wasm-traversal.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Copy debug info in call-utils.h (#6652)Alon Zakai2024-06-121-30/+3
* [Table64Lowering] Don't assume that all segments are from 64-bit tables (#6599)Sam Clegg2024-05-161-5/+5
* Improve inlining of `return_call*` (#6477)Jérôme Vouillon2024-04-101-0/+47
* [EH] Misc. fixes for EH (#6195)Heejin Ahn2024-01-021-5/+9
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* Add an "unsubtyping" optimization (#5982)Thomas Lively2023-10-101-2/+0
* DebugInfo: Don't trample in replaceCurrent() (#5915)Alon Zakai2023-08-311-1/+6
* DebugInfo: Fix loss of debug info in replaceCurrent() (#5914)Alon Zakai2023-08-311-3/+18
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-2/+1
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-2/+2
* [NFC] Inherit from Visitor in OverriddenVisitor (#5182)Alon Zakai2022-10-241-17/+1
* Traverse data segments in walkModuleCode (#5169)Alon Zakai2022-10-201-0/+5
* [NFC] Simplify traversal code for setting the module (#5082)Alon Zakai2022-09-261-0/+2
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-1/+3
* First class Data Segments (#4733)Ashley Nelson2022-06-211-5/+12
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-1/+0
* Rename field names from "name" to "field" in DELEGATE macros (#4216)Alon Zakai2021-10-061-20/+20
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-0/+1
* Refactor LinearExecutionWalker to a separate file. NFC (#3956)Alon Zakai2021-06-281-113/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-7/+5
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-7/+7
* [EH] Change Walker::TaskFunc back to function pointer (#3899)Heejin Ahn2021-05-201-1/+1
* Scan module-level code in necessary places (#3744)Alon Zakai2021-03-291-0/+19
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-0/+3
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-4/+12
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+3
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-6/+0
* CFG traversal for the new EH spec (#3494)Heejin Ahn2021-01-211-1/+1
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-3/+6
* Remove boilerplate in walking logic (#3344)Alon Zakai2020-11-121-347/+28
* Remove boilerplate in utils.h (#3340)Alon Zakai2020-11-121-11/+0
* Reduce boilerplate with a C macro for class delegations. NFC (#3290)Alon Zakai2020-10-271-784/+40
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+15
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+192
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+34
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+18
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-18/+31
* Remove `Push` (#2867)Thomas Lively2020-05-221-17/+0
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+37
* Code pushing support for br_on_exn (#2660)Heejin Ahn2020-02-191-1/+1
* Generate push/pop in stack IR (#2566)Heejin Ahn2020-01-031-2/+4
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-5/+52
* Remove FunctionType (#2510)Thomas Lively2019-12-111-5/+0
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-5/+5
* Fix PostWalker traversal of push instruction (#2419)Heejin Ahn2019-11-041-0/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+17
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-14/+14
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+16
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-1/+101
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+32