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-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
2012-02-08
Add a test for handling of multiply defined symbols
Ehsan Akhgari
2012-02-08
Specify freetype after poppler
Ehsan Akhgari
2012-02-08
Fix test_the_bullet
Ehsan Akhgari
2012-02-08
Fix test_openjpeg
Ehsan Akhgari
2012-02-08
Fix test_poppler
Ehsan Akhgari
2012-02-08
Improve get_library() to create real library files
Ehsan Akhgari
2012-02-07
disable test_istream until it is fixed
Alon Zakai
2012-02-07
add files benchmark
Alon Zakai
2012-02-07
Fix libcxx locale (now use emscripten mask table )
julien.hamaide
2012-02-06
update test_closure_compiler
Alon Zakai
2012-02-06
Merge pull request #219 from ehsan/mandatory_typed_arrays_2
Alon Zakai
2012-02-06
Disable WebGL if typed arrays are not being used.
Ehsan Akhgari
2012-02-05
fix bug with sscanf on negative floats
Alon Zakai
2012-02-05
update test_stat and test_statvfs
Alon Zakai
2012-02-05
add preRun and postRun hooks in Module, and tweak FS initialization
Alon Zakai
2012-02-04
remove warning on relooper slowness - it is reasonably fast at this point
Alon Zakai
2012-02-04
assert on FS.init being only called once
Alon Zakai
2012-02-03
enable full optimizations with bindings generator
Alon Zakai
2012-02-02
optimize makeGet/SetValue to do 16-bit reads/writes when possible
Alon Zakai
2012-02-02
fix negative i64 comparisons
Alon Zakai
2012-02-02
accept empty bitcode files as valid bitcode files
Alon Zakai
2012-02-02
fix for handling of suffixes in emcc
Alon Zakai
2012-02-01
llvm inlining support (disabled by default; enabled in benchmarks)
Alon Zakai
[next]