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
2013-04-29
add heap alignment checks to asm1
Alon Zakai
2013-04-29
use fasta names
Alon Zakai
2013-04-29
add benchmark.test_fasta_double_full, with DOUBLE_MODE=1
Alon Zakai
2013-04-29
enable benchmark.test_fasta_double to test handling of doubles
Alon Zakai
2013-04-29
update test_structbyval
Alon Zakai
2013-04-29
update test_python
Alon Zakai
2013-04-29
update test_varargs_byval
Alon Zakai
2013-04-29
update test_unaligned
Alon Zakai
2013-04-29
update test_pystruct
Alon Zakai
2013-04-29
Merge pull request #1114 from waywardmonkeys/wrong-int64-type
Alon Zakai
2013-04-29
Merge pull request #1113 from waywardmonkeys/missing-stdint-includes
Alon Zakai
2013-04-29
Merge pull request #1111 from waywardmonkeys/use_va_copy
Alon Zakai
2013-04-29
Merge pull request #1110 from waywardmonkeys/fix_test_799_include_path
Alon Zakai
2013-04-29
ERROR_ON_UNRESOLVED_SYMBOLS option
Alon Zakai
2013-04-29
update benchmarks
Alon Zakai
2013-04-29
Use the standard int64_t rather than __int64_t.
Bruce Mitchener
2013-04-29
Include <stdint.h> to use int64_t.
Bruce Mitchener
2013-04-29
Use va_copy (C99) instead of __va_copy (GNU ext).
Bruce Mitchener
2013-04-29
This header is <arpa/inet.h>, not <net/arpa/...>
Bruce Mitchener
2013-04-28
do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp
Alon Zakai
2013-04-26
update benchmarks to have 0 be just start up
Alon Zakai
2013-04-26
update test_emcc
Alon Zakai
2013-04-26
fix test_llvm_nativizer
Alon Zakai
2013-04-26
fix test_runtimelink_multi
Alon Zakai
2013-04-26
refactor missing symbol tests
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix test_life
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-26
* Added comments on edited code.
Éloi Rivard
2013-04-26
* Removed some freetype ASM_JS warnings.
Éloi Rivard
2013-04-25
standardize benchmark inputs
Alon Zakai
2013-04-25
informative error on bad function pointer call with ASSERTIONS=1
Alon Zakai
2013-04-25
test for dangerous function pointer casts in asm
Alon Zakai
2013-04-25
fix test_life
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-25
Add browser.test_preload_caching to unit tests. Replace modified-time check w...
Alan Kligman
2013-04-24
Merge pull request #1088 from juj/branchless_i64_ops
Alon Zakai
2013-04-24
warn on missing functions
Alon Zakai
2013-04-24
update tests
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-23
disable s_x_x in test_libcextra
Alon Zakai
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
fix memory corruption in setjmp/asm.js; fixes #1087
Alon Zakai
2013-04-23
Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ...
Jukka Jylänki
2013-04-23
add test for repeated longjmp to a single setjmp
Alon Zakai
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-22
use invoke when doing a setjmp-guarding call via a function pointer
Alon Zakai
2013-04-22
show clear error message instead of 987 when too many setjmp calls
Alon Zakai
2013-04-22
In test_time, be more relaxed about the time wait condition - thread scheduli...
Jukka Jylänki
2013-04-22
fix argument hardcoding
Alon Zakai
[next]