aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22fastcomp updates and a test for fptosi|ui on floats and doublesAlon Zakai
2014-01-22avoid unresolved symbol warnings on misc funcs in fastcompAlon Zakai
2014-01-22Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.Jukka Jylänki
2014-01-22Fix default vertex color to (1,1,1,1) and properly enable correct attribute s...Jukka Jylänki
2014-01-21do not registerizeHarder when outliningAlon Zakai
2014-01-21add asm3 test modeAlon Zakai
2014-01-21add benchmarker option to vary native compiler flagsAlon Zakai
2014-01-21switch benchmarks to -O3Alon Zakai
2014-01-21assign to null to clear a local variable, avoid deleteAlon Zakai
2014-01-21fix typoAlon Zakai
2014-01-21avoid nonstandard use of spliceAlon Zakai
2014-01-21rename a variable to our conventionsAlon Zakai
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