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
*
Fix the type of reused RefFunc in Precompute (#6976)
Alon Zakai
2024-09-30
1
-1
/
+2
*
[NFC] Make Precompute use a lazy LocalGraph (#6934)
Alon Zakai
2024-09-12
1
-4
/
+4
*
[NFC] Ignore invalid precomputed fallthrough values (#6933)
Alon Zakai
2024-09-11
1
-19
/
+13
*
[NFC] Optimize propagateLocals() (#6928)
Alon Zakai
2024-09-11
1
-116
/
+156
*
[NFC] Standardize Super:: over super:: (#6920)
Alon Zakai
2024-09-10
1
-2
/
+2
*
[NFC] Convert LocalGraph influences accesses to function calls (#6899)
Alon Zakai
2024-09-04
1
-2
/
+2
*
[NFC] Refactor LocalGraph's core getSets API (#6877)
Alon Zakai
2024-08-28
1
-1
/
+1
*
[NFC] Avoid quadratic time when precomputing blocks (#6862)
Alon Zakai
2024-08-21
1
-0
/
+67
*
Fix direct comparisons with unshared basic heap types (#6845)
Thomas Lively
2024-08-16
1
-1
/
+1
*
Restore isString type methods (#6815)
Thomas Lively
2024-08-06
1
-1
/
+1
*
[NFC] Add HeapType::getKind returning a new HeapTypeKind enum (#6804)
Thomas Lively
2024-08-06
1
-1
/
+1
*
Fix stack-use-after-scope on Windows in Precompute (#6643)
mtb
2024-06-05
1
-1
/
+2
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-3
/
+3
*
Precompute: Ignore mutable arrays in StringNew (#6522)
Alon Zakai
2024-04-23
1
-0
/
+22
*
Precompute: Mark StringEncode as non-removable, just like ArrayCopy (#6423)
Alon Zakai
2024-03-22
1
-1
/
+8
*
Revert "Strings: Disable precomputing for now (#6412)" (#6413)
Alon Zakai
2024-03-20
1
-30
/
+0
*
Strings: Disable precomputing for now (#6412)
Alon Zakai
2024-03-20
1
-0
/
+30
*
Precompute: Optimize array.len (#6299)
Alon Zakai
2024-02-12
1
-1
/
+1
*
Revert "Stop propagating/inlining string constants (#6234)" (#6258)
Alon Zakai
2024-01-31
1
-4
/
+2
*
Stop propagating/inlining string constants (#6234)
Alon Zakai
2024-01-23
1
-2
/
+4
*
Precompute into select arms (#6212)
Alon Zakai
2024-01-10
1
-12
/
+318
*
Precompute: Check defaultability, not nullability (#6052)
Alon Zakai
2023-10-25
1
-2
/
+2
*
Fix unreachable code in LocalGraph by making it imprecise there (#6048)
Alon Zakai
2023-10-24
1
-3
/
+11
*
End the current basic block on a Call (#5823)
Alon Zakai
2023-07-26
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-2
/
+2
*
[Strings] Initial string execution support (#5491)
Alon Zakai
2023-02-15
1
-0
/
+4
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-2
/
+2
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-3
/
+2
*
Update reference type Literal constructors to use HeapType (#4857)
Thomas Lively
2022-08-01
1
-1
/
+1
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-1
/
+2
*
[Precompute][SIMD] Enable constant folding for simd (#4381)
Max Graey
2021-12-13
1
-9
/
+0
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-2
/
+1
*
[Wasm GC] Propagate immutable fields (#4251)
Alon Zakai
2021-10-15
1
-2
/
+31
*
Precompute: Track reference identity (#4243)
Alon Zakai
2021-10-14
1
-15
/
+78
*
Precompute: Only run a single LocalGraph iteration (#4184)
Alon Zakai
2021-09-23
1
-19
/
+24
*
Use UniqueDeferringQueue in Precompute (#4179)
Alon Zakai
2021-09-22
1
-7
/
+6
*
Remove unneeded work in Precompute (#4176)
Alon Zakai
2021-09-22
1
-1
/
+0
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+1
*
Rename isIntrinsicallyNondeterministic() to isGenerative() (#4092)
Alon Zakai
2021-09-09
1
-2
/
+2
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-1
/
+1
*
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
[next]