summaryrefslogtreecommitdiff
path: root/src/passes/InstrumentLocals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Automatically discard global effects in the rare passes that add effects (#5999)Alon Zakai2023-10-061-0/+3
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-9/+9
* Remove basic reference types (#4802)Thomas Lively2022-07-201-102/+65
* Remove externref (#4633)Thomas Lively2022-05-041-20/+4
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-4/+2
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-14/+14
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-14/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+16
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-39/+42
* [Types] Handle function types fully in more places (#3381)Alon Zakai2020-11-181-38/+40
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-1/+0
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-0/+24
* Add GC feature flag (#3135)Daniel Wirtz2020-09-171-1/+1
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-6/+20
* Update reference types (#3084)Daniel Wirtz2020-09-091-16/+0
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+4
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-12/+10
* Add v128 support to instrument locals (#2960)Ng Zhi An2020-07-171-2/+10
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-10/+14
* Remove implicit conversion operators from Type (#2577)Thomas Lively2020-01-081-2/+2
* [NFC] Enforce use of `Type::` on type names (#2434)Thomas Lively2020-01-071-22/+22
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-0/+32
* Remove FunctionType (#2510)Thomas Lively2019-12-111-17/+18
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-3/+2
* Enable exnref instrumentation when EH is enabled (#2379)Heejin Ahn2019-10-111-1/+3
* Don't instrument pops in InstrumentLocals (#2378)Heejin Ahn2019-10-101-0/+7
* Only add instrumentation to reftypes when the featureset supports it (#2377)Jacob Gravelle2019-10-101-4/+7
* Add support for reftypes in InstrumentLocals pass (#2375)Heejin Ahn2019-10-101-4/+16
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-1/+5
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-3/+3
* Reflect instruction renaming in code (#2128)Heejin Ahn2019-05-211-2/+2
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+4
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-49/+59
* Improve instrumentation passes (#2012)Alon Zakai2019-04-161-1/+1
* Massive renaming (#1855)Thomas Lively2019-01-071-4/+4
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+2
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+3
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-6/+8
* SSA pass (#1049)Alon Zakai2017-06-131-0/+140