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-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-07
add missing return values in safeRequestAnimationFrame,safeSetTimeout,safeSet...
Alon Zakai
2013-06-07
Make lrint more correct. Closes #1265.
Jez Ng
2013-06-07
better erroring in SDL_Delay; issue #1255
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
Alon Zakai
2013-06-05
remove unneeded parameter to FindIndependentGroups
Alon Zakai
2013-06-05
Merge pull request #1260 from modeswitch/fix-missing-constant-definition
Alon Zakai
2013-06-05
Merge pull request #1259 from modeswitch/fix-syntax-error
Alon Zakai
2013-06-05
sdl fixes; fixes #1251
Alon Zakai
2013-06-05
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
Alan Kligman
2013-06-05
Missed closing parenthesis.
Alan Kligman
2013-06-05
Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming
Alon Zakai
2013-06-05
return the best we can from SDL_OpenAudio, fixes #1253
Alon Zakai
2013-06-04
Merge branch 'master' of github.com:feeley/emscripten into incoming
Alon Zakai
2013-06-04
Add basic support for nonblocking read
Marc Feeley
2013-06-04
Merge pull request #1244 from onnoj/incoming
Alon Zakai
2013-06-04
check more carefully if a stream is a socket
Alon Zakai
2013-06-04
leave low fds for sockets
Alon Zakai
2013-06-04
Merge branch 'incoming' of github.com:kanaka/emscripten into incoming
Alon Zakai
2013-06-04
Merge pull request #1225 from inolen/errno
Alon Zakai
2013-06-04
Updated tests to reflect new error values
Anthony Pesch
2013-06-04
Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming
Alon Zakai
2013-06-04
Check that module is an object instead of exports
Jazz
2013-06-04
Fixed Issue #1241: _scanString not supporting upper case format specifiers A,...
Onno
2013-06-03
show stub malloc/free warnings only in ASSERTIONS==2
Alon Zakai
2013-06-03
Fix frexp does not accept negative numbers
Frits Talbot
2013-06-02
create /dev/null; issue #1226
Alon Zakai
2013-06-02
fix typo in glGenVertexArrays__deps
Alon Zakai
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 o...
Alon Zakai
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 o...
Alon Zakai
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
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
[next]