summaryrefslogtreecommitdiff
path: root/src/ir/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-88/+0
* [NFC] Remove an ancient hack in ReFinalize (#5183)Alon Zakai2022-10-241-2/+0
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-2/+6
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+4
* First class Data Segments (#4733)Ashley Nelson2022-06-211-0/+2
* MergeSimilarFunctions optimization pass (#4414)Yuta Saito2022-03-031-1/+9
* Add a shallowHash() method (#4077)Alon Zakai2021-08-121-0/+3
* Set an absolute maximum inlining limit (#3959)Alon Zakai2021-07-011-0/+6
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-1/+1
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-2/+2
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-2/+2
* LUBs (#3731)Thomas Lively2021-03-291-5/+2
* Remove LUB calculation (#3669)Thomas Lively2021-03-111-1/+3
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-0/+2
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-2/+4
* Remove boilerplate in utils.h (#3340)Alon Zakai2020-11-121-128/+8
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+2
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+24
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+4
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+2
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-2/+4
* Refactor hashing (#3023)Daniel Wirtz2020-08-121-1/+1
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-2/+2
* Remove `Push` (#2867)Thomas Lively2020-05-221-2/+0
* Initial multivalue support (#2675)Thomas Lively2020-03-051-0/+4
* Add AutoDrop support for Try (#2663)Heejin Ahn2020-02-201-0/+14
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-6/+7
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+6
* Remove FunctionType (#2510)Thomas Lively2019-12-111-3/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-7/+7
* Multivalue type creation and inspection (#2459)Thomas Lively2019-11-221-3/+3
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-0/+2
* QFMA/QFMS instructions (#2328)Thomas Lively2019-09-031-2/+2
* Add atomic.fence instruction (#2307)Heejin Ahn2019-08-271-0/+2
* Add basic exception handling support (#2282)Heejin Ahn2019-08-131-0/+8
* Minimal Push/Pop support (#2207)Alon Zakai2019-07-031-0/+4
* Add event section (#2151)Heejin Ahn2019-05-311-0/+2
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-11/+11
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-68/+50
* Rename atomic wait/notify instructions (#1972)Heejin Ahn2019-03-301-2/+2
* SmallVector (#1912)Alon Zakai2019-02-251-3/+3
* Bulk memory operations (#1892)Thomas Lively2019-02-051-0/+8
* SIMD (#1820)Thomas Lively2018-12-131-0/+10
* ReFinalize fuzz fix (#1771)Alon Zakai2018-11-271-125/+37
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-1/+1
* ReFinalize fix (#1742)Alon Zakai2018-11-141-14/+52
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-4/+0
* Souper integration + DataFlow optimizations (#1638)Alon Zakai2018-08-271-0/+14
* Stack IR (#1623)Alon Zakai2018-07-301-48/+48