Age | Commit message (Expand) | Author |
2013-11-18 | Merge pull request #1831 from dinibu/dependency-fix-1820 | Alon Zakai |
2013-11-19 | Renamed outDep to out_dep. | Dominic Wong |
2013-11-18 | Clean up Windows-specific code in previous commits in the pull request. | Jukka Jylänki |
2013-11-17 | Fixed dependency files not being saved away if using -MMD or similar. | Dominic Wong |
2013-11-16 | Relax emcc --compression cmdline parameter on Windows to autodetect encoder a... | Jukka Jylänki |
2013-11-14 | emit ll from llvm opt directly, to skip writing and reading all the bitcode | Alon Zakai |
2013-11-14 | Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6 | Alon Zakai |
2013-11-13 | set TOTAL_MEMORY to default to powers of two, for now | Alon Zakai |
2013-11-02 | regex implementation from musl. | Bruce Mitchener |
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 |