Age | Commit message (Expand) | Author |
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 |
2013-08-02 | add default extra arguments to beginning of commandline arguments, so that us... | Alon Zakai |
2013-08-01 | only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl... | Alon Zakai |
2013-07-31 | support for stb-image | Alon Zakai |
2013-07-30 | disable asm in embind mode, and add a test for what embind cannot do in asm m... | Alon Zakai |
2013-07-24 | link to file packaging docs | Alon Zakai |
2013-07-22 | allow closure with -g1 (only preserve whitespace) | Alon Zakai |
2013-07-17 | consolidate simplifyExpressions to one pass that happens before closure, wher... | Alon Zakai |
2013-07-17 | outlining integration in compiler | Alon Zakai |
2013-07-17 | infrastructure for passing extra info to js optimizer passes from emcc | Alon Zakai |
2013-07-15 | Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen. | Jez Ng |
2013-07-08 | Remove semicolons from Python code. | Jez Ng |
2013-07-08 | Use implicit range in for loops where possible. | Jez Ng |
2013-07-03 | force-include .a contents of multiple archives when they are the only inputs ... | Alon Zakai |
2013-07-03 | force-include .a contents when it is the only input aside from linked libraries | Alon Zakai |
2013-07-03 | always do globaldce (and potentially strip-debug), even when we are building ... | Alon Zakai |
2013-07-03 | allow picking a library to force inclusion of in EMCC_FORCE_STDLIBS | Alon Zakai |
2013-07-03 | finalize floats during relocation in side modules | Alon Zakai |
2013-07-03 | fix non-linking of C libs in side modules | Alon Zakai |
2013-07-03 | do not link in C libraries in side modules | Alon Zakai |
2013-07-03 | move memory initializer pattern to shared | Alon Zakai |
2013-07-03 | cleanups | Alon Zakai |
2013-07-03 | initial setup | Alon Zakai |
2013-06-28 | improve error message | Alon Zakai |
2013-06-27 | add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits... | Alon Zakai |
2013-06-27 | always use lto in embind, workaround for a pointer issue | Alon Zakai |
2013-06-27 | --llvm-lto 2 option | Alon Zakai |
2013-06-26 | fix bug when optimizing renamed input files in emcc | Alon Zakai |
2013-06-26 | optimize libc and other libraries with -O2 | Alon Zakai |
2013-06-26 | make EMCC_OPTIMIZE_NORMALLY the default | Alon Zakai |
2013-06-26 | deprecate llvm opts in non-ta2 modes | Alon Zakai |
2013-06-26 | remove incorrect comment | Alon Zakai |
2013-06-26 | Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps | Alon Zakai |
2013-06-24 | make emcc -v update debug settings, so that it saves temp files | Alon Zakai |
2013-06-24 | Clean up emcc flag parsing + help message. | Jez Ng |
2013-06-24 | unify registerize and minify passes, since they must run in conjunction | Alon Zakai |
2013-06-24 | add space in debug output | Alon Zakai |
2013-06-22 | Merge remote-tracking branch 'upstream/incoming' into source-maps | Jez Ng |
2013-06-22 | only minify globals when relooping | Alon Zakai |
2013-06-22 | fix -g2 and add testing | Alon Zakai |
2013-06-22 | -gLEVEL ; support varying degrees of debuggability | Alon Zakai |
2013-06-22 | show auto-linking decision process only in VERBOSE | Alon Zakai |