Age | Commit message (Expand) | Author |
2013-11-17 | Add a default setting line for running crunch tool, primarily from CRUNCH env... | Jukka Jylänki |
2013-11-17 | Adjust split.py tool logic for generating output filenames to not generate th... | Jukka Jylänki |
2013-11-15 | precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7 | Alon Zakai |
2013-11-14 | emit ll from llvm opt directly, to skip writing and reading all the bitcode | Alon Zakai |
2013-11-14 | Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6 | Alon Zakai |
2013-11-12 | version 1.7.51.7.5 | Alon Zakai |
2013-11-11 | version 1.7.41.7.4 | Alon Zakai |
2013-11-11 | version 1.7.31.7.3 | Alon Zakai |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-11 | minify in asm arg coercions that denormalizeAsm generates, to handle Math.fro... | Alon Zakai |
2013-11-11 | minify in asm var definitions that denormalizeAsm generates, to handle Math.f... | Alon Zakai |
2013-11-09 | Fix test_asm_pgo on Windows by using response files. The test failed by excee... | Jukka Jylänki |
2013-11-09 | Math.* have no side effects | Alon Zakai |
2013-11-09 | consolidate side effect checking code | Alon Zakai |
2013-11-09 | remove unneeded var | Alon Zakai |
2013-11-09 | optimize hasSideEffects | Alon Zakai |
2013-11-08 | fix float/int bitcast optimization to recognize and preserve Math_fround | Alon Zakai |
2013-11-08 | fix registerize pass for float32 | Alon Zakai |
2013-11-08 | initial work for float32 support in js optimizer | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-08 | Merge pull request #1767 from waywardmonkeys/update-libcxx1.7.2 | Alon Zakai |
2013-11-08 | invalidate calls on conditionals in js optimizer, to avoid eliminating into a... | Alon Zakai |
2013-11-07 | Bump version & regen symbols for libcxx. | Bruce Mitchener |
2013-11-02 | regex implementation from musl. | Bruce Mitchener |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-01 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj |
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory foo... | Jukka Jylänki |
2013-10-31 | Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten i... | Alon Zakai |
2013-10-30 | tools: parse pre-release node.js version numbers | Ben Noordhuis |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-29 | bump js minifier name limit, and optimize to not create all the names on smal... | Alon Zakai |
2013-10-28 | fix progress shown when multiple asset packages are downloaded | Alon Zakai |
2013-10-28 | only emit decrunch code when crunch is enabled | Alon Zakai |
2013-10-25 | support fround in function tables and asm module support functions | Alon Zakai |
2013-10-23 | 1.7.11.7.1 | Alon Zakai |
2013-10-23 | remove old call to Runtime.warn in file packager code | Alon Zakai |
2013-10-22 | 1.7.01.7.0 | Alon Zakai |
2013-10-22 | start network fetch as early as possible in file packager output | Alon Zakai |
2013-10-22 | move fetchRemotePackage to outside of file packager generated code | Alon Zakai |
2013-10-22 | move file packager Module autocreation to toplevel | Alon Zakai |
2013-10-22 | fix file packager Module autocreation | Alon Zakai |
2013-10-22 | remove --pre-run option in file packager, handle all that automatically | Alon Zakai |
2013-10-22 | do not call setStatus if not present | Alon Zakai |
2013-10-21 | add file handling code from --preload-file etc. in a pre-js, so that it will ... | Alon Zakai |
2013-10-21 | indentation fix in file packager | Alon Zakai |
2013-10-15 | fix autodebugger | Alon Zakai |
2013-10-10 | sort in find_bigfuncs.py | Alon Zakai |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai |
2013-10-09 | avoid X-(-Y) in js optimizer; fixes #1685 | Alon Zakai |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai |