aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-09Merge branch 'asm_minifier' into incomingAlon Zakai
2013-03-09update test_emccAlon Zakai
2013-03-09use minified names in registerize for localsAlon Zakai
2013-03-09add testing for asm_js minification/registerizationAlon Zakai
2013-03-09update test_emccAlon Zakai
2013-03-09update test_chunkingAlon Zakai
2013-03-09improve non-asm parsing of generated functions area to be identical in EMCC_D...Alon Zakai
2013-03-09asm2g fixAlon Zakai
2013-03-09add asm2g test pass for asm -O2 -gAlon Zakai
2013-03-09test for asm minifier sizesAlon Zakai
2013-03-08make sure we use a C compiler to build libc. fixes #937, #938Alon Zakai
2013-03-08deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1Alon Zakai
2013-03-08disable test_openjpeg in s_x_xAlon Zakai
2013-03-07Merge pull request #930 from waywardmonkeys/update-catch-undefAlon Zakai
2013-03-07support llvm_ctpop_*; fixes #918Alon Zakai
2013-03-07Merge pull request #931 from xxuejie/stdlib_strtodAlon Zakai
2013-03-07add test for animation in FULL_ES2Alon Zakai
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06assert on no variable name collisions for #923Alon Zakai
2013-03-06Merge pull request #929 from waywardmonkeys/remove-test-OsAlon Zakai
2013-03-06Merge pull request #848 from manuels/incomingAlon Zakai
2013-03-06update csmith driverAlon Zakai
2013-03-07Implement llabs().Bruce Mitchener
2013-03-06-fcatch-undefined-behavior is deprecated.Bruce Mitchener
2013-03-06Remove test_Os now that emcc supports -Os.Bruce Mitchener
2013-03-05make -Os like -O2 but also disable inliningAlon Zakai
2013-03-05do not break on call/invoke to undef; fixes #914Alon Zakai
2013-03-05handle invoke to setjmpAlon Zakai
2013-03-05Merge branch 'sd-audio' of github.com:michaeljbishop/emscripten into michaelj...Alon Zakai
2013-03-05add lto in benchmarksAlon Zakai
2013-03-05Add support for getopt/getopt_longmanuels
2013-03-04fix some test failuresChad Austin
2013-03-04fix test_structbyvalAlon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04disable csmith js logging by defaultAlon Zakai
2013-03-04options to save files in csmith driverAlon 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 #846 from juj/dlmalloc_286Alon Zakai
2013-03-03parse volatile in cmpxchg, closes #875Alon Zakai
2013-03-03allow parseArbitraryInt to parse illegal constantsAlon Zakai
2013-03-02more atomic implementations, closes #874Alon 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