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
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
Don't change cwd when running compiler.js. This allows us to use relative pa...
Chad Austin
2013-03-04
Fix a stupid error that broke emcc
Chad Austin
2013-03-04
the compiler does not need to run with a modified cwd
Chad Austin
2013-03-04
Only load tools.shared if it's necessary to compute a default. Now emscripte...
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
Code review feedback
Chad Austin
2013-03-04
Code review feedback
Chad Austin
2013-03-04
Make temp_files in main() in emscripten.py, not globally.
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
Have emscripten.py access the cache module and instantiate objects to break a...
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
.gitignore tests/fake/
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
remove jcache global variable in emscripten.py
Chad Austin
2013-03-04
Integrate formatting feedback
Chad Austin
2013-03-04
Kill compiler_engine global variable and use the specified compiler engine fo...
Chad Austin
2013-03-04
Delete the compiled relooper.js (but allow specification of an arbitrary relo...
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
Add command line option to emscripten.py to suppress usage warning
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
experimental partial jni support
Alon Zakai
2013-03-04
fix test_structbyval
Alon Zakai
2013-03-04
disable emscripten_jcache_printf in non-C++
Alon Zakai
2013-03-04
emscripten_jcache_printf
Alon Zakai
2013-03-04
compress jcache entries, to minimize disk IO
Alon Zakai
2013-03-04
disable csmith js logging by default
Alon Zakai
2013-03-04
options to save files in csmith driver
Alon Zakai
2013-03-04
fix cmpxchg for asm
Alon Zakai
2013-03-04
rename test to avoid grep for 'error' to see it
Alon Zakai
2013-03-03
do not emit bash on legalized variables of <= 32 bits
Alon Zakai
2013-03-03
disable test_dlmalloc, it is not comparable to native due to syscalls anyhow
Alon Zakai
2013-03-03
remove no-longer-needed INIT_STACK
Alon Zakai
2013-03-03
fix test_cases/inttoptrfloat.ll
Alon Zakai
[next]