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-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-29
Merge branch 'fs_destination' of github.com:juj/emscripten into incoming
Alon Zakai
2013-05-29
Fix handling of crunched files broken in previous commit.
Jukka Jylänki
2013-05-28
only abort in eliminator when actually necessary
Alon Zakai
2013-05-27
define EMSCRIPTEN in the environment when using emmake
Alon Zakai
2013-05-25
fix registerize semantics to treat each arm of ifs and switches separately
Alon Zakai
2013-05-25
registerize in asm switches
Alon Zakai
2013-05-25
add test for current state of asm registerize in switches (i.e., do almost no...
Alon Zakai
2013-05-25
eliminate into switch cases
Alon Zakai
2013-05-25
Add warning message print to file_packager to warn user when he accidentally ...
Jukka Jylänki
2013-05-25
Add support for specifying the target location of preloaded or embedded files...
Jukka Jylänki
2013-05-23
make file packager closure-friendly
Alon Zakai
2013-05-23
properly expand response files in EXPORTED_FUNCTIONS, which is used before co...
Alon Zakai
2013-05-23
handle ./ in file packaging
Alon Zakai
2013-05-22
Optimize (x&A)<<B>>B.
Dan Gohman
2013-05-21
Make a temporary variable local.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Put preloaded files on HEAP instead of another ArrayBuffers.
tingyuan
2013-05-17
Fix a race condition if two emscripten.py instances run at the same time
Chad Austin
2013-05-17
fix file packager issue with closure
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
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
[next]