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
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-01
remove old debugging line
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
2012-02-25
do not erase the cache in the test runner (only do it in sanity checks)
Alon Zakai
2012-02-24
--ignore-dynamic-linking option in emcc
Alon Zakai
2012-02-24
--embed-file option in emcc
Alon Zakai
2012-02-23
support -L/-l syntax in emcc
Alon Zakai
2012-02-23
cwrap (like ccall, but returns a wrapper function)
Alon Zakai
2012-02-22
use libcxxabi for dynamic_cast
Alon Zakai
2012-02-22
fix test_typed_exceptions
Alon Zakai
2012-02-21
Merge pull request #265 from adetaylor/polymorphic-exception-handling
Alon Zakai
2012-02-20
handle bitcasts of doubles to i64s and vice versa properly
Alon Zakai
2012-02-20
generate signed legalized 32-bit chunks
Alon Zakai
2012-02-20
Polymorphic exception handling.
Adrian Taylor
2012-02-19
add llvm dir to benchmark fingerprint
Alon Zakai
2012-02-18
ccall
Alon Zakai
2012-02-18
add test for atexit's still being called when exit is called
Alon Zakai
2012-02-18
basic support for setjmp/longjmp
Alon Zakai
2012-02-16
fix bug with legalized i64 rounded addition
Alon Zakai
2012-02-15
handle singleton .a files
Alon Zakai
2012-02-15
support compiling .so files directly in emcc
Alon Zakai
2012-02-14
Merge pull request #246 from adetaylor/atexit-fix
Alon Zakai
2012-02-14
disable files benchmark for now
Alon Zakai
2012-02-13
actually return the valid pointer in dynamic cast
Alon Zakai
2012-02-12
Adding test that atexit calls things in the right order.
Adrian Taylor
2012-02-11
fix test_emcc
Alon Zakai
2012-02-11
fix test_readdir
Alon Zakai
2012-02-11
only support i64 mode 1 in ta2
Alon Zakai
2012-02-11
reminder
Alon Zakai
2012-02-11
remove variable eliminator in analyzer; we do that in the eliminator in -O1 a...
Alon Zakai
2012-02-10
Merge pull request #232 from FishingCactus/opengles_wip
Alon Zakai
2012-02-09
enforce strict order in multiple libraries generated in the test runner: the ...
Alon Zakai
2012-02-09
fix for bug with using old full pathnames when loading builds from cache in t...
Alon Zakai
2012-02-09
Test for readdir fix
julien.hamaide
2012-02-09
disable non-emcc runs in test_uncaught_exception
Alon Zakai
2012-02-09
Always pick the JS implementation of uncaught_exception
Ehsan Akhgari
2012-02-09
Merge pull request #238 from ehsan/uncaught_exception
Alon Zakai
2012-02-09
Test for std::uncaught_exception
Ehsan Akhgari
2012-02-09
Merge pull request #228 from ehsan/use_ar_upstream
Alon Zakai
2012-02-08
Merge pull request #231 from ehsan/test_emcc_fixes
Alon Zakai
2012-02-08
Fix test_emcc
Ehsan Akhgari
2012-02-08
re-enable now working test_istream
Alon Zakai
[next]