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
Age
Commit message (
Expand
)
Author
2012-12-24
test
Alon Zakai
2012-12-24
fix llvm.expect and add test
Alon Zakai
2012-12-24
show js stack in C assertions
Alon Zakai
2012-12-24
fix ctlz and add test
Alon Zakai
2012-12-23
llvm_ctlz_i64
Alon Zakai
2012-12-23
clean up all temp files in js optimizer
Alon Zakai
2012-12-23
clean up temp files in js optimizer
Alon Zakai
2012-12-23
undef i386 and x86_64, not just with __'s
Alon Zakai
2012-12-21
add slack to crunch reftests
Alon Zakai
2012-12-21
update crunch reference image to latest crunch svn
Alon Zakai
2012-12-21
fix test_utf
Alon Zakai
2012-12-21
bump version
1.1.0
Alon Zakai
2012-12-21
fix missing returns in embind code
Alon Zakai
2012-12-21
improve lto
Alon Zakai
2012-12-21
fix test_emcc_caching
Alon Zakai
2012-12-21
avoid separate lto pass
Alon Zakai
2012-12-21
make -fno-math-errno the default
Alon Zakai
2012-12-21
by default only keep main alive
Alon Zakai
2012-12-21
safely internalize in s_x_x tests too
Alon Zakai
2012-12-21
update test_strings
Alon Zakai
2012-12-21
update test_jcache
Alon Zakai
2012-12-21
update test_emcc
Alon Zakai
2012-12-21
do lto before dce, since lto opens up dce opportunities
Alon Zakai
2012-12-21
improve and fix test_relooper
Alon Zakai
2012-12-21
update test_emcc_caching to improve llvm 3.2 sizes
Alon Zakai
2012-12-21
be careful with internalize in llvm LTO, and mark needed symbols for relooper
Alon Zakai
2012-12-21
update libcxxabi
Alon Zakai
2012-12-21
llvm 3.2 internalize internalizes even main, so manually keep it and other ex...
Alon Zakai
2012-12-21
bump expected LLVM version to 3.2
Alon Zakai
2012-12-20
timeb
Alon Zakai
2012-12-20
modify sdl error text
Alon Zakai
2012-12-20
SDL_SetGamma
Alon Zakai
2012-12-19
fix python typo
Alon Zakai
2012-12-19
re-kill test_remove_duplicates
Alon Zakai
2012-12-19
keep order of unique link inputs the same, for jcache
Alon Zakai
2012-12-19
Merge pull request #758 from alankligman/incoming
Alon Zakai
2012-12-19
Updated AUTHORS to add myself.
Alan Kligman
2012-12-19
Added support for python in auto-generated config so that warnings about PYTH...
Alan Kligman
2012-12-19
Removed a debug print message.
Alan Kligman
2012-12-19
Added missing changes to tests/runner.py.
Alan Kligman
2012-12-19
Updated to add a PYTHON config option instead of defaulting to python2. This ...
Alan Kligman
2012-12-19
Updated some python invocations that I missed the first time through.
Alan Kligman
2012-12-19
Updated scripts to call python2 directly rather than relying on python symlin...
Alan Kligman
2012-12-19
remove --remove-duplicates
Alon Zakai
2012-12-19
tolerate people issuing link commands with duplicates in them
Alon Zakai
2012-12-19
Merge pull request #746 from xxuejie/function-name-filter
Alon Zakai
2012-12-13
chunk very large array literals in global constants, to avoid 'array initiali...
Alon Zakai
2012-12-12
do not try to eliminate phi variables, which are unsafe to be removed and the...
Alon Zakai
2012-12-12
make Building.is_* tests emit errors to stderr
Alon Zakai
2012-12-12
clamp glColor floats to [0,1]
Alon Zakai
[next]