aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-09update test_emccAlon Zakai
2013-03-09update test_chunkingAlon Zakai
2013-03-09make sure to remove trivial whitespaceAlon Zakai
2013-03-09improve non-asm parsing of generated functions area to be identical in ↵Alon Zakai
EMCC_DEBUG=1 and 2
2013-03-09do not emit generated functions suffix when no longer neededAlon Zakai
2013-03-09asm2g fixAlon Zakai
2013-03-09add asm2g test pass for asm -O2 -gAlon Zakai
2013-03-09test for asm minifier sizesAlon Zakai
2013-03-09minify by default in -O2+, unless -gAlon Zakai
2013-03-08save 0.0 in asm shell minificationAlon Zakai
2013-03-08fix another name collisionAlon Zakai
2013-03-08fix temporary workaround for register namesAlon Zakai
2013-03-08for now, do not use rX as minified names, reserve that for registerize localsAlon Zakai
2013-03-08increase number of minified names, and add func markersAlon Zakai
2013-03-08assertions on number of minified namesAlon Zakai
2013-03-08properly scan all globals, including function names, before applying themAlon Zakai
2013-03-08remove unnecessary semicolon; hello world minifiesAlon Zakai
2013-03-08minify function names in function definitionsAlon Zakai
2013-03-08allow -O2 to also call registerize, but without minification of globals that ↵Alon Zakai
we do in asm.js
2013-03-08start to minify inside functions, using global data from previous passAlon Zakai
2013-03-08minify globals in a pass before the functionsAlon Zakai
2013-03-08split out asm shell in js optimizer, in preparation for minification of globalsAlon Zakai
2013-03-08remove unneeded lineAlon Zakai
2013-03-08add explicit markers in generated code of where functions and asm areAlon Zakai
2013-03-08disable minificationAlon Zakai
2013-03-08do not emit function names on runtime functionsAlon Zakai
2013-03-08handle assigns into globals at the top of asm functions in normalizeAsmAlon Zakai
2013-03-08fix global minifyingAlon Zakai
2013-03-08initial work on asm.js minifier infrastructureAlon Zakai
2013-03-08run registerize pass lastAlon Zakai
2013-03-08deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1Alon Zakai
2013-03-08send only a marker of generated functions to js-optimizer.js; we either know ↵Alon Zakai
the generated functions and send only them, or we don't know them and send all the code, in either case js-optimizer.js does not need a list of generated functions
2013-03-08disable test_openjpeg in s_x_xAlon Zakai
2013-03-07experimental patch to simplify generated function detectionAlon Zakai
2013-03-07Merge branch 'gagern-ldc2' into incomingAlon Zakai
2013-03-07Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2Alon Zakai
2013-03-07Merge pull request #930 from waywardmonkeys/update-catch-undefAlon Zakai
-fcatch-undefined-behavior is deprecated.
2013-03-07support llvm_ctpop_*; fixes #918Alon Zakai
2013-03-07Merge pull request #931 from xxuejie/stdlib_strtodAlon Zakai
Implement strtod in native C code as part of libc.
2013-03-07Merge pull request #932 from tobydox/incomingAlon Zakai
Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode
2013-03-07FULL_ES2 todoAlon Zakai
2013-03-07use temp buffers for indices in glDrawElements in FULL_ES2Alon Zakai
2013-03-07use temp buffers in FULL_ES2 array buffersAlon Zakai
2013-03-07refactor gl temporary buffer codeAlon Zakai
2013-03-07optimize out creation of new JS objects in each glVertexAttribPointer call ↵Alon Zakai
in FULL_ES2
2013-03-07add test for animation in FULL_ES2Alon Zakai
2013-03-07fix FULL_ES2 bug with not taking into account 'first' in glDrawArraysAlon Zakai
2013-03-07Merge pull request #933 from vvuk/cache-fixAlon Zakai
Fix debug prints in tools/cache.py
2013-03-07gl commentsAlon Zakai
2013-03-07gl whitespace cleanupAlon Zakai