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
*
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
*
Rename WasmType => Type (#1398)
Alon Zakai
2018-02-02
1
-1
/
+1
*
Improve LocalGraph (#1382)
Alon Zakai
2018-01-24
1
-3
/
+3
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-4
/
+4
*
Atomics support in interpreter + optimizer + fuzz fixes for that (#1227)
Alon Zakai
2017-10-20
1
-0
/
+6
*
Add a superclass typedef to WalkerPass to simplify overrides (#1211)
jgravelle-google
2017-10-04
1
-1
/
+1
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-9
/
+139
*
Optimizer support for atomic instructions (#1094)
Derek Schuff
2017-07-21
1
-0
/
+6
*
fix Const finalization and use it properly in br finalization in Precompute
Alon Zakai (kripken)
2017-07-11
1
-1
/
+4
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-0
/
+6
*
fix an afl-fuzz bug where precompute alters a br to remove its condition, but...
Alon Zakai
2017-05-08
1
-0
/
+1
*
ctor evaller (#982)
Alon Zakai
2017-04-28
1
-1
/
+1
*
precompute breaks and returns (#715)
Alon Zakai
2016-09-25
1
-13
/
+57
*
precompute void expressions too
Alon Zakai
2016-09-24
1
-12
/
+6
[next]