aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21basic jcache on pre with files+cPickleAlon Zakai
2012-11-21add more caching logic including short vs full keysAlon Zakai
2012-11-21basic logic and stubs for caching pre phaseAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-21emscripten_run_script_stringAlon Zakai
2012-11-20Merge pull request #724 from xxuejie/add_erfAlon Zakai
Add erf and erfc implementations
2012-11-20update closure compiler to 20120917 (revision 2180); fixes #719Alon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai
2012-11-20llvm trapAlon Zakai
2012-11-20gc additionsAlon Zakai
2012-11-20define GC_finalization_procAlon Zakai
2012-11-20networking and sockets header additionsAlon Zakai
2012-11-20pthread_cleanup_popAlon Zakai
2012-11-20pthread_cleanup_pushAlon Zakai
2012-11-20fx fscanfAlon Zakai
2012-11-20commentAlon Zakai
2012-11-20warn on very large structural types that slow us downAlon Zakai
2012-11-20switch dpring to stderrAlon Zakai
2012-11-20fix sscanf bug and clean up code; fixes #723Alon Zakai
2012-11-19Fix correct case for my name, sorry for yet another commitXuejie Xiao
2012-11-19Fix a bug in erfc functionXuejie Xiao
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-19handle empty inline jsAlon Zakai
2012-11-19ignore thread_local linkageAlon Zakai
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