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
2013-03-05
1.2.6
1.2.6
Alon Zakai
2013-03-05
fix cache clear time saving
Alon Zakai
2013-03-05
1.2.5
1.2.5
Alon Zakai
2013-03-05
restore jcache debugging, busted by pull #826
Alon Zakai
2013-03-05
restore jcache compression, busted by pull #826
Alon Zakai
2013-03-05
restore cache erase save times, busted by pull #826
Alon Zakai
2013-03-04
Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...
Chad Austin
2013-03-04
fix some test failures
Chad Austin
2013-03-04
Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f...
Chad Austin
2013-03-04
make it possible to manually specify a temp directory when running emscripten.py
Chad Austin
2013-03-04
emscripten.py no longer globally depends on tools.shared
Chad Austin
2013-03-04
Break two more emscripten.py dependencies on tools.shared
Chad Austin
2013-03-04
Get the TempFiles object from the Configuration
Chad Austin
2013-03-04
Move TEMP_DIR into the Configuration object.
Chad Austin
2013-03-04
Split Cache and JCache into objects and move them into cache.py so they can b...
Chad Austin
2013-03-04
Make chunkify a free function
Chad Austin
2013-03-04
Work towards making JCache an object
Chad Austin
2013-03-04
Move run_js into jsrun.py (work towards breaking emscripten.py's dependency o...
Chad Austin
2013-03-04
kill symlinks to coffeescript
Chad Austin
2013-03-04
Compile the relooper into the emscripten cache directory
Chad Austin
2013-03-04
Integrate formatting feedback
Chad Austin
2013-03-04
allow cwd-relative paths when passing --compiler to emscripten.py
Chad Austin
2013-03-04
Pass configuration into emscript
Chad Austin
2013-03-04
Integrate azakai's style feedback and make sanity tests pass again.
Chad Austin
2013-03-04
Make a Configuration object holding formerly global variables.
Chad Austin
2013-03-04
Remove TempFiles's dependency on global and environment variables
Chad Austin
2013-03-04
emscripten_jcache_printf
Alon Zakai
2013-03-04
compress jcache entries, to minimize disk IO
Alon Zakai
2013-03-03
Merge pull request #894 from waywardmonkeys/output-filename
Alon Zakai
2013-03-02
commented-out debugging stuff
Alon Zakai
2013-03-01
improve c autodebugger
Alon Zakai
2013-03-01
Print output filename that couldn't be created.
Bruce Mitchener
2013-02-28
disable v8 stack size increase because of windows instability; make it easy t...
Alon Zakai
2013-02-28
enlarge v8/node stack size, to avoid relooper stack overflows on huge projects
Alon Zakai
2013-02-28
test updates
Alon Zakai
2013-02-28
inline by default, now that lto is off by default
Alon Zakai
2013-02-27
Merge pull request #872 from juj/popen_print
Alon Zakai
2013-02-26
only put filenames with no space in response file
Vladimir Vukicevic
2013-02-26
add cache debugging
Vladimir Vukicevic
2013-02-26
clean up response file code
Alon Zakai
2013-02-26
Generate response file for llvm-link
Vladimir Vukicevic
2013-02-26
make DEBUG an int
Alon Zakai
2013-02-26
sort settings keys, to ensure the same order for debugging and jcache compari...
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...
Alon Zakai
2013-02-26
save last cache clear time
Alon Zakai
2013-02-26
allow adjusting # of cpu cores to use with EMCC_CORES
Alon Zakai
2013-02-26
only check # of cores once in js optimizer
Alon Zakai
2013-02-26
more jcache logging in debug mode
Alon Zakai
2013-02-26
adjust cache sizes a little more and update tests
Alon Zakai
2013-02-26
adjust chunking sizes
Alon Zakai
[next]