aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-26only check # of cores once in js optimizerAlon Zakai
2013-02-26more jcache logging in debug modeAlon Zakai
2013-02-26adjust cache sizes a little more and update testsAlon Zakai
2013-02-26adjust chunking sizesAlon Zakai
2013-02-25adjust chunk sizes to better handle large numbers of cores and large amounts ↵Alon Zakai
of forwarded data
2013-02-25space in AUTHORSAlon Zakai
2013-02-25fix more gl testsAlon Zakai
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
2013-02-25always replace Math.imul in non-precise i32 mul mode, and disable test for ↵Alon Zakai
that in asm since asm alaways assumes precision
2013-02-25remove debug printAlon Zakai
2013-02-25ensure input to HEAP[U]8 is an intAlon Zakai
2013-02-25fix asm.js parsing of memcpyAlon Zakai
2013-02-25EMCC_FORCE_STDLIBS optionAlon Zakai
2013-02-25remove llvm-nm/dis checks for bitcode in is_bitcodeAlon Zakai
2013-02-25only do llvm-nm in linking if there is at least one ar fileAlon Zakai
2013-02-25only do symbol checks for libcxx etc. if not forcing them anyhowAlon Zakai
2013-02-25cache llvm-nm resultsAlon Zakai
2013-02-25fuzzer improvementsAlon Zakai
2013-02-25fuzz error messageAlon Zakai
2013-02-24creduce supportAlon Zakai
2013-02-24do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiplyAlon Zakai
2013-02-24support multiple js engines in fuzzer, and asm.jsAlon Zakai
2013-02-23csmith driver fixAlon Zakai
2013-02-23handle nonportable/unaligned code in csmithAlon Zakai
2013-02-23move csmith driverAlon Zakai
2013-02-23fix fuzzbug regarding signed 64-bit extensionAlon Zakai
2013-02-23commented out debugging tipAlon Zakai
2013-02-23update libc symbolsAlon Zakai
2013-02-23fix default bits for integer multiplyAlon Zakai
2013-02-23clean up integer multiply codeAlon Zakai
2013-02-23update i32 mul testsAlon Zakai
2013-02-23turn on precise i32 multiplication by defaultAlon Zakai
2013-02-22use Math.imul for precise 32-bit mulAlon Zakai
2013-02-22always use Math.imul, with fast polyfill. will be useful for faster 64-bit mathAlon Zakai
2013-02-22asmify memcmpAlon Zakai
2013-02-22csmith driver tweakingAlon Zakai
2013-02-22fix jsfuncchunking bugAlon Zakai
2013-02-22fix minor jcache bug and add assertionsAlon Zakai
2013-02-22add missing vertex array signaturesAlon Zakai
2013-02-22always warn on undefs in asm, since it breaks validationAlon Zakai
2013-02-22commentAlon Zakai
2013-02-22Merge pull request #869 from michaeljbishop/adding-oes-symbolsAlon Zakai
Added support for `glFramebufferTexture2DOES`
2013-02-22clean up last renderer when wiping everything out for vaoAlon Zakai
2013-02-22typoAlon Zakai
2013-02-22remove overly-strict assertion in websockets testAlon Zakai
2013-02-22GL_UNSAFE_OPTS optionAlon Zakai
2013-02-22mark client attributes as modified when we clear for vaosAlon Zakai
2013-02-22wipe out previous vao-related state when binding a vaoAlon Zakai
2013-02-22save client states in vertex array objectsAlon Zakai
2013-02-22fix test_i32_mul_semipreciseAlon Zakai