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-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-17
consolidate simplifyExpressions to one pass that happens before closure, wher...
Alon Zakai
2013-07-17
add asm coercions to switches for outlining
Alon Zakai
2013-07-17
add asm coercions to ifs for outlining
Alon Zakai
2013-07-17
add asm coercion when outlining
Alon Zakai
2013-07-17
outlining integration in compiler
Alon Zakai
2013-07-17
do not emit illegal breaks in seqs when outlining
Alon Zakai
2013-07-17
infrastructure for passing extra info to js optimizer passes from emcc
Alon Zakai
2013-07-17
do not overlap the normal C stack with outliner-spilled variables
Alon Zakai
2013-07-17
refactor stack bump node search
Alon Zakai
2013-07-17
rename variable
Alon Zakai
2013-07-17
enable larger outline test
Alon Zakai
2013-07-17
update existing stack if there is one when outlining
Alon Zakai
2013-07-17
stack support in outlining
Alon Zakai
2013-07-17
Add a test that shows JS objects can be modified if passed by reference into ...
Chad Austin
2013-07-17
Fix a bunch of things that break under closure advanced optimizations. Now, ...
Chad Austin
2013-07-17
Rename value_tuple to value_array and value_struct to value_object
Chad Austin
2013-07-17
more testing
Alon Zakai
2013-07-17
test for outlining of some of the functions
Alon Zakai
2013-07-17
add test for outlining variables
Alon Zakai
2013-07-17
do not attempt to outline normalized asm stuff like empty vars
Alon Zakai
2013-07-16
test for forwarding variables to outlined code
Alon Zakai
2013-07-16
add test for not forwarding handled labeled break
Alon Zakai
2013-07-16
fix labeled break/continue forwarding from outlined code
Alon Zakai
2013-07-16
be more and more conservative about outlining as we look into outlined functions
Alon Zakai
2013-07-16
add test for outlining of continue
Alon Zakai
2013-07-16
fix break forwarding in outlined code
Alon Zakai
2013-07-16
fix switch generation for break/continue routing in outliner
Alon Zakai
2013-07-16
fix hasBreak/hasContinue processing in outline
Alon Zakai
2013-07-16
test for outlining a return
Alon Zakai
2013-07-16
enable outline test and add a case for outlining in a while loop
Alon Zakai
[next]