index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emcc
Age
Commit message (
Expand
)
Author
2014-02-11
optimize redundant frounds in -O3
Alon Zakai
2014-02-10
Use -mllvm -disable-llvm-optzns.
Dan Gohman
2014-02-10
validate as asm.js in fastcomp -O1 and above, not -O0 output which is very un...
Alon Zakai
2014-02-09
detect .C as c; fixes #2109
Alon Zakai
2014-02-09
deprecate --split option and disable browser tests using it in fastcomp
Alon Zakai
2014-02-09
enable legacy gl emulation in fastcomp
Alon Zakai
2014-02-08
system libs fixes
Alon Zakai
2014-02-08
move system libs calculation to its own file
Alon Zakai
2014-02-07
TODO
Alon Zakai
2014-02-07
move deps info to file
Alon Zakai
2014-02-07
make sdl malloc hack nicer, and improve back deps trick
Alon Zakai
2014-02-07
add mechanism to add a C library dependency from a JS library, in emcc
Alon Zakai
2014-02-07
do not include system libs in shared libs
Alon Zakai
2014-02-07
comments on --embed-file being inefficient, and recommending --preload-file
Alon Zakai
2014-02-06
Add strcoll as well so that library.js does not need to depend on musl libc c...
Jukka Jylänki
2014-02-06
Add optimized versions of musl libc string and memory comparison functions.
Jukka Jylänki
2014-02-05
avoid blobs when not necessary for client code mods
Alon Zakai
2014-02-05
optimize out fround calls on clients that do not support fround
Alon Zakai
2014-02-03
proper fix for simplifying f32-int bitcasts
Alon Zakai
2014-02-02
support EXCEPTION_CATCHING_WHITELIST in fastcomp
Alon Zakai
2014-01-31
comment
Alon Zakai
2014-01-31
option to allow modifying code before executing it
Alon Zakai
2014-01-28
run js opts for safe heap
Alon Zakai
2014-01-27
comment
Alon Zakai
2014-01-27
fix some safeHeap errors with the new exceptions code; fixes #2068
Alon Zakai
2014-01-27
improve mem init help text; fixes #2066
Alon Zakai
2014-01-26
support precompiled headers; fixes #2045
Alon Zakai
2014-01-21
do not registerizeHarder when outlining
Alon Zakai
2014-01-21
Registerize based on full liveness analysis.
Ryan Kelly
2014-01-21
document what -O3 will be
Alon Zakai
2014-01-21
deprecate -O3 in preparation for using it for heavier js opts
Alon Zakai
2014-01-19
better error message for asm.js not supporting growable heap yet
Alon Zakai
2014-01-17
don't remove whitespace in emcc, not worth the time
Alon Zakai
2014-01-17
clean up emcc timing logging
Alon Zakai
2014-01-17
optimize memory initializer if it is large
Alon Zakai
2014-01-17
remove current memory initialization chunking via .concat(..)
Alon Zakai
2014-01-16
add fnmatch; fixes #2002
1.9.3
Alon Zakai
2014-01-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-15
Merge pull request #2016 from rfk/rfk/minify-names-separately
Alon Zakai
2014-01-15
add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well
1.8.14
Alon Zakai
2014-01-16
Split name-minification into a separate pass from registerization.
Ryan Kelly
2014-01-15
Fill in undefined math symbols.
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
Replace implementation of warn*/err*.
Bruce Mitchener
2014-01-14
Fix asm2 compilation where __toread was used.
Bruce Mitchener
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
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
Add gamma functions.
Bruce Mitchener
[next]