aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-11-02Add command line parameter --no-heap-copy that optimizes for small memory foo...Jukka Jylänki
2013-10-23write out html and side js when html output is requested, to improve page loa...Alon Zakai
2013-10-23emit emscripten version in emcc -vAlon Zakai
2013-10-21add file handling code from --preload-file etc. in a pre-js, so that it will ...Alon Zakai
2013-10-17document the ability to pass arbitrary llvm opt args to --llvm-optsAlon Zakai
2013-10-14emcc comments on -Ox optionsAlon Zakai
2013-10-14Merge pull request #1681 from marcosscriven/incomingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08automatically adjust asm heap sizeAlon Zakai
2013-10-06do not run simplifyExpressions in -O1Alon Zakai
2013-10-03fix js_opts definitionAlon Zakai
2013-10-02if not running js opts, ensure a . in asmEnsureFloat immediatelyAlon Zakai
2013-10-02run 'last' js optimization phase if asm.js, even if nothing else to runAlon Zakai
2013-10-02error on linkable modules without asmAlon Zakai
2013-10-02link in files in autodebuggerAlon Zakai
2013-09-29Debug statement fails when using specific LLVM opts rather than an integer levelMarcos Scriven
2013-09-26Add iconv from musl.Bruce Mitchener
2013-09-25Merge pull request #1670 from waywardmonkeys/add-locale-stuffAlon Zakai
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-25Merge pull request #1653 from juj/fix_ar_handlingAlon Zakai
2013-09-25Do not get confused by Apple GCC dylib special '-compatibility_version' and '...Jukka Jylänki
2013-09-23comment about LTO stabilityAlon Zakai
2013-09-23Fix emcc to properly treat input filenames with Unix-style version informatio...Jukka Jylänki
2013-09-23Make input file parsing in 'emcc' tool stricter. Don't silently fail if a fil...Jukka Jylänki
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