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
/
shared.py
Age
Commit message (
Expand
)
Author
2012-11-21
cache emscript function chunks
Alon Zakai
2012-11-21
return chunks of text in chunkify to simplify the ap-iy
Alon Zakai
2012-11-21
fix chunking logic to generate >1 chunk
Alon Zakai
2012-11-21
improve chunkify to consider previous chunkings when caching
Alon Zakai
2012-11-21
refactor chunking code and add function ident information
Alon Zakai
2012-11-21
fix and test pre caching
Alon Zakai
2012-11-21
basic jcache on pre with files+cPickle
Alon Zakai
2012-11-21
add more caching logic including short vs full keys
Alon Zakai
2012-11-21
basic logic and stubs for caching pre phase
Alon Zakai
2012-11-21
set up parameter passing for jcache
Alon Zakai
2012-11-15
prevent annoying warnings during relooper bootstrapping
Alon Zakai
2012-11-14
clean up test.ll
Alon Zakai
2012-11-14
Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, bu...
Jukka Jylänki
2012-11-14
Refactor Windows replacement for Popen to allow passing stdin to Popen proces...
Jukka Jylänki
2012-11-14
Implement missing used functions on MockPopen to pass Windows tests utilizing...
Jukka Jylänki
2012-11-13
only save temp files in EMCC_DEBUG_SAVE mode
Alon Zakai
2012-11-13
Rename CallProcess to call_process.
Jukka Jylänki
2012-11-12
On Windows, depending on the version of make, these calls have been observed ...
Jukka Jylänki
2012-11-12
Don't silently suppress received exceptions inside shared.building.is_ar and ...
Jukka Jylänki
2012-11-11
alter version to bootstrap relooper
1.0.1a
Alon Zakai
2012-11-11
use internal relooper sources
Alon Zakai
2012-11-10
clear cache and run sanity checks on version bumps, this will help with reloo...
1.0.1
Alon Zakai
2012-11-10
disable closure on relooper - no noticeable speedup, but inlining causes some...
Alon Zakai
2012-11-10
make sure to fail if relooper bootstrap failed
Alon Zakai
2012-11-10
bootstrap relooperautomatically
Alon Zakai
2012-11-06
save temp files in EMCC_DEBUG mode
Alon Zakai
2012-11-06
Add another loud error message containing the actual command line when callin...
Jukka Jylänki
2012-11-05
If configure in shared.py fails with an exception, print out the command line...
Jukka Jylänki
2012-11-03
fix exit code on sanity fails
Alon Zakai
2012-10-30
tell closure its input is ECMASCRIPT5
Alon Zakai
2012-10-29
define LDSHARED, useful in zlib configure
Alon Zakai
2012-10-28
remove unneeded import
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai
2012-10-28
refactor js optimizer caller a little
Alon Zakai
2012-10-26
do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js files
Alon Zakai
2012-10-26
parallelize inside js optimizer passes, using all cpu cores
Alon Zakai
2012-10-26
fail on trying to split up js optimizer on unGlobalize
Alon Zakai
2012-10-25
restore limit_size
Alon Zakai
2012-10-25
rewrite of eliminator to better approach
Alon Zakai
2012-10-23
integrate eliminator as js optimizer pass
Alon Zakai
2012-10-23
rewrite eliminator in js
Alon Zakai
2012-10-20
check node version is at least 0.6.8, which is the first to not have v8 bug 1...
Alon Zakai
2012-10-20
restore workaround for v8 bug 1895
Alon Zakai
2012-10-17
split up very large js files when passing them into js-optimizer and eliminat...
Alon Zakai
2012-10-17
remove unneeded node checks
Alon Zakai
2012-10-17
stop working around v8 bug 1985 which was fixed a while ago
Alon Zakai
2012-10-17
allow changing java heap size for closure via JAVA_HEAP_SIZE env var
Alon Zakai
2012-10-17
improve node autodetection
Alon Zakai
2012-10-17
Don't explode in emconfigure if no args are passed
Riccardo Magliocchetti
2012-10-14
handle .a with identically named .o ; fixes #637
Alon Zakai
[next]