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
path:
root
/
tools
/
system_libs.py
Age
Commit message (
Collapse
)
Author
2014-03-28
Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strpbrk for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strdup and strndup for better asm.js performace.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strchr, strrchr, index and rindex for better ↵
Jukka Jylänki
asm.js performance.
2014-03-28
Migrate to using musl 0.9.13 strstr for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strnlen for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 memchr for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strncat for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 stpcpy for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance.
Jukka Jylänki
2014-03-28
Added musl 0.9.13 bcmp and bzero functions and migrated bcopy implementation ↵
Jukka Jylänki
to use musl for better asm.js performance.
2014-03-28
Migrate to using musl 0.9.13 libc qsort for better asm.js performance.
Jukka Jylänki
2014-03-28
Migrate to using musl 0.9.13 libc atoi, atol and atoll for better asm.js ↵
Jukka Jylänki
performance.
2014-03-28
Migrate to using musl 0.9.13 libc bsearch to take advantage of compiled ↵
Jukka Jylänki
asm.js performance in the algorithm.
2014-03-06
only include necessary system libraries amongst each other based on explicit ↵
Alon Zakai
dependencies; fixes #2191
2014-03-06
only include necessary system libraries amongst each other based on explicit ↵
Alon Zakai
dependencies; fixes #2191
2014-02-09
add missing multibyte/internal.c in musl
1.10.4
Alon Zakai
2014-02-09
move emscripten_GetProcAddress to a C library, so that it is less hackish ↵
1.10.3
Alon Zakai
and can work in fastcomp
2014-02-08
system libs fixes
Alon Zakai
2014-02-08
move system libs calculation to its own file
Alon Zakai