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
/
shared.py
Age
Commit message (
Expand
)
Author
2013-06-18
Update minimum node version.
Jez Ng
2013-06-18
do not use EMCC_OPTIMIZE_NORMALLY in relooper
Alon Zakai
2013-06-17
v 1.5.0
1.5.0
Alon Zakai
2013-06-17
enable all debug logging in emcc -v
Alon Zakai
2013-06-13
do not eliminate dead code in EXPORT_ALL
Alon Zakai
2013-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
Alon Zakai
2013-06-01
remove more unneeded break and continue statements in relooper
1.4.7
Alon Zakai
2013-06-01
improve RemoveUnneededFlows to handle flows into loops with a single entry
1.4.6
Alon Zakai
2013-06-01
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
remove unneeded Branch info on incoming branches in relooper
1.4.4
Alon Zakai
2013-05-27
define EMSCRIPTEN in the environment when using emmake
Alon Zakai
2013-05-23
properly expand response files in EXPORTED_FUNCTIONS, which is used before co...
Alon Zakai
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
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
switch to le32 target by default
1.4.3
Alon Zakai
2013-05-03
use sys.executable
Alon Zakai
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
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-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
Better guessing for LLVM_ROOT.
Bruce Mitchener
2013-04-22
Bump version.
Bruce Mitchener
2013-04-19
use power of two heap in relooper
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
Improve error reporting in build_library.
Jukka Jylänki
2013-04-17
Remove unnecessary undefine of __CYGWIN__.
Bruce Mitchener
[next]