Age | Commit message (Expand) | Author |
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 |
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 |