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-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
add coercion in strncasecmp
Alon Zakai
2013-04-23
add missing coercion in strcat
Alon Zakai
2013-04-23
properly coerce setjmp helpers
Alon Zakai
2013-04-23
coerce output of bitshift*
Alon Zakai
2013-04-23
emit coercion on i64 math call return values
Alon Zakai
2013-04-23
remove UNRESOLVED_AS_DEAD since it doesn't work
Alon Zakai
2013-04-23
fix memory corruption in setjmp/asm.js; fixes #1087
Alon Zakai
2013-04-23
add a define of __EMSCRIPTEN__
Alon Zakai
2013-04-23
add test for repeated longjmp to a single setjmp
Alon Zakai
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-23
Merge pull request #1086 from waywardmonkeys/llvm-root-guessing
Alon Zakai
2013-04-23
Better guessing for LLVM_ROOT.
Bruce Mitchener
2013-04-23
Clean up libc / libcxx build infrastructure.
Bruce Mitchener
2013-04-22
make sure to coerce arguments to invoke due to setjmp
Alon Zakai
2013-04-22
use invoke when doing a setjmp-guarding call via a function pointer
Alon Zakai
2013-04-22
big function finder tool
Alon Zakai
2013-04-22
not using Changelong anymore
Alon Zakai
2013-04-22
show clear error message instead of 987 when too many setjmp calls
Alon Zakai
2013-04-23
Add a readme giving the date / revision of these sources.
Bruce Mitchener
2013-04-22
In test_time, be more relaxed about the time wait condition - thread scheduli...
Jukka Jylänki
2013-04-22
fix argument hardcoding
Alon Zakai
2013-04-22
Bump version.
Bruce Mitchener
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-22
Add musl multibyte function implementations.
Bruce Mitchener
2013-04-22
Add musl wchar function implementations.
Bruce Mitchener
2013-04-22
Let libc.symbols use same symbol format as libcxx.
Bruce Mitchener
2013-04-22
Remove unused file.
Bruce Mitchener
2013-04-21
Add new passgameobject_ptr embind benchmark to test smartptr routing in and o...
Jukka Jylänki
2013-04-20
optimize HEAPU?8[..] << 24 >> 24 and similar
Alon Zakai
2013-04-19
support for Runtime.addFunction in asm.js
Alon Zakai
2013-04-19
add erf dep and testing
Alon Zakai
2013-04-19
add testing for gl in asm2g
Alon Zakai
2013-04-19
add sig for glUniformMatrix2fv
Alon Zakai
2013-04-19
clean up benchmark args
Alon Zakai
2013-04-19
Merge pull request #1060 from arlolra/socketpair
Alon Zakai
2013-04-19
enable freetype in asm (except for -O1 which hits a js engine bug)
Alon Zakai
2013-04-19
hide embind test output unless an error occurred
Alon Zakai
2013-04-19
fix test_asm_pgo
Alon Zakai
2013-04-19
fix test_websockets_gethostbyname
Alon Zakai
2013-04-19
update browser.test_runtimelink
Alon Zakai
2013-04-19
update test_jcache
Alon Zakai
2013-04-19
update test_relooper
Alon Zakai
2013-04-19
update test_closure_compiler
Alon Zakai
2013-04-19
use power of two heap in relooper
Alon Zakai
2013-04-19
update tests
Alon Zakai
2013-04-19
disable asm.js when using embind
Alon Zakai
2013-04-19
enable ASM_JS=1 in -O1+, and start to update testing
Alon Zakai
2013-04-19
Merge pull request #1073 from waywardmonkeys/cleanup-compiler-flags
Alon Zakai
2013-04-19
Merge pull request #1079 from juj/build_library_error_report
Alon Zakai
[next]