aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-09rename dlmalloc to libc in cache, in preparation for adding further code there1.2.3Alon Zakai
2013-01-09mention asm.js'ing in benchmarksAlon Zakai
2013-01-09fix asmEnsureFloat and asmInitializerAlon Zakai
2013-01-08optimize |,& on constantsAlon Zakai
2013-01-08make docs mention that bitcode is the defaultAlon Zakai
2013-01-08make sure there is a final return in functions that return value in asmAlon Zakai
2013-01-08add tempValue in asmAlon Zakai
2013-01-08improve |0 removal in asm mode a littleAlon Zakai
2013-01-08keep a coercion right on top of heap accesses in asm modeAlon Zakai
2013-01-08fix asmCoercion for aggregate typesAlon Zakai
2013-01-08uncomment exception stubAlon Zakai
2013-01-08fix bug with lack of recursion in simplifyBitopsAlon Zakai
2013-01-08asm coerce varargs argumentAlon Zakai
2013-01-08stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...Alon Zakai
2013-01-08fix test_exceptionsAlon Zakai
2013-01-08ensure a return when an abort happens in a function that returns somethingAlon Zakai
2013-01-08define tempInt in asmAlon Zakai
2013-01-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-08rename websockets testsAlon Zakai
2013-01-07wget2 docsAlon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
2013-01-07fix asm relooper bug1.2.2Alon Zakai
2013-01-07do not asm coerce values of type void (e.g. functions that return nothing)Alon Zakai
2013-01-07accept either 0.0 or +0 as double in asm coercionAlon Zakai
2013-01-07ensure float literals are hinted as floats in asmAlon Zakai
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-07remove unneeded ' in asm exportsAlon Zakai
2013-01-07reset the stack top when CATCH_EXIT_CODEAlon Zakai
2013-01-07disable EXCEPTION_DEBUG by defaultAlon Zakai
2013-01-07TODO for asm double literalsAlon 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-07simple asm mode that just exports mainAlon Zakai
2013-01-06do not call run if dependencies are resolved but we were not supposed to call...Alon Zakai
2013-01-06sysexits.hAlon 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