aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-11-11remove unnecessary ltoing in benchmark suiteAlon Zakai
2013-11-11Merge branch 'incoming' into f32Alon Zakai
2013-11-11remove asm1f from ALLAlon Zakai
2013-11-11test suite changes for f32 landing: enable float32_precise in all modes, disa...Alon Zakai
2013-11-11add option for precise f32 in benchmarksAlon Zakai
2013-11-11benchmark linpack in both float and double modesAlon Zakai
2013-11-10more precise float testingAlon Zakai
2013-11-10Fix Makefile in test_lua in the case when make is in a path that contains spa...Jukka Jylänki
2013-11-09add asm2f to ALLAlon Zakai
2013-11-09support inline asm comments; fixes #1766Alon Zakai
2013-11-09make asm2f do full optimization, including minificationAlon Zakai
2013-11-09test both float and double in fastaAlon Zakai
2013-11-09Fix test_lua on Windows when built using mingw32-make. That tool got confused...Jukka Jylänki
2013-11-08emit proper large float constants when js opts are to be runAlon Zakai
2013-11-08add asm2f test subsuiteAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
2013-11-06Merge pull request #1743 from fadams/fix-nodejs-socket-clientAlon Zakai
2013-11-05use __proto__ when available for new streams, otherwise do a full copy; fixes...Alon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai
2013-11-04add testcase for select fixAlon Zakai
2013-11-04Removed RunnerCore import as no longer needed and added return self.skip('nod...Fraser Adams
2013-11-02moved nodejs client test case into main sockets test class as requested. Run ...Fraser Adams
2013-11-01do not emit unnecessary coercions when calling a math builtin with a floatAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-11-01Merge pull request #1752 from michaeljbishop/glgetintegerv-fixAlon Zakai
2013-11-01Merge pull request #1750 from juj/no_copy_vfs_to_heapjuj
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-11-01add vector support for and, or and xorAlon Zakai
2013-11-01Adds to a test case verifying glGetIntegerv returnsMichael J. Bishop
2013-10-31Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten i...Alon Zakai
2013-10-30handle vector zeroinitializersAlon Zakai
2013-10-30remove finalizeParam and properly use finalizeLLVMParameter everywhereAlon Zakai
2013-10-30fix tests/cases/caall.llAlon Zakai
2013-10-30tools: parse pre-release node.js version numbersBen Noordhuis
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30improve simd testsAlon Zakai
2013-10-30fix missing semicolons on simd load and storeAlon Zakai
2013-10-30Fix SDL_SetColors && SDL_envetsAleksander Guryanov
2013-10-29add asm1f test modeAlon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-29improve fasta float32 testingAlon Zakai
2013-10-29clean up simd code, fix uint32x4 heap offsets, and add testingAlon Zakai
2013-10-29use double for emscripten_get_now, to not lose precision from performance.now...Alon Zakai
2013-10-29optimize scanString to not run the regex more than onceAlon Zakai
2013-10-28Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interactionAlon Zakai
2013-10-28fix glGetString and eglQueryString, and optimize emulated glGetStringAlon Zakai
2013-10-27add support for node.js to act as a socket clientFraser Adams
2013-10-27simplify webgl context attributes test harness code a littleAlon Zakai
2013-10-27show alerts if antialiasing, depth or stencil are missing in context attribut...Alon Zakai