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-07-29
fix reftest runner for var Module approach
Alon Zakai
2013-07-29
Merge pull request #1370 from inolen/ungetc_fixes
Alon Zakai
2013-07-26
Merge pull request #1393 from fhd/sdl-surface-refcount
Alon Zakai
2013-07-26
flatten if-chains into smaller chains, chunking reduces the overhead of flatt...
Alon Zakai
2013-07-26
Merge pull request #1425 from inolen/module_global
Alon Zakai
2013-07-26
tidy up defensive environment initialization
Anthony Pesch
2013-07-25
fix outlining for all debug levels and add testing
Alon Zakai
2013-07-25
fix bug in aggressive variable elimination and re-enable it
Alon Zakai
2013-07-25
do not flatten ifs without elses
Alon Zakai
2013-07-25
support outlining with minification
Alon Zakai
2013-07-25
disable aggressiveVariableElimination for now
Alon Zakai
2013-07-25
do not outline sp assignments, because we need sp to perform an outline call
Alon Zakai
2013-07-25
allow mixing minifier extra info with general extra info in js optimizer
Alon Zakai
2013-07-25
fix find_bigfuncs.py
Alon Zakai
2013-07-25
Don't leak the last surface and improve SDL_surface refcount test
Felix H. Dahlke
2013-07-24
flatten if chains in outliner, and be more careful to avoid outlining through...
Alon Zakai
2013-07-24
fix EXPORT_ALL in asm mode
Alon Zakai
2013-07-24
eliminate default Module global
Anthony Pesch
2013-07-24
Merge pull request #1428 from juj/gl_num_compressed_formats
Alon Zakai
2013-07-24
Merge pull request #1386 from michaeljbishop/sdl_rwops
Alon Zakai
2013-07-24
link to file packaging docs
Alon Zakai
2013-07-24
do invoke_* on LLVM invokes using function pointers; fixes #1423
Alon Zakai
2013-07-24
Merge pull request #1394 from inolen/stat_tests
Alon Zakai
2013-07-24
properly handle loads of i24s and similar illegal values
Alon Zakai
2013-07-23
properly handle generation of instances of structures ending in [0 x ..]
Alon Zakai
2013-07-23
better error message
Alon Zakai
2013-07-23
fix test_sscanf_6, which was reading uninitialized memory
Alon Zakai
2013-07-23
fix scanString hardcoded HEAP32 reference
Alon Zakai
2013-07-23
do not outline through an outline call
Alon Zakai
2013-07-23
fix test_glgetattachedshaders
Alon Zakai
2013-07-23
Merge branch 'master' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-24
Implement glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS).
Jukka Jylänki
2013-07-23
update test
ToadKing
2013-07-23
use a separate stack location for control variable information for each outli...
Alon Zakai
2013-07-23
fix Math.imul closuring
Alon Zakai
2013-07-23
fix test_files* after the changes to stderr
Alon Zakai
2013-07-23
fix structure size when it has a [0 x ..] at the end - that should add nothing
Alon Zakai
2013-07-22
change error message to assert
ToadKing
2013-07-22
clean up outlinings limit code
Alon Zakai
2013-07-22
Merge pull request #1424 from sbalko/strftime-impl
Alon Zakai
2013-07-22
have a fixed limit for the number of outlinings we perform on a single function
Alon Zakai
2013-07-22
Made getMimetype() a public method of the Browser module and used it
Michael J. Bishop
2013-07-22
Merge pull request #1406 from inolen/printerr_fixes
Alon Zakai
2013-07-22
no need to closure-guard Math.imul definitions (only used internally anyhow, ...
Alon Zakai
2013-07-22
allow closure with -g1 (only preserve whitespace)
Alon Zakai
2013-07-22
fix regression of double-counting varargs
Alon Zakai
2013-07-22
Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hint
Michael J. Bishop
2013-07-21
notice varargs when creating library function wrappers
Alon Zakai
2013-07-22
Formatting changes as requested for pull request
Soeren Balko
2013-07-22
Implement strftime (incl. tests)
Soeren Balko
[next]