aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-20update async_wget2 to dynCallAlon Zakai
2013-01-19update emscripten_async_wget_data to dynCallAlon 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-19support glBegin on GL_POINTS; fixes #793Alon Zakai
2013-01-19fix asm function table wrappersAlon Zakai
2013-01-19do not wrap function table functions in non-asm modeAlon 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-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-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-18coerce memset paramsAlon Zakai
2013-01-18add return in functions whose types return but do not actually returnAlon 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-17avoid unnecessary strings in allocate() constantsAlon Zakai
2013-01-17Merge pull request #778 from caiiiycuk/exception_catching_in_scopeAlon Zakai
Implement exceptions in scopes
2013-01-17pack global constant allocations to save space, and allow typed array .set() ↵Alon Zakai
for writing them out
2013-01-17Implement exceptions in whitelistAleksander Guryanov
2013-01-16library: Support external libraries that modify Array.prototypeJasper St. Pierre
While a somewhat-dangerous practice, existing users do do this, and we shouldn't abort on it. Using hasOwnProperty is a simple way to make sure we're checking the dense array itself, not the prototype.
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 ↵Michael Riss
gluOrtho2D function - fix my AUTHORS name Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-16Added the gluOrtho2D function.Michael Riss
Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-16do not emit __asm lib stuff in FULL_LIBRARY modeAlon Zakai
2013-01-16allow defining asm library functions, which are then included as if they ↵Alon Zakai
were generated code
2013-01-16allow forcing asm mode in makeGetValue, to allow library functions to use ↵Alon Zakai
asm notation
2013-01-15handle phis from indirectbrAlon Zakai
2013-01-15make sure to not emit bools in i64Math commandsAlon Zakai
2013-01-15asm coercions on args to bitshift64Alon Zakai
2013-01-15make bitshift64 use integer constants for the opAlon Zakai