index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Precompute.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LocalCSE rewrite (#4079)
Alon Zakai
2021-08-17
1
-1
/
+4
*
[Wasm GC] Handle uses of default values in LocalSubtyping (#4024)
Alon Zakai
2021-07-28
1
-2
/
+4
*
[Wasm GC] Fix Heap2Local + non-nullable locals (#4017)
Alon Zakai
2021-07-23
1
-2
/
+4
*
Revert "Partially fix Precompute on SIMD (#3983)" (#4002)
Alon Zakai
2021-07-19
1
-9
/
+9
*
Partially fix Precompute on SIMD (#3983)
Alon Zakai
2021-07-13
1
-9
/
+9
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+1
*
[Wasm GC] Fix precomputing of incompatible fallthrough values (#3875)
Alon Zakai
2021-05-10
1
-3
/
+21
*
[Wasm GC] Fix precompute on GC data (#3810)
Alon Zakai
2021-04-15
1
-13
/
+41
*
[Wasm GC] Full precompute support for GC (#3803)
Alon Zakai
2021-04-13
1
-6
/
+8
*
[GC] Add br_on_cast (#3451)
Alon Zakai
2020-12-17
1
-8
/
+35
*
[GC] Fully implement RTT semantics (#3441)
Alon Zakai
2020-12-15
1
-0
/
+4
*
[GC] Fix Array optimization issues (#3438)
Alon Zakai
2020-12-11
1
-5
/
+6
*
[GC] Add struct.new and start to test interesting execution (#3433)
Alon Zakai
2020-12-09
1
-0
/
+5
*
Refactor naming convention for functions handling tuples (#3196)
Max Graey
2020-10-09
1
-1
/
+2
*
Fix RefNull issues (#3123)
Daniel Wirtz
2020-09-13
1
-3
/
+6
*
Update reference types (#3084)
Daniel Wirtz
2020-09-09
1
-1
/
+1
*
Refactor ExpressionRunner (#2804)
Daniel Wirtz
2020-04-27
1
-6
/
+7
*
Fix ExpressionRunner issues found by the fuzzer (#2790)
Daniel Wirtz
2020-04-23
1
-1
/
+1
*
Refactor expression runner so it can be used via the C and JS APIs (#2702)
Daniel Wirtz
2020-04-20
1
-78
/
+25
*
Fix reuse of constant nodes in Precompute (#2764)
Heejin Ahn
2020-04-14
1
-28
/
+33
*
Update Precompute to handle tuples (#2687)
Thomas Lively
2020-03-10
1
-31
/
+27
*
Handle multivalue returns in the interpreter (#2684)
Thomas Lively
2020-03-10
1
-18
/
+13
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-19
/
+26
*
Add EH support for OptimizeInstructions (#2608)
Heejin Ahn
2020-02-05
1
-1
/
+2
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-6
/
+7
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-8
/
+11
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-4
/
+4
*
Do not precompute SIMDLoad (#2409)
Thomas Lively
2019-10-30
1
-0
/
+1
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+4
*
Minimal Push/Pop support (#2207)
Alon Zakai
2019-07-03
1
-0
/
+2
*
Limit interpreter depth in precompute, but not when running whole modules (#2...
Alon Zakai
2019-07-01
1
-2
/
+8
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-8
/
+8
*
Look through fallthrough values in precompute-propagate (#2093)
Alon Zakai
2019-05-10
1
-1
/
+3
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-6
/
+12
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-76
/
+73
*
Do not precompute bulk memory operations (#2023)
Thomas Lively
2019-04-17
1
-0
/
+12
*
don't precompute anything to a vector for now (#1999)
Alon Zakai
2019-04-10
1
-1
/
+2
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-1
/
+1
*
Consistently optimize small added constants into load/store offsets (#1924)
Alon Zakai
2019-03-01
1
-1
/
+6
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-3
/
+3
*
Do not precompute v128 expressions (#1839)
Thomas Lively
2018-12-19
1
-0
/
+4
*
SIMD (#1820)
Thomas Lively
2018-12-13
1
-1
/
+1
*
Add v128 type (#1777)
Thomas Lively
2018-11-29
1
-1
/
+0
*
comment on nondeterminism in precompute pass [ci skip] (#1704)
Alon Zakai
2018-10-16
1
-0
/
+5
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-8
/
+3
*
Change the Literal class's operator== to be bitwise (#1661)
Alon Zakai
2018-09-01
1
-1
/
+1
*
Support constant globals in precompute pass (#1622)
Daniel Wirtz
2018-07-18
1
-23
/
+31
*
Fix MSVC warnings when compiling the binaryen target (#1535)
Daniel Wirtz
2018-05-09
1
-1
/
+1
*
precompute-propagate may benefit from multiple passes (#1518)
Alon Zakai
2018-04-27
1
-8
/
+19
*
Improve precompute-propagate (#1514)
Alon Zakai
2018-04-26
1
-5
/
+31
[next]