aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-05-23Migrate to using musl libc sprintf family to gain compiled asm.js performance...Jukka Jylänki
2014-05-23Migrate to using musl libc sscanf to improve performance. Keep the existing J...Jukka Jylänki
2014-05-22improve warning on failing to validate reposAlon Zakai
2014-05-20wipe out emscripten.py output when it fails, so the error does not cascade we...Alon Zakai
2014-05-20Merge pull request #2369 from juj/musl_charfuncsAlon Zakai
2014-05-21Migrate is*, to* and stro* to use musl libc.Jukka Jylänki
2014-05-20Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incomingAlon Zakai
2014-05-19Archive groups code review changes.Ryan Sturgell
2014-05-20Fix elimination of conditional expressions in registerizeHarder.Ryan Kelly
2014-05-19add testcases for last few commitsAlon Zakai
2014-05-19add conditional to hasSideEffectsAlon Zakai
2014-05-19fix emitsBoolean handling of conditional, and add handling of numAlon Zakai
2014-05-19add line bisector toolAlon Zakai
2014-05-19do not move around loop variable incrementations when the helper is used outs...Alon Zakai
2014-05-18fix looptemp replacements when there is a continue with a phi of the loop var...Alon Zakai
2014-05-16merge loop and helper variables when their use ranges do not overlapAlon Zakai
2014-05-16optimize loop vars even if there is some code (like a phi) in the if block wh...Alon Zakai
2014-05-15support const methods, not just attributes, in webidl binderAlon Zakai
2014-05-13conditionalize in all boolean-emitting expressionsAlon Zakai
2014-05-13update heuristicAlon Zakai
2014-05-13conditionalize when it can avoid costly side-effect free codeAlon Zakai
2014-05-09remove some warnings on moving files to directoriesAlon Zakai
2014-05-07Add support for archive groups.Ryan Sturgell
2014-05-07Extract helper functions from main link loop.Ryan Sturgell
2014-05-05Merge pull request #2333 from juj/ffdbAlon Zakai
2014-05-05Add support to function run_js() in jsrun.py to assert against a given proces...Jukka Jylänki
2014-05-05Added first version of tools/ffdb.py, an application that can be used to oper...Jukka Jylänki
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in th...Alon Zakai
2014-05-02handle floats in jsCall properly; fixes asm2f.test_embind_2Alon Zakai
2014-04-24deprecate bindings generatorAlon Zakai
2014-04-24check function table masks in safe heap modeAlon Zakai
2014-04-23link to docsAlon Zakai
2014-04-23webidl binderAlon Zakai
2014-04-17eliminate loop vars even if used after increment, by adding another helper (w...Alon Zakai
2014-04-14Merge pull request #2291 from juj/spidermonkey_noneAlon Zakai
2014-04-14Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test runner...Jukka Jylanki
2014-04-10improve test traversal toolAlon Zakai
2014-04-09fix outlinings of return double; fixes #2278Alon Zakai
2014-04-10When we build native OSX executables with Clang, we must tell Clang which OSX...Jukka Jylanki
2014-04-09Ease use with tools/validate_asmjs.py by making it look for a corresponding ....Jukka Jylänki
2014-04-08do not eliminate loop vars if there are non-loop vars in the else that are in...Alon Zakai
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
2014-03-28Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strpbrk for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better asm...Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strstr for better asm.js performance.Jukka Jylänki
2014-03-28Migrate to using musl 0.9.13 strnlen for better asm.js performance.Jukka Jylänki