aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-20Remove bad print in emrun when the message that arrived out-of-sequence shoul...Jukka Jylänki
2013-12-20Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...Jukka Jylänki
2013-12-20Update emscripten_log to work with the handwritten JS demangler. Update tests.Jukka Jylänki
2013-12-20Also give the ability to print out function parameters in the callstack with ...Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki
2013-12-20Merge pull request #1934 from juj/eglCreateContextjuj
2013-12-20Make EGL function eglCreateContext spec-conformant and actually read the EGL_...Jukka Jylänki
2013-12-19simplify for fastcomp together with other link operationsAlon Zakai
2013-12-19move fastcomp simplification code into emcc, and simplify itAlon Zakai
2013-12-19avoid llvm-dis in fastcompAlon Zakai
2013-12-19make default tests work in fastcompAlon Zakai
2013-12-19make test_outline more lenientAlon Zakai
2013-12-19Merge pull request #1935 from sunfishcode/incomingAlon Zakai
2013-12-19Merge pull request #1932 from juj/emrun_argc_argvAlon Zakai
2013-12-19Merge pull request #1933 from ehostunreach/computed_gotoAlon Zakai
2013-12-19Optimize away masks on stores to HEAP8 and HEAP16.Dan Gohman
2013-12-19fix tests/cases/phientryimplicit.llAlon Zakai
2013-12-19Clean up test_indirectbr_many using preprocessor macrosVasilis Kalintiris
2013-12-19more dotzero fixesAlon Zakai
2013-12-19remove java_nbody from core benchmarksAlon Zakai
2013-12-19Implement command line passing to work to emrun when --emrun is passed.Jukka Jylänki
2013-12-19Support --browser_info and --system_info in emrun when used with --android.Jukka Jylänki
2013-12-19Add support for listing detected browsers on Android in emrun, when emrun --a...Jukka Jylänki
2013-12-19Require that --browser is used with --android.Jukka Jylänki
2013-12-19Gracefully fail in emrun if adb is not found when running with --android.Jukka Jylänki
2013-12-19Improve emrun usage warning print on when running on Android.Jukka Jylänki
2013-12-18fix dot zero correction after < or >Alon Zakai
2013-12-18fix asm1.test_cube2hash for fastcompAlon Zakai
2013-12-18fix test for fastcomp -O0Alon Zakai
2013-12-18Add support for launching Android browsers via emrun. Fix log message print o...Jukka Jylänki
2013-12-17fastcomp test fixAlon Zakai
2013-12-16allow -O0 in fastcomp, still in asm modeAlon Zakai
2013-12-17fix parameter checkLu Wang
2013-12-16more benchmarking optionsAlon Zakai
2013-12-16fix varargs signature generation, '...' is optional and both cases must be ha...Alon Zakai
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
2013-12-16handle a single empty alloca; fixes #1919Alon Zakai
2013-12-16add test file for tutorialAlon Zakai
2013-12-16Merge pull request #1896 from juj/emrunAlon Zakai
2013-12-16fixes to get gcc to work on all benchmarksAlon Zakai
2013-12-16Merge pull request #1924 from ehostunreach/indentationAlon Zakai
2013-12-16Merge pull request #1926 from coolwanglu/typo_fixAlon Zakai
2013-12-16Merge pull request #1920 from coolwanglu/alias_fixAlon Zakai
2013-12-16Merge pull request #1927 from CliffyA/incomingAlon Zakai
2013-12-16rename sm benchmark runnerAlon Zakai
2013-12-16fix native benchmark printing of stderrAlon Zakai
2013-12-16gcc benchmarkerAlon Zakai
2013-12-16option to run only core benchmarksAlon Zakai
2013-12-16add v8 benchmarkerAlon Zakai
2013-12-16show f32 results in benchmarksAlon Zakai