Age | Commit message (Expand) | Author |
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-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 |
2013-08-30 | Merge pull request #1557 from inolen/sockfs | Alon Zakai |
2013-08-29 | Update STD*_FILENO constants in settings.js to match unistd.h | Ranger Harke |
2013-08-29 | - created SOCKFS | Anthony Pesch |
2013-08-29 | - added raw addr / hostname lookup support | Anthony Pesch |
2013-08-25 | outlining docs | Alon Zakai |
2013-08-25 | outlining value suggestion | Alon Zakai |
2013-08-24 | settings.js docs | Alon Zakai |
2013-08-24 | more docs for outlining | Alon Zakai |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch |
2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai |
2013-08-11 | experimental toFloat32 option | Alon Zakai |
2013-08-10 | Remove some errno settings. | Bruce Mitchener |
2013-08-09 | Use cDefine to get numerical values for errors. | Bruce Mitchener |
2013-08-08 | fix AF_INET6 value in settings.js | Alon Zakai |
2013-08-07 | Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.js | Yu Kobayashi |