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
2012-02-01
fix test_poppler and test_iostream
llvm-opts
Alon Zakai
2012-02-01
refactor build checks for standalone and unsafe opts
Alon Zakai
2012-01-31
fix usage of llvm opt level in emcc, and test_emcc fixes
Alon Zakai
2012-01-31
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-31
Merge pull request #198 from ehsan/import_shared_properly
Alon Zakai
2012-01-30
save build_library logs in each project dir separately
Alon Zakai
2012-01-30
Import shared.py properly
Ehsan Akhgari
2012-01-30
do not do -Ox or LTO when building a linkable module
Alon Zakai
2012-01-29
split LLVM LTO into separate pass
Alon Zakai
2012-01-29
switch to -Ox from -std-compile-opts
Alon Zakai
2012-01-29
enable poppler in o1 and o2, and some test_emcc fixes
Alon Zakai
2012-01-29
fix eliminator bug with eliminating over loops
Alon Zakai
2012-01-29
bisection bugfinding tool
Alon Zakai
2012-01-28
fix eliminator bug with variable defs not counting as mutations (which we see...
Alon Zakai
2012-01-28
Enable the EM_CONFIG environment variable to override ~/.emscripten
Ehsan Akhgari
2012-01-26
find_bigis tool
Alon Zakai
2012-01-25
improve nativize_llvm
Alon Zakai
2012-01-25
add nativize_llvm tool
Alon Zakai
2012-01-23
simplify llvm opt picking code, and allow up to level 3
Alon Zakai
2012-01-23
enable unsafe llvm opts in emcc
Alon Zakai
2012-01-21
do not generate annotations when disassembling bitcode
Alon Zakai
2012-01-21
disable pruning of emcc -s opts from test runner - it's too buggy
Alon Zakai
2012-01-20
fix bug with Settings.default values not including -O, so comparisons were wr...
Alon Zakai
2012-01-20
fix bug with missing keys in Settings.defaults
Alon Zakai
2012-01-20
remove dead function eliminator, which is no longer needed
Alon Zakai
2012-01-20
do not add unneeded -s 'es in test runner
Alon Zakai
2012-01-20
autodebugger indender tool
Alon Zakai
2012-01-19
make the autodebugger also note when we enter functions
Alon Zakai
2012-01-19
js optimizer comment
Alon Zakai
2012-01-18
LINKABLE options, disabling dead code elimination for shared libraries and ma...
Alon Zakai
2012-01-18
use llvm internalive and globaldce to remove unneeded code before compiling t...
Alon Zakai
2012-01-18
fix emcc bug with detecting bitcode after refactoring of llvm-nm calling code
Alon Zakai
2012-01-18
automatically use libcxx when needed
Alon Zakai
2012-01-18
further refactor the library scanning code, and prepare for libcxx
Alon Zakai
2012-01-18
refactor library def scanning code
Alon Zakai
2012-01-17
cache for dlmalloc and soon libc++
Alon Zakai
2012-01-16
improve side effect detection in js optimizer
Alon Zakai
2012-01-15
tweak order of operations in vacuum
Alon Zakai
2012-01-15
optimize hoistMultiples to not need multiple passes
Alon Zakai
2012-01-15
js optimizer refactoring
Alon Zakai
2012-01-14
refactor hoistMultiples shell for clarity
Alon Zakai
2012-01-14
vaccum per function in js optimizer
Alon Zakai
2012-01-14
optimize js optimizer traversal of generated code
Alon Zakai
2012-01-14
optimize hoistMultiples with a switch
Alon Zakai
2012-01-14
optimize hoistMultiples by removing jsonCompare's
Alon Zakai
2012-01-12
emcc option to compress js whitespace
Alon Zakai
2012-01-11
better workaround for v8 bug 1895
Alon Zakai
2012-01-11
fix bindings generator bug with static return values, and do not create Emscr...
Alon Zakai
2012-01-11
tweak fix_closure output
Alon Zakai
2012-01-11
fix fix_closure bug with newlines
Alon Zakai
[next]