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-08-02
properly deprecate all arguments to --minify except for 0
Alon Zakai
2013-08-02
add default extra arguments to beginning of commandline arguments, so that us...
Alon Zakai
2013-08-01
only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...
Alon Zakai
2013-07-31
support for stb-image
Alon Zakai
2013-07-30
disable asm in embind mode, and add a test for what embind cannot do in asm m...
Alon Zakai
2013-07-24
link to file packaging docs
Alon Zakai
2013-07-22
allow closure with -g1 (only preserve whitespace)
Alon Zakai
2013-07-17
consolidate simplifyExpressions to one pass that happens before closure, wher...
Alon Zakai
2013-07-17
outlining integration in compiler
Alon Zakai
2013-07-17
infrastructure for passing extra info to js optimizer passes from emcc
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-08
Remove semicolons from Python code.
Jez Ng
2013-07-08
Use implicit range in for loops where possible.
Jez Ng
2013-07-03
force-include .a contents of multiple archives when they are the only inputs ...
Alon Zakai
2013-07-03
force-include .a contents when it is the only input aside from linked libraries
Alon Zakai
2013-07-03
always do globaldce (and potentially strip-debug), even when we are building ...
Alon Zakai
2013-07-03
allow picking a library to force inclusion of in EMCC_FORCE_STDLIBS
Alon Zakai
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
[next]