summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06add missing return values in ↵Alon Zakai
safeRequestAnimationFrame,safeSetTimeout,safeSetInterval
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
2013-06-04Merge branch 'master' of github.com:feeley/emscripten into incomingAlon Zakai
2013-06-04Add basic support for nonblocking readMarc Feeley
2013-06-04Merge pull request #1246 from int3/sscanf-capsAlon Zakai
Add test for uppercase format specifiers in sscanf.
2013-06-04Merge pull request #1244 from onnoj/incomingAlon Zakai
Fixed Issue #1241: _scanString not supporting upper case format specifie...
2013-06-04do not skip -s X=Y when EMCONFIGURE_JSAlon Zakai
2013-06-04Add Jez Ng to AUTHORS.Jez Ng
2013-06-04Add test for capitalized sscanf format specifiers.Jez Ng
2013-06-04check more carefully if a stream is a socketAlon Zakai
2013-06-04leave low fds for socketsAlon Zakai
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-06-04Merge pull request #1225 from inolen/errnoAlon Zakai
synced library.js errno codes with sys/errno.h
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-06-04Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incomingAlon Zakai
2013-06-04Check that module is an object instead of exportsJazz
2013-06-04Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵Onno
A, E, F, G, X.
2013-06-03show stub malloc/free warnings only in ASSERTIONS==2Alon Zakai
2013-06-03Add myself to AUTHORSFrits Talbot
2013-06-03Fix frexp does not accept negative numbersFrits Talbot
Add frexp unit tests
2013-06-03Merge pull request #1224 from michaeljbishop/emscripten-implementationAlon Zakai
Added header guards around emscripten.h