aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-11-18Merge pull request #1831 from dinibu/dependency-fix-1820Alon Zakai
2013-11-19Renamed outDep to out_dep.Dominic Wong
2013-11-18Clean up Windows-specific code in previous commits in the pull request.Jukka Jylänki
2013-11-17Fixed dependency files not being saved away if using -MMD or similar.Dominic Wong
2013-11-16Relax emcc --compression cmdline parameter on Windows to autodetect encoder a...Jukka Jylänki
2013-11-14emit ll from llvm opt directly, to skip writing and reading all the bitcodeAlon Zakai
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-13set TOTAL_MEMORY to default to powers of two, for nowAlon Zakai
2013-11-02regex implementation from musl.Bruce Mitchener
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