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-12
Work around Safari image loading bug. Closes #1130.
Jez Ng
2013-07-11
Merge pull request #1362 from dtc/obj-name
Alon Zakai
2013-07-11
Merge pull request #1354 from fhd/fix-gc-pauses
Alon Zakai
2013-07-11
Add missing braces
Felix H. Dahlke
2013-07-11
Document canvasPool
Felix H. Dahlke
2013-07-10
Merge pull request #1363 from dtc/sdl-touch
Alon Zakai
2013-07-11
glGenTextures: correct the setting of the object name.
Douglas T. Crosher
2013-07-11
Add Douglas Crosher to the AUTHORS file.
Douglas T. Crosher
2013-07-11
Update the AUTHORS file, and address some code style issues.
Douglas T. Crosher
2013-07-10
Merge pull request #1365 from int3/syobon
Alon Zakai
2013-07-10
Add sdl_gfx_primitives.c to git.
Jez Ng
2013-07-10
Merge pull request #1364 from int3/syobon
Alon Zakai
2013-07-10
Add comment.
Jez Ng
2013-07-10
Cast signedness in library_SDL functions.
Jez Ng
2013-07-10
Wrap gfx helpers in a $SDL_gfx object.
Jez Ng
2013-07-10
Add (failing) test for gfx primitives.
Jez Ng
2013-07-10
Avoid noisy error logs.
Jez Ng
2013-07-10
Add workaround for FF.
Jez Ng
2013-07-10
Implement ellipse drawing and refactor rect code.
Jez Ng
2013-07-10
Fix negative surface zooming.
Jez Ng
2013-07-10
Add basic touch support that translates to mouse events.
Douglas T. Crosher
2013-07-10
* Replace the 'scan' function, which maps a WebGL object to an
Douglas T. Crosher
2013-07-09
outliner todo
Alon Zakai
2013-07-09
Merge branch 'lint' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-09
Bunch of changes to support Syobon Action.
Jez Ng
2013-07-09
work on outlining control flow
Alon Zakai
2013-07-09
only remove unneeded arguments based on library sigs for llvm intrinsics (whi...
Alon Zakai
2013-07-09
replace &-1 with |0 at the end of the optimization pipeline
Alon Zakai
2013-07-09
use |0 to coerce in div/rem, no need for >>>0
Alon Zakai
2013-07-09
analyze escaping breaks and continues in outlined code
Alon Zakai
2013-07-08
add one-time loop when we need to handle control flow in outlined functions
Alon Zakai
2013-07-08
analyze code flow in outlined code
Alon Zakai
2013-07-08
outline test does not pass yet, disable it
Alon Zakai
2013-07-08
recurse into outlined functions
Alon Zakai
2013-07-08
do not outline too-big a chunk out of a function
Alon Zakai
2013-07-08
Remove semicolons from Python code.
Jez Ng
2013-07-08
Avoid using exec where possible.
Jez Ng
2013-07-08
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2013-07-08
Merge pull request #1355 from sunfishcode/incoming
Alon Zakai
2013-07-08
add read/writes in outlined functions
Alon Zakai
2013-07-08
add variable info to outlined functions
Alon Zakai
2013-07-08
generate functions for split-out code
Alon Zakai
2013-07-08
read results from outlined code
Alon Zakai
2013-07-08
Use implicit range in for loops where possible.
Jez Ng
2013-07-08
emit statements in outlining
Alon Zakai
2013-07-08
start to emit spills
Alon Zakai
2013-07-08
testing for existing sp in outliner
Alon Zakai
2013-07-08
infrastructure to analyze functions and variables in outliner
Alon Zakai
2013-07-08
start to outline code
Alon Zakai
2013-07-08
outlining tweaks
Alon Zakai
[next]