index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-module-building.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-2
/
+4
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-23
/
+44
*
Rename atomic wait/notify instructions (#1972)
Heejin Ahn
2019-03-30
1
-10
/
+10
*
DeadArgumentElimination Pass (#1641)
Alon Zakai
2018-09-05
1
-1
/
+4
*
Clarify what function-parallel passes can do, and fix an asm2wasm bug (#1627)
Alon Zakai
2018-07-23
1
-0
/
+4
*
Global optimization fixes (#1360)
Alon Zakai
2018-01-17
1
-9
/
+4
*
runFunction => runOnFunction (we run on the function, not run the function) (...
Alon Zakai
2018-01-10
1
-1
/
+1
*
optimize helper funcs (like i32-div) if created in asm2wasm, so they are cons...
Alon Zakai
2017-10-04
1
-8
/
+15
*
Improve and enable inlining pass (#966)
Alon Zakai
2017-08-07
1
-2
/
+2
*
Validate finalization (#1014)
Alon Zakai
2017-05-18
1
-1
/
+2
*
Make header guards consistent (#997)
Sam Clegg
2017-05-04
1
-4
/
+3
*
Preserve debug info through the optimizer (#981)
Alon Zakai
2017-04-28
1
-7
/
+14
*
pass PassOptions to OptimizingIncrementalModuleBuilder, so that it can pass t...
Alon Zakai
2016-10-21
1
-6
/
+7
*
passRunner debug and validation improvements (#726)
Alon Zakai
2016-10-02
1
-4
/
+19
*
refactor pass hooks, creating a proper way to run code before a pass is run
Alon Zakai
2016-09-12
1
-1
/
+1
*
ensure we create the OptimizeInstructions database on demand, avoiding global...
Alon Zakai
2016-09-07
1
-0
/
+8
*
autodrop must be run before we optimize in asm2wasm, as otherwise its input i...
Alon Zakai
2016-09-07
1
-2
/
+4
*
Fix asm2wasm dead lock caused by empty modules.
Logan Chien
2016-08-26
1
-1
/
+9
*
Remove unnecessary type cast.
Logan Chien
2016-08-26
1
-2
/
+1
*
Replace std::unique<T>(new T()) with make_unique<T>().
Logan Chien
2016-08-26
1
-1
/
+1
*
add OptimizingIncrementalModuleBuilder for faster incremental module building...
Alon Zakai
2016-06-02
1
-0
/
+252