Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-19 | Add erf and erfc implementations | Xuejie Xiao | |
2012-11-19 | support/ignore cc11 | Alon Zakai | |
2012-11-19 | socket.h additions and fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | un.h fixes | Alon Zakai | |
2012-11-19 | un.h | Alon Zakai | |
2012-11-19 | sa_sigaction | Alon Zakai | |
2012-11-19 | netdb.h additions | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | header fixes | Alon Zakai | |
2012-11-19 | socket.h additions | Alon Zakai | |
2012-11-19 | ioctl.h additions | Alon Zakai | |
2012-11-19 | resource.h additions | Alon Zakai | |
2012-11-19 | statvfs.h additions | Alon Zakai | |
2012-11-19 | fcntl additions | Alon Zakai | |
2012-11-19 | limits.h additions | Alon Zakai | |
2012-11-19 | add dlfcn constant | Alon Zakai | |
2012-11-16 | print out hexadecimal 64-bit values properly, and fix some bugs with ↵ | Alon Zakai | |
I64_PRECISE mode 2; fixes #716 | |||
2012-11-16 | add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we ↵ | Alon Zakai | |
can't tell at compile time it is needed. helps with #716 | |||
2012-11-16 | update heap exports when enlarging memory; fixes #713 | Alon Zakai | |
2012-11-16 | remove unneeded assertion | Alon Zakai | |
2012-11-15 | cache isType calls | Alon Zakai | |
2012-11-15 | optimize isPossiblyFunctionType and use it more | Alon Zakai | |
2012-11-15 | emit libraries and globals in pre phase, which needs to parse globals ↵ | Alon Zakai | |
anyhow, and avoid overhead of libraries in func phases | |||
2012-11-15 | optimize token closing brace check | Alon Zakai | |
2012-11-15 | use test in makeToken as a minor optimization | Alon Zakai | |
2012-11-15 | prevent annoying warnings during relooper bootstrapping | Alon Zakai | |
2012-11-15 | return error code on no input files | Alon Zakai | |
2012-11-15 | Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ↵ | Jukka Jylänki | |
fix cmake em++ invocation on Windows Vista. | |||
2012-11-14 | clean up test.ll | Alon Zakai | |
2012-11-14 | adjust emscrip parallelization heuristics | Alon Zakai | |
2012-11-14 | Python system command line may come with untrimmed items at least on Windows ↵ | Jukka Jylänki | |
Vista, cmake is bad at producing these, so trim off the excessive spaces before working on the command line. Fixes other.test_cmake on Windows Vista build bot. | |||
2012-11-14 | Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, ↵ | Jukka Jylänki | |
but just route through poll() instead. | |||
2012-11-14 | Refactor Windows replacement for Popen to allow passing stdin to Popen ↵ | Jukka Jylänki | |
process, and poll() and kill(). Fixes tests other.test_fix_closure and other.test_warn_undefined on Windows. | |||
2012-11-14 | Implement missing used functions on MockPopen to pass Windows tests ↵ | Jukka Jylänki | |
utilizing timeout_run(). | |||
2012-11-13 | optimize writing in emscripten.py | Alon Zakai | |
2012-11-13 | only save temp files in EMCC_DEBUG_SAVE mode | Alon Zakai | |
2012-11-13 | forward -v to child processes | Alon Zakai | |
2012-11-13 | Merge pull request #710 from juj/cmake | Alon Zakai | |
Try to locate emcc in cmake based on the cmake toolchain directory struc... | |||
2012-11-13 | replace unicode with bit pattern in test_strcmp_uni, should fix #708 | Alon Zakai | |
2012-11-13 | assert our tests do not leave .ll's behind | Alon Zakai | |
2012-11-14 | Try to locate emcc in cmake based on the cmake toolchain directory structure ↵ | Jukka Jylänki | |
to avoid having to set EMSCRIPTEN environment variable on unix. Remove the temporary workaround for other.test_cmake, which shouldn't now be needed. | |||
2012-11-13 | clean up temp .ll files in child processes | Alon Zakai | |
2012-11-13 | temporary fix for test_cmake | Alon Zakai | |
2012-11-13 | fix temp dir leaks in sanity checks. #706 | Alon Zakai | |
2012-11-13 | Merge pull request #703 from juj/cmake | Alon Zakai | |
Cmake support. | |||
2012-11-13 | disable headless test without spidermonkey | Alon Zakai | |
2012-11-13 | glVertex2fv, +tests | Alon Zakai | |
2012-11-13 | headless option | Alon Zakai | |