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
2012-11-20
pthread_cleanup_pop
Alon Zakai
2012-11-20
pthread_cleanup_push
Alon Zakai
2012-11-20
fx fscanf
Alon Zakai
2012-11-20
comment
Alon Zakai
2012-11-20
warn on very large structural types that slow us down
Alon Zakai
2012-11-20
switch dpring to stderr
Alon Zakai
2012-11-20
fix sscanf bug and clean up code; fixes #723
Alon Zakai
2012-11-19
fix separator in atomic ops; fixes #722
Alon Zakai
2012-11-19
handle empty inline js
Alon Zakai
2012-11-19
ignore thread_local linkage
Alon Zakai
2012-11-19
support/ignore cc11
Alon Zakai
2012-11-19
socket.h additions and fixes
Alon Zakai
2012-11-19
socket.h additions
Alon Zakai
2012-11-19
socket.h additions
Alon Zakai
2012-11-19
un.h fixes
Alon Zakai
2012-11-19
un.h
Alon Zakai
2012-11-19
sa_sigaction
Alon Zakai
2012-11-19
netdb.h additions
Alon Zakai
2012-11-19
header fixes
Alon Zakai
2012-11-19
header fixes
Alon Zakai
2012-11-19
socket.h additions
Alon Zakai
2012-11-19
ioctl.h additions
Alon Zakai
2012-11-19
resource.h additions
Alon Zakai
2012-11-19
statvfs.h additions
Alon Zakai
2012-11-19
fcntl additions
Alon Zakai
2012-11-19
limits.h additions
Alon Zakai
2012-11-19
add dlfcn constant
Alon Zakai
2012-11-16
print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-16
update heap exports when enlarging memory; fixes #713
Alon Zakai
2012-11-16
remove unneeded assertion
Alon Zakai
2012-11-15
cache isType calls
Alon Zakai
2012-11-15
optimize isPossiblyFunctionType and use it more
Alon Zakai
2012-11-15
emit libraries and globals in pre phase, which needs to parse globals anyhow,...
Alon Zakai
2012-11-15
optimize token closing brace check
Alon Zakai
2012-11-15
use test in makeToken as a minor optimization
Alon Zakai
2012-11-15
prevent annoying warnings during relooper bootstrapping
Alon Zakai
2012-11-15
return error code on no input files
Alon Zakai
2012-11-15
Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ...
Jukka Jylänki
2012-11-14
clean up test.ll
Alon Zakai
2012-11-14
adjust emscrip parallelization heuristics
Alon Zakai
2012-11-14
Python system command line may come with untrimmed items at least on Windows ...
Jukka Jylänki
2012-11-14
Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, bu...
Jukka Jylänki
2012-11-14
Refactor Windows replacement for Popen to allow passing stdin to Popen proces...
Jukka Jylänki
2012-11-14
Implement missing used functions on MockPopen to pass Windows tests utilizing...
Jukka Jylänki
2012-11-13
optimize writing in emscripten.py
Alon Zakai
2012-11-13
only save temp files in EMCC_DEBUG_SAVE mode
Alon Zakai
2012-11-13
forward -v to child processes
Alon Zakai
2012-11-13
Merge pull request #710 from juj/cmake
Alon Zakai
2012-11-13
replace unicode with bit pattern in test_strcmp_uni, should fix #708
Alon Zakai
[next]