aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-251.12.21.12.2Alon Zakai
2014-02-25Make the "did NOT asm.js'ify" error message moreDan Gohman
2014-02-25Fix the banned_js_engines mechanism.Dan Gohman
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-25Begin using the Emscripten toolchain in clang.Dan Gohman
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-25Minor code simplifications.Dan Gohman
2014-02-25Fix a copy+pasto.Dan Gohman
2014-02-25Fix a variety of pylint warnings.Dan Gohman
2014-02-25add fuzz testcaseAlon Zakai
2014-02-24warn on emscripten, llvm and clang versions not matchingAlon Zakai
2014-02-24update fuzz testers for fastcomp by defaultAlon Zakai
2014-02-24v1.12.1 - first testing version with fastcomp on by default1.12.1Alon Zakai
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...Jukka Jylänki
2014-02-24deprecate jcacheAlon Zakai
2014-02-24Merge pull request #2149 from TehEpicPineapple/prettier-shellAlon 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-22Merge branch 'master' of github.com:haneefmubarak/emscripten into incomingAlon Zakai
2014-02-22added 'haneefmubarak' to AUTHORSHaneef Mubarak
2014-02-22update year to 2014Haneef Mubarak
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-21Merge pull request #2147 from waywardmonkeys/remove-unused-headersAlon Zakai
2014-02-21Actually make margin between canvas and outputJack Arrington
2014-02-21fix test_scriptaclassAlon Zakai
2014-02-21error on CORRUPTION_CHECK in fastcompAlon Zakai
2014-02-21Add margin between output and canvasJack Arrington
2014-02-21"powered by emscripten" logoJack Arrington
2014-02-21release 1.12.01.12.0Alon Zakai
2014-02-21fix test_files_m: do not put a variable called 'data' in the global scopeAlon 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