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-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-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
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-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
2013-07-21
add browser audio option for test runner
Alon Zakai
2013-07-21
Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-21
Merge pull request #1412 from michaeljbishop/pread-fix
Alon Zakai
2013-07-21
add self to AUTHORS
ToadKing
2013-07-21
abort outlining if it leads to the new function or old function exceeding the...
Alon Zakai
2013-07-21
clean up test code
Alon Zakai
2013-07-21
add more outline testing
Alon Zakai
2013-07-21
fix semantics of control variable handling in outlining: zero out when callin...
Alon Zakai
2013-07-20
save all versions in test_outline
Alon Zakai
2013-07-20
simplify heuristics for restarting in outliner
Alon Zakai
2013-07-20
stop trying to outline in outlined code, appears to not be necessary anymore
Alon Zakai
2013-07-20
add more outliner testing
Alon Zakai
2013-07-20
use blocks in switch cases in outliner
Alon Zakai
2013-07-20
allow sp to be modified in outlined code, by changing the model to where outl...
Alon Zakai
2013-07-20
adjust outlining heuristics to fully outline even big functions
Alon Zakai
2013-07-20
do a restart in the outliner only if the total cost is not too high
Alon Zakai
2013-07-20
recursively outline when the total cost is not too high, and adjust outlining...
Alon Zakai
2013-07-20
do not try another outlining pass if there is not that much left anyhow
Alon Zakai
2013-07-20
fix isgraph
ToadKing
2013-07-19
Touched up formatting.
Michael J. Bishop
2013-07-19
fix glGetAttachedShaders
ToadKing
2013-07-19
attempt a final outline from the start after any outlining, not just a recurs...
Alon Zakai
2013-07-19
after outlining recursively, try to outline once more from the beginning
Alon Zakai
2013-07-19
handle %Nc in sscanf; fixes #1407
Alon Zakai
2013-07-19
simplify and correct the logic for falling back to the entry ident when an in...
Alon Zakai
2013-07-19
handle out param in SDL_GetKeyboardState; fixes #1404
Alon Zakai
[next]