aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
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
2013-08-02add default extra arguments to beginning of commandline arguments, so that us...Alon Zakai
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...Alon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-30disable asm in embind mode, and add a test for what embind cannot do in asm m...Alon Zakai
2013-07-24link to file packaging docsAlon Zakai
2013-07-22allow closure with -g1 (only preserve whitespace)Alon Zakai
2013-07-17consolidate simplifyExpressions to one pass that happens before closure, wher...Alon Zakai
2013-07-17outlining integration in compilerAlon Zakai
2013-07-17infrastructure for passing extra info to js optimizer passes from emccAlon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-08Remove semicolons from Python code.Jez Ng
2013-07-08Use implicit range in for loops where possible.Jez Ng
2013-07-03force-include .a contents of multiple archives when they are the only inputs ...Alon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03always do globaldce (and potentially strip-debug), even when we are building ...Alon Zakai
2013-07-03allow picking a library to force inclusion of in EMCC_FORCE_STDLIBSAlon Zakai
2013-07-03finalize floats during relocation in side modulesAlon Zakai
2013-07-03fix non-linking of C libs in side modulesAlon Zakai
2013-07-03do not link in C libraries in side modulesAlon Zakai
2013-07-03move memory initializer pattern to sharedAlon Zakai
2013-07-03cleanupsAlon Zakai
2013-07-03initial setupAlon Zakai
2013-06-28improve error messageAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...Alon Zakai
2013-06-27always use lto in embind, workaround for a pointer issueAlon Zakai
2013-06-27--llvm-lto 2 optionAlon Zakai
2013-06-26fix bug when optimizing renamed input files in emccAlon Zakai
2013-06-26optimize libc and other libraries with -O2Alon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-26remove incorrect commentAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-24make emcc -v update debug settings, so that it saves temp filesAlon Zakai
2013-06-24Clean up emcc flag parsing + help message.Jez Ng
2013-06-24unify registerize and minify passes, since they must run in conjunctionAlon Zakai
2013-06-24add space in debug outputAlon Zakai
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
2013-06-22only minify globals when reloopingAlon Zakai
2013-06-22fix -g2 and add testingAlon Zakai
2013-06-22-gLEVEL ; support varying degrees of debuggabilityAlon Zakai
2013-06-22show auto-linking decision process only in VERBOSEAlon Zakai