aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2014-01-03make sure to give Ids to split blocks in relooper1.8.1Alon Zakai
2013-12-31sanity check for js backend in fastcompAlon Zakai
2013-12-30disable jcache in fastcomp, and fake emscripten_jcache_printfAlon Zakai
2013-12-28optimize relooper id counters1.8.0Alon Zakai
2013-12-26support for optional complete emulation in relooper1.7.9Alon Zakai
2013-12-24Fixed small problems which exhibit themself when building projects with too m...Volo Zyko
2013-12-23fix size limit in limit_size, necessary for s_0_0.test_safe_heapAlon Zakai
2013-12-23fix bug where close-together tempDoublePtr operations could cross each otherAlon Zakai
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-13Fix an issue with the --em-config cmdline option where the option was not see...Jukka Jylänki
2013-12-13Add new emcc command line parameter --em-config that allows specifying the lo...Jukka Jylänki
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-01fix for pull #1882Alon Zakai
2013-12-01Introduce safe_ensure_dirs as a safe os.makedirs replacement.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-18version 1.7.81.7.8Alon Zakai
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-09Fix test_asm_pgo on Windows by using response files. The test failed by excee...Jukka Jylänki
2013-11-08Merge branch 'incoming' into f32Alon 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-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-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-231.7.11.7.1Alon Zakai
2013-10-221.7.01.7.0Alon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08do not assume only -O2 reloops in ensure_relooperAlon Zakai
2013-10-03remove unneeded EMIT_GENERATED_FUNCTIONSAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-26Don't do Popen workaround on Windows by default, since the cmdline -> call em...Jukka Jylänki
2013-09-26Use the logging framework instead of print, to be consistent and as the loggi...Jukka Jylänki
2013-09-26Bump version.1.6.3Bruce Mitchener
2013-09-26Bump version.1.6.2Bruce Mitchener
2013-09-25Fix some comments and bump EMSCRIPTEN_VERSIONngld
2013-09-23handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrapAlon Zakai
2013-09-23remove interim relooper builds if final bootstrap phase did not succeedAlon Zakai