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