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
...
*
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
*
Don't reinsert in set when interning strings.
Michael Bebenita
2016-03-15
1
-1
/
+1
*
Support start
JF Bastien
2016-02-05
1
-2
/
+2
*
Add Travis builds with sanitizers
JF Bastien
2016-01-10
4
-44
/
+28
*
parse for loops in asm2wasm #60
Alon Zakai
2016-01-04
2
-1
/
+34
*
Add a support static library
JF Bastien
2015-12-24
1
-48
/
+0
*
Change colors.h to isolate and minimize code that isn't compiled on all platf...
Andrew Scheidecker
2015-12-23
1
-65
/
+19
*
Fix a few Windows/VS2013 compile errors
Andrew Scheidecker
2015-12-23
1
-0
/
+14
*
Fix / uniformize include guards
JF Bastien
2015-12-22
6
-12
/
+22
*
Fix warnings found by GCC
JF Bastien
2015-12-22
1
-16
/
+16
*
Fix uninitialize variable warning
JF Bastien
2015-12-22
1
-1
/
+3
*
Fix the license headers
JF Bastien
2015-12-21
9
-8
/
+139
*
don't quote keys in object printing when not necessary
Alon Zakai
2015-12-07
1
-3
/
+14
*
emit heap views in wasm2asm
Alon Zakai
2015-12-06
1
-0
/
+7
*
if is not statable
Alon Zakai
2015-12-06
1
-1
/
+1
*
add makeSigning method
Alon Zakai
2015-12-05
2
-0
/
+7
*
wasm2asm fixes
Alon Zakai
2015-12-04
1
-0
/
+6
*
fixes for wasm2asm
Alon Zakai
2015-12-03
1
-1
/
+1
*
refactoring, and wasm2asm arags and locals
Alon Zakai
2015-12-01
3
-6
/
+116
*
finish first pass on wasm2asm
Alon Zakai
2015-12-01
1
-0
/
+6
*
wasm2asm progress
Alon Zakai
2015-12-01
1
-0
/
+6
*
be very careful when converting doubles to ints in asm2wasm
Alon Zakai
2015-11-28
2
-1
/
+7
*
wasm2asm progress
Alon Zakai
2015-11-27
1
-0
/
+8
*
fix makeCall
Alon Zakai
2015-11-27
1
-3
/
+3
*
wasm2asm progress
Alon Zakai
2015-11-26
1
-0
/
+7
*
wasm2asm progress
Alon Zakai
2015-11-26
1
-0
/
+10
*
wasm2asm progress
Alon Zakai
2015-11-26
1
-1
/
+1
*
wasm2asm progress
Alon Zakai
2015-11-24
1
-0
/
+7
*
add deStat from emscripten optimizer
Alon Zakai
2015-11-24
1
-0
/
+5
*
fix detectSign on recursive calls that need minified fround
Alon Zakai
2015-11-22
1
-4
/
+4
*
detect minified fround in detectType
Alon Zakai
2015-11-20
2
-3
/
+3
*
detect minified fround
Alon Zakai
2015-11-20
2
-5
/
+5
*
detect seq sign
Alon Zakai
2015-11-20
1
-3
/
+12
*
parser update from emscripten
Alon Zakai
2015-11-17
1
-0
/
+10
*
port detectSign from emscripten asm optimizer, and use it
Alon Zakai
2015-11-17
2
-0
/
+47
[prev]
[next]