aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-19support/ignore cc11Alon Zakai
2012-11-19socket.h additions and fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19un.h fixesAlon Zakai
2012-11-19un.hAlon Zakai
2012-11-19sa_sigactionAlon Zakai
2012-11-19netdb.h additionsAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19ioctl.h additionsAlon Zakai
2012-11-19resource.h additionsAlon Zakai
2012-11-19statvfs.h additionsAlon Zakai
2012-11-19fcntl additionsAlon Zakai
2012-11-19limits.h additionsAlon Zakai
2012-11-19add dlfcn constantAlon Zakai
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with ↵Alon Zakai
I64_PRECISE mode 2; fixes #716
2012-11-16add 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-16update heap exports when enlarging memory; fixes #713Alon Zakai
2012-11-16remove unneeded assertionAlon Zakai
2012-11-15cache isType callsAlon Zakai
2012-11-15optimize isPossiblyFunctionType and use it moreAlon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals ↵Alon Zakai
anyhow, and avoid overhead of libraries in func phases
2012-11-15optimize token closing brace checkAlon Zakai
2012-11-15use test in makeToken as a minor optimizationAlon Zakai
2012-11-15prevent annoying warnings during relooper bootstrappingAlon Zakai
2012-11-15return error code on no input filesAlon Zakai
2012-11-15Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ↵Jukka Jylänki
fix cmake em++ invocation on Windows Vista.
2012-11-14clean up test.llAlon Zakai
2012-11-14adjust emscrip parallelization heuristicsAlon Zakai
2012-11-14Python 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-14Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, ↵Jukka Jylänki
but just route through poll() instead.
2012-11-14Refactor 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-14Implement missing used functions on MockPopen to pass Windows tests ↵Jukka Jylänki
utilizing timeout_run().
2012-11-13optimize writing in emscripten.pyAlon Zakai
2012-11-13only save temp files in EMCC_DEBUG_SAVE modeAlon Zakai
2012-11-13forward -v to child processesAlon Zakai
2012-11-13Merge pull request #710 from juj/cmakeAlon Zakai
Try to locate emcc in cmake based on the cmake toolchain directory struc...
2012-11-13replace unicode with bit pattern in test_strcmp_uni, should fix #708Alon Zakai
2012-11-13assert our tests do not leave .ll's behindAlon Zakai
2012-11-14Try 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-13clean up temp .ll files in child processesAlon Zakai
2012-11-13temporary fix for test_cmakeAlon Zakai
2012-11-13fix temp dir leaks in sanity checks. #706Alon Zakai
2012-11-13Merge pull request #703 from juj/cmakeAlon Zakai
Cmake support.
2012-11-13disable headless test without spidermonkeyAlon Zakai
2012-11-13glVertex2fv, +testsAlon Zakai
2012-11-13headless optionAlon Zakai