index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emscripten-optimizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: Convert to using lowercase for and functions/macros (#2495)
Sam Clegg
2019-12-04
1
-2
/
+2
*
Update spec test suite (#2484)
Heejin Ahn
2019-11-29
1
-0
/
+3
*
Collect all object files from the object libraries in a CMake variable (#2477)
Immanuel Haffner
2019-11-26
1
-1
/
+1
*
Revert "Build libbinaryen as a monolithic statically/shared library (#2463)" ...
Alon Zakai
2019-11-25
1
-1
/
+1
*
Build libbinaryen as a monolithic statically/shared library (#2463)
Immanuel Haffner
2019-11-22
1
-1
/
+1
*
SIMD load and extend instructions (#2353)
Thomas Lively
2019-09-24
1
-5
/
+2
*
wasm2js: don't emit obviously unnecessary parens (#2080)
Alon Zakai
2019-05-02
1
-12
/
+26
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
6
-166
/
+285
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
8
-858
/
+1209
*
wasm2js: remove unneeded break/continue labels (#2058)
Alon Zakai
2019-04-26
2
-66
/
+4
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
1
-0
/
+3
*
wasm2js: start to optionally optimize the JS (#2046)
Alon Zakai
2019-04-24
3
-190
/
+45
*
wasm2js: emit quoted properties for the exports, to support closure compiler ...
Alon Zakai
2019-04-23
1
-2
/
+17
*
wasm2js: fix printing of negated negative constants (#2034)
Alon Zakai
2019-04-22
1
-0
/
+3
*
wasm2js: do not try to be smart with not emitting if braces, the corner cases...
Alon Zakai
2019-04-18
1
-33
/
+17
*
Fix if else JS printing when if body is a labelled block (#2017)
Alon Zakai
2019-04-17
1
-1
/
+4
*
More misc ASAN fixes (#1882)
Alon Zakai
2019-01-22
2
-0
/
+5
*
Code style improvements (#1868)
Alon Zakai
2019-01-15
5
-22
/
+24
*
Cleanup shared constants (#1784)
Sam Clegg
2018-11-29
3
-7
/
+2
*
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Alon Zakai
2018-11-29
2
-3
/
+3
*
Fix alignment in MixedAllocator (#1740)
Alon Zakai
2018-11-13
1
-2
/
+2
*
fix sign detection of a floating-point mod ; fixes kripken/emscripten#7123 (#...
Alon Zakai
2018-09-15
1
-1
/
+1
*
Optimize validation of many nested blocks (#1576)
Alon Zakai
2018-05-30
1
-2
/
+1
*
wasm2asm: Fix and enable a large number of spec tests (#1558)
Alex Crichton
2018-05-29
1
-6
/
+14
*
wasm2asm: Implement float<->int conversions (#1550)
Alex Crichton
2018-05-16
1
-0
/
+15
*
EM_JS binaryen support (#1410)
Jacob Gravelle
2018-02-26
1
-4
/
+8
*
Add startsWith function to IString (#1393)
Heejin Ahn
2018-01-29
1
-0
/
+9
*
i64 to i32 lowering for wasm2asm (#1134)
Thomas Lively
2017-09-01
1
-3
/
+5
*
wasm2asm test generation (#1124)
Thomas Lively
2017-08-16
3
-61
/
+43
*
wasm2asm i32 arithmetic support (#1120)
Thomas Lively
2017-08-07
2
-0
/
+2
*
Get wasm2asm building again (#1107)
Thomas Lively
2017-08-02
1
-0
/
+651
*
Parallelize istring creation (#1008)
Alon Zakai
2017-05-16
1
-14
/
+29
*
Fix build with gcc 7 (#957)
Morris Hafner
2017-03-29
1
-2
/
+1
*
refactor asm.js ast to use an AssignName node, for the common case of assigni...
Alon Zakai (kripken)
2017-01-31
2
-9
/
+48
*
refactor asm.js ast to not use STAT nodes - we don't need to print the asm.js...
Alon Zakai (kripken)
2017-01-31
5
-643
/
+2
*
refactor asm.js ast to use an Assign node
Alon Zakai (kripken)
2017-01-31
4
-119
/
+149
*
use MixedArena in asm.js ast
Alon Zakai (kripken)
2017-01-31
2
-78
/
+45
*
refactor asm.js ast to use a string node directly instead of [NAME, string]
Alon Zakai (kripken)
2017-01-31
5
-35
/
+33
*
refactor asm.js ast to use a number node directly instead of [NUM, number]
Alon Zakai (kripken)
2017-01-30
5
-20
/
+30
*
fix large f32 consts, fixes #817 (#820)
Alon Zakai
2016-11-01
1
-2
/
+2
*
Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...
juj
2016-10-20
1
-1
/
+1
*
asm2wasm i64 support (#723)
Alon Zakai
2016-09-30
4
-8
/
+20
*
Use more static libraries in the CMake build (#451)
Derek Schuff
2016-05-07
1
-0
/
+6
*
do not leak in IStringSet
Alon Zakai
2016-04-27
2
-14
/
+16
*
clean up in emscripten-optimizer arenas
Alon Zakai
2016-04-27
2
-0
/
+10
*
Fixes typo in hex number parsing in asm2wasm. (#362)
Yury Delendik
2016-04-18
1
-1
/
+1
*
Function parallelism (#343)
Alon Zakai
2016-04-15
1
-10
/
+14
*
AST Builder class, and use it to optimzie umoddi4 in asm2wasm
Alon Zakai
2016-04-08
2
-0
/
+4
*
optimize llvm.cttz.i32 into i32.ctz
Alon Zakai
2016-04-08
2
-0
/
+2
*
use strncpy #283
Alon Zakai
2016-03-28
2
-6
/
+7
[next]