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-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
2013-01-20
refactor getProcAddress
Alon Zakai
2013-01-18
add Math.min in math envs, for now
Alon Zakai
2013-01-18
fix dynCall return coercions
Alon Zakai
2013-01-18
show empty function table error only in debug mode
Alon Zakai
2013-01-18
generate empty function tables if called but no functions implemented for tha...
Alon Zakai
2013-01-18
wrap library functions before putting them in asm function tables
Alon Zakai
2013-01-18
fix function table dummy element coercions
Alon Zakai
2013-01-18
fix dynCall float coercions
Alon Zakai
2013-01-18
use global. in asm
Alon Zakai
2013-01-18
update to asm spec
Alon Zakai
2013-01-16
coerce dynCall returns
Alon Zakai
2013-01-16
refactor dynCall return
Alon Zakai
2013-01-16
fix dynCall generation
Alon Zakai
2013-01-16
reorder asm function tables
Alon Zakai
2013-01-16
allow defining asm library functions, which are then included as if they were...
Alon Zakai
2013-01-15
add Infinity and asm debug printers
Alon Zakai
[prev]
[next]