aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-04refactor sockets codeAlon Zakai
2013-02-04Merge pull request #832 from waywardmonkeys/typo-fixesAlon Zakai
Fix typos.
2013-02-04EXPLICIT_ZEXT optionAlon Zakai
2013-02-04revert 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 - stop labeling ifs in ↵Alon Zakai
relooper due to speed concerns
2013-02-04emit simple multiply in asm if the values are small enough to avoid double ↵Alon Zakai
rounding concerns
2013-02-04Fix typos.Bruce Mitchener
2013-02-02always use labels in multiple blocks; emit no more one-time loops but rather ↵1.2.4Alon Zakai
labeled ifs
2013-02-02update relooper testsAlon Zakai
2013-02-02fix memcpyAlon Zakai
2013-02-01Merge pull request #818 from waywardmonkeys/gc-improvementsAlon Zakai
Gc improvements
2013-02-01Add _realloc to EXPORTED_FUNCTIONS.Bruce Mitchener
2013-02-01Support GC_get_heap_size().Bruce Mitchener
2013-02-01Don't corrupt GC.totalAllocations.Bruce Mitchener
2013-02-01Add support for GC_REALLOC().Bruce Mitchener
2013-01-31fix glIsTexture from throwing a warning on null-ified textures, and add testingAlon Zakai
2013-01-31fix memcpy comparison order of operations bugsAlon Zakai
2013-01-31hand-optimize memcpy/asmAlon Zakai
2013-01-31fix bootstrap memset safe heap accessAlon Zakai
2013-01-31Implemented eglTerminate and eglDestroyContext.Jukka Jylänki
2013-02-01Add GC support for GC_MALLOC_UNCOLLECTABLE.Bruce Mitchener
2013-01-30Merge pull request #807 from caiiiycuk/websocket__1Alon Zakai
Fix '-1' problem in recv
2013-01-30properly do unneeded args removal from last commit so it doesn't break inliningAlon Zakai
2013-01-30convert memmove to asmAlon Zakai
2013-01-30optimize gl constant compile-time multiplicationsAlon Zakai
2013-01-30Fix '-1' problem in recvAleksander Guryanov
2013-01-29fix Mix_PlayChannel error return codes; fixes #805Alon Zakai
2013-01-28improve asm safe heap support and add ASM_HEAP_LOGAlon Zakai
2013-01-28make safe heap work in asmAlon Zakai
2013-01-26move some assertions behind ASSERTAlon Zakai
2013-01-26commentAlon Zakai
2013-01-26deterministic.js fixesAlon Zakai
2013-01-26fix sockaddr_storage and sockaddr_inAlon Zakai
2013-01-26fix stack rewinding bug, and add life test and benchmarkAlon Zakai
2013-01-25coerce in calls to copyTemp*Alon Zakai
2013-01-25benchmark code gen optionAlon Zakai
2013-01-24optimize ctlz and add cttz; fixes #797Alon Zakai
2013-01-24make bootstrap memset not use safe heap, STATICTOP is not set up yetAlon Zakai
2013-01-24fix SDL_GetMouseState ; fixes #795Alon Zakai
2013-01-24fix memset call from makeSetValuesAlon Zakai
2013-01-24fix memsetAlon Zakai
2013-01-24optimize memsetAlon Zakai
2013-01-24optimize gettimeofdayAlon Zakai
2013-01-23sdl and gl error stubsAlon Zakai
2013-01-23optimize i32 read as two i16 valuesAlon Zakai
2013-01-23better memory limit message in asmAlon Zakai
2013-01-23fix isNaN for asmAlon Zakai
2013-01-23refactor makeComparison and use it in more placesAlon Zakai
2013-01-23mark all precise i64 splits as float operationsAlon Zakai
2013-01-23more library stubsAlon Zakai
2013-01-23fix asm float notation for numbers less than 1 in absolute valueAlon Zakai