aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31testcase for returning nanAlon Zakai
2014-03-31Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2Alon Zakai
2014-03-31testcase for fixable bad function casts with extra paramsAlon Zakai
2014-03-31Remove 'vararg' from names of functions, per code review. Don't expand float...Chad Austin
2014-03-31commentAlon Zakai
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-31update test_idbfs_sync to use EM_ASM with input arguments, which is more idio...Alon Zakai
2014-03-31better error handling in EM_ASMAlon Zakai
2014-03-31add EM_ASM_ARGS, a nicer name for EM_ASM_Alon Zakai
2014-03-30Add test for warning about abspath and selectively disabling it.Andreas Bergmeier
2014-03-29Follow up from azakai's code reviewChad Austin
2014-03-28Instead of varargs, which depend on the compiler, manually build the varargs ...Chad Austin
2014-03-28Make val::val(T&&) compatible with asm.jsChad Austin
2014-03-28Make val::operator() compatible with asm.jsChad Austin
2014-03-28Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...Chad Austin
2014-03-28Make val::call<> compatible with asm.jsChad Austin
2014-03-28Fix passing memory_views in varargsChad Austin
2014-03-28Allow passing memory_views in varargsChad Austin
2014-03-28Some minor emval simplificationsChad Austin
2014-03-28It appears we can use doubles as generic wire types.Chad Austin
2014-03-28make val::new_ compatible with asm.jsChad Austin
2014-03-28make val::as<> compatible with asm.jsChad Austin
2014-03-28tests for val::as on strings and val tooChad Austin
2014-03-28Add some unit tests that verify we can pass all kinds of primitive types thro...Chad Austin
2014-03-29Bump version to 1.14.1 after updates to musl libc functions.Jukka Jylänki
2014-03-29Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s...Jukka Jylänki
2014-03-28Merge pull request #2262 from juj/fix_js_engine_filteringAlon Zakai
2014-03-28Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ...Jukka Jylänki
2014-03-28Fix test_strndup. The signature of strndup takes in a size_t for length, so p...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strpbrk for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strstr for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strnlen for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 memchr for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strncat for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 stpcpy for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance.Jukka Jylänki
2014-03-28Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ...Jukka Jylänki
2014-03-28Removed old library.js todo comment that has since been fixed and no longer a...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc qsort for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js perf...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.j...Jukka Jylänki
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-28emcc logging improvementsAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in slow2...Alon Zakai
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai