aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-20fix sanity testsAlon Zakai
2014-02-20strict fix: Can't use octal constants.Bruce Mitchener
2014-02-20strict fix: Duplicate key in object literal.Bruce Mitchener
2014-02-19Formatting fix and add testJoel Croteau
2014-02-19emit fuzz errors with the right suffixAlon Zakai
2014-02-19error on INIT_HEAP in fastcompAlon Zakai
2014-02-19add function with $ in its name testcaseAlon Zakai
2014-02-19Merge pull request #2140 from juj/python_emccAlon Zakai
2014-02-19add atomicrmw sub testAlon Zakai
2014-02-19Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...Jukka Jylänki
2014-02-19Clean up code formatting in VAO code to adhere to coding conventions. Fix ref...Jukka Jylänki
2014-02-19Remove test on __depsAnthony Liot
2014-02-19Change ASSERTION by GL_ASSERTIONSAnthony Liot
2014-02-19Add support of both emulate and extension vaoAnthony Liot
2014-02-19VAO ExtensionAnthony Liot
2014-02-19Correct syntax of allocate functionJoel Croteau
2014-02-19Provide better implementation of localeconv and fix logic error in allocateJoel Croteau
2014-02-19Remove "OES" extensions from GL functions when using GetProcAddressJoel Croteau
2014-02-19Change compile options for MinSizeRelJoel Croteau
2014-02-18fixed console detection so it does not throwRichard Janicek
2014-02-18add toupper_l testAlon Zakai
2014-02-18improve typed arrays errorAlon Zakai
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an argume...Alon Zakai
2014-02-18Don't redefine console if it already exists like in Chrome worker.Richard Janicek
2014-02-18add some asserts in dynCallAlon Zakai
2014-02-18fix function types of main loop funcs in sockets testsAlon Zakai
2014-02-18enable other.test_link_s in fastcompAlon Zakai
2014-02-18useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...Alon Zakai
2014-02-18define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimizedAlon Zakai
2014-02-18version 1.11.11.11.1Alon Zakai
2014-02-18fast test_longjmp_repeat in fastcompAlon Zakai
2014-02-17enable test_scriptaclass in fastcompAlon Zakai
2014-02-17support reserved function pointers in fastcompAlon Zakai
2014-02-17enable a fuzztest that now works in fastcompAlon Zakai
2014-02-17error on MAX_SETJMPS changed in fastcompAlon Zakai
2014-02-17enable test_float32_precise in fastcompAlon Zakai
2014-02-17check all i64 functions for whether we need to include precise i64 codeAlon Zakai
2014-02-17Merge pull request #1871 from abergmeier/fixup_eglSwapBuffersjuj
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16tolerate non-asm variables in asm optimization passes, with no-op coercions (...Alon Zakai
2014-02-16optimize traverseGeneratedAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...Alon Zakai
2014-02-15clear status when proxied worker first respondsAlon Zakai
2014-02-15fix canvas proxy code for sending resize eventsAlon Zakai
2014-02-15Merge pull request #2129 from rjanicek/proxy-request-animation-frameAlon Zakai
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek
2014-02-14add missing asm coercion to va_arg handler; #2120Alon Zakai
2014-02-14add fuzz testcaseAlon Zakai
2014-02-14improve fuzzing to detect asm validation errorsAlon Zakai
2014-02-14suppress native warnings in fuzzer, csmith emits manyAlon Zakai