aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-02GLImmediate should depend on GLEmulationAlon Zakai
2013-03-02continue looking in fuzzer after a failAlon Zakai
2013-03-02check in fuzzer if clang differs from clang -O2Alon Zakai
2013-03-02set csmith fuzzer to maxAlon Zakai
2013-03-02emit C code size in fuzzerAlon Zakai
2013-03-02fix another memset fuzz bugAlon Zakai
2013-03-02fix memset bugAlon Zakai
2013-03-02Merge pull request #883 from MichaelRiss/perrorFixAlon Zakai
2013-03-02fuzz both a native and a native-through-llvm build, in hopes of avoiding bugs...Alon Zakai
2013-03-02notice segfaults in native fuzz buildsAlon Zakai
2013-03-02fuzz through bytecode, so the native build is 32-bit even on 64-bit systems, ...Alon Zakai
2013-03-02commented-out debugging stuffAlon Zakai
2013-03-01do not use packed structs in fuzzer, we don't really support thatAlon Zakai
2013-03-01improve c autodebuggerAlon Zakai
2013-03-01assert on emscript child processes returning forwarded data, if not, they may...Alon Zakai
2013-03-01limit memory growth to 1GBAlon Zakai
2013-03-01optimize processing of things like false & constant, add getFastValue in make...Alon Zakai
2013-03-01update csmith driverAlon Zakai
2013-03-01do not emit code in a label after a returnfailAlon Zakai
2013-03-01abort on loads from absolute addresses, just like savesAlon Zakai
2013-03-01make intentional faults work in asmAlon Zakai
2013-03-01add another testcaseAlon Zakai
2013-03-01handle calls to aliases in asmAlon Zakai
2013-02-28add testing for registerize running in asm.js mode (but not with -g)Alon Zakai
2013-02-28do not emit floats from getFastValue divisions, can break asmAlon Zakai
2013-02-28fix insertvalue of undef, fixes s_x_x.test_exceptionsAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28simplify audio fix from last commitAlon Zakai
2013-02-28Merge pull request #890 from ehsan/mix_quickloadAlon Zakai
2013-02-28pthread_key_deleteAlon Zakai
2013-02-28test fixesAlon Zakai
2013-02-28Make Mix_QuickLoad_RAW work againEhsan Akhgari
2013-02-28disable v8 stack size increase because of windows instability; make it easy t...Alon Zakai
2013-02-28fix test_white_list_exceptionAlon Zakai
2013-02-28fix test_uncaught_exceptionAlon Zakai
2013-02-28add missing calloc dependency in gcAlon Zakai
2013-02-28fix test_exit_stackAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28enlarge v8/node stack size, to avoid relooper stack overflows on huge projectsAlon Zakai
2013-02-28test updatesAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-28translate undef to 0 in toNiceIdent, so it never gets emitted as an identifierAlon Zakai
2013-02-28disable llvm lto except for -O3, due to issues we have been seeingAlon Zakai
2013-02-28support multiple arguments to default html print, printErrAlon Zakai
2013-02-28added missing test caseMichael Riss
2013-02-27Merge pull request #882 from lptr/function-lookup-from-moduleAlon Zakai
2013-02-27Merge pull request #887 from MichaelRiss/glVertex2iAlon Zakai
2013-02-27fix and enable gles2 testsAlon Zakai
2013-02-27comment out hardcoded debug pathsAlon Zakai
2013-02-27fix glIs*Alon Zakai