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
Age
Commit message (
Expand
)
Author
2013-05-10
do not eliminate if there is a switch
Alon Zakai
2013-05-10
only recurse on decreasing uses on locals, and clear out names to avoid confu...
Alon Zakai
2013-05-10
recursively remove variables with no uses in eliminator
Alon Zakai
2013-05-10
add FORCE_ALIGNED_MEMORY=1 to -O3
Alon Zakai
2013-05-09
Also remove #define __ELF__ when building using NaCl triple.
Jukka Jylänki
2013-05-09
Remove __pnacl__ #define as well.
Jukka Jylänki
2013-05-09
Remove the __native_client__ system define when using NaCl triple. Emscripten...
Jukka Jylänki
2013-05-07
recognize the double-to-i64 bitcast pattern as having no side effects in elim...
Alon Zakai
2013-05-07
fix mishandling of inference of global var types
Alon Zakai
2013-05-07
infer untyped variables in js-optimizer.js by origin variable's type if they ...
Alon Zakai
2013-05-07
switch to le32 target by default
1.4.3
Alon Zakai
2013-05-05
generalize customizeVTable to support asm
Alon Zakai
2013-05-03
use sys.executable
Alon Zakai
2013-05-03
Remove executable permissions on simple files
Sylvestre Ledru
2013-05-03
use -fno-threadsafe-statics, issue #1128
Alon Zakai
2013-05-03
fix some logging uses
Alon Zakai
2013-05-03
tweak some logging levels
Alon Zakai
2013-05-03
Displays usage when no argument is passed.
Éloi Rivard
2013-05-03
* Added some colors to messages displayed from python files.
Éloi Rivard
2013-05-02
1.4.2
1.4.2
Alon Zakai
2013-05-02
check sanity later in test runner, so we can know env settings, and do not ne...
Alon Zakai
2013-05-01
TODO
Alon Zakai
2013-05-01
Merge pull request #1117 from rib/wip/cogl
Alon Zakai
2013-05-01
Merge pull request #1098 from LCID-Fire/wrapper_exit_code_fix
Alon Zakai
2013-04-30
check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity ...
Alon Zakai
2013-04-30
add support for changing the llvm target using EMCC_LLVM_TARGET in the env
Alon Zakai
2013-04-30
look for python2 before python for default .emscripten
Robert Bragg
2013-04-30
switch back to x86 target in preparation to merge to incoming
Alon Zakai
2013-04-30
store target in sanity file, so changing it causes the cache to be flushed
Alon Zakai
2013-04-29
bump version
1.4.1
Alon Zakai
2013-04-29
use le32-unknown-nacl triple
Alon Zakai
2013-04-29
Bump version.
1.3.8
Bruce Mitchener
2013-04-27
Explicitly refer to CalledProcessError with its package name.
Andreas Bergmeier
2013-04-25
Change to fit in with Alon's coding style.
Andreas Bergmeier
2013-04-25
Change `Building.make` and `Building.configure` to raise a `CalledProcessErro...
Andreas Bergmeier
2013-04-25
Try/catch around idb open.
Alan Kligman
2013-04-25
If caching fails, proceed to process package data.
Alan Kligman
2013-04-25
If there's a problem, fall back to default non-cache loading from remote.
Alan Kligman
2013-04-25
Add browser.test_preload_caching to unit tests. Replace modified-time check w...
Alan Kligman
2013-04-25
Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...
Alan Kligman
2013-04-25
Updated documentation for --use-preload-cache.
Alan Kligman
2013-04-25
Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...
Alan Kligman
2013-04-25
Fix missing parameter in cacheRemotePackage invocation. Remove debug console....
Alan Kligman
2013-04-25
Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...
Alan Kligman
2013-04-25
Add no-cache to HEAD request.
Alan Kligman
2013-04-25
Preloading script now uses indexeddb to cache asset packages. Will load them ...
Alan Kligman
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
add a define of __EMSCRIPTEN__
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
[next]