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
/
src
Age
Commit message (
Expand
)
Author
2013-10-29
simplify wrapper asm coercions
Alon Zakai
2013-10-29
cast to double before float in function pointer wrappers
Alon Zakai
2013-10-29
use asm ffi coercing for floats in load abort calls
Alon Zakai
2013-10-29
use doubles in makeBigInt
Alon Zakai
2013-10-29
updated library_sockfs.js to make WebSocket a local var and updated library_b...
Fraser Adams
2013-10-29
optimize scanString to not run the regex more than once
Alon Zakai
2013-10-29
put assertions in performance-sensitive code behind ASSERTIONS flag
Alon Zakai
2013-10-28
small whitespace style fix
Alon Zakai
2013-10-28
Merge branch 'master' of github.com:icetooth/emscripten into incoming
Alon Zakai
2013-10-28
fix glGetString and eglQueryString, and optimize emulated glGetString
Alon Zakai
2013-10-28
optimize createStream
Alon Zakai
2013-10-28
fix handling of generating path with a mountpoint ending with '/'
Alon Zakai
2013-10-28
reuse ops objects in MEMFS.createNode
Alon Zakai
2013-10-28
do not normalize in getPath, since our paths elements are already ok
Alon Zakai
2013-10-28
optimize PATH.basename
Alon Zakai
2013-10-28
remove unused (by us) second parameter from PATH.basename
Alon Zakai
2013-10-28
avoid constant path normalization in getPath
Alon Zakai
2013-10-28
add PATH.join2 as a fast way to join 2 path elements without the generic over...
Alon Zakai
2013-10-28
remove assertion code from PATH.join
Alon Zakai
2013-10-28
optimize FS.createNode
Alon Zakai
2013-10-28
reuse node in last chmod call from createDataFile
Alon Zakai
2013-10-28
reuse node in open call from createDataFile
Alon Zakai
2013-10-28
reuse node in chmod call from createDataFile
Alon Zakai
2013-10-28
reuse some FS errors in places where overhead is high and stack importance is...
Alon Zakai
2013-10-28
only do run dependency tracking when assertions are on
Alon Zakai
2013-10-28
optimize Module.setStatus
Alon Zakai
2013-10-27
add support for node.js to act as a socket client
Fraser Adams
2013-10-27
Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...
Alon Zakai
2013-10-26
cache string allocations in glGetString and eglQueryString
Alon Zakai
2013-10-26
fixed float read performance in _scanString
icetooth
2013-10-25
send and receive only doubles through ffis, not floats
Alon Zakai
2013-10-25
detect NaN as a number
Alon Zakai
2013-10-25
do not send floats to ffis
Alon Zakai
2013-10-25
fix splitI64 use of float instead of double
Alon Zakai
2013-10-25
do not mangle hex float constants in function calls
Alon Zakai
2013-10-25
support fround in function tables and asm module support functions
Alon Zakai
2013-10-25
simplify auto-return adding code, and make it generic so it can handle floats...
Alon Zakai
2013-10-25
use float temporary in makeIsNaN when relevant
Alon Zakai
2013-10-25
properly apply fround to all float constants, even if they are fractions and ...
Alon Zakai
2013-10-25
add fpext and fptrunc to list of llvm conversions, so we differentiate float/...
Alon Zakai
2013-10-25
respect fround in fptrunc/ext
Alon Zakai
2013-10-25
simplify fround initializer
Alon Zakai
2013-10-25
fix int to float conversions to differentiate float from double
Alon Zakai
2013-10-25
fround on numerical constants, and fix some related parse issues
Alon Zakai
2013-10-25
use fround in asm initializers and coercions
Alon Zakai
2013-10-25
move to FROUND option for Math.fround
Alon Zakai
2013-10-25
handle internal illegal iX fields in calculateStructAlignment
Alon Zakai
2013-10-24
handle empty inline asms; fixes #1729
Alon Zakai
2013-10-24
map depth and stencil buffers activation from GLFW to WebGL
Antoine Lambert
2013-10-24
map depth and stencil buffers activation from SDL to WebGL
Antoine Lambert
[prev]
[next]