aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-18fix bullet benchmarkAlon Zakai
2013-03-18check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORTAlon Zakai
2013-03-18add option to turn all unresolved references into dead functions (i.e., no co...Alon Zakai
2013-03-18add more vsnprintf testingAlon Zakai
2013-03-18fix printing of %llx very small and very large valuesAlon Zakai
2013-03-18mark undefined symbol as dead in bulletAlon Zakai
2013-03-18fix asm*.test_casesAlon Zakai
2013-03-17add test for pull #956Alon Zakai
2013-03-16error on undefined symbols in asm.js mode, since it breaks validation and mus...Alon Zakai
2013-03-16enable second testAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-15remove leading zeros in %llxAlon Zakai
2013-03-15add option to disable utf support, and test that in asm2gAlon Zakai
2013-03-15Add tests for playback statesEhsan Akhgari
2013-03-15Add a testcase for simple OpenAL playbackEhsan Akhgari
2013-03-15add strcasecmp/strncasecmp/tolower testAlon Zakai
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-13do not emit code after a switch; fixes #946Alon Zakai
2013-03-13remove unneeded 64-bit shifts codeAlon Zakai
2013-03-13turn calls to undef into aborts, so they asmifyAlon 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-12make test_sdl_audio_mix report a resultAlon 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-10add testcaseAlon Zakai
2013-03-10legalize truncs from legal values into illegal valuesAlon 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-10adjust csmith driver timeoutAlon 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-10save asm validation errors and continue, in fuzzerAlon 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