summaryrefslogtreecommitdiff
path: root/src/emscripten-optimizer
Commit message (Expand)AuthorAgeFilesLines
...
* refactor asm.js ast to not use STAT nodes - we don't need to print the asm.js...Alon Zakai (kripken)2017-01-315-643/+2
* refactor asm.js ast to use an Assign nodeAlon Zakai (kripken)2017-01-314-119/+149
* use MixedArena in asm.js astAlon Zakai (kripken)2017-01-312-78/+45
* refactor asm.js ast to use a string node directly instead of [NAME, string]Alon Zakai (kripken)2017-01-315-35/+33
* refactor asm.js ast to use a number node directly instead of [NUM, number]Alon Zakai (kripken)2017-01-305-20/+30
* fix large f32 consts, fixes #817 (#820)Alon Zakai2016-11-011-2/+2
* Fix some C6246: "Local declaration of 'i' hides declaration of the same name ...juj2016-10-201-1/+1
* asm2wasm i64 support (#723)Alon Zakai2016-09-304-8/+20
* Use more static libraries in the CMake build (#451)Derek Schuff2016-05-071-0/+6
* do not leak in IStringSetAlon Zakai2016-04-272-14/+16
* clean up in emscripten-optimizer arenasAlon Zakai2016-04-272-0/+10
* Fixes typo in hex number parsing in asm2wasm. (#362)Yury Delendik2016-04-181-1/+1
* Function parallelism (#343)Alon Zakai2016-04-151-10/+14
* AST Builder class, and use it to optimzie umoddi4 in asm2wasmAlon Zakai2016-04-082-0/+4
* optimize llvm.cttz.i32 into i32.ctzAlon Zakai2016-04-082-0/+2
* use strncpy #283Alon Zakai2016-03-282-6/+7
* Don't reinsert in set when interning strings.Michael Bebenita2016-03-151-1/+1
* Support startJF Bastien2016-02-051-2/+2
* Add Travis builds with sanitizersJF Bastien2016-01-104-44/+28
* parse for loops in asm2wasm #60Alon Zakai2016-01-042-1/+34
* Add a support static libraryJF Bastien2015-12-241-48/+0
* Change colors.h to isolate and minimize code that isn't compiled on all platf...Andrew Scheidecker2015-12-231-65/+19
* Fix a few Windows/VS2013 compile errorsAndrew Scheidecker2015-12-231-0/+14
* Fix / uniformize include guardsJF Bastien2015-12-226-12/+22
* Fix warnings found by GCCJF Bastien2015-12-221-16/+16
* Fix uninitialize variable warningJF Bastien2015-12-221-1/+3
* Fix the license headersJF Bastien2015-12-219-8/+139
* don't quote keys in object printing when not necessaryAlon Zakai2015-12-071-3/+14
* emit heap views in wasm2asmAlon Zakai2015-12-061-0/+7
* if is not statableAlon Zakai2015-12-061-1/+1
* add makeSigning methodAlon Zakai2015-12-052-0/+7
* wasm2asm fixesAlon Zakai2015-12-041-0/+6
* fixes for wasm2asmAlon Zakai2015-12-031-1/+1
* refactoring, and wasm2asm arags and localsAlon Zakai2015-12-013-6/+116
* finish first pass on wasm2asmAlon Zakai2015-12-011-0/+6
* wasm2asm progressAlon Zakai2015-12-011-0/+6
* be very careful when converting doubles to ints in asm2wasmAlon Zakai2015-11-282-1/+7
* wasm2asm progressAlon Zakai2015-11-271-0/+8
* fix makeCallAlon Zakai2015-11-271-3/+3
* wasm2asm progressAlon Zakai2015-11-261-0/+7
* wasm2asm progressAlon Zakai2015-11-261-0/+10
* wasm2asm progressAlon Zakai2015-11-261-1/+1
* wasm2asm progressAlon Zakai2015-11-241-0/+7
* add deStat from emscripten optimizerAlon Zakai2015-11-241-0/+5
* fix detectSign on recursive calls that need minified froundAlon Zakai2015-11-221-4/+4
* detect minified fround in detectTypeAlon Zakai2015-11-202-3/+3
* detect minified froundAlon Zakai2015-11-202-5/+5
* detect seq signAlon Zakai2015-11-201-3/+12
* parser update from emscriptenAlon Zakai2015-11-171-0/+10
* port detectSign from emscripten asm optimizer, and use itAlon Zakai2015-11-172-0/+47