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-16
add fnmatch; fixes #2002
1.9.3
Alon Zakai
2014-01-16
fix strnlen input of size, which should be unsigned
Alon Zakai
2014-01-16
add __h_errno; fixes #2013
Alon Zakai
2014-01-16
don't override Module.print and printErr if the user specified them
Alon Zakai
2014-01-16
strengthen test_alloca to check alignment
Alon Zakai
2014-01-16
Merge branch 'patch-1' of github.com:sindresorhus/emscripten into incoming
Alon Zakai
2014-01-16
It's 2014
Sindre Sorhus
2014-01-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-15
add todo
Alon Zakai
2014-01-15
Merge pull request #2016 from rfk/rfk/minify-names-separately
Alon Zakai
2014-01-16
Address review comments.
Ryan Kelly
2014-01-15
do not track eliminable variables from one switch statement to another, if th...
Alon Zakai
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
undo unnecessary test disabling
Alon Zakai
2014-01-15
Merge branch 'incoming'
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-16
Split name-minification into a separate pass from registerization.
Ryan Kelly
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
[next]