aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-27allow (unoptimal) single-phase compiler.js invocationAlon Zakai
2012-12-25patch up compiler.htmlAlon Zakai
2012-12-25fix typoAlon Zakai
2012-12-25print library debug to stdout, not errAlon Zakai
2012-12-24fix llvm.expect and add testAlon Zakai
2012-12-24show js stack in C assertionsAlon Zakai
2012-12-24fix ctlz and add testAlon Zakai
2012-12-23llvm_ctlz_i64Alon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-21by default only keep main aliveAlon Zakai
2012-12-20timebAlon Zakai
2012-12-20modify sdl error textAlon Zakai
2012-12-20SDL_SetGammaAlon Zakai
2012-12-19Merge pull request #746 from xxuejie/function-name-filterAlon Zakai
2012-12-14fix breakage in async_prepare_dataAlon Zakai
2012-12-14add some browser/sdl function signaturesAlon Zakai
2012-12-14fix tempParam bugsAlon Zakai
2012-12-14asm coerce alloca computationsAlon Zakai
2012-12-14fix glut display funcAlon Zakai
2012-12-14fix emscripten_async_callAlon Zakai
2012-12-14must have named globals in shared libsAlon Zakai
2012-12-13note global usage of impure ptrAlon Zakai
2012-12-13use makeGlobalUse where neededAlon Zakai
2012-12-13Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-13replace noticePtr hack with makeGlobalUse that detects use before indexing an...Alon Zakai
2012-12-13treat externals as globals in asmAlon Zakai
2012-12-13don't align STATICTOP needlesslyAlon Zakai
2012-12-13emit numeric constants for global variables, using our knowledge of the fixed...Alon Zakai
2012-12-13always print out global base, even if not usedAlon Zakai
2012-12-13ensure tempDoublePtr is properly alignedAlon Zakai
2012-12-13reorganize initial allocations to the stack, so that static memory for global...Alon Zakai
2012-12-13default to NAMED_GLOBALSAlon Zakai
2012-12-13chunk very large array literals in global constants, to avoid 'array initiali...Alon Zakai
2012-12-12coerce to float in uitofp/sitofp in asmAlon Zakai
2012-12-12refactor makeRounding in asmAlon Zakai
2012-12-12support for Math.imulAlon Zakai
2012-12-12make explicit double multiplying of ints in int multiplyAlon Zakai
2012-12-12clamp glColor floats to [0,1]Alon Zakai
2012-12-11fix regression with not indexizing functionsAlon Zakai
2012-12-10Remove regexp case since it is slow and rarely usedXuejie Xiao
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-10asm coerce args and return value when calling library functions, but not asm ...Alon Zakai
2012-12-09fix resume with legalized structuralsAlon Zakai
2012-12-09merge incomingAlon Zakai
2012-12-08better fix for the exception testcase in #747 - set the current exception whe...Alon Zakai
2012-12-08properly use identifier given to resume instruction, avoids issues with cxa_c...Alon Zakai
2012-12-07rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...Alon Zakai
2012-12-07clear setjmped when handling a longjmp, so we can proceed to longjmp later co...Alon Zakai
2012-12-07fix asm coercions on function paramsAlon Zakai
2012-12-07set asm function table sizes to power of two, and add proper maskingAlon Zakai