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
Age
Commit message (
Expand
)
Author
2013-10-31
Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten i...
Alon Zakai
2013-10-31
change getTexUnitType assertion to warnOnce
Alon Zakai
2013-10-30
handle vector zeroinitializers
Alon Zakai
2013-10-30
remove finalizeParam and properly use finalizeLLVMParameter everywhere
Alon Zakai
2013-10-30
use proper base type when finalizing vectors
Alon Zakai
2013-10-30
add some more sdl scancodes
Alon Zakai
2013-10-30
Merge pull request #1751 from waywardmonkeys/sdl-scancode-fix
Alon Zakai
2013-10-30
fix negative zero handling
Alon Zakai
2013-10-30
make sure the eval in emscripten_run_script_string emits a string
Alon Zakai
2013-10-30
simplify parseParamTokens now that it uses parseLLVMSegment
Alon Zakai
2013-10-30
make parseParamTokens use parseLLVMSegment
Alon Zakai
2013-10-30
handle more return types in getReturnType
Alon Zakai
2013-10-30
optimize isIllegalType
Alon Zakai
2013-10-30
fix tests/cases/caall.ll
Alon Zakai
2013-10-30
fix call legalization temp types
Alon Zakai
2013-10-31
Fix handling of backspace SDL scancode.
Bruce Mitchener
2013-10-30
remove stale forwarding code in intertyper
Alon Zakai
2013-10-30
tools: parse pre-release node.js version numbers
Ben Noordhuis
2013-10-30
begin to add emscripten_float32x4_signmask
Alon Zakai
2013-10-30
improve simd tests
Alon Zakai
2013-10-30
fix missing semicolons on simd load and store
Alon Zakai
2013-10-29
clean up simd code, fix uint32x4 heap offsets, and add testing
Alon Zakai
2013-10-29
handle vector types in calcAllocatedSize
Alon Zakai
2013-10-29
bump js minifier name limit, and optimize to not create all the names on smal...
Alon Zakai
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
Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interaction
Alon Zakai
2013-10-28
fix glGetString and eglQueryString, and optimize emulated glGetString
Alon Zakai
2013-10-28
fix progress shown when multiple asset packages are downloaded
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-28
only emit decrunch code when crunch is enabled
Alon Zakai
2013-10-28
added myself
icetooth
2013-10-27
simplify webgl context attributes test harness code a little
Alon Zakai
[next]