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-03-20
Merge pull request #312 from SiggyBar/incoming
Alon Zakai
2012-03-20
avoid stack explosion in ccall
Alon Zakai
2012-03-20
One more Windows fix.
Sigmund Vik
2012-03-20
Misc fixes for Windows.
Sigmund Vik
2012-03-19
fix test_emcc_multifile
Alon Zakai
2012-03-19
remove .compress if the compress wasn't worth it
Alon Zakai
2012-03-19
fix test_poppler
Alon Zakai
2012-03-19
fix test_unistd_io
Alon Zakai
2012-03-19
fix test_fs_base
Alon Zakai
2012-03-19
refactor use of this[..] in shell.js to use Module[..]
Alon Zakai
2012-03-17
fix test_emcc_compressed_file
Alon Zakai
2012-03-17
complete test for image compression
Alon Zakai
2012-03-17
fix bug with compressed images
Alon Zakai
2012-03-17
unify data and image file preloading
Alon Zakai
2012-03-16
preload/embed file compression option in emcc
Alon Zakai
2012-03-16
source code compression option in emcc
Alon Zakai
2012-03-16
allow preloading/embedding of entire directories using emcc
Alon Zakai
2012-03-15
various files
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
almost working SDL_image test, just need async decoding
Alon Zakai
2012-03-15
support files in directories in --embed-file and --preload-file
Alon Zakai
2012-03-15
html tests refactoring
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-15
improve test runner http server to handle timeouts
Alon Zakai
2012-03-15
refactor html tests
Alon Zakai
2012-03-14
support c strings as parameters in bindings generator
Alon Zakai
2012-03-11
fix test_files_m for s_x_x
Alon Zakai
2012-03-11
update test_time
Alon Zakai
2012-03-10
fix test_unistd_isatty
Alon Zakai
2012-03-10
fix test_iostream
Alon Zakai
2012-03-10
better handling of detection of scriptArgs and arguments
Alon Zakai
2012-03-10
properly implement isatty
Alon Zakai
2012-03-10
allow Module.stdin,out,err to provide defaults for streams
Alon Zakai
2012-03-06
add sign correction to llvmswitch test, needed for s_x_x
Alon Zakai
2012-03-06
standardize switch comparisons on signed values
Alon Zakai
2012-03-05
handle signedness properly in 64-bit div, mul, rem
Alon Zakai
2012-03-05
fix i64 comparisons
Alon Zakai
2012-03-05
properly handle html-unfriendly print() output
Alon Zakai
2012-03-01
remove old debugging line
Alon Zakai
2012-02-29
fix i64 invoke args, and parsing of very large i64 (and other illegal) constants
Alon Zakai
2012-02-29
better fix for leaked globals
Alon Zakai
2012-02-29
do not pollute global scope except for node (where we must)
Alon Zakai
2012-02-28
handle invoke that returns i64
Alon Zakai
2012-02-27
properly handle illegal phi literals
Alon Zakai
2012-02-27
legalize switch i64
Alon Zakai
2012-02-27
improve legalizer test
Alon Zakai
2012-02-26
--pre-js and --post-js options
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-26
do not use -std-compile-opts, which is not really meant to be used
Alon Zakai
2012-02-25
support more mathops in legalizer
Alon Zakai
[next]