aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-04fix cmpxchg for asmAlon Zakai
2013-03-04rename test to avoid grep for 'error' to see itAlon Zakai
2013-03-03do not emit bash on legalized variables of <= 32 bitsAlon Zakai
2013-03-03disable test_dlmalloc, it is not comparable to native due to syscalls anyhowAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-03fix test_cases/inttoptrfloat.llAlon Zakai
2013-03-03Merge pull request #894 from waywardmonkeys/output-filenameAlon Zakai
2013-03-03remove ASM_JS warning and add check for exception catching being off in it, t...Alon Zakai
2013-03-03Merge pull request #846 from juj/dlmalloc_286Alon Zakai
2013-03-03optimize allocate()ion of zeroinitAlon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-03allow parseArbitraryInt to parse illegal constantsAlon Zakai
2013-03-03fix error messageAlon Zakai
2013-03-02more atomic implementations, closes #874Alon Zakai
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-03-01Print output filename that couldn't be created.Bruce Mitchener
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