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-02-18
version 1.11.1
1.11.1
Alon Zakai
2014-02-16
tolerate non-asm variables in asm optimization passes, with no-op coercions (...
Alon Zakai
2014-02-16
optimize traverseGenerated
Alon Zakai
2014-02-13
release 1.11.0
1.11.0
Alon Zakai
2014-02-12
fix bug on using file packager on subdirs; fixes #2123
Alon Zakai
2014-02-12
Fixes according to pull request feedback.
jonas echterhoff
2014-02-12
Make download progress be correctly displayed when the browser cannot report ...
jonas echterhoff
2014-02-11
improve logging of opts
Alon Zakai
2014-02-11
silly little llvm debug tool
Alon Zakai
2014-02-11
optimize redundant frounds in -O3
Alon Zakai
2014-02-10
Handle while statements with empty bodies.
Dan Gohman
2014-02-10
add aborting stubs in main modules, and replace them with functions from side...
Alon Zakai
2014-02-10
Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3
Alon Zakai
2014-02-09
add missing multibyte/internal.c in musl
1.10.4
Alon Zakai
2014-02-09
move emscripten_GetProcAddress to a C library, so that it is less hackish and...
1.10.3
Alon Zakai
2014-02-08
system libs fixes
Alon Zakai
2014-02-08
move system libs calculation to its own file
Alon Zakai
2014-02-07
comments on --embed-file being inefficient, and recommending --preload-file
Alon Zakai
2014-02-06
Add optimized versions of musl libc string and memory comparison functions.
Jukka Jylänki
2014-02-05
tool to parse unaligned output
Alon Zakai
2014-02-04
do not apply de-morgan's laws on floats, nans break them
Alon Zakai
2014-02-03
proper fix for simplifying f32-int bitcasts
Alon Zakai
2014-02-03
handle fround in optimizing out of tempDoublePtr
Alon Zakai
2014-02-02
Simplify labelled-block handling so it works better with switch statements.
Ryan Kelly
2014-02-02
Handle non-breaking case bodies in switch statement.
Ryan Kelly
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
Teach buildFlowGraph about functions that are known to always throw.
Ryan Kelly
2014-01-31
Don't let buildFlowGraph return to a junction if it's known to be unreachable.
Ryan Kelly
2014-01-31
Add return-type tracking to normalizeAsm/denormlizeAsm
Ryan Kelly
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-28
Fix assertion that all switch-cases break.
Ryan Kelly
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
[next]