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-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
2013-01-14
fix NaN import to asm
Alon Zakai
2013-01-14
use tempBigInt properly in asm
Alon Zakai
2013-01-14
import NaN in asm
Alon Zakai
2013-01-14
fix asm Math.* imports
Alon Zakai
2013-01-10
remove duplicate floor import in asm
Alon Zakai
2013-01-10
add all math functions to asm
Alon Zakai
2013-01-10
add Math.abs to default asm imports
Alon Zakai
2013-01-08
add tempValue in asm
Alon Zakai
2013-01-08
define tempInt in asm
Alon Zakai
2013-01-07
remove unneeded ' in asm exports
Alon Zakai
2013-01-07
simple asm mode that just exports main
Alon Zakai
2012-12-31
fix jcache breakage due to missing global annotation
Alon Zakai
2012-12-31
fix silly crash
Alon Zakai
2012-12-31
forward unindexable globals to asm
Alon Zakai
[next]