summaryrefslogtreecommitdiff
path: root/src/ir/ExpressionManipulator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Clarify and standardize order in flexibleCopy (#6749)Alon Zakai2024-07-161-1/+2
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-0/+2
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-4/+2
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
* 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-30/+30
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+1
* [Refactoring] Code reusage in spliceIntoBlock (#4174)Max Graey2021-09-221-11/+1
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-1/+1
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-0/+1
* Avoid boilerplate in ExpressionAnalyzer comparing & hashing (#3332)Alon Zakai2020-11-111-2/+3
* Avoid boilerplate code with a big universal delegation header (#3294)Alon Zakai2020-11-091-295/+80
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+8
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+36
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+6
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+3
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-8/+5
* Update reference types (#3084)Daniel Wirtz2020-09-091-1/+3
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-1/+0
* Remove `Push` (#2867)Thomas Lively2020-05-221-3/+0
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+10
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-3/+12
* Make local.tee's type its local's type (#2511)Heejin Ahn2019-12-121-1/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-5/+5
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-1/+1
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+4
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-3/+3
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+3
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+18
* Add missing copy in Copier::visitPush (#2295)Heejin Ahn2019-08-111-1/+3
* Copying fixes (#2289)Alon Zakai2019-08-071-2/+4
* Finalize tail call support (#2246)Thomas Lively2019-07-231-2/+3
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-9/+9
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-2/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-53/+98
* Fuzz fixes (#1991)Alon Zakai2019-04-101-1/+2
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-2/+2
* Bulk memory operations (#1892)Thomas Lively2019-02-051-1/+13
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-2/+2
* Fuzzing v128 and associated bug fixes (#1827)Thomas Lively2018-12-141-0/+15
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-7/+0
* Fuzz fix: fix copying of host node operands (#1464)Alon Zakai2018-03-081-2/+6
* Atomic wait/wake fixes (#1383)Alon Zakai2018-01-221-2/+2
* Fix if copying (#1278)Alon Zakai2017-11-161-6/+4
* notation change: AST => IR (#1245)Alon Zakai2017-10-241-0/+179