aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2013-03-14add strcat testingAlon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-14notice asm link errors in benchmarksAlon Zakai
2013-03-13remove unneeded 64-bit shifts codeAlon Zakai
2013-03-12fix test_relooperAlon Zakai
2013-03-12asmify strncpyAlon Zakai
2013-03-12write strcpy in asm and add some testingAlon Zakai
2013-03-12update test_chunkingAlon Zakai
2013-03-12support -s KEY=@PATH in emcc, for very large settings valuesAlon Zakai
2013-03-11add ASSERTIONS to asm2g, and fix assertions for asmAlon Zakai
2013-03-11make pgo output work in asm.jsAlon Zakai
2013-03-11add testcase for issue 944Alon Zakai
2013-03-11Merge pull request #936 from michaeljbishop/add-mix-reservechannelsAlon Zakai
2013-03-10--save-bc optionAlon Zakai
2013-03-10larger pgo test, with asm measurementsAlon Zakai
2013-03-10function pointer support in PGOAlon Zakai
2013-03-10pgo for unused function detectionAlon Zakai
2013-03-10disable inlining in sqlite with asm in debug modeAlon Zakai
2013-03-10disable test_sscanf and test_strtod in s_x_xAlon Zakai
2013-03-10disable getopt tests in s_x_xAlon Zakai
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-08Added test that tests the basic functionality of SDL_Mixer including pausing ...Michael Bishop
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-06Merge pull request #929 from waywardmonkeys/remove-test-OsAlon Zakai
2013-03-06Merge pull request #848 from manuels/incomingAlon 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-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