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
/
test_core.py
Age
Commit message (
Expand
)
Author
2014-02-25
Begin using the Emscripten toolchain in clang.
Dan Gohman
2014-02-25
Update the tests to use asmjs-unknown-emscripten.
Dan Gohman
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
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
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
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-19
Formatting fix and add test
Joel Croteau
2014-02-18
add toupper_l test
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 testcase for i1 constants being properly unsigned
Alon Zakai
2014-02-13
enable legalizer_ta2 testcase in fastcomp
Alon Zakai
2014-02-12
test python with lto for more coverage
Alon Zakai
2014-02-12
make openjpeg extra tests on EMCC_DEBUG more lenient
Alon Zakai
2014-02-11
update test_safe_dyncalls
Alon Zakai
2014-02-10
Suppress useless warnings in the tests.
Dan Gohman
2014-02-10
Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3
Alon Zakai
2014-02-06
Test in6addr_* constants
David Barksdale
2014-02-06
Merge pull request #2103 from juj/opt_cmp
1.10.2
Alon Zakai
2014-02-06
Fix test_strcmp_uni and test_dlfcn_stacks after previous commit.
Jukka Jylänki
2014-02-06
add memset test
Alon Zakai
2014-02-06
add memcpy test
Alon Zakai
2014-02-04
Add test_minmax that checks different comparisons when nans and infs are rela...
Jukka Jylänki
2014-02-03
disable tests/cases/funcptr.ll in fastcomp, as it is invalid ir (contains a l...
Alon Zakai
2014-02-02
comment
Alon Zakai
2014-02-02
enable postset counting code in fastcomp on asm1.test_cubescript
Alon Zakai
2014-02-02
enable test_intentional_fault in all fastcomp modes
Alon Zakai
2014-02-02
comments
Alon Zakai
2014-02-02
parse exports from fastcomp, and enable test_llvm_used
Alon Zakai
2014-02-02
enable test_segfault in fastcomp
Alon Zakai
2014-02-02
support EXCEPTION_CATCHING_WHITELIST in fastcomp
Alon Zakai
2014-02-02
enable tests/cases/uadd_overflow_ta2 in fastcomp
Alon Zakai
2014-02-01
make sure RAND_MAX is a proper value
Alon Zakai
2014-02-01
Only skip emscripten_log test on SpiderMonkey in asm.js modes, since the test...
Jukka Jylänki
2014-01-31
Merge pull request #2079 from inolen/fs_unmount
Alon Zakai
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
[next]