aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Jukka Jylänki
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
2014-02-24deprecate jcacheAlon Zakai
2014-02-24Merge pull request #2149 from TehEpicPineapple/prettier-shellAlon Zakai
"Powered by emscripten" logo
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
execinfo.h and unwind.h are unused and unimplemented.
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 ↵Alon Zakai
disable it, when a compiler setting is not fastcomp-compatible
2014-02-21make canvas proxy test less flakyAlon Zakai
2014-02-21avoid warning about aliasing function pointers in fastcomp, it has good ↵Alon Zakai
debug info on assertions 1 and especially 2 anyhow
2014-02-21adjust main test modes for fastcomp: remove asm2x86 except for one test, and ↵Alon Zakai
add two modes for legacy non-fastcomp -O2 with and without asm
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env
2014-02-21Apply coding conventions to library_html5.js.Jukka Jylänki
2014-02-21Merge pull request #2136 from rjanicek/worker-consoleAlon Zakai
Don't redefine console if it already exists like in Chrome worker.
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
Fix errors in locale and allocate, and a few other tweaks
2014-02-21Merge pull request #2146 from waywardmonkeys/undefined-symbolsAlon Zakai
Correct some function dependencies to address unresolved symbols in test...
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
Fix bugs in HTML5 events when using SAFE_HEAP
2014-02-21Fix bugs in HTML5 events when using SAFE_HEAPJoel Croteau
This fixes a SAFE_HEAP_STORE is not a function error when using mouse events and a segfault that occurs when the beforeunload callback returns 0.
2014-02-21execinfo.h and unwind.h are unused and unimplemented.Bruce Mitchener
2014-02-21Merge pull request #2145 from TV4Fun/mousefixjuj
Fix bug causing incorrect movement values in mouse events