aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-21Registerize based on full liveness analysis.Ryan Kelly
2014-01-21update other.test_emccAlon Zakai
2014-01-21document what -O3 will beAlon Zakai
2014-01-21deprecate -O3 in preparation for using it for heavier js optsAlon Zakai
2014-01-21update tests to allow exceptions and setjmp together in fastcompAlon Zakai
2014-01-21Merge pull request #2039 from rfk/rfk/minify-loop-labelsAlon Zakai
2014-01-21Workaround glew linkage issue, see https://github.com/kripken/emscripten/issu...Jukka Jylänki
2014-01-21Minify loop labels while we're minifying local names.Ryan Kelly
2014-01-20Merge pull request #2037 from waywardmonkeys/updates5Alon Zakai
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-20Merge pull request #2038 from rfk/rfk/fix-normalize-asmAlon Zakai
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable more tests in fastcompAlon Zakai
2014-01-20enable and fix more tests for fastcompAlon Zakai
2014-01-20updates and fixes for test_casesAlon Zakai
2014-01-20fix up final setjmp tests for fastcompAlon Zakai
2014-01-20enable test_longjmp_stacked in fastcompAlon Zakai
2014-01-20enable more setjmp tests in fastcompAlon Zakai
2014-01-20fix longjmp call by pointer in fastcomp, and enable test_longjmp2Alon Zakai
2014-01-20enable first setjmp test in fastcompAlon Zakai
2014-01-20Fix a param-handling bug in normalizeAsmRyan Kelly
2014-01-20Remove unused _Unwind_* functions.Bruce Mitchener
2014-01-19remove obsolete assertionAlon Zakai
2014-01-19better error message for asm.js not supporting growable heap yetAlon Zakai
2014-01-18improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032Alon Zakai
2014-01-18Merge pull request #2030 from waywardmonkeys/updates4Alon Zakai
2014-01-18handle #if !X in preprocessorAlon Zakai
2014-01-18Merge pull request #2031 from juj/fix_glemu_enabledisableAlon Zakai
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
2014-01-18Fix GL emulation cleanup to properly update the state it changes.Jukka Jylänki
2014-01-18Fix FFP GL emulation directives. The form !GL_FFP_ONLY is not supported, use ...Jukka Jylänki
2014-01-18Implement catopen/catgets/catclose to help libcxx tests pass.Bruce Mitchener
2014-01-18No need for 64 bit aliases for theseBruce Mitchener
2014-01-18Make exception tests named more consistently.Bruce Mitchener
2014-01-18catched -> caughtBruce Mitchener
2014-01-18Remove unused aliases.Bruce Mitchener
2014-01-17fix asm1.test_cubescriptAlon Zakai
2014-01-17fix test_source_mapAlon Zakai
2014-01-17fix flakey lua benchmarkAlon Zakai
2014-01-17make debug checks in asm2g more lenient, so they pass on fastcompAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17handle unsigned reads in safe heapAlon Zakai
2014-01-17remove stale commentAlon Zakai
2014-01-17don't remove whitespace in emcc, not worth the timeAlon Zakai
2014-01-17clean up emcc timing loggingAlon Zakai
2014-01-17add missing ;sAlon Zakai
2014-01-17add missing ;Alon Zakai
2014-01-17use double for float arguments to safe heapAlon Zakai
2014-01-17disable test_fnmatch in s_x_xAlon Zakai
2014-01-17optimize memory initializer if it is largeAlon Zakai