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 (
Collapse
)
Author
2013-01-31
fix memcpy comparison order of operations bugs
Alon Zakai
2013-01-31
hand-optimize memcpy/asm
Alon Zakai
2013-01-31
fix bootstrap memset safe heap access
Alon Zakai
2013-01-31
hide some warnings when not in debug mode; helps in #811
Alon Zakai
2013-01-31
Merge pull request #813 from waywardmonkeys/typo-fixes
Alon Zakai
fix typos in paper.
2013-01-31
Merge pull request #816 from juj/EGL_deinit
Alon Zakai
Implemented eglTerminate and eglDestroyContext.
2013-01-31
Implemented eglTerminate and eglDestroyContext.
Jukka Jylänki
2013-01-31
fix typos in paper.
Bruce Mitchener
2013-01-30
Merge pull request #808 from caiiiycuk/palette_test
Alon Zakai
Add automation for sdl palette test
2013-01-30
Merge pull request #807 from caiiiycuk/websocket__1
Alon Zakai
Fix '-1' problem in recv
2013-01-30
properly do unneeded args removal from last commit so it doesn't break inlining
Alon Zakai
2013-01-30
convert memmove to asm
Alon Zakai
2013-01-30
optimize gl constant compile-time multiplications
Alon Zakai
2013-01-30
Add automation for sdl palette test
Aleksander Guryanov
2013-01-30
Fix '-1' problem in recv
Aleksander Guryanov
2013-01-29
fix Mix_PlayChannel error return codes; fixes #805
Alon Zakai
2013-01-28
Merge pull request #802 from caiiiycuk/select_h_2
Alon Zakai
Missign extern "C"
2013-01-28
improve asm safe heap support and add ASM_HEAP_LOG
Alon Zakai
2013-01-28
adjust life benchmark
Alon Zakai
2013-01-28
add logo
Alon Zakai
2013-01-28
make safe heap work in asm
Alon Zakai
2013-01-28
add 'ok' in bullet benchmark
Alon Zakai
2013-01-28
Fix select.h
Aleksander Guryanov
2013-01-26
move some assertions behind ASSERT
Alon Zakai
2013-01-26
comment
Alon Zakai
2013-01-26
deterministic.js fixes
Alon Zakai
2013-01-26
fix sockaddr_storage and sockaddr_in
Alon Zakai
2013-01-26
fix stack rewinding bug, and add life test and benchmark
Alon Zakai
2013-01-26
use -fno-math-errno in native lib builds too
Alon Zakai
2013-01-25
forward copyTemp* to asm
Alon Zakai
2013-01-25
coerce in calls to copyTemp*
Alon Zakai
2013-01-25
add bullet benchmark
Alon Zakai
2013-01-25
switch benchmarks to asm.js by default and adjust parameters to standardize ↵
Alon Zakai
as close as possible on 1 second for native in each one
2013-01-25
benchmark code gen option
Alon Zakai
2013-01-25
fix and enable zlib benchmark
Alon Zakai
2013-01-25
improve corrections benchmark
Alon Zakai
2013-01-25
add indirectbr-phi test
Alon Zakai
2013-01-25
improve benchmark infrastructure in preparation for zlib benchmark
Alon Zakai
2013-01-25
fix asm jsfunc chunking
Alon Zakai
2013-01-25
improve chunking test
Alon Zakai
2013-01-24
optimize ctlz and add cttz; fixes #797
Alon Zakai
2013-01-24
make bootstrap memset not use safe heap, STATICTOP is not set up yet
Alon Zakai
2013-01-24
fix SDL_GetMouseState ; fixes #795
Alon Zakai
2013-01-24
fix memset call from makeSetValues
Alon Zakai
2013-01-24
fix memset
Alon Zakai
2013-01-24
optimize memset
Alon Zakai
2013-01-24
optimize gettimeofday
Alon Zakai
2013-01-24
disable test_intvars in s_x_x
Alon Zakai
2013-01-24
disable flaky leaky .ll detection
Alon Zakai
2013-01-23
sdl and gl error stubs
Alon Zakai
[next]