aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2012-12-21improve ltoAlon Zakai
2012-12-21avoid separate lto passAlon Zakai
2012-12-21safely internalize in s_x_x tests tooAlon Zakai
2012-12-21do lto before dce, since lto opens up dce opportunitiesAlon Zakai
2012-12-21be careful with internalize in llvm LTO, and mark needed symbols for relooperAlon Zakai
2012-12-21llvm 3.2 internalize internalizes even main, so manually keep it and other ex...Alon Zakai
2012-12-19Updated to add a PYTHON config option instead of defaulting to python2. This ...Alan Kligman
2012-12-19Updated scripts to call python2 directly rather than relying on python symlin...Alan Kligman
2012-12-19remove --remove-duplicatesAlon Zakai
2012-12-10warni when ignoring libsAlon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library in...Alon Zakai
2012-12-04Merge pull request #735 from eclecticdave/emcc_so_fixAlon Zakai
2012-12-03do not apply -l if not generating an executable or a libraryAlon Zakai
2012-12-03ignore argument after -I -L for purposes of input detection in emccAlon Zakai
2012-11-30Fixes to emcc to make autoconf enable shared objsDavid Claughton
2012-11-23fix test_failure_error_codeAlon Zakai
2012-11-23jcache docsAlon Zakai
2012-11-21print out total time in emcc in debug modeAlon Zakai
2012-11-21fix missing jcache passingAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-15return error code on no input filesAlon Zakai
2012-11-14Python system command line may come with untrimmed items at least on Windows ...Jukka Jylänki
2012-11-13forward -v to child processesAlon Zakai
2012-11-12Don't pass all emcc command line inputs e.g. those of form '-DsomeDefine=1' e...Jukka Jylänki
2012-11-09cleanupAlon Zakai
2012-11-08stop doing old-relooper-related js optimizer passesAlon Zakai
2012-11-07refactor link time opts codeAlon Zakai
2012-11-07split up js optimizer passes only in EMCC_DEBUG=2, not 1Alon Zakai
2012-11-07strip debug info in -O1 and above by default, unless -g is specified when con...Alon Zakai
2012-11-06fix temp dir in emccAlon Zakai
2012-10-29more non-clang configure fixes for configure testsAlon Zakai
2012-10-29more non-clang configure work and debugging toolsAlon Zakai
2012-10-29configure debugging toolsAlon Zakai
2012-10-28add experimental and non-enabled non-clang configure modeAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-26comment on -O3Alon Zakai
2012-10-23integrate eliminator as js optimizer passAlon Zakai
2012-10-20report times of passes in EMCC_DEBUGAlon Zakai
2012-10-17do not include C library in shared library 2Alon Zakai
2012-10-13build libcxx and libcxxabi using direct commands, not a makefile, to make thi...Alon Zakai
2012-10-12get almost all of embind test passingAlon Zakai
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-10-12Merge branch 'master' into incomingAlon Zakai
2012-10-11indentation fixAlon Zakai
2012-10-03ignore and warn on -OsAlon Zakai
2012-10-01CONFIGURE_CC option to let you define the compiler used when configure-ingAlon Zakai
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
2012-09-21show warning about absolute paths only onceAlon Zakai
2012-09-21-s docs in emccAlon Zakai
2012-09-20add conftest.c flag passing test and use right indentingJanus