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