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
2014-01-15
re-merge split blocks in multiples
1.9.2
Alon Zakai
2014-01-15
share block ids in relooper among split blocks
1.9.1
Alon Zakai
2014-01-15
release 1.9.0
1.9.0
Alon Zakai
2014-01-15
fix Math_floor coercion in unrecommended codegen modes (no roundings correcti...
Alon Zakai
2014-01-15
Merge pull request #2021 from juj/gl_combine_shader
Alon Zakai
2014-01-15
Optimize FFP GL shader generation in the case when GL_COMBINE is used. This m...
Jukka Jylänki
2014-01-15
add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well
1.8.14
Alon Zakai
2014-01-15
remove musl use of fwritex
1.8.13
Alon Zakai
2014-01-15
Merge pull request #2018 from waywardmonkeys/updates3
1.8.12
Alon Zakai
2014-01-15
Merge pull request #2019 from juj/evenmore_gl_opts
Alon Zakai
2014-01-15
Optimize rendering from client-side memory by maintaining a set of doublebuff...
Jukka Jylänki
2014-01-15
Further optimize FFP GL getRenderer() operation.
Jukka Jylänki
2014-01-15
Bump version.
Bruce Mitchener
2014-01-15
Fill in undefined math symbols.
Bruce Mitchener
2014-01-14
fix aggressiveVariableElimination bug and add testing
Alon Zakai
2014-01-14
fix for running js optimizer standalone
Alon Zakai
2014-01-14
fix wprintf-related bug that bit fastcomp
1.8.11
Alon Zakai
2014-01-14
disable test_simd3 due to breakage
Alon Zakai
2014-01-14
fix double start bug #1992 in browser as well
Alon Zakai
2014-01-14
Merge pull request #2009 from waywardmonkeys/updates2
Alon Zakai
2014-01-14
Merge pull request #1878 from Cloudef/incoming
juj
2014-01-14
Add GLEW 1.10.0 emulation
Jari Vetoniemi
2014-01-14
Bump version.
1.8.10
Bruce Mitchener
2014-01-14
Expand aliases for strto*_l() to short functions.
Bruce Mitchener
2014-01-14
Move err/warn/etc from libc to libcextra.
Bruce Mitchener
2014-01-14
Replace getopt_long with musl version.
Bruce Mitchener
2014-01-14
stdlib/strtod.c is no longer used.
Bruce Mitchener
2014-01-14
Replace implementation of warn*/err*.
Bruce Mitchener
2014-01-14
Fix asm2 compilation where __toread was used.
Bruce Mitchener
2014-01-14
Note change in signgam implementation from upstream.
Bruce Mitchener
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
2014-01-13
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
1.8.8
Alon Zakai
2014-01-13
Merge pull request #2004 from waywardmonkeys/updates
Alon Zakai
2014-01-13
unset precision if set to -1
Alon Zakai
2014-01-13
handle precision -1 in printf .*
Alon Zakai
2014-01-14
Fix GL emulation regression with VBO data caused by commit https://github.com...
Jukka Jylänki
2014-01-13
optimize searching in set of implemented functions in fastcomp toolchain code
Alon Zakai
2014-01-13
avoid leaks on multiple calls to relooper MakeOutputBuffer
Alon Zakai
2014-01-13
allow relooper to manager its own output buffer, to avoid fixed output limits
1.8.7
Alon Zakai
2014-01-14
Bump version.
Bruce Mitchener
2014-01-14
Move scalbn to libc to fix broken functionality. Disable test on x86.
Bruce Mitchener
2014-01-14
Add lots of math functions.
Bruce Mitchener
2014-01-14
Another test for negative zero and hex floats.
Bruce Mitchener
2014-01-14
Make lgamma and friends work, add test.
Bruce Mitchener
2014-01-14
Add gamma functions.
Bruce Mitchener
2014-01-14
Add strtod(), wcstod(), wcstol() and friends.
Bruce Mitchener
2014-01-13
add dependencies so code with exceptions (invoke/landingpad) but without an a...
Alon Zakai
2014-01-13
clean up some more tests/cases
Alon Zakai
2014-01-13
fix testcase to validate as llvm ir
Alon Zakai
2014-01-13
remove old test that cannot be done in fastcomp, relies on code miscompilatio...
Alon Zakai
[next]