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
/
emcc
Age
Commit message (
Expand
)
Author
2014-02-26
improve -v output, and add some docs
Alon Zakai
2014-02-26
pass NO_EXIT_RUNTIME flag to fastcomp and add test
Alon Zakai
2014-02-25
run sanity checks on emcc -v even without inputs
Alon Zakai
2014-02-25
check sanity on emcc -v
Alon Zakai
2014-02-25
run a sanity check after clearing the cache
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-25
Fix a variety of pylint warnings.
Dan Gohman
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-24
deprecate jcache
Alon Zakai
2014-02-22
update year to 2014
Haneef Mubarak
2014-02-21
error on CORRUPTION_CHECK in fastcomp
Alon Zakai
2014-02-21
RUNTIME_TYPE_INFO is not supported in fastcomp
Alon Zakai
2014-02-21
add message pointing people to the fastcomp wiki page that explains how to di...
Alon Zakai
2014-02-21
avoid warning about aliasing function pointers in fastcomp, it has good debug...
Alon Zakai
2014-02-21
turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...
Alon Zakai
2014-02-19
error on INIT_HEAP in fastcomp
Alon Zakai
2014-02-17
support reserved function pointers in fastcomp
Alon Zakai
2014-02-17
error on MAX_SETJMPS changed in fastcomp
Alon Zakai
2014-02-16
support memory growth in (non-validating) asm.js
Alon Zakai
2014-02-16
RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi...
Alon Zakai
2014-02-13
improve emcc help on shell file, and add minimal shell file example
Alon Zakai
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
[next]