aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-23add isnan testAlon Zakai
2013-01-23fix some tests for the new multiply coercion behaviorAlon Zakai
2013-01-23update glbook test imageAlon Zakai
2013-01-23properly detect return type when detecting function typeAlon Zakai
2013-01-23make getReturnType handle non-function pointer typesAlon Zakai
2013-01-23diff for func type optimizationAlon Zakai
2013-01-23handle function pointer calls to functions that return function pointers ↵Alon Zakai
(insert meme here)
2013-01-23optimize isFuncType furtherAlon Zakai
2013-01-22optimize function type detection and detect returning of pointers more carefullyAlon Zakai
2013-01-22let dump() avoid funcData pitfallsAlon Zakai
2013-01-22asm coercions in splitI64Alon Zakai
2013-01-22asm coercions in i64 to doubleAlon Zakai
2013-01-22improve lua testAlon Zakai
2013-01-22fix function table type defsAlon Zakai
2013-01-22explicitly pass global stuff to asm, due to node weirdnessAlon Zakai
2013-01-22do not allow adjusting memory size at runtime in asmAlon Zakai
2013-01-22make function indexing replacements JSON-friendlyAlon Zakai
2013-01-22add testcase for i32 mul coercionAlon Zakai
2013-01-21coerce to int the output of integer multiply in all casesAlon Zakai
2013-01-21unify what we index across asm and non-asmAlon Zakai
2013-01-21determistic.js shimAlon Zakai
2013-01-21remove unneeded commentAlon Zakai
2013-01-20fix varargs by pointer in asmAlon Zakai
2013-01-20strenghen varargs function pointer testAlon Zakai
2013-01-20fix -O1Alon Zakai
2013-01-20create asm function table wrappers for all non-implemented functionsAlon Zakai
2013-01-20read function signatures from libraryAlon Zakai
2013-01-20refactor getProcAddressAlon Zakai
2013-01-20option for getIndex to not request indexing, and just retrieve the index if ↵Alon Zakai
already requested
2013-01-20__asm and __sig in library, separatelyAlon Zakai
2013-01-20refactor gl emulation codeAlon Zakai
2013-01-20fix test_sdl_key for asmAlon Zakai
2013-01-20update async_wget2 to dynCallAlon Zakai
2013-01-19update emscripten_async_wget_data to dynCallAlon Zakai
2013-01-19fix test_api_browser for asmAlon Zakai
2013-01-19support arguments object as args in asm dynCallAlon Zakai
2013-01-19fix glColorAlon Zakai
2013-01-19refactor gl emulation code that replaces drawing functions at runtimeAlon Zakai
2013-01-19fix LIBRARY_DEBUG for asmAlon Zakai
2013-01-19remove emcc asm test wrappingAlon Zakai
2013-01-19support glBegin on GL_POINTS; fixes #793Alon Zakai
2013-01-19support 0x[a-f] as well in +X to X.0 correction for asmAlon Zakai
2013-01-19support 0x... numbers in +X to X.0 correction for asmAlon Zakai
2013-01-19fix asm function table wrappersAlon Zakai
2013-01-19do not wrap function table functions in non-asm modeAlon Zakai
2013-01-19emit 5.0 instead of +5 in asmAlon Zakai
2013-01-19Merge branch 'incoming' of https://github.com/manuels/emscripten into incomingAlon Zakai
2013-01-19Remove unnecessary parantheses in sscanf format codemanuels
2013-01-19Add testcase for sscanf floating point format aliasesmanuels
2013-01-18add Math.min in math envs, for nowAlon Zakai