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-06-23
libc seek tests
Alon Zakai
2011-06-23
fix bug with adding null terminator in readBinary
Alon Zakai
2011-06-19
support for customizing interactive input by setting Module.stdin
Alon Zakai
2011-06-18
fixes for web text input
Alon Zakai
2011-06-17
optional nonportable optimizations in test runner
Alon Zakai
2011-06-16
add dlmalloc benchmark
Alon Zakai
2011-06-12
improve memops benchmark
Alon Zakai
2011-06-11
fix # of benchmark tests
Alon Zakai
2011-06-11
optimize memset and memcpy in ta2
Alon Zakai
2011-06-11
disable ta2 in benchmark - still slower
Alon Zakai
2011-06-11
add comparison to native speed to benchmarks
Alon Zakai
2011-06-11
improve fasta benchmark
Alon Zakai
2011-06-11
strengthen dlmalloc
Alon Zakai
2011-06-11
fix operator precedence bug with overflow correction, improve dlmalloc test
Alon Zakai
2011-06-11
always sign/unsign constants at compile time
Alon Zakai
2011-06-10
disable bullet in ta2
Alon Zakai
2011-06-09
use ta2 in benchmark
Alon Zakai
2011-06-09
enable ta2
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-08
test tweaks
Alon Zakai
2011-06-06
fixes for USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-05
fix alignment issues with USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-04
refactor makeCopyValues and add makeSetValues
Alon Zakai
2011-06-03
refactor call and invoke into a single method, so invoke supports all ↵
Alon Zakai
possible inputs
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-28
fixes for closure compiler advanced opts
Alon Zakai
2011-05-27
fix bug with invalid [#uses=?] parsing
Alon Zakai
2011-05-26
improve AUTO_OPTIMIZE
Alon Zakai
2011-05-26
improve CHECK_* options, add initial version of AUTO_OPTIMIZE
Alon Zakai
2011-05-25
allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all ↵
Alon Zakai
but these
2011-05-25
do not use strict mode in benchmarks
Alon Zakai
2011-05-25
disable v8 in bullet due to v8 issue 1407
Alon Zakai
2011-05-25
64-bit bitops
Alon Zakai
2011-05-24
remove obsolete fastops; generalize load with parseLLVM/finalizeLLVM; fix ↵
Alon Zakai
issue 14
2011-05-24
handle shifts with more than 32 bits
Alon Zakai
2011-05-22
make autodebugger output smaller
Alon Zakai
2011-05-15
remove compiler argument to emscripten.py - use ~/.emscripten instead
Alon Zakai
2011-05-15
support for reading files synchronously
Alon Zakai
2011-05-15
indexize necessary library functions
Alon Zakai
2011-05-14
additional sdl and browser stuff
Alon Zakai
2011-05-12
clean up shell.js
Alon Zakai
2011-05-11
testcase for last commit
Alon Zakai
2011-05-09
misc emmaken improvements
Alon Zakai
2011-04-26
only INIT_STACK in tests that actually need it
Alon Zakai
2011-04-26
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-04-26
properly handle calls to varargs functions without additional args
Alon Zakai
2011-04-25
prevent SAFE_HEAP warning in bullet test when INIT_STACK is off
Alon Zakai
2011-04-25
tweak relooper, improves fannkuch
Alon Zakai
2011-04-25
fix bug with build caching in test runner
Alon Zakai
2011-04-24
do not initialize stack in benchmarks
Alon Zakai
[next]