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
*
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
*
support wasm globals (#650)
Alon Zakai
2016-07-21
1
-0
/
+6
*
avoid exceptions in Precompute pass (#606)
Alon Zakai
2016-06-27
1
-10
/
+12
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
add a precompute pass
Alon Zakai
2016-06-18
1
-0
/
+103