index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passes
/
ReorderLocals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+3
*
Avoid a code pattern of vec.resize() followed by std::fill() as suboptimal. I...
juj
2022-04-05
1
-3
/
+3
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+1
*
Avoid wasted work when there are no locals (#3060)
Max Graey
2020-08-24
1
-4
/
+5
*
Fix ReorderLocals handling of local names (#2728)
Alon Zakai
2020-04-08
1
-2
/
+3
*
Work around a compiler issue on MacOS (#2730)
Alon Zakai
2020-04-08
1
-7
/
+8
*
Optimize ReorderLocals maps to vectors (#2727)
Alon Zakai
2020-04-07
1
-8
/
+21
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-11
/
+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
-3
/
+6
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-23
/
+27
*
misc minor cleanups in the codebase (#1531)
Alon Zakai
2018-05-04
1
-0
/
+2
*
Make localNames into a map (#1189)
Thomas Lively
2017-09-23
1
-1
/
+0
*
Default Walker subclasses to using Visitor<SubType> (#921)
jgravelle-google
2017-02-23
1
-2
/
+2
*
Remove unused captures to fix warnings/errors when compiling with Clang (#896)
Eric Holk
2017-02-03
1
-1
/
+1
*
Add initialization functions for passes to avoid missing pass registration du...
Jukka Jylänki
2016-06-21
1
-1
/
+3
*
move function parallelism to pass and pass runner, which allows more efficien...
Alon Zakai
2016-06-03
1
-1
/
+3
*
canonicalize the order in reorder-locals, by using first-appearance to break ...
Alon Zakai
2016-05-28
1
-5
/
+14
*
handle missing local names in ReorderLocals
Alon Zakai
2016-05-05
1
-2
/
+5
*
create a UnifiedExpressionVisitor for passes that want a single visitor funct...
Alon Zakai
2016-04-18
1
-2
/
+2
*
index locals, so that get_local and set_local have just an index, and local n...
Alon Zakai
2016-04-18
1
-11
/
+76
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-0
/
+1
*
rename function locals, to params and vars, which together are all the locals...
Alon Zakai
2016-04-14
1
-5
/
+5
*
drop completely unused locals in ReorderLocals
Alon Zakai
2016-04-11
1
-1
/
+6
*
De-recurse traversals (#333)
Alon Zakai
2016-04-11
1
-1
/
+1
*
ensure a stable sort in ReorderLocals
Alon Zakai
2016-02-19
1
-1
/
+4
*
Remove empty function.
Michael
2016-02-19
1
-4
/
+0
*
Reorder locals.
Michael
2016-02-19
1
-0
/
+55