aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
Add wchar and multibyte libc functions
2013-04-23add coercion in strncasecmpAlon Zakai
2013-04-23add missing coercion in strcatAlon Zakai
2013-04-23properly coerce setjmp helpersAlon Zakai
2013-04-23coerce output of bitshift*Alon Zakai
2013-04-23emit coercion on i64 math call return valuesAlon Zakai
2013-04-23remove UNRESOLVED_AS_DEAD since it doesn't workAlon Zakai
2013-04-23fix memory corruption in setjmp/asm.js; fixes #1087Alon Zakai
2013-04-23add a define of __EMSCRIPTEN__Alon Zakai
2013-04-23add test for repeated longjmp to a single setjmpAlon Zakai
2013-04-23clear errors on calling dead functionsAlon Zakai
2013-04-23Merge pull request #1086 from waywardmonkeys/llvm-root-guessingAlon Zakai
Better guessing for LLVM_ROOT.
2013-04-23Better guessing for LLVM_ROOT.Bruce Mitchener
On OS X, there is a system-wide clang that is the wrong version, so the guessing goes wrong. Looking for llvm-dis is less likely to go wrong and is also required by the build process.
2013-04-23Clean up libc / libcxx build infrastructure.Bruce Mitchener
This creates a couple of additional methods to reduce copy/paste and make things a bit easier to follow.
2013-04-22make sure to coerce arguments to invoke due to setjmpAlon Zakai
2013-04-22use invoke when doing a setjmp-guarding call via a function pointerAlon Zakai
2013-04-22big function finder toolAlon Zakai
2013-04-22not using Changelong anymoreAlon Zakai
2013-04-22show clear error message instead of 987 when too many setjmp callsAlon Zakai
2013-04-23Add a readme giving the date / revision of these sources.Bruce Mitchener
2013-04-22In test_time, be more relaxed about the time wait condition - thread ↵Jukka Jylänki
scheduling/system contention may interfere with the wait and produce a longer wait than 2 seconds.
2013-04-22fix argument hardcodingAlon Zakai
2013-04-22Bump version.Bruce Mitchener
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-22Add musl multibyte function implementations.Bruce Mitchener
2013-04-22Add musl wchar function implementations.Bruce Mitchener
2013-04-22Let libc.symbols use same symbol format as libcxx.Bruce Mitchener
This is just the output of 'llvm-nm -extern-only -defined-only'.
2013-04-22Remove unused file.Bruce Mitchener
2013-04-21Add new passgameobject_ptr embind benchmark to test smartptr routing in and ↵Jukka Jylänki
out of functions.
2013-04-20optimize HEAPU?8[..] << 24 >> 24 and similarAlon Zakai
2013-04-19support for Runtime.addFunction in asm.jsAlon Zakai
2013-04-19add erf dep and testingAlon Zakai
2013-04-19add testing for gl in asm2gAlon Zakai
2013-04-19add sig for glUniformMatrix2fvAlon Zakai
2013-04-19clean up benchmark argsAlon Zakai
2013-04-19Merge pull request #1060 from arlolra/socketpairAlon Zakai
Socketpair
2013-04-19enable freetype in asm (except for -O1 which hits a js engine bug)Alon Zakai
2013-04-19hide embind test output unless an error occurredAlon Zakai
2013-04-19fix test_asm_pgoAlon Zakai
2013-04-19fix test_websockets_gethostbynameAlon Zakai
2013-04-19update browser.test_runtimelinkAlon Zakai
2013-04-19update test_jcacheAlon Zakai
2013-04-19update test_relooperAlon Zakai
2013-04-19update test_closure_compilerAlon Zakai
2013-04-19use power of two heap in relooperAlon Zakai
2013-04-19update testsAlon Zakai
2013-04-19disable asm.js when using embindAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-19Merge pull request #1073 from waywardmonkeys/cleanup-compiler-flagsAlon Zakai
Cleanup compiler flags
2013-04-19Merge pull request #1079 from juj/build_library_error_reportAlon Zakai
Improve error reporting in build_library.