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-03-26
eliminate X=X which can happen due to elimination
Alon Zakai
2014-03-25
let emcc directly access bitcode files when possible, to emit proper .d files...
Alon Zakai
2014-03-24
--emit-symbol-map option
Alon Zakai
2014-03-17
flip a non-existent else block in simplifyIfs, if adding such a block can help
Alon Zakai
2014-03-17
flip in simplifyElses if it can help
Alon Zakai
2014-03-17
fuse if-elses where the relooper did not emit a label clearing
Alon Zakai
2014-03-17
fix else fusing when label has multiple assigns or checks
Alon Zakai
2014-03-17
fuse elses to remove unnecessary label settings and checks, after we simplifi...
Alon Zakai
2014-03-17
don't commaify if it doesn't help
Alon Zakai
2014-03-17
simplify nested ifs with identical elses
Alon Zakai
2014-03-17
uncommaify between ifs that can potentially be simplified
Alon Zakai
2014-03-17
remove unnecessary code from simplifyIfs
Alon Zakai
2014-03-17
filter out empty blocks in simplifyIfs
Alon Zakai
2014-03-17
simplifyIfs js optimizer pass
Alon Zakai
2014-03-15
don't needlessly add empty nodes in asm normalization/denormalization
Alon Zakai
2014-03-15
remove empty subnodes after aggressive variable elimination
Alon Zakai
2014-03-15
remove empty subnodes after vacuum
Alon Zakai
2014-03-15
remove empty subnodes after eliminate
Alon Zakai
2014-03-10
add -w to spidermonkey to see odin warnings
Alon Zakai
2014-03-07
Merge pull request #2206 from juj/fix_osx_test_preload_file
Alon Zakai
2014-03-07
more work on hackish function removal using profiling
Alon Zakai
2014-03-07
Support syntax --preload-file x@x where both sides are identical and outside ...
Jukka Jylänki
2014-03-07
Resolve symbolic links when checking for destination locations in file_packag...
Jukka Jylänki
2014-03-06
some primitive profiling tools
Alon Zakai
2014-03-06
only include necessary system libraries amongst each other based on explicit ...
Alon Zakai
2014-03-06
only include necessary system libraries amongst each other based on explicit ...
Alon Zakai
2014-03-05
If the directory tree for used LLVM compiler is not from a LLVM source checko...
Jukka Jylänki
2014-03-03
enable errors on implicit functions by default; fixes #2175
Alon Zakai
2014-03-03
put emscripten version in emscripten-version.txt, like other repos
Alon Zakai
2014-02-26
more warnings on source versions not matching, plus testing
Alon Zakai
2014-02-26
make js optimizer max chunk size customizable
Alon Zakai
2014-02-26
Merge pull request #2162 from TV4Fun/syntaxupdate
Alon Zakai
2014-02-26
Merge pull request #2165 from juj/fs_element_size
1.12.3
Alon Zakai
2014-02-26
add debug printout regarding chunkification in js optimizer
Alon Zakai
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-25
Fix depecrated sourceMappingURL syntax
Joel Croteau
2014-02-25
fix i386 target usage and asm2.test_cube2hash
Alon Zakai
2014-02-25
1.12.2
1.12.2
Alon Zakai
2014-02-25
Fix the banned_js_engines mechanism.
Dan Gohman
2014-02-25
Begin using the Emscripten toolchain in clang.
Dan Gohman
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2014-02-24
warn on emscripten, llvm and clang versions not matching
Alon Zakai
2014-02-24
v1.12.1 - first testing version with fastcomp on by default
1.12.1
Alon Zakai
2014-02-24
Merge branch 'fastcomp-by-default' into incoming
Alon Zakai
2014-02-23
disable some outlining logging
Alon Zakai
2014-02-23
add stack bump if only sp is defined but no bump is present, when outlining
Alon Zakai
2014-02-21
do not outline the entire stack prelude, including STACKTOP = ..
Alon Zakai
2014-02-21
release 1.12.0
1.12.0
Alon Zakai
2014-02-21
fix llvm nativizer tool for fastcomp
Alon Zakai
[next]