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
Age
Commit message (
Expand
)
Author
2013-06-27
commented-out line for benchmark debugging
Alon Zakai
2013-06-27
remove old comment
Alon Zakai
2013-06-26
fix bug when optimizing renamed input files in emcc
Alon Zakai
2013-06-26
update tests
Alon Zakai
2013-06-26
emit sanity file even in forced sanity checks, when it actually failed
Alon Zakai
2013-06-26
optimize libc and other libraries with -O2
Alon Zakai
2013-06-26
update tests
Alon Zakai
2013-06-26
1.5.2
1.5.2
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
fix test_debug
Alon Zakai
2013-06-26
remove incorrect comment
Alon Zakai
2013-06-26
fix crash in asmLoopOptimizer
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-26
Reuse nodes where possible.
Jez Ng
2013-06-26
We can just compare for strings here.
Jez Ng
2013-06-26
Strict compare all the things!
Jez Ng
2013-06-26
Move line numbers to the AST node itself.
Jez Ng
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-25
fix apply_configuration
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-24
Get rid of stale comment.
Jez Ng
2013-06-24
Clean up emcc flag parsing + help message.
Jez Ng
2013-06-24
Optimize!
Jez Ng
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-24
Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leak
Alon Zakai
2013-06-24
add space in debug output
Alon Zakai
2013-06-24
Removed unnecessary "audio.paused = " statements.
Michael J. Bishop
2013-06-24
IMPROVED: ensured proper indentation for entire document
manny/MADE
2013-06-22
Ensure original test environment is restored.
Jez Ng
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
update test
Alon Zakai
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
IMPROVED: fixed codestyle to match java/js
manny/MADE
2013-06-22
show auto-linking decision process only in VERBOSE
Alon Zakai
2013-06-22
Fix up the source map JS output 'reftest'.
Jez Ng
2013-06-22
Centralize debug options in a -gX flag.
Jez Ng
2013-06-22
Ensure JS output remains the same when making source maps.
Jez Ng
2013-06-22
Test that source mapping works with EMCC_DEBUG=2.
Jez Ng
[next]