aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2014-01-04todo about async script tagsAlon Zakai
2014-01-02adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...Alon Zakai
2014-01-02deprecate compressionAlon Zakai
2013-12-30fix --save-bc in fastcompAlon Zakai
2013-12-30disable jcache in fastcomp, and fake emscripten_jcache_printfAlon Zakai
2013-12-30Merge pull request #1946 from juj/default_obj_extjuj
2013-12-29Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...Jukka Jylänki
2013-12-25better error on missing input files, fixes #1930Alon Zakai
2013-12-24fix LEAVE_INPUTS_RAW in fastcompAlon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-24differentiate suffixes from endings in filename_type_ending as wellAlon Zakai
2013-12-24clearly differentiate suffixes from endings (dot + suffix) in emccAlon Zakai
2013-12-23do not link in dynamic libraries when compiling to bitcode in intermediate st...Alon Zakai
2013-12-21error on unsupported features in fastcompAlon Zakai
2013-12-20fix emcc usage of file packagerAlon Zakai
2013-12-20Merge pull request #1922 from coolwanglu/embed_dot_filesAlon Zakai
2013-12-20simplify ir for fastcomp after the autodebugger runsAlon Zakai
2013-12-19simplify for fastcomp together with other link operationsAlon Zakai
2013-12-19move fastcomp simplification code into emcc, and simplify itAlon Zakai
2013-12-19avoid llvm-dis in fastcompAlon Zakai
2013-12-19Implement command line passing to work to emrun when --emrun is passed.Jukka Jylänki
2013-12-16allow -O0 in fastcomp, still in asm modeAlon Zakai
2013-12-16Merge branch 'em_config' of github.com:juj/emscripten into incomingAlon Zakai
2013-12-16Merge pull request #1896 from juj/emrunAlon Zakai
2013-12-14--exclude-fileLu Wang
2013-12-14Implemented --emrun linker flag to emcc, which is a helper that makes the com...Jukka Jylänki
2013-12-13allow asm heaps to be multiples of 16MBAlon Zakai
2013-12-13Add new emcc command line parameter --em-config that allows specifying the lo...Jukka Jylänki
2013-11-25support C/C++ suffixes in capital formAlon Zakai
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