Age | Commit message (Expand) | Author |
2014-06-17 | PROXY_TO_WORKER_FILENAME option | Alon Zakai |
2014-06-11 | DETERMINISTIC option | Alon Zakai |
2014-06-05 | Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ... | Jukka Jylänki |
2014-06-05 | Use typed arrays instead of normal JS arrays to back files in the MEMFS files... | Jukka Jylänki |
2014-05-29 | NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function() | Alon Zakai |
2014-05-03 | emit a global const for Math_fround(0) to avoid function call overheads in th... | Alon Zakai |
2014-04-23 | webidl binder | Alon Zakai |
2014-04-17 | Fix typo in settings.js | Ori Avtalion |
2014-03-17 | make simplifyIfs a settings option | Alon Zakai |
2014-03-17 | comment on outlining downsides | Alon Zakai |
2014-03-17 | Merge pull request #2020 from fadams/improve-websocket-config-options | Alon Zakai |
2014-03-10 | forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specifi... | Alon Zakai |
2014-03-04 | explain EXPORTED_FUNCTIONS better | Alon Zakai |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman |
2014-02-21 | reflect that asm is on by default in fastcomp, even in -O0, in the settings | Alon Zakai |
2014-02-16 | RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi... | Alon Zakai |
2014-02-10 | NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilation | Alon Zakai |
2014-02-05 | optimize out fround calls on clients that do not support fround | Alon Zakai |
2014-02-04 | disable WARN_UNALIGNED by default | Alon Zakai |
2014-02-04 | WARN_UNALIGNED option for fastcomp | Alon Zakai |
2014-02-02 | support EXCEPTION_CATCHING_WHITELIST in fastcomp | Alon Zakai |
2014-01-31 | Removed capitals from a comment as requested, reinstated UDP test that was ac... | Fraser Adams |
2014-01-15 | Provide compile time and run time options for WebSocket URL and subprotocol f... | Fraser Adams |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai |
2014-01-07 | make aggressiveVariableElimination usable through a setting | Alon Zakai |
2013-11-28 | Document GL_FFP_ONLY setting in src/settings.js. | Jukka Jylänki |
2013-11-21 | add some support for le32=2 mode, where varargs is just 4-byte aligned | Alon Zakai |
2013-11-13 | warn on missing symbols by default; fixes #1794 | Alon Zakai |
2013-11-12 | make DEAD_FUNCTIONS work on js library functions too | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-05 | support ASM_JS=2 not just in test runner, and remove some unneeded uses in te... | Alon Zakai |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-03 | remove unneeded EMIT_GENERATED_FUNCTIONS | Alon Zakai |
2013-10-02 | if not running js opts, ensure a . in asmEnsureFloat immediately | Alon Zakai |
2013-10-02 | COMPILER_FASTPATHS option | Alon Zakai |
2013-10-02 | comment on FUNCTION_POINTER_ALIGNMENT | Alon Zakai |
2013-10-02 | make function pointer aliasing configurable | Alon Zakai |
2013-10-02 | Add -s CASE_INSENSITIVE_FS=1 linker option to allow VFS to lookup files in ca... | Jukka Jylänki |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-27 | intertyper fast paths setup and proof of concept | Alon Zakai |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld |
2013-09-24 | Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catch... | Jukka Jylänki |
2013-09-17 | Updated library_sdl.js | ngld |
2013-09-13 | RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8 | Alon Zakai |
2013-09-13 | Update libc headers to use musl headers. | Bruce Mitchener |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai |
2013-09-03 | refactor dlfcn support into DLFCN | Alon Zakai |
2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai |
2013-09-03 | comment | Alon Zakai |