aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-01Added Joseph Gentle to authorsJoseph Gentle
2013-06-30Fixed emscripten_get_now in a shellJoseph Gentle
2013-06-26Merge branch 'incoming'Alon Zakai
2013-06-25add 'let' to reserved keywords for minifierAlon Zakai
2013-06-25fix crash in js optimizer loop variables pass on empty if blocksAlon Zakai
2013-06-25fix apply_configurationAlon Zakai
2013-06-24make emcc -v update debug settings, so that it saves temp filesAlon Zakai
2013-06-24Merge pull request #1302 from Manny-MADE/glut_fixesAlon Zakai
Several GLUT library improvements
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-24relocation pass for shared modulesAlon Zakai
2013-06-24update testAlon Zakai
2013-06-24rename MINIFY_INFO to EXTRA_INFO in preparation for further usesAlon Zakai
2013-06-24unify registerize and minify passes, since they must run in conjunctionAlon Zakai
2013-06-24fix minifyGlobals in separate passAlon Zakai
2013-06-24Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leakAlon Zakai
SDL mixer sound leak
2013-06-24add space in debug outputAlon Zakai
2013-06-24Removed unnecessary "audio.paused = " statements.Michael J. Bishop
2013-06-24IMPROVED: ensured proper indentation for entire documentmanny/MADE
2013-06-22clean up closure callingAlon Zakai
2013-06-22remove unneeded lineAlon Zakai
2013-06-22update testAlon Zakai
2013-06-22only minify globals when reloopingAlon Zakai
2013-06-22fix -g2 and add testingAlon Zakai
2013-06-22-gLEVEL ; support varying degrees of debuggabilityAlon Zakai
2013-06-22IMPROVED: fixed codestyle to match java/jsmanny/MADE
IMPROVED: handling mouse position when pointer is locked
2013-06-22show auto-linking decision process only in VERBOSEAlon Zakai
2013-06-21do not run addition optimization pass in asm; it just adds overhead, and ↵Alon Zakai
minorly increases code size by changing addition order against the grain of operator precedence
2013-06-21update testsAlon Zakai
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-21decrease indentation in jsifierAlon Zakai
2013-06-21decrease indentation level in js optimizerAlon Zakai
2013-06-21do not eliminate loop vars when there is a shared helperAlon Zakai
2013-06-21todoAlon Zakai
2013-06-21Added test to make sure channel allocation failed when itMichael J. Bishop
was exhausted. To run it: python tests/runner.py browser.test_sdl_audio_mix_channels
2013-06-20Merge pull request #1312 from juj/win_test_statics_fixAlon Zakai
In metadata, store paths parsed from .ll files using forward slashes on Windows.
2013-06-20Merge branch 'incoming'Alon Zakai
2013-06-20do not return node in main simplifyNotCompsPass all the time, it thinks it ↵Alon Zakai
is being replaced and adds much overhead
2013-06-20remove unneeded argument handling in lua-scimarkAlon Zakai
2013-06-20asmify copyTempFloat|DoubleAlon Zakai
2013-06-20fix browser test harnessAlon Zakai
2013-06-20ensure a coercion on invoke callsAlon Zakai
2013-06-19fix CHECK_ALIGNAlon Zakai
2013-06-19hardcode arguments in benchmarks, even luaAlon Zakai
2013-06-19move lua binarytree args handling into lua scriptAlon Zakai
2013-06-19update fastLong.jsAlon Zakai
2013-06-19fix bug with reducing f()|0|constAlon Zakai
2013-06-19Fixed error where SDL_Mixer would run out of channels because soundMichael J. Bishop
instances weren't removed when they were finished playing.
2013-06-19fix memmoveAlon Zakai
2013-06-19properly coerce imprecise i64 math callsAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai