aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-12-12skip sanity checks if EM_CONFIG is used instead of normal ~/.emscriptenAlon Zakai
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity c...Alon Zakai
2013-12-06fix creation of temp dir in EMCC_DEBUG for the first timeAlon Zakai
2013-12-02move import in cache.py to avoid module interdependencies; fallout from 0f513...Alon Zakai
2013-12-02fix file preloading in workers and add testAlon Zakai
2013-12-01fix for pull #1882Alon Zakai
2013-12-01Introduce safe_ensure_dirs as a safe os.makedirs replacement.Andreas Bergmeier
2013-11-26Prevent Cache.ensure from throwing an error, while the directory already exists.Andreas Bergmeier
2013-11-25don't bootstrap relooper to js if we are using fastcompAlon Zakai
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-19hackish emscript_fast toolchain integrationsAlon Zakai
2013-11-18version 1.7.81.7.8Alon Zakai
2013-11-18Merge pull request #1831 from dinibu/dependency-fix-1820Alon Zakai
2013-11-17Add a default setting line for running crunch tool, primarily from CRUNCH env...Jukka Jylänki
2013-11-17Adjust split.py tool logic for generating output filenames to not generate th...Jukka Jylänki
2013-11-17Fixed timestamps on object files extracted from archives during link.Dominic Wong
2013-11-15precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7Alon Zakai
2013-11-14emit ll from llvm opt directly, to skip writing and reading all the bitcodeAlon Zakai
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-12version 1.7.51.7.5Alon Zakai
2013-11-11version 1.7.41.7.4Alon Zakai
2013-11-11version 1.7.31.7.3Alon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11minify in asm arg coercions that denormalizeAsm generates, to handle Math.fro...Alon Zakai
2013-11-11minify in asm var definitions that denormalizeAsm generates, to handle Math.f...Alon Zakai
2013-11-09Fix test_asm_pgo on Windows by using response files. The test failed by excee...Jukka Jylänki
2013-11-09Math.* have no side effectsAlon Zakai
2013-11-09consolidate side effect checking codeAlon Zakai
2013-11-09remove unneeded varAlon Zakai
2013-11-09optimize hasSideEffectsAlon Zakai
2013-11-08fix float/int bitcast optimization to recognize and preserve Math_froundAlon Zakai
2013-11-08fix registerize pass for float32Alon Zakai
2013-11-08initial work for float32 support in js optimizerAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-08Merge pull request #1767 from waywardmonkeys/update-libcxx1.7.2Alon Zakai
2013-11-08invalidate calls on conditionals in js optimizer, to avoid eliminating into a...Alon Zakai
2013-11-07Bump version & regen symbols for libcxx.Bruce Mitchener
2013-11-02regex implementation from musl.Bruce Mitchener
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-11-01Merge pull request #1750 from juj/no_copy_vfs_to_heapjuj
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-10-31Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten i...Alon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-29bump js minifier name limit, and optimize to not create all the names on smal...Alon Zakai
2013-10-28fix progress shown when multiple asset packages are downloadedAlon Zakai
2013-10-28only emit decrunch code when crunch is enabledAlon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-231.7.11.7.1Alon Zakai
2013-10-23remove old call to Runtime.warn in file packager codeAlon Zakai