aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-07add asm.js mode to relooper, for label comparisons1.2.1Alon Zakai
2013-01-07update relooper testsAlon Zakai
2013-01-07always coerce asm callsAlon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-07notice Math.* library redirects as being functionsAlon Zakai
2013-01-07fix bug with adding non-functions to libraryFunctions in ASM_JSAlon Zakai
2013-01-06do not call run if dependencies are resolved but we were not supposed to call...Alon Zakai
2013-01-06index, rindexAlon Zakai
2013-01-05fix networking for both stream and dgramAlon Zakai
2013-01-04handle sending forced messages of non-multiple-of-4 sizesAlon Zakai
2013-01-04SOCKET_FORCED_MESSAGING optionAlon Zakai
2013-01-04refactor socket code, ensure that each call to recv/recvmsg receives a single...Alon Zakai
2013-01-04rename socket queueAlon Zakai
2013-01-04refactor socket code, ensure that we send all a sendmsg's iovs in a single so...Alon Zakai
2013-01-03fix sdl shutdown crashAlon Zakai
2013-01-03warn about ASM_JSAlon Zakai
2013-01-03fix glut mouseFunc callAlon Zakai
2013-01-03fix glut typoAlon Zakai
2013-01-03fix memory growth errorAlon Zakai
2013-01-02SDL mutex stubsAlon Zakai
2013-01-02assert on socket fd sizeAlon Zakai
2013-01-02select()Alon Zakai
2013-01-02mkstempAlon Zakai
2013-01-01support function pointers in multiphaseAlon Zakai
2013-01-01sig* functionsAlon Zakai
2013-01-01update ccall docsAlon Zakai
2012-12-31getProcAddress fixesAlon Zakai
2012-12-31forward unindexable globals to asmAlon Zakai
2012-12-31properly forward unnamed global externals to asmAlon Zakai
2012-12-31fix llvm_ctlz_i64Alon Zakai
2012-12-31fix llvm_swap_i64Alon Zakai
2012-12-31fix parseInt64Alon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-31improve parsing of globals and typesAlon Zakai
2012-12-30emscripten_async_wget_dataAlon Zakai
2012-12-30fix i64 precise moduloAlon Zakai
2012-12-30fix mmap; fixes #769Alon Zakai
2012-12-30fix parseInt of '0'Alon Zakai
2012-12-30minor i64 parsing fixesAlon Zakai
2012-12-30parse empty i64 strings properlyAlon Zakai
2012-12-30use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768Alon Zakai
2012-12-30update bignum code with bugfix from upstream, and add i64Math code to parseAlon Zakai
2012-12-29add llvm_bswap_i64 for #768Alon Zakai
2012-12-29force mmap to return page-aligned addresses, and check for valid input in munmapAlon Zakai
2012-12-29save legalizedI64 state for multiphase compilationAlon Zakai
2012-12-28fix repeated compilationAlon Zakai
2012-12-27compile given ll in compiler.htmlAlon Zakai
2012-12-27option to provide raw ll to compiler.jsAlon Zakai
2012-12-27compile and run in compiler.htmlAlon Zakai