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-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
2012-12-31
forward externals to asm
Alon Zakai
2012-12-31
export malloc and free from asm, if present
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-19
Updated scripts to call python2 directly rather than relying on python symlin...
Alan Kligman
2012-12-13
emit numeric constants for global variables, using our knowledge of the fixed...
Alon Zakai
2012-12-13
reorder asm output
Alon Zakai
2012-12-13
fix stackAlloc notation
Alon Zakai
2012-12-12
missing coercion in stackAlloc
Alon Zakai
2012-12-12
support for Math.imul
Alon Zakai
2012-12-12
coerce asm global var imports
Alon Zakai
2012-12-11
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-10
ignore llvm.module metadata
Alon Zakai
2012-12-07
emit function table mask in dynCall defs
Alon Zakai
[next]