aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-10-17is SP is not defined in linpack, default to DPAlon Zakai
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...Alon Zakai
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ...Alon Zakai
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15update test_emccAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-15removed comment in src/shell.js and explicitly called run_js with engine=NODE...Fraser Adams
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13more demangle testingAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13Fixed a few warnings in cubegeom testsRémi Papillié
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-12properly demangle cxxabi crazinessAlon Zakai
2013-10-12refactor out parsing of nested demangled runsAlon Zakai
2013-10-12support demangling constAlon Zakai
2013-10-12demangle basic templatesAlon Zakai
2013-10-12demangle some templatesAlon Zakai
2013-10-12work towards demangling of templatesAlon Zakai
2013-10-12demangle basic paramsAlon Zakai
2013-10-12avoid crash in demangler with special operatorsAlon Zakai
2013-10-11use full params when legalizing phis, not just their idents; fixes #1702Alon Zakai
2013-10-11Fixes bug when renaming a directory into a subdirectory.Michael Bishop
2013-10-11C++ demangle helperAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-09remove no longer needed test disablingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09update other.test_chunkingAlon Zakai
2013-10-09avoid X-(-Y) in js optimizer; fixes #1685Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08Merge pull request #1689 from juj/fix_gl_uniform_arraysjuj
2013-10-08Disable the uniform array test by default.Jukka Jylänki
2013-10-08Add unit test for GLES2 uniform arrays.Jukka Jylänki
2013-10-06enable asm validation checks in unistd tests using EM_ASMAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-10-07Fix the rotozoom testsFelix H. Dahlke
2013-10-05change test_module_exports_with_closure to only execute the run_js test when ...Fraser Adams
2013-10-05replaced tests/Module-exports in path_from_root with 'tests', 'Module-exports...Fraser Adams
2013-10-04Added test_module_exports_with_closure to tests/test_other.py, run with ./run...Fraser Adams
2013-10-03disable heap align check in test_files, it mixes poorly with closureAlon Zakai
2013-10-03update test_emccAlon Zakai
2013-10-03emit final missing returns in compiler itselfAlon Zakai
2013-10-02remove obsolete fp80 testAlon Zakai