summaryrefslogtreecommitdiff
path: root/src/ir/properties.h
Commit message (Expand)AuthorAgeFilesLines
* Do not optimize atomic gets in GUFA (#7161)Thomas Lively2024-12-191-0/+24
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-1/+2
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-4/+4
* LocalCSE: Check effects/generativity early (#6587)Alon Zakai2024-05-141-1/+4
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-3/+3
* Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)Heejin Ahn2023-12-141-3/+0
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-1/+1
* Improve cast optimizations (#5876)Thomas Lively2023-08-171-0/+68
* [Wasm GC] Fix detection of externalize/internalize as constant (#5592)Alon Zakai2023-03-201-3/+12
* [Wasm GC] Allow extern.externalize in globals (#5585)Alon Zakai2023-03-171-1/+3
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-101-20/+3
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-2/+3
* [Strings] Add support for strings in getLiteral and Literal() (#5500)Alon Zakai2023-02-171-0/+2
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-1/+2
* [Wasm GC] Optimize successful casts better (#5426)Thomas Lively2023-01-131-14/+23
* [Wasm GC] Do not treat extern conversions as casts (#5411)Thomas Lively2023-01-091-1/+6
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-3/+1
* Fix br_if fallthrough value (#5200)Alon Zakai2022-10-311-1/+15
* [OptimizeInstructions] More canonizations for floating points (#5033)Max Graey2022-09-151-0/+4
* [Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)Alon Zakai2022-08-181-9/+24
* Remove RTTs (#4848)Thomas Lively2022-08-051-5/+4
* Update reference type Literal constructors to use HeapType (#4857)Thomas Lively2022-08-011-1/+1
* [Wasm GC] RefIs / RefEq / RefTest return a boolean (#4786)Alon Zakai2022-07-081-9/+0
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-1/+2
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+20
* [EH] Support try-delegate in EffectAnalyzer (#4368)Heejin Ahn2021-12-061-1/+1
* 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-16/+16
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+1
* Rename isIntrinsicallyNondeterministic() to isGenerative() (#4092)Alon Zakai2021-09-091-21/+20
* Use the new module version of EffectAnalyzer (#4116)Alon Zakai2021-08-311-4/+4
* Add a Module parameter to EffectAnalyzer. NFC (#4115)Alon Zakai2021-08-311-0/+2
* Optimize LocalCSE hash computations using a stack. NFC (#4091)Alon Zakai2021-08-181-0/+35
* LocalCSE rewrite (#4079)Alon Zakai2021-08-171-0/+45
* Refactor isSingleConstantExpression(). (#4047)Alon Zakai2021-08-031-3/+4
* Do not create a select with multivalue arms in OptimizeInstructions (#4012)Alon Zakai2021-07-221-0/+6
* [OptimizeInstructions] Handle post-MVP sign extended operations (#3910)Max Graey2021-06-031-2/+19
* Refactor getFallthrough() to use a loop instead of recursion. NFC (#3859)Alon Zakai2021-05-051-13/+33
* [Wasm GC] Optimize reference identity checks (#3814)Alon Zakai2021-04-191-0/+5
* [Wasm GC] Full precompute support for GC (#3803)Alon Zakai2021-04-131-0/+4
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-2/+8
* [GC] Fully implement RTT semantics (#3441)Alon Zakai2020-12-151-2/+5
* [GC] Add basic RTT support (#3432)Alon Zakai2020-12-081-1/+2
* [OptimizeInstructions] Fix a fuzz bug with getting the shifts of an unreachab...Alon Zakai2020-12-021-0/+8
* [NFC] Clean up sign/zero extension code in properties.h (#3404)Thomas Lively2020-11-251-48/+38
* [TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...Alon Zakai2020-11-251-1/+1
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-3/+3
* GC: Fuzzing support for i31 (#3169)Daniel Wirtz2020-09-291-5/+13
* Add float operations for isSymmetric util (#3127)Max Graey2020-09-141-0/+5