index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emcc
Age
Commit message (
Expand
)
Author
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
fix non-linking of C libs in side modules
Alon Zakai
2013-07-03
do not link in C libraries in side modules
Alon Zakai
2013-07-03
move memory initializer pattern to shared
Alon Zakai
2013-07-03
cleanups
Alon Zakai
2013-07-03
initial setup
Alon Zakai
2013-06-28
improve error message
Alon Zakai
2013-06-27
add option for -O3 style LTO without normal LLVM LTO, because java-nbody hits...
Alon Zakai
2013-06-27
always use lto in embind, workaround for a pointer issue
Alon Zakai
2013-06-27
--llvm-lto 2 option
Alon Zakai
2013-06-26
fix bug when optimizing renamed input files in emcc
Alon Zakai
2013-06-26
optimize libc and other libraries with -O2
Alon Zakai
2013-06-26
make EMCC_OPTIMIZE_NORMALLY the default
Alon Zakai
2013-06-26
deprecate llvm opts in non-ta2 modes
Alon Zakai
2013-06-26
remove incorrect comment
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Clean up emcc flag parsing + help message.
Jez Ng
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
add space in debug output
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
-gLEVEL ; support varying degrees of debuggability
Alon Zakai
2013-06-22
show auto-linking decision process only in VERBOSE
Alon Zakai
2013-06-22
Centralize debug options in a -gX flag.
Jez Ng
2013-06-22
Test that source mapping works with EMCC_DEBUG=2.
Jez Ng
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Make test_debug actually fail when things go wrong.
Jez Ng
2013-06-22
Source maps should only be activated via the `--map` flag.
Jez Ng
2013-06-21
todo
Alon Zakai
2013-06-19
Implement source maps for optimized builds.
Jez Ng
2013-06-19
Move source mapping files into their own folder.
Jez Ng
2013-06-19
Lay the groundwork for optimized source maps.
Jez Ng
2013-06-19
Fix source map line numbering for inline scripts.
Jez Ng
2013-06-19
Add test for source maps.
Jez Ng
2013-06-19
Add check for keep_llvm_debug + minor touchups.
Jez Ng
2013-06-19
Implement basic source maps. Closes #1252.
Jez Ng
2013-06-17
Merge pull request #1281 from juj/noninput_cmdline_opts
Alon Zakai
2013-06-17
Merge pull request #1280 from juj/abs_path_check
Alon Zakai
2013-06-17
enable all debug logging in emcc -v
Alon Zakai
2013-06-13
Improve emcc input file detection to ignore all arguments that precede a GCC ...
Jukka Jylänki
2013-06-13
Improve absolute path warning detection to work on Windows, and make the warn...
Jukka Jylänki
2013-06-04
do not skip -s X=Y when EMCONFIGURE_JS
Alon Zakai
2013-06-03
Fix test_exported_response and test_asm_pgo on Windows.
Jukka Jylänki
2013-05-25
enable asm.js in embind, with extra reserved function pointers by default
Alon Zakai
2013-05-24
Merge pull request #1203 from michaeljbishop/objc-support
Alon Zakai
2013-05-24
Simplified code by using a tuple in combination with `endsWith`.
Michael Bishop
2013-05-24
show --help in emcc even if there are other args
Alon Zakai
2013-05-23
support relative paths in -s KEY=@path
Alon Zakai
[next]