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-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
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
2013-07-19
Merge pull request #1402 from imvu/embind-updates-pull-request
Alon Zakai
2013-07-19
Merge pull request #1414 from inolen/dlclose_refcount_fix
Alon Zakai
2013-07-19
ensure a final return after inlining, if necessary
Alon Zakai
2013-07-19
remove variables owned by outlined code from the parent
Alon Zakai
2013-07-19
enable first working zlib outlining test
Alon Zakai
2013-07-18
fix for refcount cleanup
Anthony Pesch
2013-07-18
preparations for outline test on zlib
Alon Zakai
2013-07-18
improve find_bigfuncs
Alon Zakai
2013-07-18
wipe out control flow variable before calling outlined code
Alon Zakai
2013-07-18
do not miss returns that are statements
Alon Zakai
2013-07-18
do not emit spills in outlined code for variables that only appear in the out...
Alon Zakai
2013-07-18
do not outline into outlined code for now, and refactor code analysis a little
Alon Zakai
2013-07-18
add coercions on return proxying in outliner
Alon Zakai
2013-07-18
emit only necessary return proxying code when outlining
Alon Zakai
2013-07-18
send variables to outlines code even if just written; they may not be written...
Alon Zakai
2013-07-18
Fixes in pread()
Michael Bishop
[next]