index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
properties.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not optimize atomic gets in GUFA (#7161)
Thomas Lively
2024-12-19
1
-0
/
+24
*
[threads] ref.i31_shared (#6735)
Thomas Lively
2024-07-12
1
-1
/
+2
*
Rename external conversion instructions (#6716)
Jérôme Vouillon
2024-07-08
1
-4
/
+4
*
LocalCSE: Check effects/generativity early (#6587)
Alon Zakai
2024-05-14
1
-1
/
+4
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-3
/
+3
*
Remove empty _ARRAY/_VECTOR defines (NFC) (#6182)
Heejin Ahn
2023-12-14
1
-3
/
+0
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Improve cast optimizations (#5876)
Thomas Lively
2023-08-17
1
-0
/
+68
*
[Wasm GC] Fix detection of externalize/internalize as constant (#5592)
Alon Zakai
2023-03-20
1
-3
/
+12
*
[Wasm GC] Allow extern.externalize in globals (#5585)
Alon Zakai
2023-03-17
1
-1
/
+3
*
Make constant expression validation stricter (#5557)
Thomas Lively
2023-03-10
1
-20
/
+3
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-2
/
+3
*
[Strings] Add support for strings in getLiteral and Literal() (#5500)
Alon Zakai
2023-02-17
1
-0
/
+2
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-1
/
+2
*
[Wasm GC] Optimize successful casts better (#5426)
Thomas Lively
2023-01-13
1
-14
/
+23
*
[Wasm GC] Do not treat extern conversions as casts (#5411)
Thomas Lively
2023-01-09
1
-1
/
+6
*
Use C++17's [[maybe_unused]]. NFC (#5309)
Sam Clegg
2022-12-02
1
-3
/
+1
*
Fix br_if fallthrough value (#5200)
Alon Zakai
2022-10-31
1
-1
/
+15
*
[OptimizeInstructions] More canonizations for floating points (#5033)
Max Graey
2022-09-15
1
-0
/
+4
*
[Wasm GC] Fix TypeRefining on fallthrough values via tee (#4900)
Alon Zakai
2022-08-18
1
-9
/
+24
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-5
/
+4
*
Update reference type Literal constructors to use HeapType (#4857)
Thomas Lively
2022-08-01
1
-1
/
+1
*
[Wasm GC] RefIs / RefEq / RefTest return a boolean (#4786)
Alon Zakai
2022-07-08
1
-9
/
+0
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-1
/
+2
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+20
*
[EH] Support try-delegate in EffectAnalyzer (#4368)
Heejin Ahn
2021-12-06
1
-1
/
+1
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-6
/
+2
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-1
/
+0
*
Rename field names from "name" to "field" in DELEGATE macros (#4216)
Alon Zakai
2021-10-06
1
-16
/
+16
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+1
*
Rename isIntrinsicallyNondeterministic() to isGenerative() (#4092)
Alon Zakai
2021-09-09
1
-21
/
+20
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-4
/
+4
*
Add a Module parameter to EffectAnalyzer. NFC (#4115)
Alon Zakai
2021-08-31
1
-0
/
+2
*
Optimize LocalCSE hash computations using a stack. NFC (#4091)
Alon Zakai
2021-08-18
1
-0
/
+35
*
LocalCSE rewrite (#4079)
Alon Zakai
2021-08-17
1
-0
/
+45
*
Refactor isSingleConstantExpression(). (#4047)
Alon Zakai
2021-08-03
1
-3
/
+4
*
Do not create a select with multivalue arms in OptimizeInstructions (#4012)
Alon Zakai
2021-07-22
1
-0
/
+6
*
[OptimizeInstructions] Handle post-MVP sign extended operations (#3910)
Max Graey
2021-06-03
1
-2
/
+19
*
Refactor getFallthrough() to use a loop instead of recursion. NFC (#3859)
Alon Zakai
2021-05-05
1
-13
/
+33
*
[Wasm GC] Optimize reference identity checks (#3814)
Alon Zakai
2021-04-19
1
-0
/
+5
*
[Wasm GC] Full precompute support for GC (#3803)
Alon Zakai
2021-04-13
1
-0
/
+4
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-2
/
+8
*
[GC] Fully implement RTT semantics (#3441)
Alon Zakai
2020-12-15
1
-2
/
+5
*
[GC] Add basic RTT support (#3432)
Alon Zakai
2020-12-08
1
-1
/
+2
*
[OptimizeInstructions] Fix a fuzz bug with getting the shifts of an unreachab...
Alon Zakai
2020-12-02
1
-0
/
+8
*
[NFC] Clean up sign/zero extension code in properties.h (#3404)
Thomas Lively
2020-11-25
1
-48
/
+38
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-1
/
+1
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-3
/
+3
*
GC: Fuzzing support for i31 (#3169)
Daniel Wirtz
2020-09-29
1
-5
/
+13
*
Add float operations for isSymmetric util (#3127)
Max Graey
2020-09-14
1
-0
/
+5
[next]