index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-25
Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...
Jukka Jylänki
2014-02-24
deprecate jcache
Alon Zakai
2014-02-22
update year to 2014
Haneef Mubarak
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
fix test_scriptaclass
Alon Zakai
2014-02-21
fix test_files_m: do not put a variable called 'data' in the global scope
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
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
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
make canvas proxy test less flaky
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
Merge pull request #2139 from TV4Fun/memfixes
Alon Zakai
2014-02-20
tolerate negative values of precision in printf, fallback to default precision
Alon Zakai
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-20
update browser.test_matrix_identity
Alon Zakai
2014-02-20
fix sanity tests
Alon Zakai
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
add function with $ in its name testcase
Alon Zakai
2014-02-19
Merge pull request #2140 from juj/python_emcc
Alon Zakai
2014-02-19
add atomicrmw sub test
Alon Zakai
2014-02-19
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...
Jukka Jylänki
2014-02-18
add toupper_l test
Alon Zakai
2014-02-18
add a version of emscripten_set_main_loop where the main loop takes an argume...
Alon Zakai
2014-02-18
fix function types of main loop funcs in sockets tests
Alon Zakai
2014-02-18
enable other.test_link_s in fastcomp
Alon Zakai
2014-02-18
useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...
Alon Zakai
2014-02-18
define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimized
Alon Zakai
2014-02-18
fast test_longjmp_repeat in fastcomp
Alon Zakai
2014-02-17
enable test_scriptaclass in fastcomp
Alon Zakai
2014-02-17
support reserved function pointers in fastcomp
Alon Zakai
2014-02-17
enable a fuzztest that now works in fastcomp
Alon Zakai
2014-02-17
enable test_float32_precise in fastcomp
Alon Zakai
2014-02-17
check all i64 functions for whether we need to include precise i64 code
Alon Zakai
2014-02-16
support memory growth in (non-validating) asm.js
Alon Zakai
2014-02-16
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...
Alon Zakai
2014-02-14
add fuzz testcase
Alon Zakai
2014-02-14
improve fuzzing to detect asm validation errors
Alon Zakai
[next]