index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2013-06-01
syncd library.js errno codes with sys/errno.h
Anthony Pesch
2013-06-01
limit a warning message
Alon Zakai
2013-06-01
remove more unneeded break and continue statements in relooper
1.4.7
Alon Zakai
2013-06-01
improve RemoveUnneededFlows to handle flows into loops with a single entry
1.4.6
Alon Zakai
2013-06-01
improve relooper debugging
Alon Zakai
2013-06-01
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
more relooper work towards arbitrary splitting
Alon Zakai
2013-05-31
remove unneeded Branch info on incoming branches in relooper
1.4.4
Alon Zakai
2013-05-31
point relooper fuzzer to non-absolute path
Alon Zakai
2013-05-31
add testcase for annoying relooper pattern that generates many control flow ↵
Alon Zakai
overheads
2013-05-31
prepare for option to split arbitrary nodes in relooper
Alon Zakai
2013-05-30
License info for webrtc p2p library.
Alan Kligman
2013-05-30
Fixed formatting.
Alan Kligman
2013-05-30
fix relooper test, needs bash
Alon Zakai
2013-05-30
do not use gl emulation code in es2 emulation mode, to avoid confusing lack ↵
Alon Zakai
of a bound buffer between them
2013-05-30
remove unnecessary GL.currArrayBufferObj
Alon Zakai
2013-05-30
indentation
Alon Zakai
2013-05-30
Merge branch 'texenv' of github.com:jdashg/emscripten into incoming
Alon Zakai
2013-05-30
Merge pull request #1220 from inolen/free_surface
Alon Zakai
SDL_SetVideoMode: Free old surface before creating new one
2013-05-30
handle illegal mathops in processMathop; valid for <64 bits in some cases
Alon Zakai
2013-05-30
export PGOMonitor
Alon Zakai
2013-05-30
handle phi loops properly
Alon Zakai
2013-05-30
heap hash debugging function
Alon Zakai
2013-05-30
Don't include webrtc-specific code for websockets builds.
Alan Kligman
2013-05-30
Fix style issues.
Alan Kligman
2013-05-29
Free old surface before creating new one
Anthony Pesch
2013-05-29
This fixes various strtoll/strtol issues, including tests
Soeren Balko
2013-05-28
initialize errno
Alon Zakai
2013-05-27
make sure emscripten_run_script_int returns an int
Alon Zakai
2013-05-27
emscripten_exit_with_live_runtime
Alon Zakai
2013-05-25
use smaller special label for longjmp
Alon Zakai
2013-05-25
silence exceptions during cxa_free_exception
Alon Zakai
2013-05-25
do not emit resumeException when exceptions are disabled
Alon Zakai
2013-05-25
additional embind testing
Alon Zakai
2013-05-24
handle globals with no value and no zeroinit
Alon Zakai
2013-05-24
auto-export malloc, needed by file packager
Alon Zakai
2013-05-23
Fix missing methods.
Alan Kligman
2013-05-23
Comments.
Alan Kligman
2013-05-23
Formatting fixes. For some reason, indented preprocessor directives cause ↵
Alan Kligman
compiler failures.
2013-05-23
Formatting fixes.
Alan Kligman
2013-05-23
Remove console.log.
Alan Kligman
2013-05-23
Added var for socket deps.
Alan Kligman
2013-05-23
Rename global io to SocketIO. Updated webrtc library to pull in global name.
Alan Kligman
2013-05-23
Default to websockets, since it's more widely supported at the moment.
Alan Kligman
2013-05-23
Remove unused code.
Alan Kligman
2013-05-23
Add support for webrtc-based sockets. Moved both backends behind a settings ↵
Alan Kligman
flag, SOCKET_WEBRTC.
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-23
fix argument counting regression from 5efd506 ; fixes #1202
Alon Zakai
2013-05-22
handle dynamic indexes properly, even out of bounds, for array gep lookups; ↵
Alon Zakai
fixes #865
2013-05-22
Browser.safeCallback
Alon Zakai
[prev]
[next]