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-03-22
fix test_chunking
Alon Zakai
2013-03-22
correctly detect type of outputs of call to function pointers
Alon Zakai
2013-03-20
fix test_emscripten_api_infloop
Alon Zakai
2013-03-20
remove CATCH_EXIT_CODE and make it the default behavior
Alon Zakai
2013-03-20
restore test_sdl_mouse to the proper state, after the last fix
Alon Zakai
2013-03-20
update test_sdl_mouse
Alon Zakai
2013-03-19
update test_strtod, now that we handle negative zero
Alon Zakai
2013-03-19
make test_chunking a little more lenient
Alon Zakai
2013-03-19
handle negative zero; fixes #921
Alon Zakai
2013-03-20
Fix large values in llvm_ctpop_i32().
Bruce Mitchener
2013-03-18
Merge pull request #945 from ting-yuan/incoming
Alon Zakai
2013-03-18
fix bullet benchmark
Alon Zakai
2013-03-18
check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT
Alon Zakai
2013-03-18
add option to turn all unresolved references into dead functions (i.e., no co...
Alon Zakai
2013-03-18
add more vsnprintf testing
Alon Zakai
2013-03-18
fix printing of %llx very small and very large values
Alon Zakai
2013-03-18
mark undefined symbol as dead in bullet
Alon Zakai
2013-03-18
fix asm*.test_cases
Alon Zakai
2013-03-18
Add a testcase to check the behavior of fgets on eol.
tingyuan
2013-03-17
add test for pull #956
Alon Zakai
2013-03-16
error on undefined symbols in asm.js mode, since it breaks validation and mus...
Alon Zakai
2013-03-16
enable second test
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-15
remove leading zeros in %llx
Alon Zakai
2013-03-15
add option to disable utf support, and test that in asm2g
Alon Zakai
2013-03-15
Add tests for playback states
Ehsan Akhgari
2013-03-15
Add a testcase for simple OpenAL playback
Ehsan Akhgari
2013-03-15
add strcasecmp/strncasecmp/tolower test
Alon Zakai
2013-03-14
add strcat testing
Alon Zakai
2013-03-14
move dynamic 64-bit shifts into asm library calls
Alon Zakai
2013-03-14
notice asm link errors in benchmarks
Alon Zakai
2013-03-13
do not emit code after a switch; fixes #946
Alon Zakai
2013-03-13
remove unneeded 64-bit shifts code
Alon Zakai
2013-03-13
turn calls to undef into aborts, so they asmify
Alon Zakai
2013-03-12
fix test_relooper
Alon Zakai
2013-03-12
asmify strncpy
Alon Zakai
2013-03-12
write strcpy in asm and add some testing
Alon Zakai
2013-03-12
make test_sdl_audio_mix report a result
Alon Zakai
2013-03-12
update test_chunking
Alon Zakai
2013-03-12
support -s KEY=@PATH in emcc, for very large settings values
Alon Zakai
2013-03-11
add ASSERTIONS to asm2g, and fix assertions for asm
Alon Zakai
2013-03-11
make pgo output work in asm.js
Alon Zakai
2013-03-11
add testcase for issue 944
Alon Zakai
2013-03-11
Merge pull request #936 from michaeljbishop/add-mix-reservechannels
Alon Zakai
2013-03-10
add testcase
Alon Zakai
2013-03-10
legalize truncs from legal values into illegal values
Alon Zakai
2013-03-10
--save-bc option
Alon Zakai
2013-03-10
larger pgo test, with asm measurements
Alon Zakai
2013-03-10
function pointer support in PGO
Alon Zakai
2013-03-10
pgo for unused function detection
Alon Zakai
[next]