aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-24deprecate jcacheAlon Zakai
2014-02-23disable some outlining loggingAlon Zakai
2014-02-23add stack bump if only sp is defined but no bump is present, when outliningAlon Zakai
2014-02-23emit value in safe heap load loggingAlon Zakai
2014-02-22add EM_ASM_ which allows sending values without returning anythingAlon Zakai
2014-02-21make test_outline limits a little more flexibleAlon Zakai
2014-02-21do not outline the entire stack prelude, including STACKTOP = ..Alon Zakai
2014-02-21fix test_scriptaclassAlon Zakai
2014-02-21error on CORRUPTION_CHECK in fastcompAlon Zakai
2014-02-21fix s_x_x testsAlon Zakai
2014-02-21RUNTIME_TYPE_INFO is not supported in fastcompAlon Zakai
2014-02-21fix llvm nativizer tool for fastcompAlon Zakai
2014-02-21reflect that asm is on by default in fastcomp, even in -O0, in the settingsAlon Zakai
2014-02-21add non-fastcomp other.test_emcc runAlon Zakai
2014-02-21make non-fastcomp tests in browser run in non-fastcomp modeAlon Zakai
2014-02-21deprecate toy gc implAlon Zakai
2014-02-21make non-fastcomp tests in other run in non-fastcomp modeAlon Zakai
2014-02-21bump expected llvm version to 3.3, which is what fastcomp usesAlon Zakai
2014-02-21fix sanity.test_relooperAlon Zakai
2014-02-21point to wiki page on fastcomp when using fastcomp but backend is not presentAlon Zakai
2014-02-21assume fastcomp in fastcomp sanity testAlon Zakai
2014-02-21add message pointing people to the fastcomp wiki page that explains how to di...Alon Zakai
2014-02-21avoid warning about aliasing function pointers in fastcomp, it has good debug...Alon Zakai
2014-02-21adjust main test modes for fastcomp: remove asm2x86 except for one test, and ...Alon Zakai
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...Alon Zakai
2014-02-21Apply coding conventions to library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2136 from rjanicek/worker-consoleAlon Zakai
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-21Merge pull request #2146 from waywardmonkeys/undefined-symbolsAlon Zakai
2014-02-21Add missing semicolons at the end of statements for library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2148 from TV4Fun/html5fixesjuj
2014-02-21Fix bugs in HTML5 events when using SAFE_HEAPJoel Croteau
2014-02-21Merge pull request #2145 from TV4Fun/mousefixjuj
2014-02-21Fix indentation in localeconvJoel Croteau
2014-02-21Squashed commit of the following:Joel Croteau
2014-02-21Correct some function dependencies to address unresolved symbols in tests.Bruce Mitchener
2014-02-20tolerate negative values of precision in printf, fallback to default precisionAlon Zakai
2014-02-20Merge pull request #2143 from waywardmonkeys/strict-fixesAlon Zakai
2014-02-21strict fix: Don't define functions within conditionals or try blocks.Bruce Mitchener
2014-02-20enable indirectbr tests in fastcompAlon Zakai
2014-02-20add fuzz testcase with noalias surrounding an i64 that must be legalizedAlon Zakai
2014-02-20fuzzing improvementsAlon Zakai
2014-02-21When LEGACY_GL_EMULATION is enabled, we cannot use WebGL VAO extension effect...Jukka Jylänki
2014-02-20update browser.test_matrix_identityAlon Zakai
2014-02-20fix sanity testsAlon Zakai
2014-02-20strict fix: Can't use octal constants.Bruce Mitchener
2014-02-20strict fix: Duplicate key in object literal.Bruce Mitchener
2014-02-19Formatting fix and add testJoel Croteau
2014-02-19emit fuzz errors with the right suffixAlon Zakai
2014-02-19error on INIT_HEAP in fastcompAlon Zakai