Age | Commit message (Expand) | Author |
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory foo... | Jukka Jylänki |
2013-10-23 | write out html and side js when html output is requested, to improve page loa... | Alon Zakai |
2013-10-23 | emit emscripten version in emcc -v | Alon Zakai |
2013-10-21 | add file handling code from --preload-file etc. in a pre-js, so that it will ... | Alon Zakai |
2013-10-17 | document the ability to pass arbitrary llvm opt args to --llvm-opts | Alon Zakai |
2013-10-14 | emcc comments on -Ox options | Alon Zakai |
2013-10-14 | Merge pull request #1681 from marcosscriven/incoming | Alon Zakai |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai |
2013-10-08 | automatically adjust asm heap size | Alon Zakai |
2013-10-06 | do not run simplifyExpressions in -O1 | Alon Zakai |
2013-10-03 | fix js_opts definition | Alon Zakai |
2013-10-02 | if not running js opts, ensure a . in asmEnsureFloat immediately | Alon Zakai |
2013-10-02 | run 'last' js optimization phase if asm.js, even if nothing else to run | Alon Zakai |
2013-10-02 | error on linkable modules without asm | Alon Zakai |
2013-10-02 | link in files in autodebugger | Alon Zakai |
2013-09-29 | Debug statement fails when using specific LLVM opts rather than an integer level | Marcos Scriven |
2013-09-26 | Add iconv from musl. | Bruce Mitchener |
2013-09-25 | Merge pull request #1670 from waywardmonkeys/add-locale-stuff | Alon Zakai |
2013-09-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener |
2013-09-26 | Add a lot of locale code. | Bruce Mitchener |
2013-09-25 | Merge pull request #1653 from juj/fix_ar_handling | Alon Zakai |
2013-09-25 | Do not get confused by Apple GCC dylib special '-compatibility_version' and '... | Jukka Jylänki |
2013-09-23 | comment about LTO stability | Alon Zakai |
2013-09-23 | Fix emcc to properly treat input filenames with Unix-style version informatio... | Jukka Jylänki |
2013-09-23 | Make input file parsing in 'emcc' tool stricter. Don't silently fail if a fil... | Jukka Jylänki |
2013-09-13 | refactor memory initializer code to use run dependenciesfailure | Alon Zakai |
2013-09-13 | Merge pull request #1615 from waywardmonkeys/fix-preprocessor-usage | Alon Zakai |
2013-09-13 | Fix using emcc -E. | Bruce Mitchener |
2013-09-13 | Typo fix. | Bruce Mitchener |
2013-09-10 | add space to emcc debug output | Alon Zakai |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai |
2013-09-04 | dlopen+exceptions+asm is not supported yet | Alon Zakai |
2013-09-03 | handle the case of EXPORTED_FUNCTIONS=@ | Alon Zakai |
2013-09-03 | always keep malloc and free alive and exported, for internal use and other mo... | Alon Zakai |
2013-09-03 | support -E in emcc | Alon Zakai |
2013-09-03 | remove unneeded settings from DLOPEN_SUPPORT | Alon Zakai |
2013-09-03 | do not require LINKABLE in DLOPEN_SUPPORT | Alon Zakai |
2013-09-03 | use addFunction in dlsym, and define F_BASE in side modules so they can run a... | Alon Zakai |
2013-09-03 | disable ALIASING_FUNCTION_POINTERS for DLOPEN_SUPPORT | Alon Zakai |
2013-08-24 | emit memory init files when closure is run, fixes #1547 | Alon Zakai |
2013-08-21 | only outline in asm.js mode, where it is supported | Alon Zakai |
2013-08-14 | disable optimizeShifts; fixes #1518 | Alon Zakai |
2013-08-14 | update emcc comment | Alon Zakai |
2013-08-09 | --js-opts option to turn off js optimizer | Alon Zakai |
2013-08-08 | Merge pull request #1473 from juj/wno-warn-absolute-paths | Alon Zakai |
2013-08-08 | Document -Wno-warn-absolute-paths for emcc --help. | Jukka Jylänki |
2013-08-07 | Add fcvt, ecvt, gcvt functions. | Bruce Mitchener |
2013-08-07 | Add -Wno-warn-absolute-paths cmdline option to allow hiding the absolute -I/-... | Jukka Jylänki |
2013-08-02 | properly deprecate all arguments to --minify except for 0 | Alon Zakai |