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-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-29
better error message on errors in CRUNCH
Alon Zakai
2014-01-29
release 1.10.0
1.10.0
Alon Zakai
2014-01-28
fix find_bigis.py tool
Alon Zakai
2014-01-25
do more parallel work in js optimizer
Alon Zakai
2014-01-25
Bump version to 1.9.5 to cause relooper to rebuild after previous change.
Jukka Jylänki
2014-01-24
Merge pull request #2035 from juj/html5_events
1.9.4
Alon Zakai
2014-01-23
Merge pull request #2046 from rfk/rfk/registerize-harder-followups
Alon Zakai
2014-01-23
rename filePackageURL to filePackagePrefixURL
Alon Zakai
2014-01-23
allow adding a custom prefix to file package downloads, so they can happen fr...
Alon Zakai
2014-01-23
Add TODO about more permissive label handling in registerizeHarder
Ryan Kelly
2014-01-23
Simplify handling of switch statements in registerizeHarder.
Ryan Kelly
2014-01-23
Add dedicated testcases for registerizeHarder pass.
Ryan Kelly
2014-01-23
Reduce memory usage when assigning registers in a block.
Ryan Kelly
2014-01-22
Bump version after adding new entries to src/struct_info.json.
Jukka Jylänki
2014-01-21
assign to null to clear a local variable, avoid delete
Alon Zakai
2014-01-21
fix typo
Alon Zakai
2014-01-21
avoid nonstandard use of splice
Alon Zakai
2014-01-21
rename a variable to our conventions
Alon Zakai
2014-01-21
Registerize based on full liveness analysis.
Ryan Kelly
2014-01-21
deprecate -O3 in preparation for using it for heavier js opts
Alon Zakai
2014-01-21
Minify loop labels while we're minifying local names.
Ryan Kelly
2014-01-20
Fix a param-handling bug in normalizeAsm
Ryan Kelly
2014-01-17
handle unsigned reads in safe heap
Alon Zakai
2014-01-17
use double for float arguments to safe heap
Alon Zakai
2014-01-17
optimize memory initializer if it is large
Alon Zakai
2014-01-17
remove current memory initialization chunking via .concat(..)
Alon Zakai
2014-01-16
add fnmatch; fixes #2002
1.9.3
Alon Zakai
2014-01-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-15
add todo
Alon Zakai
2014-01-15
Merge pull request #2016 from rfk/rfk/minify-names-separately
Alon Zakai
2014-01-16
Address review comments.
Ryan Kelly
2014-01-15
do not track eliminable variables from one switch statement to another, if th...
Alon Zakai
2014-01-15
re-merge split blocks in multiples
1.9.2
Alon Zakai
2014-01-15
share block ids in relooper among split blocks
1.9.1
Alon Zakai
2014-01-15
release 1.9.0
1.9.0
Alon Zakai
2014-01-15
add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well
1.8.14
Alon Zakai
2014-01-15
remove musl use of fwritex
1.8.13
Alon Zakai
2014-01-16
Split name-minification into a separate pass from registerization.
Ryan Kelly
2014-01-15
Bump version.
Bruce Mitchener
2014-01-14
fix aggressiveVariableElimination bug and add testing
Alon Zakai
2014-01-14
fix for running js optimizer standalone
Alon Zakai
2014-01-14
fix wprintf-related bug that bit fastcomp
1.8.11
Alon Zakai
2014-01-14
Bump version.
1.8.10
Bruce Mitchener
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
[next]