aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-13Improve absolute path warning detection to work on Windows, and make the ↵Jukka Jylänki
warning message more informative.
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
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp) - Added modifiers to test_sdl_key
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 ↵Alon Zakai
the parallel heap type
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 ↵Alon Zakai
through tempDoublePtr
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
2013-06-07handle empty loops in new loop optimizations; fixes #1270Alon Zakai
2013-06-07add missing return values in ↵Alon Zakai
safeRequestAnimationFrame,safeSetTimeout,safeSetInterval
2013-06-07Make lrint more correct. Closes #1265.Jez Ng
2013-06-07track number of uses properly for loop variable removalAlon Zakai
2013-06-07better erroring in SDL_Delay; issue #1255Alon Zakai
2013-06-07eliminate loop helper variablesAlon Zakai
2013-06-06move asm loop optimization into last phaseAlon Zakai
2013-06-05simplify infinite while loops with a break at the end into a do-while with a ↵Alon Zakai
condition
2013-06-05disabled support for hoisting back into loops in relooper1.4.8Alon Zakai
2013-06-05remove unneeded parameter to FindIndependentGroupsAlon Zakai
2013-06-05Merge pull request #1248 from int3/incomingAlon Zakai
Fix typo in yesterday's PR.
2013-06-05Merge pull request #1260 from modeswitch/fix-missing-constant-definitionAlon Zakai
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
2013-06-05Merge pull request #1259 from modeswitch/fix-syntax-errorAlon Zakai
Missed closing parenthesis.
2013-06-05sdl fixes; fixes #1251Alon Zakai
2013-06-05INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.Alan Kligman
2013-06-05Missed closing parenthesis.Alan Kligman
2013-06-05Merge branch 'commonjs' of github.com:jazzzz/emscripten into incomingAlon Zakai
2013-06-05return the best we can from SDL_OpenAudio, fixes #1253Alon Zakai
2013-06-05Fix typo.Jez Ng
2013-06-05Add myself to AUTHORSJazz