| Age | Commit message (Expand) | Author |
| 2014-03-28 | Instead of varargs, which depend on the compiler, manually build the varargs ... | Chad Austin |
| 2014-03-28 | Make val::val(T&&) compatible with asm.js | Chad Austin |
| 2014-03-28 | Make val::operator() compatible with asm.js | Chad Austin |
| 2014-03-28 | Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ... | Chad Austin |
| 2014-03-28 | Make val::call<> compatible with asm.js | Chad Austin |
| 2014-03-28 | Fix passing memory_views in varargs | Chad Austin |
| 2014-03-28 | Allow passing memory_views in varargs | Chad Austin |
| 2014-03-28 | Some minor emval simplifications | Chad Austin |
| 2014-03-28 | It appears we can use doubles as generic wire types. | Chad Austin |
| 2014-03-28 | make val::new_ compatible with asm.js | Chad Austin |
| 2014-03-28 | make val::as<> compatible with asm.js | Chad Austin |
| 2014-03-28 | tests for val::as on strings and val too | Chad Austin |
| 2014-03-28 | Add some unit tests that verify we can pass all kinds of primitive types thro... | Chad Austin |
| 2014-03-29 | Bump version to 1.14.1 after updates to musl libc functions. | Jukka Jylänki |
| 2014-03-29 | Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s... | Jukka Jylänki |
| 2014-03-28 | Merge pull request #2262 from juj/fix_js_engine_filtering | Alon Zakai |
| 2014-03-28 | Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ... | Jukka Jylänki |
| 2014-03-28 | Fix test_strndup. The signature of strndup takes in a size_t for length, so p... | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strpbrk for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm... | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strstr for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strnlen for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 memchr for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strncat for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 stpcpy for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ... | Jukka Jylänki |
| 2014-03-28 | Removed old library.js todo comment that has since been fixed and no longer a... | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 libc qsort for better asm.js performance. | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js perf... | Jukka Jylänki |
| 2014-03-28 | Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled asm.j... | Jukka Jylänki |
| 2014-03-28 | fix the case where emcc's input and output is a bitcode file | Alon Zakai |
| 2014-03-28 | emcc logging improvements | Alon Zakai |
| 2014-03-28 | add fastcomp env var to library builds in test runner, to fix errors in slow2... | Alon Zakai |
| 2014-03-28 | fix SDL bug where freeing the surface screen did not work properly | Alon Zakai |
| 2014-03-28 | add fuzz testcase for nested i24 constantExprs | Alon Zakai |
| 2014-03-27 | fix test_files_m on latest spidermonkey, which shows more warnings | Alon Zakai |
| 2014-03-27 | remove stack parameter from js optimizer traverse(), to avoid overhead when n... | Alon Zakai |
| 2014-03-27 | improve debug logging of emcc invocation | Alon Zakai |
| 2014-03-27 | optimize away individual loop vars, even if we can't remove them all | Alon Zakai |
| 2014-03-26 | typo in .d code generation | Alon Zakai |
| 2014-03-26 | testcase for i64 < 0 | Alon Zakai |
| 2014-03-26 | make llvm-lit test emit verbose output | Alon Zakai |
| 2014-03-26 | eliminate X=X which can happen due to elimination | Alon Zakai |
| 2014-03-26 | make tests/cases/usenullcall.ll a fastcomp-only test | Alon Zakai |
| 2014-03-26 | handle --default-object-ext properly, and other emcc fixes | Alon Zakai |
| 2014-03-25 | add dependency file testing | Alon Zakai |
| 2014-03-25 | let emcc directly access bitcode files when possible, to emit proper .d files... | Alon Zakai |