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
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
2014-01-13
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
1.8.8
Alon Zakai
2014-01-13
allow relooper to manager its own output buffer, to avoid fixed output limits
1.8.7
Alon Zakai
2014-01-11
fix for nativize tool
Alon Zakai
2014-01-08
do minified name generation in js-optimizer.js, so that we have no more fixed...
Alon Zakai
2014-01-07
update other.test_simd test for llvm 3.3 and 3.4
Alon Zakai
2014-01-07
Merge branch 'incoming' into llvm-3.4
1.8.6
Alon Zakai
2014-01-07
handle variables that assign a value including themselves in aggressiveVariab...
Alon Zakai
2014-01-07
make aggressiveVariableElimination usable through a setting
Alon Zakai
2014-01-07
Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming
Alon Zakai
2014-01-06
check clang version before applying version-specific changes, like disabling ...
1.8.5
Alon Zakai
2014-01-06
refactor vector disabling code
Alon Zakai
2014-01-06
disable vectorization which llvm 3.4 has on by default
1.8.4
Alon Zakai
2014-01-06
changed != to !== in a couple of places. Added fix to prevent closure minifyi...
Fraser Adams
2014-01-04
fix some relooper compiler warnings and update reftests for previous fixes
1.8.3
Alon Zakai
2014-01-03
release 1.8.2
1.8.2
Alon Zakai
2014-01-03
make sure to give Ids to split blocks in relooper
1.8.1
Alon Zakai
2013-12-31
sanity check for js backend in fastcomp
Alon Zakai
2013-12-31
implementation of libuuid
Fraser Adams
2013-12-30
disable jcache in fastcomp, and fake emscripten_jcache_printf
Alon Zakai
2013-12-28
optimize relooper id counters
1.8.0
Alon Zakai
2013-12-27
handle if-chains without an else in the outliner
Alon Zakai
2013-12-26
support for optional complete emulation in relooper
1.7.9
Alon Zakai
2013-12-25
Merge pull request #1943 from volo-zyko/incoming
juj
2013-12-24
remove outdated comment
Alon Zakai
2013-12-24
Fixed small problems which exhibit themself when building projects with too m...
Volo Zyko
2013-12-23
fix size limit in limit_size, necessary for s_0_0.test_safe_heap
Alon Zakai
2013-12-23
make eliminator not get confused by calls without a return but with a coercion
Alon Zakai
2013-12-23
don't get confused by temporary empty nodes when calculating assigns in the l...
Alon Zakai
2013-12-23
fix bug where close-together tempDoublePtr operations could cross each other
Alon Zakai
2013-12-22
comment on how tempDoublePtr is optimized
Alon Zakai
2013-12-20
fix file packager
Alon Zakai
2013-12-20
Merge pull request #1922 from coolwanglu/embed_dot_files
Alon Zakai
2013-12-19
Optimize away masks on stores to HEAP8 and HEAP16.
Dan Gohman
2013-12-17
fix parameter check
Lu Wang
2013-12-16
Merge branch 'em_config' of github.com:juj/emscripten into incoming
Alon Zakai
2013-12-16
use all cpu cores when building libraries in test runner
Alon Zakai
2013-12-14
fnmatch support fullpath
Lu Wang
2013-12-14
--exclude-file
Lu Wang
2013-12-13
Fix an issue with the --em-config cmdline option where the option was not see...
Jukka Jylänki
2013-12-13
Add new emcc command line parameter --em-config that allows specifying the lo...
Jukka Jylänki
2013-12-12
skip sanity checks if EM_CONFIG is used instead of normal ~/.emscripten
Alon Zakai
2013-12-12
move tests/hello_world.js to src, so tests/ folder is not needed for sanity c...
Alon Zakai
2013-12-06
fix creation of temp dir in EMCC_DEBUG for the first time
Alon Zakai
2013-12-02
move import in cache.py to avoid module interdependencies; fallout from 0f513...
Alon Zakai
2013-12-02
fix file preloading in workers and add test
Alon Zakai
2013-12-01
fix for pull #1882
Alon Zakai
2013-12-01
Introduce safe_ensure_dirs as a safe os.makedirs replacement.
Andreas Bergmeier
2013-11-26
Prevent Cache.ensure from throwing an error, while the directory already exists.
Andreas Bergmeier
2013-11-25
don't bootstrap relooper to js if we are using fastcomp
Alon Zakai
[next]