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
2013-03-05
remove unnecessary recursion in relooper RemoveUnneededFlows
1.2.8
Alon Zakai
2013-03-05
remove recursion in relooper FindLive
1.2.7
Alon Zakai
2013-03-05
1.2.6
1.2.6
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-04
fix some test failures
Chad Austin
2013-03-04
make it possible to manually specify a temp directory when running emscripten.py
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
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
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
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
more jcache logging in debug mode
Alon Zakai
2013-02-25
remove debug print
Alon Zakai
2013-02-25
remove llvm-nm/dis checks for bitcode in is_bitcode
Alon Zakai
2013-02-25
only do llvm-nm in linking if there is at least one ar file
Alon Zakai
2013-02-25
cache llvm-nm results
Alon Zakai
2013-02-25
Add additional error reporting to Popen failures on Windows to be able to pin...
Jukka Jylänki
2013-02-23
commented out debugging tip
Alon Zakai
2013-02-22
fix minor jcache bug and add assertions
Alon Zakai
2013-02-21
Merge pull request #859 from waywardmonkeys/cmdline-fixes
Alon Zakai
2013-02-20
Provide error message on invalid command to emmake.
Bruce Mitchener
2013-02-18
run closure in -O3, it makes sense there with the other unsafe optimizations
Alon Zakai
[next]