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
/
runner.py
Age
Commit message (
Expand
)
Author
2013-02-05
fix memmove bug and add testing
Alon Zakai
2013-02-04
Merge pull request #821 from caiiiycuk/recv_test
Alon Zakai
2013-02-04
remove test_pgo
Alon Zakai
2013-02-03
Merge pull request #825 from juj/std
Alon Zakai
2013-02-03
improve eliminator test flexibility, fixes #822
Alon Zakai
2013-02-03
fix reps printing in benchmarks
Alon Zakai
2013-02-02
fix memcpy
Alon Zakai
2013-02-01
Merge pull request #819 from waywardmonkeys/fix-test-longjmp
Alon Zakai
2013-02-02
In test runner, don't pass -std=c++03 when building .c files.
Jukka Jylänki
2013-02-01
Add a unit test that checks that user is able to specify a custom -std= flag ...
Jukka Jylänki
2013-02-01
Compile with -std=c++03 consistently on all platforms. By default, Clang 3.2 ...
Jukka Jylänki
2013-02-01
Add a unit test that checks that all platforms are building C++03 code by def...
Jukka Jylänki
2013-02-01
Fix test_llvmswitch to be valid C++11 code. Using an unsigned type would caus...
Jukka Jylänki
2013-02-01
Test for recv (partial)
Aleksander Guryanov
2013-02-01
Variables live across a setjmp/lj must be volatile.
Bruce Mitchener
2013-02-01
Support GC_get_heap_size().
Bruce Mitchener
2013-02-01
Add support for GC_REALLOC().
Bruce Mitchener
2013-02-01
Add GC support for GC_MALLOC_UNCOLLECTABLE.
Bruce Mitchener
2013-01-30
Add automation for sdl palette test
Aleksander Guryanov
2013-01-28
adjust life benchmark
Alon Zakai
2013-01-26
fix sockaddr_storage and sockaddr_in
Alon Zakai
2013-01-26
fix stack rewinding bug, and add life test and benchmark
Alon Zakai
2013-01-25
add bullet benchmark
Alon Zakai
2013-01-25
switch benchmarks to asm.js by default and adjust parameters to standardize a...
Alon Zakai
2013-01-25
fix and enable zlib benchmark
Alon Zakai
2013-01-25
improve corrections benchmark
Alon Zakai
2013-01-25
improve benchmark infrastructure in preparation for zlib benchmark
Alon Zakai
2013-01-25
fix asm jsfunc chunking
Alon Zakai
2013-01-25
improve chunking test
Alon Zakai
2013-01-24
optimize ctlz and add cttz; fixes #797
Alon Zakai
2013-01-24
disable test_intvars in s_x_x
Alon Zakai
2013-01-24
disable flaky leaky .ll detection
Alon Zakai
2013-01-23
fail on odin not validing asm.js code, in odin builds
Alon Zakai
2013-01-23
fix asm float notation for numbers less than 1 in absolute value
Alon Zakai
2013-01-23
add isnan test
Alon Zakai
2013-01-23
fix some tests for the new multiply coercion behavior
Alon Zakai
2013-01-23
properly detect return type when detecting function type
Alon Zakai
2013-01-23
handle function pointer calls to functions that return function pointers (ins...
Alon Zakai
2013-01-22
improve lua test
Alon Zakai
2013-01-22
add testcase for i32 mul coercion
Alon Zakai
2013-01-20
strenghen varargs function pointer test
Alon Zakai
2013-01-20
fix test_sdl_key for asm
Alon Zakai
2013-01-19
fix test_api_browser for asm
Alon Zakai
2013-01-19
support glBegin on GL_POINTS; fixes #793
Alon Zakai
2013-01-19
emit 5.0 instead of +5 in asm
Alon Zakai
2013-01-19
Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming
Alon Zakai
2013-01-19
Add testcase for sscanf floating point format aliases
manuels
2013-01-18
disable various tests for asm that cannot work
Alon Zakai
2013-01-18
fix benchmarks
Alon Zakai
2013-01-18
add return in functions whose types return but do not actually return
Alon Zakai
[next]