aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2013-04-19properly clear __THREW__ in asm exceptionsAlon Zakai
2013-04-19always hardcode arguments in benchmarksAlon Zakai
2013-04-19Improve error reporting in build_library.Jukka Jylänki
2013-04-18enable tests/cases/*longjmp* for asmAlon Zakai
2013-04-18exit to caller when setjmp encounters an id that is not ours; enable ↵Alon Zakai
test_longjmp2 and 3 in asm
2013-04-18enable test_longjmp4 in asmAlon Zakai
2013-04-18throw in longjmp, do not overwrite previous throw data in setThrew, and ↵Alon Zakai
enable test_longjmp in asm
2013-04-18setjmp support for asm.jsAlon Zakai
2013-04-18Just return op not supported.Arlo Breault
See #1060
2013-04-18Restore -O2 test on other.test_embind - works ok.Jukka Jylänki
2013-04-18be more flexible in check for keeping std* as low values; cttz/ctlz can add ↵Alon Zakai
512 bytes to initial allocations
2013-04-18Make embind benchmarks read emscripten_get_now() in msecs.Jukka Jylänki
2013-04-18Make all paths of emscripten_get_now() return msecs.Jukka Jylänki
2013-04-18Suppress jslint false positives.Jukka Jylanki
2013-04-18Fix embind to work with --closure 1. The symbols fromWireType and toWireType ↵Jukka Jylänki
cannot be minified, since they are referred from inside craftInvokerFunction code, which refers to these functions by strings. Also, consistently use 12292 instead of '12292' to have no closure mismatches.
2013-04-18Make select_overload work for member functionsChad Austin
2013-04-18calloperator wasn't pulling its own weight. We probably should have a ↵Chad Austin
higher-level register_function though...
2013-04-18Add support for read-only properties.Chad Austin
2013-04-18Minor optimizations and notes in genericPointerToWireType.Jukka Jylänki
2013-04-18Comment on pointer marshalling functions.Jukka Jylänki
2013-04-18Improve error messages from embind pointer marshalling and remove TODOs in ↵Jukka Jylänki
embind test code.
2013-04-18Do slightly fewer iterations of GameObject benchmark to make the test run a ↵Jukka Jylänki
bit quicker.
2013-04-18Restore previously temporarily disabled specific non-smartptr wiretype ↵Jukka Jylänki
converters.