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-01-20
remove dead function eliminator, which is no longer needed
Alon Zakai
2012-01-20
Merge branch 'master' into libcxx
Alon Zakai
2012-01-20
wipe the emscripten cache in benchmarks too
Alon Zakai
2012-01-20
Make the test runner script executable
Ehsan Akhgari
2012-01-19
make the autodebugger also note when we enter functions
Alon Zakai
2012-01-19
add LINKABLE in all dlfcn tests
Alon Zakai
2012-01-19
fix test runner bug with not having a current directory
Alon Zakai
2012-01-19
fix test_emcc_caching
Alon Zakai
2012-01-19
clean up libcxx test
Alon Zakai
2012-01-18
fix test_iostream code
Alon Zakai
2012-01-18
move libc++ new into dlmalloc in terms of emcc library autolinking
Alon Zakai
2012-01-18
move dlmalloc to system/lib
Alon Zakai
2012-01-18
LINKABLE options, disabling dead code elimination for shared libraries and ma...
Alon Zakai
2012-01-18
Merge branch 'master' into libcxx
Alon Zakai
2012-01-18
add test for dead code elimination, on libcxx
Alon Zakai
2012-01-18
mman.h header fix
Alon Zakai
2012-01-18
Add output to mmap test
Jeff Terrace
2012-01-18
automatically use libcxx when needed
Alon Zakai
2012-01-18
Add a test for mmap using MAP_ANON
Jeff Terrace
2012-01-18
refactor emcc caching test
Alon Zakai
2012-01-17
cache for dlmalloc and soon libc++
Alon Zakai
2012-01-17
temporary alter test_iostream output to pass
Alon Zakai
2012-01-17
get test_iostream almost to working state
Alon Zakai
2012-01-17
handle atomic operations appearing in libc++
Alon Zakai
2012-01-16
add TODO test for atomic builtins
Alon Zakai
2012-01-16
temporarily add some libcxx source files to test_iostream
Alon Zakai
2012-01-16
support for additional_files in single-file test runner runs
Alon Zakai
2012-01-16
make root writable by default, removing the need to add root.write = true
Alon Zakai
2012-01-16
remove hack for ignorePermissions in the filesystem API, which removes the ne...
Alon Zakai
2012-01-15
enable RELOOP in tests that disabled it because it was previously too slow
Alon Zakai
2012-01-13
workaround for sm bug 716255
Alon Zakai
2012-01-12
emcc option to compress js whitespace
Alon Zakai
2012-01-12
Merge pull request #170 from FishingCactus/class_exception
Alon Zakai
2012-01-12
Fix identation issues
julien.hamaide
2012-01-11
do not blow up the stack with lots of varargs
Alon Zakai
2012-01-11
tweak fix_closure output
Alon Zakai
2012-01-11
Better test for exception handling
julien.hamaide
2012-01-11
Catching specific exception type now works
julien.hamaide
2012-01-10
refactor js optimizer to not use fs.* as much as possible
Alon Zakai
2012-01-10
fix fix_closure bug with the relevant line being split over several lines
Alon Zakai
2012-01-10
fix fix_closure bug
Alon Zakai
2012-01-10
experimental tool to fix closure's over-inlining into FUNCTION_TABLE
Alon Zakai
2012-01-10
use NODE_JS when calling coffee and eliminator, to avoid problems with missin...
Alon Zakai
2012-01-09
tweak unrolling parameters and add copy benchmark that uses ta2
Alon Zakai
2012-01-08
improve test_cases printouts
Alon Zakai
2012-01-07
do not do redundant llvm optimizations on bitcode; do them only when actually...
Alon Zakai
2012-01-07
automatic malloc need detection for new
Alon Zakai
2012-01-07
optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...
Alon Zakai
2012-01-06
optimize memmove
Alon Zakai
2012-01-06
move copy benchmark to ta2
Alon Zakai
[next]