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
Make the test runner script executable
Ehsan Akhgari
2012-01-18
mman.h header fix
Alon Zakai
2012-01-18
Add output to mmap test
Jeff Terrace
2012-01-18
Add a test for mmap using MAP_ANON
Jeff Terrace
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
2012-01-06
add disabled copying benchmark
Alon Zakai
2012-01-06
prevent stack from being exhausted due to allocas and byval arguments
Alon Zakai
2012-01-06
Fix handling of static variable inside function
julien.hamaide
2012-01-05
fix bug with emcc not respecting absolute paths and always placing outputs in...
Alon Zakai
2012-01-05
fix test_emcc
Alon Zakai
2012-01-04
fix bug with not creating proper bitcode output with proper file name when em...
Alon Zakai
2012-01-04
fix tests that have js transforms that rely on being able to import from the ...
Alon Zakai
2012-01-04
--js-transform option for emcc
Alon Zakai
2012-01-04
misc header improvements for building llvm
Alon Zakai
2012-01-03
todo comment
Alon Zakai
2012-01-02
make it easy to set whether stderr is silent or noisy in the test runner
Alon Zakai
2012-01-02
use -idirafter instead of -I for our system dirs, to allow overriding
Alon Zakai
2012-01-01
improve loop hoisting and add test
Alon Zakai
2011-12-31
fix and enable optimizeShiftsAggressive test
Alon Zakai
2011-12-30
fix bug with optimizing shifts too large for us to be optimizing
Alon Zakai
2011-12-30
disable optimizeShifts test, we only use the conservative part for now
Alon Zakai
2011-12-28
initial work on optimizeShifts pass in js optimizer
Alon Zakai
2011-12-26
refactor js optimizer test
Alon Zakai
2011-12-24
support for %f,%lf in sscanf, and fix a bug with printf
Alon Zakai
2011-12-23
disable bsearch test in q1
Alon Zakai
2011-12-22
better temp dir definition and usage, and more debugging output in emcc
Alon Zakai
2011-12-22
consolidate llvm switch checks to both optimize execution and fix a bug with ...
Alon Zakai
2011-12-21
add disabled test for issue 148 as a TODO
Alon Zakai
[next]