aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
2012-10-30support growing the socket data buffer, and enable working bigdata socket testAlon Zakai
2012-10-30use binary data in websocketsAlon Zakai
2012-10-30update websockify to latest trunkAlon Zakai
2012-10-30fix test textAlon Zakai
2012-10-29more non-clang configure fixes for configure testsAlon Zakai
2012-10-29more non-clang configure work and debugging toolsAlon Zakai
2012-10-29configure debugging toolsAlon Zakai
2012-10-29define LDSHARED, useful in zlib configureAlon Zakai
2012-10-29eliminate variables that have no uses but their definition has side effectsAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data ↵Alon Zakai
properly; fixes #664
2012-10-29only fire sdl unload event if there is a main loopAlon Zakai
2012-10-29adjust memory size in testsAlon Zakai
2012-10-29disable jansson test because it failsAlon Zakai
2012-10-29re-enable parallelization of js optimizer on windowsAlon Zakai
2012-10-29add empty emcc.py to work around issue 663Alon Zakai
2012-10-29do not use process pool for js optimizer when not enough cores or on windows ↵Alon Zakai
(issue 663)
2012-10-28make js optimizer detection of generated functions marker more robustAlon Zakai
2012-10-28remove unneeded importAlon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28add experimental and non-enabled non-clang configure modeAlon Zakai
2012-10-28refactor js optimizer caller a littleAlon Zakai
2012-10-28Merge pull request #651 from larsxschneider/json_parserAlon Zakai
Fix -O1 warning and use proper pointers for Jansson library.
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵Alon Zakai
case the eliminator runs in safe mode
2012-10-27add memory-growth safe eliminator modeAlon Zakai
2012-10-27flip associative binaries when safe to do so for elimination purposesAlon Zakai
2012-10-27eliminate into returnsAlon Zakai
2012-10-27update eliminator test to latest optimizationsAlon Zakai
2012-10-27eliminator docsAlon Zakai
2012-10-27eliminate into one-time do-while loopsAlon Zakai
2012-10-27add eliminator testcaseAlon Zakai
2012-10-27note function arguments as localsAlon Zakai
2012-10-27add more aborting nodes in eliminatorAlon Zakai
2012-10-27abort scanning on unfamiliar eliminator nodesAlon Zakai
2012-10-27do not scan into whileAlon Zakai
2012-10-27handle more nodes in eliminator scanningAlon Zakai
2012-10-27ignore return in eliminatorAlon Zakai
2012-10-27support seq in eliminatorAlon Zakai
2012-10-27fix eliminator test, now passesAlon Zakai
2012-10-27only invalidate calls when reading a globalAlon Zakai
2012-10-26invalidate by dep in varsAlon Zakai
2012-10-26partial rewrite for v3 of eliminator aka expressionizerAlon Zakai
2012-10-26test for EMCC_DEBUG mode not generating different codeAlon Zakai
2012-10-26ignore previously-generated empty toplevels in eliminator, which happens ↵Alon Zakai
when we bundle passes together
2012-10-26comment on -O3Alon Zakai
2012-10-26add EMCC_DEBUG=1 in o2.test_openjpeg for more coverageAlon Zakai
2012-10-26add failing eliminator testcaseAlon Zakai
2012-10-26remove unGlobalize tests and update othersAlon Zakai
2012-10-26do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js filesAlon Zakai