aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
2013-01-07TODO for asm double literalsAlon Zakai
2013-01-03warn about ASM_JSAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-24move llvm opt debug messagesAlon Zakai
2012-12-21merge incomingAlon Zakai
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-11Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-10warni when ignoring libsAlon Zakai
2012-12-07test fixes and set sign and overflow correction to 1 when in asm modeAlon Zakai
2012-12-07improve asm test wrappingAlon Zakai
2012-12-07move emcc minify decision to after we potentially modify closureAlon Zakai
2012-12-07typoAlon Zakai
2012-12-07do registerize in asm.js+reloop mode, as an alternative to closureAlon Zakai
2012-12-07add eliminator mode for asmAlon Zakai
2012-12-07disable closure when ASM_JSAlon 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