aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-09-13refactor memory initializer code to use run dependenciesfailureAlon Zakai
2013-09-13Merge pull request #1615 from waywardmonkeys/fix-preprocessor-usageAlon Zakai
2013-09-13Fix using emcc -E.Bruce Mitchener
2013-09-13Typo fix.Bruce Mitchener
2013-09-10add space to emcc debug outputAlon Zakai
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-04dlopen+exceptions+asm is not supported yetAlon Zakai
2013-09-03handle the case of EXPORTED_FUNCTIONS=@Alon Zakai
2013-09-03always keep malloc and free alive and exported, for internal use and other mo...Alon Zakai
2013-09-03support -E in emccAlon Zakai
2013-09-03remove unneeded settings from DLOPEN_SUPPORTAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03disable ALIASING_FUNCTION_POINTERS for DLOPEN_SUPPORTAlon Zakai
2013-08-24emit memory init files when closure is run, fixes #1547Alon Zakai
2013-08-21only outline in asm.js mode, where it is supportedAlon Zakai
2013-08-14disable optimizeShifts; fixes #1518Alon Zakai
2013-08-14update emcc commentAlon Zakai
2013-08-09--js-opts option to turn off js optimizerAlon Zakai
2013-08-08Merge pull request #1473 from juj/wno-warn-absolute-pathsAlon Zakai
2013-08-08Document -Wno-warn-absolute-paths for emcc --help.Jukka Jylänki
2013-08-07Add fcvt, ecvt, gcvt functions.Bruce Mitchener
2013-08-07Add -Wno-warn-absolute-paths cmdline option to allow hiding the absolute -I/-...Jukka Jylänki
2013-08-02properly deprecate all arguments to --minify except for 0Alon Zakai
2013-08-02add default extra arguments to beginning of commandline arguments, so that us...Alon Zakai
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...Alon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-30disable asm in embind mode, and add a test for what embind cannot do in asm m...Alon Zakai
2013-07-24link to file packaging docsAlon Zakai
2013-07-22allow closure with -g1 (only preserve whitespace)Alon Zakai
2013-07-17consolidate simplifyExpressions to one pass that happens before closure, wher...Alon Zakai
2013-07-17outlining integration in compilerAlon Zakai
2013-07-17infrastructure for passing extra info to js optimizer passes from emccAlon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-08Remove semicolons from Python code.Jez Ng
2013-07-08Use implicit range in for loops where possible.Jez Ng
2013-07-03force-include .a contents of multiple archives when they are the only inputs ...Alon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03always do globaldce (and potentially strip-debug), even when we are building ...Alon Zakai
2013-07-03allow picking a library to force inclusion of in EMCC_FORCE_STDLIBSAlon Zakai
2013-07-03finalize floats during relocation in side modulesAlon Zakai
2013-07-03fix non-linking of C libs in side modulesAlon Zakai
2013-07-03do not link in C libraries in side modulesAlon Zakai
2013-07-03move memory initializer pattern to sharedAlon Zakai
2013-07-03cleanupsAlon Zakai
2013-07-03initial setupAlon Zakai
2013-06-28improve error messageAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...Alon Zakai
2013-06-27always use lto in embind, workaround for a pointer issueAlon Zakai
2013-06-27--llvm-lto 2 optionAlon Zakai