aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-18fix dynCall return coercionsAlon Zakai
2013-01-18fix function table wrapper coercionsAlon Zakai
2013-01-18fix mathop param types detectionAlon Zakai
2013-01-18mark fpto* as not needing analyzer legalizationAlon Zakai
2013-01-18show empty function table error only in debug modeAlon Zakai
2013-01-18disable various tests for asm that cannot workAlon Zakai
2013-01-18stub out unneeded openjpeg functions, so it can parse in asmAlon Zakai
2013-01-18detect correct type of all LLVM conversionsAlon Zakai
2013-01-18fix unrelooped code for asmAlon Zakai
2013-01-18set correct type for uitofp and sitofpAlon Zakai
2013-01-18fix tests/cases/extendedprecision.llAlon Zakai
2013-01-18fix simplyExpressions bug with removing too many |0sAlon Zakai
2013-01-18fix benchmarksAlon Zakai
2013-01-18coerce memset paramsAlon Zakai
2013-01-18add return in functions whose types return but do not actually returnAlon Zakai
2013-01-18generate empty function tables if called but no functions implemented for tha...Alon Zakai
2013-01-18more library stubsAlon Zakai
2013-01-18asprintf and some stubsAlon Zakai
2013-01-18wrap library functions before putting them in asm function tablesAlon Zakai
2013-01-18fix function table dummy element coercionsAlon Zakai
2013-01-18fix dynCall float coercionsAlon Zakai
2013-01-18use global. in asmAlon Zakai
2013-01-18update to asm specAlon Zakai
2013-01-17add test for bswap64Alon Zakai
2013-01-17avoid unnecessary strings in allocate() constantsAlon Zakai
2013-01-17fix test_exceptionsAlon Zakai
2013-01-17Merge pull request #778 from caiiiycuk/exception_catching_in_scopeAlon Zakai
2013-01-17pack global constant allocations to save space, and allow typed array .set() ...Alon Zakai
2013-01-17Implement exceptions in whitelistAleksander Guryanov
2013-01-16logoAlon Zakai
2013-01-16Merge pull request #788 from magcius/incomingAlon Zakai
2013-01-16Add myself to AUTHORSJasper St. Pierre
2013-01-16library: Support external libraries that modify Array.prototypeJasper St. Pierre
2013-01-16fix resumeAlon Zakai
2013-01-16missing var in fake mallocAlon Zakai
2013-01-16- remove erroneous, trailing comma at the end of the previously added gluOrth...Michael Riss