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-07-16
fix labeled break/continue forwarding from outlined code
Alon Zakai
2013-07-16
be more and more conservative about outlining as we look into outlined functions
Alon Zakai
2013-07-16
add test for outlining of continue
Alon Zakai
2013-07-16
fix break forwarding in outlined code
Alon Zakai
2013-07-16
fix switch generation for break/continue routing in outliner
Alon Zakai
2013-07-16
fix hasBreak/hasContinue processing in outline
Alon Zakai
2013-07-16
test for outlining a return
Alon Zakai
2013-07-16
enable outline test and add a case for outlining in a while loop
Alon Zakai
2013-07-16
fix test_static_link
Alon Zakai
2013-07-16
add smaller outline testcase
Alon Zakai
2013-07-16
rename outline test files
Alon Zakai
2013-07-16
Merge pull request #1390 from rfk/lstat64
Alon Zakai
2013-07-16
Merge pull request #1389 from rfk/embed-empty-files
Alon Zakai
2013-07-17
Fix indentation
Ryan Kelly
2013-07-16
clean up global Building.* changes in test runner, fixes intermittent failure...
Alon Zakai
2013-07-16
fix test_freealut
Alon Zakai
2013-07-16
Expose 'lstat64' as a simple alias for 'lstat'.
Ryan Kelly
2013-07-16
Fix JS syntax error when embedding an empty file.
Ryan Kelly
2013-07-15
Merge pull request #1387 from amatus/push-upstream
Alon Zakai
2013-07-15
Merge pull request #1388 from inolen/unlink_fixes
Alon Zakai
2013-07-15
- rmdir / unlink no longer follow the final symlink
Anthony Pesch
2013-07-15
do not use safe heap in strptime loading of tm values - may have never been i...
Alon Zakai
2013-07-15
update s_x_x.test_linespecific
Alon Zakai
2013-07-15
fix both number of arguments and return type based on implementation informat...
Alon Zakai
2013-07-15
fix Functions.getSignature to handle non-legalized data
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-15
Add SHUT_WR to sys/socket.h.
David Barksdale
2013-07-15
Added IN6ADDR_*_INIT macros.
David Barksdale
2013-07-15
Merge pull request #1385 from fhd/zoom-if-360
Alon Zakai
2013-07-15
update relooper comment
Alon Zakai
2013-07-15
Merge pull request #1384 from fhd/ttf-font-height
Alon Zakai
2013-07-16
Just zoom the surface if the angle is divisible by 360
Felix H. Dahlke
2013-07-15
use high-precision llrint in ta2 only
Alon Zakai
2013-07-15
Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-16
Implement TTF_FontHeight
Felix H. Dahlke
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-15
check for isTerminal on the object of the filesystem entry
Alon Zakai
2013-07-15
fill EMSCRIPTEN in env with the path to emscripten
Alon Zakai
2013-07-15
implement llrint properly; fixes #1380
Alon Zakai
2013-07-15
Merge pull request #1357 from int3/keyboard-interrupt
Alon Zakai
2013-07-15
Merge pull request #1383 from sbalko/incoming
Alon Zakai
2013-07-15
Added myself to AUTHORS
Soeren Balko
2013-07-15
Implement strptime
Soeren Balko
2013-07-14
Merge pull request #1381 from inolen/tty_fixes
Alon Zakai
2013-07-14
Merge pull request #1379 from inolen/open_fixes
Alon Zakai
2013-07-14
- moved std stream isTerminal property to object so all streams can see
Anthony Pesch
2013-07-14
do not eliminate away tempDoublePtr uses that are alignment fixes; fixes #1375
Alon Zakai
2013-07-13
open should not set EISDIR when opening an existing directory with O_CREAT
Anthony Pesch
2013-07-13
avoid creating ~~~ (from ~~ ^ -1) which is confusing for asm given the role o...
Alon Zakai
2013-07-13
Merge pull request #1374 from inolen/posix_fallocate_fix
Alon Zakai
[next]