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 (
Collapse
)
Author
2011-11-03
use bit shifts in multiplications where possible
Alon Zakai
2011-11-02
fix atoi
Alon Zakai
2011-11-02
scanf improvements
Alon Zakai
2011-11-01
do 10 runs in benchmarks
Alon Zakai
2011-10-31
fix eliminator bug of running on functions it shouldn't
Alon Zakai
2011-10-30
add fingerprint data to benchmarks
Alon Zakai
2011-10-30
use only existing js engines in test runner
Alon Zakai
2011-10-29
add working test for <vector>
Alon Zakai
2011-10-28
fixes for busted openjpeg and poppler tests
Alon Zakai
2011-10-28
profiling option from C++
Alon Zakai
2011-10-26
build fixes
Alon Zakai
2011-10-26
refactoring fixes
Alon Zakai
2011-10-26
refactor do_emscripten
Alon Zakai
2011-10-26
refactor some build stuff
Alon Zakai
2011-10-26
refactor library building/caching
Alon Zakai
2011-10-24
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-24
move get_library into shared
Alon Zakai
2011-10-22
move save_dir and save_js settings
Alon Zakai
2011-10-21
fix test_closure_compiler for ta2
Alon Zakai
2011-10-21
fix test runner bug that caused various failures when running tests together ↵
Alon Zakai
(but not alone)
2011-10-21
refactor emscripten settings in test runner
Alon Zakai
2011-10-20
fix for using data files with closure compiler
Alon Zakai
2011-10-20
refactor some tools stuff
Alon Zakai
2011-10-18
move some paths to tools/shared
Alon Zakai
2011-10-18
fix test_ctype for newlib
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
2011-10-17
test for iostream hello world
Alon Zakai
2011-10-16
do not save test runner temp dir by default
Alon Zakai
2011-10-16
option to save the test runner temp dir
Alon Zakai
2011-10-14
flush partially-printed lines during shutdown
Alon Zakai
2011-10-13
comment for nose and disable emscripten_api test in failing cases
Alon Zakai
2011-10-13
Merge pull request #95 from jterrace/master
Alon Zakai
Parallelized test suite
2011-10-13
fix bug with externs
Alon Zakai
2011-10-13
Merge branch 'master' of https://github.com/kripken/emscripten
Jeff Terrace
2011-10-13
Change names of functions make_test, do_test, prep_ll_test, and do_ll_test ↵
Jeff Terrace
to take out "test", since nose picks these up as test cases when they shouldn't be
2011-10-12
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-12
test for LLVM structures in phi
Alon Zakai
2011-10-12
Remove debug prints
Jeff Terrace
2011-10-12
Changed test runner to use unique working directories. This enables using ↵
Jeff Terrace
nose to run test with concurrency. To do this, run: nosetests --processes=N tests/runner.py where N = the number of cores in your machine.
2011-10-11
use eliminator in benchmarks
Alon Zakai
2011-10-11
improve benchmark output
Alon Zakai
2011-10-10
EMSCRIPTEN_COMMENT for source comments
Alon Zakai
2011-10-09
restructure usage of llvm opts. customize use of opts in specific benchmarks
Alon Zakai
2011-10-08
fix dlmalloc speed regression
llvm-svn-pre-3.0
llvm-svn-backup
Alon Zakai
2011-10-08
fix dlmalloc with typed arrays
Alon Zakai
2011-10-07
convert raytrace to stdio; fixes raytrace
Alon Zakai
2011-10-07
correct sqlite benchmark numbers
Alon Zakai
2011-10-07
fix fcntl_misc
Alon Zakai
2011-10-07
header fixes; fixes poppler
Alon Zakai
2011-10-07
poppler fix
Alon Zakai
[next]