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
/
emscripten.py
Age
Commit message (
Expand
)
Author
2013-03-05
limit output in error message
Alon Zakai
2013-03-05
run compiler engine in src/
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
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
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
remove jcache global variable in emscripten.py
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
Remove TempFiles's dependency on global and environment variables
Chad Austin
2013-03-03
fix error message
Alon Zakai
2013-03-01
assert on emscript child processes returning forwarded data, if not, they may...
Alon Zakai
2013-02-26
Add CHECK_HEAP_ALIGN to perform runtime alignment checks
Vladimir Vukicevic
2013-02-26
remove unneeded parens in python
Alon Zakai
2013-02-26
add cache debugging
Vladimir Vukicevic
2013-02-26
sort settings keys, to ensure the same order for debugging and jcache compari...
Alon Zakai
2013-02-26
add some newlines in very large function tables, to avoid emitting ridiculous...
Alon Zakai
2013-02-26
allow adjusting # of cpu cores to use with EMCC_CORES
Alon Zakai
2013-02-26
adjust chunking sizes
Alon Zakai
2013-02-25
adjust chunk sizes to better handle large numbers of cores and large amounts ...
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-01
semi polyfill for Math.imul
Alon Zakai
2013-01-28
improve asm safe heap support and add ASM_HEAP_LOG
Alon Zakai
2013-01-28
make safe heap work in asm
Alon Zakai
2013-01-25
forward copyTemp* to asm
Alon Zakai
2013-01-25
fix asm jsfunc chunking
Alon Zakai
2013-01-24
optimize memset
Alon Zakai
2013-01-23
fix isNaN for asm
Alon Zakai
2013-01-23
refactor makeComparison and use it in more places
Alon Zakai
2013-01-22
fix function table type defs
Alon Zakai
2013-01-22
explicitly pass global stuff to asm, due to node weirdness
Alon Zakai
2013-01-22
make function indexing replacements JSON-friendly
Alon Zakai
[next]