Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai | |
Conflicts: tests/test_benchmark.py tools/shared.py | |||
2014-01-07 | handle variables that assign a value including themselves in ↵ | Alon Zakai | |
aggressiveVariableElimination | |||
2014-01-07 | make aggressiveVariableElimination usable through a setting | Alon Zakai | |
2014-01-07 | properly overflow gep arguments; fixes #1975 | Alon Zakai | |
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai | |
Conflicts: tools/shared.py | |||
2014-01-07 | make benchmark suite more robust to settings changes | Alon Zakai | |
2014-01-07 | clean up test runner output | Alon Zakai | |
2014-01-07 | Fix old link in ChangeLog. | Jukka Jylänki | |
2014-01-07 | Updated ChangeLog for 1.7.9 - 1.8.2. | Jukka Jylänki | |
2014-01-07 | Added ENVIRONMENT_IS_WEB test prior to checking window.crypto etc. so we are ↵ | Fraser Adams | |
sure that window is defined | |||
2014-01-06 | benchmark updates | Alon Zakai | |
2014-01-06 | benchmark updates | Alon Zakai | |
2014-01-06 | preprocess recursively into #include's; fixes #1984 | Alon Zakai | |
2014-01-06 | refactor lua benchmark | Alon Zakai | |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai | |
2014-01-06 | refactor lua benchmark | Alon Zakai | |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai | |
2014-01-06 | check clang version before applying version-specific changes, like disabling ↵1.8.5 | Alon Zakai | |
vectorization in llvm 3.4 | |||
2014-01-06 | fix poppler configure for clang 3.4 | Alon Zakai | |
2014-01-06 | apply EMMAKEN_CFLAGS directly to commandline, not just to clang calls, so ↵ | Alon Zakai | |
that we can parse it in emcc and e.g. disable vectorization as necessary | |||
2014-01-06 | refactor vector disabling code | Alon Zakai | |
2014-01-06 | ignore new readonly attribute in llvm 3.4 | Alon Zakai | |
2014-01-06 | disable vectorization which llvm 3.4 has on by default1.8.4 | Alon Zakai | |
2014-01-06 | ignore new readnone attribute in llvm 3.4 | Alon Zakai | |
2014-01-06 | other.test_emcc fixes for fastcomp | Alon Zakai | |
2014-01-06 | Merge pull request #1982 from floooh/incoming | Alon Zakai | |
Added missing Return and Tab keycode support to library_glut.js | |||
2014-01-06 | Added myself to AUTHORS | floooh | |
2014-01-06 | Merge pull request #1978 from coolwanglu/pr | Alon Zakai | |
correct annotation for closure | |||
2014-01-06 | Merge pull request #1980 from coolwanglu/pr_clean | Alon Zakai | |
tokenize() does not accept a 2nd parameter | |||
2014-01-06 | Added support for Return and Backspace key to glut | floooh | |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure ↵ | Fraser Adams | |
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too | |||
2014-01-06 | tokenize() does not accept a 2nd parameter | Lu Wang | |
2014-01-05 | correct annotation for closure | Lu Wang | |
2014-01-04 | fix function type in test_openal_buffers for asm | Alon Zakai | |
2014-01-04 | fix some relooper compiler warnings and update reftests for previous fixes1.8.3 | Alon Zakai | |
2014-01-04 | todo about async script tags | Alon Zakai | |
2014-01-04 | specify (void) as the arguments in webgl_context_attributes test, to avoid ↵ | Alon Zakai | |
confusion with varargs by clang | |||
2014-01-03 | Merge pull request #1967 from coolwanglu/pr_clean | Alon Zakai | |
clean extra arg of JSify | |||
2014-01-03 | Merge pull request #1941 from onnoj/incoming | Alon Zakai | |
Added workaround for window.scrollX compat. | |||
2014-01-03 | optimize main loop in SDL_UnlockSurface to avoid a branch | Alon Zakai | |
2014-01-03 | Merge pull request #1973 from jvilk/sdl_fix | Alon Zakai | |
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11. | |||
2014-01-03 | disable/update various browser tests for fastcomp | Alon Zakai | |
2014-01-03 | [SDL] Actually fix SDL_UnlockSurface in IE10/IE11. | John Vilk | |
The previous revision did not copy over pixel data properly. This time, I have reverted the IE path to the code used in this method prior to the breaking change, and have tested it with JSMESS. | |||
2014-01-03 | fix benchmark suite bug where args got appended | Alon Zakai | |
2014-01-03 | disable named globals test in fastcomp | Alon Zakai | |
2014-01-03 | convert test_sdl_canvas to btest | Alon Zakai | |
2014-01-03 | Merge pull request #1971 from jvilk/sdl_fixes | Alon Zakai | |
[SDL] Fixing SDL_UnlockSurface in IE10/IE11 | |||
2014-01-03 | release 1.8.21.8.2 | Alon Zakai | |
2014-01-03 | [SDL] Fixing SDL_UnlockSurface in IE10/IE11. | John Vilk | |
Previously, just calling SDL_UnlockSurface in IE10/IE11 would throw an exception, since Emscripten assumed that the ImageData's `data` property was Uint8ClampedArray, which has a backing buffer. IE10/IE11 still uses the deprecated CanvasPixelArray, which does not have a backing buffer property: https://developer.mozilla.org/en-US/docs/Web/API/CanvasPixelArray I've added an additional path to SDL_UnlockSurface for these browsers. | |||
2014-01-03 | disable fc in default benchmarks | Alon Zakai | |