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 (
Expand
)
Author
2011-12-02
tiny followup for exit code patch for test runner
Alon Zakai
2011-12-02
Merge pull request #116 from eclecticdave/master
Alon Zakai
2011-12-02
fix poppler test
Alon Zakai
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-28
fix test_cases (2)
Alon Zakai
2011-11-28
fix test_cases
Alon Zakai
2011-11-28
partial fix for breakinthemiddle in test_cases
Alon Zakai
2011-11-28
fix for test_closure_compiler with spidermonkey as compiler engine
Alon Zakai
2011-11-27
fix for i64 mode 1 conversion of double to i64
Alon Zakai
2011-11-27
improve benchmark output
Alon Zakai
2011-11-27
do not recompile just for dfe in test runner
Alon Zakai
2011-11-26
imporve i64 test
Alon Zakai
2011-11-26
fixes for 64-bit values in globals in i64 mode 1
Alon Zakai
2011-11-26
refactor a js optimizer pass
Alon Zakai
2011-11-26
add i16 to corrections benchmark
Alon Zakai
2011-11-25
fix for passing structs by value, and warning for unfixable case of passing s...
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
2011-11-25
strengthen (failing) mix_c_cpp test
Alon Zakai
2011-11-25
add two failing tests for issue 123
Alon Zakai
2011-11-24
add floating-point stuff to benchmark_corrections
Alon Zakai
2011-11-24
rewrite makeRounding to fix a bug
Alon Zakai
2011-11-24
rename stuff in corrections benchmark
Alon Zakai
2011-11-24
add benchmark for corrections
Alon Zakai
2011-11-23
remove all unneeded loop labels
Alon Zakai
2011-11-23
simplify !(<) etc. in js optimizer
Alon Zakai
2011-11-22
emcc stuff
Alon Zakai
2011-11-22
test fixes for |other|
Alon Zakai
2011-11-22
improve build process for benchmarks, allowing more pass customization
Alon Zakai
2011-11-21
fix i64 comparison bug, and various test fixes
Alon Zakai
2011-11-20
comment
Alon Zakai
2011-11-20
sketch of emcc
Alon Zakai
2011-11-19
use js optimizer in benchmarks
Alon Zakai
2011-11-19
initial work on JS optimizer
Alon Zakai
2011-11-19
test runner fixes
Alon Zakai
2011-11-18
rename OPTIMIZE to MICRO_OPTS
Alon Zakai
2011-11-17
proper support for sext of i64s in i64 mode 1
Alon Zakai
2011-11-17
refactor llvm opts code
Alon Zakai
2011-11-17
use clang for native code comparisons, for more valid benchmark results
Alon Zakai
2011-11-17
fix name in test runner
Alon Zakai
2011-11-17
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-11-17
refactor PGO code
Alon Zakai
2011-11-16
do not fail on malloc(0)
Alon Zakai
2011-11-16
clean up benchmark code
Alon Zakai
2011-11-16
cleanup benchmark code
Alon Zakai
2011-11-16
tell closure compiler not to inline very large functions. use closure in all ...
Alon Zakai
2011-11-16
use closure in fasta benchmark
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-13
simplify typed array code, support for .set() on typed arrays, and remove opt...
Alon Zakai
2011-11-13
use safe heap in all ta2 tests, to check for alignment issues
Alon Zakai
[next]