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
2012-09-20
add more slack in test_s3tc_crunch
Alon Zakai
2012-09-20
fix gl tests for intel hd gpus
Alon Zakai
2012-09-19
optimize reftests
Alon Zakai
2012-09-19
fix test_sdl_mouse
Alon Zakai
2012-09-19
fix test_gc
Alon Zakai
2012-09-17
add void* argument to emscripten_async_call and emscripten_push_main_loop_blo...
Alon Zakai
2012-09-13
clearer error message when a crucial llvm tool is missing, and force sanity c...
Alon Zakai
2012-09-11
enable test_segfault only with ta2, because otherwise SAFE_HEAP means type ch...
Alon Zakai
2012-09-11
fix test_cases
Alon Zakai
2012-09-11
compress type info of zeroinitializers in ta2
Alon Zakai
2012-09-09
check for segfaults in SAFE_HEAP
Alon Zakai
2012-09-05
Merge pull request #559 from stechz/incoming
Alon Zakai
2012-09-05
typeid improvements
Alon Zakai
2012-09-05
Bitshift optimizer anticipates fns with switches
Benjamin Stover
2012-09-05
add more inet tests
Alon Zakai
2012-09-04
fixed htonl
Mokhtar Naamani
2012-08-30
--clear-cache option
Alon Zakai
2012-08-30
fix test_atoX
Alon Zakai
2012-08-30
support for SDL_QUIT event
Alon Zakai
2012-08-29
fix key event test framework
Alon Zakai
2012-08-29
fix extension of non-i32s to >i32s
Alon Zakai
2012-08-27
clean up atoX a little and add testing
Alon Zakai
2012-08-25
disable test_rand
Alon Zakai
2012-08-25
PRECISE_I32_MUL option for full precision in 32-bit multiply
Alon Zakai
2012-08-24
check for additional stack allocations and varargs in the whole function, not...
Alon Zakai
2012-08-18
warn on -I and -L to absolute paths, which may be to local system headers/lib...
Alon Zakai
2012-08-14
fix sign checks in strncasecmp and memcmp
Alon Zakai
2012-08-13
compare unsigned values in str[n]cmp
Alon Zakai
2012-08-10
Module.preInit
Alon Zakai
2012-08-08
test for llvm.expect.i32 being defined
Alon Zakai
2012-08-04
make test_unaligned more robust
Alon Zakai
2012-07-30
fix file preloading with -o subdir/..
Alon Zakai
2012-07-28
if generateStructInfo gets invalid data, return null, do not throw: possibly ...
Alon Zakai
2012-07-25
allow apps to link both GL and SDL 2D backends and use just one
Alon Zakai
2012-07-23
always look for main in .a files
Alon Zakai
2012-07-22
test + fix for continuing to load despite bad audios
Alon Zakai
2012-07-19
fix strstr
Alon Zakai
2012-07-19
rewrite strstr to do c-style comparisons, to avoid js regexp search artifacts
Alon Zakai
2012-07-18
fix relative paths in preloading and add testing
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-17
fix cases/514.ll for s_x_x
Alon Zakai
2012-07-17
commented future change to benchmarks
Alon Zakai
2012-07-16
add test for #514
Alon Zakai
2012-07-16
warn on wrong llvm version
Alon Zakai
2012-07-16
optimize bswap
Alon Zakai
2012-07-15
remove whitespace at beginning of sscanf, fixes #512
Alon Zakai
2012-07-15
utf parsing in writeStringToMemory as well
Alon Zakai
2012-07-15
fix test_utf
Alon Zakai
2012-07-14
test utf8 in Pointer_stringify
Alon Zakai
2012-07-14
utf-8 support
Alon Zakai
[next]