aboutsummaryrefslogtreecommitdiff
path: root/emcc
AgeCommit message (Expand)Author
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
2013-06-22Centralize debug options in a -gX flag.Jez Ng
2013-06-22Test that source mapping works with EMCC_DEBUG=2.Jez Ng
2013-06-22Get test_source_map passing again.Jez Ng
2013-06-22Make test_debug actually fail when things go wrong.Jez Ng
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-21todoAlon Zakai
2013-06-19Implement source maps for optimized builds.Jez Ng
2013-06-19Move source mapping files into their own folder.Jez Ng
2013-06-19Lay the groundwork for optimized source maps.Jez Ng
2013-06-19Fix source map line numbering for inline scripts.Jez Ng
2013-06-19Add test for source maps.Jez Ng
2013-06-19Add check for keep_llvm_debug + minor touchups.Jez Ng
2013-06-19Implement basic source maps. Closes #1252.Jez Ng
2013-06-17Merge pull request #1281 from juj/noninput_cmdline_optsAlon Zakai
2013-06-17Merge pull request #1280 from juj/abs_path_checkAlon Zakai
2013-06-17enable all debug logging in emcc -vAlon Zakai
2013-06-13Improve emcc input file detection to ignore all arguments that precede a GCC ...Jukka Jylänki
2013-06-13Improve absolute path warning detection to work on Windows, and make the warn...Jukka Jylänki
2013-06-04do not skip -s X=Y when EMCONFIGURE_JSAlon Zakai
2013-06-03Fix test_exported_response and test_asm_pgo on Windows.Jukka Jylänki
2013-05-25enable asm.js in embind, with extra reserved function pointers by defaultAlon Zakai
2013-05-24Merge pull request #1203 from michaeljbishop/objc-supportAlon Zakai
2013-05-24Simplified code by using a tuple in combination with `endsWith`.Michael Bishop
2013-05-24show --help in emcc even if there are other argsAlon Zakai
2013-05-23support relative paths in -s KEY=@pathAlon Zakai