aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-17Fix LDBL_ constants in float.h.David Barksdale
2013-06-17Merge pull request #1303 from inolen/warn_symbolAlon Zakai
2013-06-17Merge pull request #1288 from juj/dont_package_hidden_filesAlon Zakai
2013-06-18Rename emcc_debug to DEBUG in tools/file_packager.py to be consistent.Jukka Jylänki
2013-06-17Merge pull request #1286 from michaeljbishop/looping-audio-testAlon Zakai
2013-06-17Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFromAlon Zakai
2013-06-17v 1.5.01.5.0Alon Zakai
2013-06-17assert on Root being non-NULL in the relooperAlon Zakai
2013-06-17enable all debug logging in emcc -vAlon Zakai
2013-06-17fix weak alias for warnAnthony Pesch
2013-06-16Merge pull request #1282 from juj/sdl_addtimerAlon Zakai
2013-06-16Merge pull request #1284 from juj/SDL_WM_SetIconAlon Zakai
2013-06-16add some dirent defines, fixes #1277Alon Zakai
2013-06-13do not eliminate dead code in EXPORT_ALLAlon Zakai
2013-06-13Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file packager...Jukka Jylänki
2013-06-13Added test for SDL_Mix that includes looping audio.Michael Bishop
2013-06-13Add no-op SDL_WM_SetIcon.Jukka Jylänki
2013-06-13Don't throw when SDL_CreateRGBSurfaceFrom is called, but at least give an uni...Jukka Jylänki
2013-06-13Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef Ui...Jukka Jylänki
2013-06-13Improve emcc input file detection to ignore all arguments that precede a GCC ...Jukka Jylänki
2013-06-13Improve absolute path warning detection to work on Windows, and make the warn...Jukka Jylänki
2013-06-10coerce output of integer modulus, since x%0 is NaN, which is not an integerAlon Zakai
2013-06-10rename int because closure hates itAlon Zakai
2013-06-10comment on not inlining for setjmpAlon Zakai
2013-06-10fix test_relooperAlon Zakai
2013-06-10add event listening to headlessAlon Zakai
2013-06-10warn if setjmp is used as a function pointerAlon Zakai
2013-06-09fix sockaddr sa_data; fixes #1272Alon Zakai
2013-06-08raise an error if no functions were left to processAlon Zakai
2013-06-08comment on EXPORT_ALLAlon Zakai
2013-06-08 - Fix for mod property of SDL key eventsAnthony Pesch
2013-06-08Don't use the host machine's shared object extensionAnthony Pesch
2013-06-08handle more cases in simplifyNotCompsAlon Zakai
2013-06-08only remove seq|0 when seq is an assign valueAlon Zakai
2013-06-08remove unneeded outside |0 when a sequence ends in a safe bitopAlon Zakai
2013-06-08optimize away bitcasts to variables that will only be used in an assign to th...Alon Zakai
2013-06-07improve tempDoublePtr elimination and only run analysis when necessaryAlon Zakai
2013-06-07eliminate bitcasts of immediately loaded valuesAlon Zakai
2013-06-07optimize some HEAP32 expressions, including some unnecessary bitcasts through...Alon Zakai
2013-06-07refactor to potentially enable shadow flip on 32-bit valuesAlon Zakai
2013-06-07ignore tempDoublePtr operations, they do not really alias memoryAlon Zakai
2013-06-07fix crunch pathAlon Zakai
2013-06-07lua commentAlon Zakai
2013-06-07fix multiplications in setjmp codeAlon Zakai
2013-06-07remove break labels more aggresively, with a refined natural flow analysis1.4.9Alon Zakai
2013-06-07optimize out double notAlon Zakai
2013-06-07remove unneeded checkAlon Zakai
2013-06-07properly simplify not comps in loop suffixes and elsewhereAlon Zakai
2013-06-07allow building only in test runnerAlon Zakai
2013-06-07optimize multiple loop variables togetherAlon Zakai