aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-10Don't throw KeyboardInterrupt from a child process.Jez Ng
2013-07-08add one-time loop when we need to handle control flow in outlined functionsAlon Zakai
2013-07-08analyze code flow in outlined codeAlon Zakai
2013-07-08outline test does not pass yet, disable itAlon Zakai
2013-07-08recurse into outlined functionsAlon Zakai
2013-07-08do not outline too-big a chunk out of a functionAlon Zakai
2013-07-08Merge branch 'incoming' of github.com:kripken/emscripten into incomingAlon Zakai
2013-07-08Merge pull request #1355 from sunfishcode/incomingAlon Zakai
2013-07-08add read/writes in outlined functionsAlon Zakai
2013-07-08add variable info to outlined functionsAlon Zakai
2013-07-08generate functions for split-out codeAlon Zakai
2013-07-08read results from outlined codeAlon Zakai
2013-07-08emit statements in outliningAlon Zakai
2013-07-08start to emit spillsAlon Zakai
2013-07-08testing for existing sp in outlinerAlon Zakai
2013-07-08infrastructure to analyze functions and variables in outlinerAlon Zakai
2013-07-08start to outline codeAlon Zakai
2013-07-08outlining tweaksAlon Zakai
2013-07-08initial recursive logic for outliningAlon Zakai
2013-07-08setup for outlining of code chunksAlon Zakai
2013-07-08begin work on outliner pass to break up large functions. part 1: aggressive v...Alon Zakai
2013-07-08Add '!==' as a comparison operator.Dan Gohman
2013-07-08Xor optimizations.Dan Gohman
2013-07-08update testAlon Zakai
2013-07-08remove code after a return in a block of statementsAlon Zakai
2013-07-07rename __stackbase__ to spAlon Zakai
2013-07-07comment on ccall array type being 8 bitAlon Zakai
2013-07-07keep free() alive like malloc()Alon Zakai
2013-07-06disable -fno-threadsafe-statics, issue #1289Alon Zakai
2013-07-04commentsAlon Zakai
2013-07-03improve warning textAlon Zakai
2013-07-03fix test_static_link for the case where spidermonkey shell is not in JS_ENGINESAlon Zakai
2013-07-03Merge pull request #1341 from inolen/pointer_stringify_hangAlon Zakai
2013-07-03move emlink docs to wiki; add link to themAlon Zakai
2013-07-03add working bullet static linking testAlon Zakai
2013-07-03force-include .a contents of multiple archives when they are the only inputs ...Alon Zakai
2013-07-03enable working zlib static linking testAlon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03fix test_source_mapAlon Zakai
2013-07-03parse i64-to-ptr conversions of constants at compile timeAlon Zakai
2013-07-03fix test_openjpegAlon Zakai
2013-07-03stop emitting no-longer-needed alias constantsAlon Zakai
2013-07-03move runPostSets into asm moduleAlon Zakai
2013-07-03run postSets in a global initializer, before all other global initializersAlon Zakai
2013-07-03remove old commentAlon Zakai
2013-07-03add function pointers testAlon Zakai
2013-07-03fix test harnessAlon Zakai
2013-07-03fix f_bases handling in static linkerAlon Zakai
2013-07-03refactor static link test and add todoAlon Zakai
2013-07-03emit F_BASEAlon Zakai