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
2013-05-23
add linpack benchmark
Alon Zakai
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-22
handle dynamic indexes properly, even out of bounds, for array gep lookups; f...
Alon Zakai
2013-05-21
fix test_sdl_audio
Alon Zakai
2013-05-21
disable closure in some non-asm tests where it fails to properly minify Math....
Alon Zakai
2013-05-21
Unleash the 4k alignment of mmap() in the test_mmap().
tingyuan
2013-05-21
Merge pull request #1105 from azmeuk/symlink
Alon Zakai
2013-05-21
Merge pull request #1195 from inolen/longjmp_signed
Alon Zakai
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-21
Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements
Alon Zakai
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-19
Updated test_longjmp to test against negative values
Anthony Pesch
2013-05-19
lua debugging stuff
Alon Zakai
2013-05-19
fix and clean up benchmark suite
Alon Zakai
2013-05-19
Issue #1172: added test_fscanf to runner.py
Anthony Thibault
2013-05-18
separate lua benchmarks when saved
Alon Zakai
2013-05-18
make test runner library building more robust and enable library reloading in...
Alon Zakai
2013-05-18
reorder benchmarks
Alon Zakai
2013-05-18
add lua-binarytrees benchmark
Alon Zakai
2013-05-17
run benchmarks longer with fewer reps
Alon Zakai
2013-05-17
update lua test
Alon Zakai
2013-05-17
enable lua benchmark
Alon Zakai
2013-05-17
add lua scimark
Alon Zakai
2013-05-17
prepare for lua benchmark
Alon Zakai
2013-05-17
fix lua for native builds
Alon Zakai
2013-05-17
Add support for multiple overloaded smart pointer constructors.
Chad Austin
2013-05-17
Allow implicit conversion from booleans to ints/floats (for WebGL)
Chad Austin
2013-05-17
Add new benchmark for emscripten::val handling.
Jukka Jylänki
2013-05-17
Implement an autorelease pool in embind.
Chad Austin
2013-05-17
Add new unit tests to ensure that the return values of interfaces implemented...
Jukka Jylanki
2013-05-17
Pre-register symbol strings in embind benchmark just to be sure - e.g. Uint8A...
Jukka Jylänki
2013-05-17
Benchmark for memory_view
Chad Austin
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
2013-05-17
switch to this emscripten for building the benchmark, now that imvu's emscrip...
Chad Austin
2013-05-17
fix highp to lowp in tests
Alon Zakai
2013-05-17
fix file packager issue with closure
Alon Zakai
2013-05-17
add browser testing for -O2 --closure 1
Alon Zakai
2013-05-16
fix dyncalls in closure+asm and use closure in benchmarks
Alon Zakai
2013-05-16
update tests
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-16
Merge pull request #1167 from j4m3z0r/issue645
Alon Zakai
2013-05-16
fix font rendering in test_sdl_canvas
Alon Zakai
2013-05-16
fix test_sdl_alloctext
Alon Zakai
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
2013-05-16
when not aliasing tables, keep them all at full size to avoid aliasing throug...
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
add testing for aliasing function pointers
Alon Zakai
[next]