aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-05-23add linpack benchmarkAlon Zakai
2013-05-23actually implement clock_gettime()Alon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; ↵Alon Zakai
fixes #865
2013-05-21fix test_sdl_audioAlon Zakai
2013-05-21disable closure in some non-asm tests where it fails to properly minify ↵Alon Zakai
Math.imul
2013-05-21Unleash the 4k alignment of mmap() in the test_mmap().tingyuan
2013-05-21Merge pull request #1105 from azmeuk/symlinkAlon Zakai
Symlink support
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
trigger setjmp on negative values
2013-05-21fix __errno_locationAlon Zakai
2013-05-21Merge branch 'incoming' of github.com:hyperlogic/emscripten into incomingAlon Zakai
2013-05-21Merge pull request #1185 from imvu/embind-performance-and-code-size-improvementsAlon Zakai
Embind performance and code size improvements
2013-05-20legalize i64 return types properlyAlon Zakai
2013-05-20correctly count the number of normal vars even when there are i64s before a ↵Alon Zakai
varargs
2013-05-19Updated test_longjmp to test against negative valuesAnthony Pesch
2013-05-19lua debugging stuffAlon Zakai
2013-05-19fix and clean up benchmark suiteAlon Zakai
2013-05-19Issue #1172: added test_fscanf to runner.pyAnthony Thibault
2013-05-18separate lua benchmarks when savedAlon Zakai
2013-05-18make test runner library building more robust and enable library reloading ↵Alon Zakai
in benchmark suite
2013-05-18reorder benchmarksAlon Zakai
2013-05-18add lua-binarytrees benchmarkAlon Zakai
2013-05-17run benchmarks longer with fewer repsAlon Zakai
2013-05-17update lua testAlon Zakai
2013-05-17enable lua benchmarkAlon Zakai
2013-05-17add lua scimarkAlon Zakai
2013-05-17prepare for lua benchmarkAlon Zakai
2013-05-17fix lua for native buildsAlon Zakai
2013-05-17Add support for multiple overloaded smart pointer constructors.Chad Austin
2013-05-17Allow implicit conversion from booleans to ints/floats (for WebGL)Chad Austin
2013-05-17Add new benchmark for emscripten::val handling.Jukka Jylänki
2013-05-17Implement an autorelease pool in embind.Chad Austin
2013-05-17Add new unit tests to ensure that the return values of interfaces ↵Jukka Jylanki
implemented in JS don't leak memory.
2013-05-17Pre-register symbol strings in embind benchmark just to be sure - e.g. ↵Jukka Jylänki
Uint8Array was not found via 'fast path', but with slow string compares!
2013-05-17Benchmark for memory_viewChad Austin
2013-05-17Add support for (fast?) memory_view objects. If C++ passes a memory_view to ↵Chad Austin
JS, it gets converted into a typed array object on the other side. Intended for WebGL.
2013-05-17switch to this emscripten for building the benchmark, now that imvu's ↵Chad Austin
emscripten is rebased on top of upstream
2013-05-17fix highp to lowp in testsAlon Zakai
2013-05-17fix file packager issue with closureAlon Zakai
2013-05-17add browser testing for -O2 --closure 1Alon Zakai
2013-05-16fix dyncalls in closure+asm and use closure in benchmarksAlon Zakai
2013-05-16update testsAlon Zakai
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-05-16Merge pull request #1167 from j4m3z0r/issue645Alon Zakai
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
2013-05-16fix font rendering in test_sdl_canvasAlon Zakai
2013-05-16fix test_sdl_alloctextAlon Zakai
2013-05-16Merge pull request #1173 from manuels/incomingAlon Zakai
Fix bug in rename() that occures if new filename starts with the old filename
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing ↵Alon Zakai
through the &M mask in a small table
2013-05-16enable aliasing function pointers by default in -O2Alon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15add testing for aliasing function pointersAlon Zakai