index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
Inlining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)
Alon Zakai
2021-03-01
1
-0
/
+1
*
[Wasm Exceptions] Fix/work around delegate issues in Inlining pass (#3633)
Alon Zakai
2021-03-01
1
-0
/
+12
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-3
/
+6
*
Warn when running a pass not compatible with DWARF (#3506)
Alon Zakai
2021-01-26
1
-0
/
+4
*
[TypedFunctionReferences] Enable call_ref in fuzzer, and fix minor misc fuzz ...
Alon Zakai
2020-11-25
1
-1
/
+2
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+5
*
Inlining: Slight reordering of options (#3308)
Alon Zakai
2020-11-04
1
-14
/
+8
*
Inlining fix: Note the start function (#3301)
Alon Zakai
2020-10-29
1
-0
/
+3
*
Inlining fuzz fix: Notice ref.func function references in global inits (#3252)
Alon Zakai
2020-10-19
1
-1
/
+7
*
Improve inlining "heavyweight" (#3085)
Max Graey
2020-09-04
1
-10
/
+16
*
Add allowHeavyweight inlining option (#3032)
Max Graey
2020-08-26
1
-1
/
+1
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-6
/
+6
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-6
/
+11
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-4
/
+4
*
Refactor removing module elements (#2489)
Heejin Ahn
2019-12-02
1
-17
/
+6
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-2
/
+2
*
Add a pass to inline __original_main() into main() (#2461)
Alon Zakai
2019-11-21
1
-1
/
+37
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-20
/
+67
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-9
/
+2
*
Bysyncify: async transform for wasm (#2172)
Alon Zakai
2019-06-15
1
-2
/
+0
*
Copy debug info when inlining (#2168)
Alon Zakai
2019-06-07
1
-6
/
+11
*
Inlining: exposed inlining thresholds as command-line parameters. (#2125)
Wouter van Oortmerssen
2019-05-23
1
-23
/
+8
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-4
/
+4
*
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
-46
/
+67
*
Massive renaming (#1855)
Thomas Lively
2019-01-07
1
-2
/
+2
*
No exit runtime pass (#1816)
Alon Zakai
2018-12-13
1
-2
/
+2
*
Unify imported and non-imported things (#1678)
Alon Zakai
2018-09-19
1
-18
/
+11
*
Note that calls to imports are not lightweight in inlining pass (#1673)
Alon Zakai
2018-09-12
1
-0
/
+5
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-25
/
+2
*
do more optimizations after inlining: precompute-propagate plus all regular o...
Alon Zakai
2018-04-30
1
-10
/
+2
*
Inlining improvements (#1397)
Alon Zakai
2018-02-02
1
-25
/
+40
*
Inlining improvements (#1375)
Alon Zakai
2018-01-24
1
-11
/
+39
*
Global optimization fixes (#1360)
Alon Zakai
2018-01-17
1
-2
/
+9
*
notation change: AST => IR (#1245)
Alon Zakai
2017-10-24
1
-2
/
+2
*
precompute-propagate pass (#1179)
Alon Zakai
2017-09-12
1
-0
/
+1
*
fix an inlining bug where a void function has an unreachable body
Alon Zakai (kripken)
2017-08-28
1
-1
/
+10
*
Inline many (#1125)
Alon Zakai
2017-08-22
1
-62
/
+94
*
when inlining, we must zero out non-param locals, as their initial zero value...
Alon Zakai
2017-08-10
1
-5
/
+11
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-42
/
+131
*
fix BINARYEN_PASS_DEBUG option (#908)
Alon Zakai
2017-02-23
1
-0
/
+2
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-3
/
+3
*
add an inlining pass (#814)
Alon Zakai
2016-10-29
1
-0
/
+207
[prev]