index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lit
/
passes
/
inlining-optimizing_optimize-level=3.wast
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC-ish] Avoid repeated ReFinalize etc. when inlining (#6967)
Alon Zakai
2024-09-24
1
-3
/
+3
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-14293
/
+16139
*
Match names more precisely in update_lit_checks.py (#6190)
Thomas Lively
2024-01-02
1
-24
/
+28
*
[test] Remove asm2wasm tests from scripts (#6162)
Heejin Ahn
2023-12-11
1
-1
/
+0
*
Inlining: Inline trivial calls (#6143)
Alon Zakai
2023-12-05
1
-13
/
+6
*
LocalCSE: Do not optimize small things like global.get (#6087)
Alon Zakai
2023-11-08
1
-37
/
+31
*
Simplify and consolidate type printing (#5816)
Thomas Lively
2023-08-24
1
-5
/
+5
*
LocalCSE: Connect adjacent blocks in LinearExecutionWalker (#5867)
Alon Zakai
2023-08-08
1
-4
/
+4
*
LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...
Alon Zakai
2023-08-08
1
-7
/
+13
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-2
/
+2
*
Unreachability fixes for inlining (#5492)
Alon Zakai
2023-02-15
1
-14
/
+14
*
Fix a trivial CodePushing bug with looking at the wrong index (#5252)
Alon Zakai
2022-11-14
1
-10
/
+10
*
Update default features to match new llvm defaults (#5212)
Sam Clegg
2022-11-03
1
-24
/
+8
*
RedundantSetElimination: Look at fallthrough values (#5213)
Alon Zakai
2022-11-03
1
-3
/
+0
*
CodePushing: Push into If arms (#5191)
Alon Zakai
2022-11-01
1
-75
/
+73
*
OptimizeInstructions: Select => and/or in more cases (#4154)
Alon Zakai
2022-09-01
1
-6
/
+6
*
Avoid adding new unneeded names to blocks in text roundtripping (#4943)
Alon Zakai
2022-08-22
1
-213
/
+213
*
Fix name of port_passes_tests_to_lit.py script. NFC (#4902)
Sam Clegg
2022-08-12
1
-1
/
+1
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-2
/
+2
*
[OptimizeInstructions] Combine some relational ops joined Or/And (Part 2) (#4...
Max Graey
2021-11-16
1
-6
/
+3
*
MergeBlocks: Rewrite to use a generic algorithm (#4323)
Alon Zakai
2021-11-12
1
-24
/
+22
*
CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)
Alon Zakai
2021-11-10
1
-382
/
+351
*
[OptimizeInstructions] Canonicalize relational ops with near zero on rhs (#4272)
Max Graey
2021-10-26
1
-20
/
+20
*
MergeBlocks: optimize If conditions (#4260)
Alon Zakai
2021-10-19
1
-55
/
+53
*
Disable partial inlining by default and add a flag for it. (#4191)
Alon Zakai
2021-09-27
1
-623
/
+578
*
Partial inlining via function splitting (#4152)
Alon Zakai
2021-09-17
1
-578
/
+623
*
Enable LocalCSE by default (#4089)
Alon Zakai
2021-08-19
1
-39
/
+51
*
Port test/passes/inlin* to lit (#3972)
Thomas Lively
2021-07-13
1
-0
/
+31050