Age | Commit message (Expand) | Author |
2013-12-21 | error on unsupported features in fastcomp | Alon Zakai |
2013-12-20 | fix emcc usage of file packager | Alon Zakai |
2013-12-20 | Merge pull request #1922 from coolwanglu/embed_dot_files | Alon Zakai |
2013-12-20 | simplify ir for fastcomp after the autodebugger runs | Alon Zakai |
2013-12-19 | simplify for fastcomp together with other link operations | Alon Zakai |
2013-12-19 | move fastcomp simplification code into emcc, and simplify it | Alon Zakai |
2013-12-19 | avoid llvm-dis in fastcomp | Alon Zakai |
2013-12-19 | Implement command line passing to work to emrun when --emrun is passed. | Jukka Jylänki |
2013-12-16 | allow -O0 in fastcomp, still in asm mode | Alon Zakai |
2013-12-16 | Merge branch 'em_config' of github.com:juj/emscripten into incoming | Alon Zakai |
2013-12-16 | Merge pull request #1896 from juj/emrun | Alon Zakai |
2013-12-14 | --exclude-file | Lu Wang |
2013-12-14 | Implemented --emrun linker flag to emcc, which is a helper that makes the com... | Jukka Jylänki |
2013-12-13 | allow asm heaps to be multiples of 16MB | Alon Zakai |
2013-12-13 | Add new emcc command line parameter --em-config that allows specifying the lo... | Jukka Jylänki |
2013-11-25 | support C/C++ suffixes in capital form | Alon Zakai |
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 |