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-03-08
remove unneeded line
Alon Zakai
2013-03-08
add explicit markers in generated code of where functions and asm are
Alon Zakai
2013-03-08
disable minification
Alon Zakai
2013-03-08
do not emit function names on runtime functions
Alon Zakai
2013-03-08
handle assigns into globals at the top of asm functions in normalizeAsm
Alon Zakai
2013-03-08
fix global minifying
Alon Zakai
2013-03-08
initial work on asm.js minifier infrastructure
Alon Zakai
2013-03-08
run registerize pass last
Alon Zakai
2013-03-08
deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1
Alon Zakai
2013-03-08
send only a marker of generated functions to js-optimizer.js; we either know ...
Alon Zakai
2013-03-08
disable test_openjpeg in s_x_x
Alon Zakai
2013-03-07
experimental patch to simplify generated function detection
Alon Zakai
2013-03-07
Merge branch 'gagern-ldc2' into incoming
Alon Zakai
2013-03-07
Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2
Alon Zakai
2013-03-07
Merge pull request #930 from waywardmonkeys/update-catch-undef
Alon Zakai
2013-03-07
support llvm_ctpop_*; fixes #918
Alon Zakai
2013-03-07
Merge pull request #931 from xxuejie/stdlib_strtod
Alon Zakai
2013-03-07
Merge pull request #932 from tobydox/incoming
Alon Zakai
2013-03-07
FULL_ES2 todo
Alon Zakai
2013-03-07
use temp buffers for indices in glDrawElements in FULL_ES2
Alon Zakai
2013-03-07
use temp buffers in FULL_ES2 array buffers
Alon Zakai
2013-03-07
refactor gl temporary buffer code
Alon Zakai
2013-03-07
optimize out creation of new JS objects in each glVertexAttribPointer call in...
Alon Zakai
2013-03-07
add test for animation in FULL_ES2
Alon Zakai
2013-03-07
fix FULL_ES2 bug with not taking into account 'first' in glDrawArrays
Alon Zakai
2013-03-07
Merge pull request #933 from vvuk/cache-fix
Alon Zakai
2013-03-07
gl comments
Alon Zakai
2013-03-07
gl whitespace cleanup
Alon Zakai
2013-03-07
Fix debug prints in tools/cache.py
Vladimir Vukicevic
2013-03-06
Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...
1.2.9
Xuejie "Rafael" Xiao
2013-03-06
simplify loop unrolling of memcpy and memset
Alon Zakai
2013-03-06
patch to allow loopvars from memset/cpy in asm
Alon Zakai
2013-03-06
remove trivial whitespace
Alon Zakai
2013-03-06
loopify big memcpys in asm
Alon Zakai
2013-03-06
loopify big memsets in asm
Alon Zakai
2013-03-06
fix IE comma issue
Alon Zakai
2013-03-06
enable pointer lock checkbox by default
Alon Zakai
2013-03-06
Merge pull request #845 from MichaelRiss/FullScreenEnhancement
Alon Zakai
2013-03-06
assert on no variable name collisions for #923
Alon Zakai
2013-03-06
more log output in failed emscripten subprocesses
Alon Zakai
2013-03-06
Merge pull request #929 from waywardmonkeys/remove-test-Os
Alon Zakai
2013-03-06
Merge pull request #848 from manuels/incoming
Alon Zakai
2013-03-06
Merge pull request #920 from waywardmonkeys/fix-include-order
Alon Zakai
2013-03-06
update csmith driver
Alon Zakai
2013-03-06
Merge pull request #925 from waywardmonkeys/implement-llabs
Alon Zakai
2013-03-06
Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode
Tobias Doerffel
2013-03-07
Implement llabs().
Bruce Mitchener
2013-03-06
-fcatch-undefined-behavior is deprecated.
Bruce Mitchener
2013-03-06
Remove test_Os now that emcc supports -Os.
Bruce Mitchener
2013-03-06
realize fullscreen options (resize canvas and lock pointer) with checkboxes
Michael Riss
[prev]
[next]