aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-16rename sm benchmark runnerAlon Zakai
2013-12-16fix native benchmark printing of stderrAlon Zakai
2013-12-16gcc benchmarkerAlon Zakai
2013-12-16option to run only core benchmarksAlon Zakai
2013-12-16add v8 benchmarkerAlon Zakai
2013-12-16show f32 results in benchmarksAlon Zakai
2013-12-16use all cpu cores when building libraries in test runnerAlon Zakai
2013-12-16disable closure in benchmarksAlon Zakai
2013-12-16refactor benchmark runnerAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15more float dotzero fixesAlon Zakai
2013-12-15fix for dot fixingAlon Zakai
2013-12-15when not running js opts in fastcomp, fix +f to f.0 in pythonAlon Zakai
2013-12-15test fixes for fastcompAlon Zakai
2013-12-15disable a test in fastcompAlon Zakai
2013-12-15final test_cases fixes for fastcompAlon Zakai
2013-12-15tests/cases fixes for fastcompAlon Zakai
2013-12-15test/cases fixes for fastcompAlon Zakai
2013-12-15timing reports for fastcompAlon Zakai
2013-12-14disable test for fastcompAlon Zakai
2013-12-14do not add i64 support funcs more than onceAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14disable more tests in fastcompAlon Zakai
2013-12-14take into account redirects in wrappersAlon Zakai
2013-12-14disable various tests in fastcompAlon Zakai
2013-12-14export code for CallHandlers.hAlon Zakai
2013-12-13do not import functions implemented by fastcompAlon Zakai
2013-12-13fix typoAlon Zakai
2013-12-13wrap external functions for function tables in fastcompAlon Zakai
2013-12-13Merge pull request #1835 from juj/gl_get_nullAlon Zakai
glGetXXX fixes.
2013-12-13yet more fixes for test_cases for fastcompAlon Zakai
2013-12-13more fixes for test_cases for fastcompAlon Zakai
2013-12-13various fixes for test_cases for fastcompAlon Zakai
2013-12-13allow asm heaps to be multiples of 16MBAlon Zakai
2013-12-13Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ↵Jukka Jylänki
pointer, since the output array is empty.
2013-12-13Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null ↵Jukka Jylänki
out pointer instead of crashing. Fix glGetIntegerv of GL_SHADER_BINARY_FORMATS to not write anything out to the provided buffer.
2013-12-12disable another test in fastcompAlon Zakai
2013-12-12disable some tests in fastcompAlon Zakai
2013-12-12Merge pull request #1903 from ehostunreach/incomingAlon Zakai
Read the source and the expected output of simple core tests from seperate files
2013-12-12skip sanity checks if EM_CONFIG is used instead of normal ~/.emscriptenAlon Zakai
2013-12-12move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵Alon Zakai
checks
2013-12-11Merge pull request #1853 from fadams/add-getprotobynameAlon Zakai
add getprotobyname and associated functions from netdb.h. Add test_getpr...
2013-12-10do not skip vector types in function signaturesAlon Zakai
2013-12-10Merge pull request #1902 from wahbahdoo/incomingAlon Zakai
Fix NaN Canoicalization Issue for SIMD Bitcasts
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-12-07fix i64 reads in formatString for fastcompAlon Zakai
2013-12-07fix typosAlon Zakai
2013-12-07fastcomp imports fixAlon Zakai
2013-12-07Update AUTHORSVasilis Kalintiris
2013-12-07Use do_run_from_file() for test_gcVasilis Kalintiris