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
*
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