Age | Commit message (Expand) | Author |
2013-11-18 | version 1.7.81.7.8 | Alon Zakai |
2013-11-17 | Fixed timestamps on object files extracted from archives during link. | Dominic Wong |
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-09 | Fix test_asm_pgo on Windows by using response files. The test failed by excee... | Jukka Jylänki |
2013-11-08 | Merge branch 'incoming' into f32 | 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-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-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-22 | 1.7.01.7.0 | Alon Zakai |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai |
2013-10-08 | do not assume only -O2 reloops in ensure_relooper | Alon Zakai |
2013-10-03 | remove unneeded EMIT_GENERATED_FUNCTIONS | Alon Zakai |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-26 | Don't do Popen workaround on Windows by default, since the cmdline -> call em... | Jukka Jylänki |
2013-09-26 | Use the logging framework instead of print, to be consistent and as the loggi... | Jukka Jylänki |
2013-09-26 | Bump version.1.6.3 | Bruce Mitchener |
2013-09-26 | Bump version.1.6.2 | Bruce Mitchener |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld |
2013-09-23 | handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap | Alon Zakai |
2013-09-23 | remove interim relooper builds if final bootstrap phase did not succeed | Alon Zakai |
2013-09-23 | relooper input is ascii, emit it to the heap more efficiently with writeAscii...1.6.1 | Alon Zakai |
2013-09-23 | clean up reloopers1.6.0 | Alon Zakai |
2013-09-17 | Updated library_sdl.js | ngld |
2013-09-16 | Integrate the new tool into emscripten | ngld |
2013-09-14 | dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9 | Alon Zakai |
2013-09-13 | RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8 | Alon Zakai |
2013-09-13 | Bump version for new libc headers.1.5.7 | Bruce Mitchener |
2013-09-10 | Add missing 'if WINDOWS' in CMake toolchain handling code. | Jukka Jylänki |
2013-09-10 | Fix indentation in Building.which() function. | Jukka Jylänki |
2013-09-10 | Add Building.which() function to help find a tool in PATH. Use mingw32-make i... | Jukka Jylänki |
2013-09-09 | Merge pull request #1583 from juj/cmake_improvements | Alon Zakai |
2013-09-08 | refactor COMPILER_OPTS | Alon Zakai |
2013-09-07 | add some cpu undefs that are important for configure steps | Alon Zakai |
2013-09-05 | Merge pull request #1586 from waywardmonkeys/remove-emlibtool | Alon Zakai |
2013-09-04 | Improve emscripten to autodetect the temp directory even if TEMP_DIR is not p... | Jukka Jylänki |
2013-09-04 | Adjust EM_BUILD_VERBOSE environment variable to take values 0,1,2 or 3, with ... | Jukka Jylänki |
2013-09-04 | Remove unused / unwritten emlibtool. | Bruce Mitchener |
2013-09-04 | Remove the old mechanism of generating a CMake toolchain file on the fly when... | Jukka Jylänki |
2013-09-03 | add extCall_* methods in asm dlopen support, parallel to invoke in that they ... | Alon Zakai |