summaryrefslogtreecommitdiff
path: root/test/lit/passes/inlining-optimizing_optimize-level=3.wast
Commit message (Expand)AuthorAgeFilesLines
* [NFC-ish] Avoid repeated ReFinalize etc. when inlining (#6967)Alon Zakai2024-09-241-3/+3
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-14293/+16139
* Match names more precisely in update_lit_checks.py (#6190)Thomas Lively2024-01-021-24/+28
* [test] Remove asm2wasm tests from scripts (#6162)Heejin Ahn2023-12-111-1/+0
* Inlining: Inline trivial calls (#6143)Alon Zakai2023-12-051-13/+6
* LocalCSE: Do not optimize small things like global.get (#6087)Alon Zakai2023-11-081-37/+31
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-5/+5
* LocalCSE: Connect adjacent blocks in LinearExecutionWalker (#5867)Alon Zakai2023-08-081-4/+4
* LinearExecutionTraversal: Add an option to connect adjacent code, use in Simp...Alon Zakai2023-08-081-7/+13
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-2/+2
* Unreachability fixes for inlining (#5492)Alon Zakai2023-02-151-14/+14
* Fix a trivial CodePushing bug with looking at the wrong index (#5252)Alon Zakai2022-11-141-10/+10
* Update default features to match new llvm defaults (#5212)Sam Clegg2022-11-031-24/+8
* RedundantSetElimination: Look at fallthrough values (#5213)Alon Zakai2022-11-031-3/+0
* CodePushing: Push into If arms (#5191)Alon Zakai2022-11-011-75/+73
* OptimizeInstructions: Select => and/or in more cases (#4154)Alon Zakai2022-09-011-6/+6
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-213/+213
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
* First class Data Segments (#4733)Ashley Nelson2022-06-211-2/+2
* [OptimizeInstructions] Combine some relational ops joined Or/And (Part 2) (#4...Max Graey2021-11-161-6/+3
* MergeBlocks: Rewrite to use a generic algorithm (#4323)Alon Zakai2021-11-121-24/+22
* CoalesceLocals: Rewrite the algorithm to be linear and to ignore copies (#4314)Alon Zakai2021-11-101-382/+351
* [OptimizeInstructions] Canonicalize relational ops with near zero on rhs (#4272)Max Graey2021-10-261-20/+20
* MergeBlocks: optimize If conditions (#4260)Alon Zakai2021-10-191-55/+53
* Disable partial inlining by default and add a flag for it. (#4191)Alon Zakai2021-09-271-623/+578
* Partial inlining via function splitting (#4152)Alon Zakai2021-09-171-578/+623
* Enable LocalCSE by default (#4089)Alon Zakai2021-08-191-39/+51
* Port test/passes/inlin* to lit (#3972)Thomas Lively2021-07-131-0/+31050