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 (
Collapse
)
Author
2011-10-20
fix for using data files with closure compiler
Alon Zakai
2011-10-19
fix test_iostream
Alon Zakai
2011-10-19
optimize SDL pixel loop for ta2, and other minor fixes
Alon Zakai
2011-10-18
various library fixes
Alon Zakai
2011-10-18
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
2011-10-17
do not load library_gl
Alon Zakai
2011-10-16
properly use console.log on the web
Alon Zakai
2011-10-16
option to not inline library functions
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-10-15
Merge pull request #98 from jterrace/master
Alon Zakai
Adds llvm_ctlz_i32
2011-10-14
flush partially-printed lines during shutdown
Alon Zakai
2011-10-14
Added llvm_ctlz_i32
Jeff Terrace
2011-10-13
fix bug with externs
Alon Zakai
2011-10-13
two minor intertyper fixes for haskell
Alon Zakai
2011-10-12
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-12
some SDL stuff
Alon Zakai
2011-10-12
handle function calls to null (at compile-time..)
Alon Zakai
2011-10-12
handle LLVM structures in phi
Alon Zakai
2011-10-10
EMSCRIPTEN_COMMENT for source comments
Alon Zakai
2011-10-09
try to handle q1 cases where only part of a structure is copied. code is not ↵
Alon Zakai
actually hit in the test suite yet
2011-10-08
fix dlmalloc speed regression
llvm-svn-pre-3.0
llvm-svn-backup
Alon Zakai
2011-10-08
mremap
Alon Zakai
2011-10-08
fix dlmalloc with typed arrays
Alon Zakai
2011-10-08
text fix
Alon Zakai
2011-10-08
fix newlib stdio init for q1
Alon Zakai
2011-10-07
fix stdio streams and printing of chars; fixes freetype
Alon Zakai
2011-10-07
handle numbers in getVarImpl (for example, storing to null will end up a 0 ↵
Alon Zakai
there)
2011-10-07
take note of types in getelementptr
Alon Zakai
2011-10-07
fix bug with analyzing {..}* types
Alon Zakai
2011-10-06
consolidate dlmalloc.c files; fixes test_dlmalloc_linked
Alon Zakai
2011-10-06
fix unistd_pathconf
Alon Zakai
2011-10-06
fix for = hidden alias
Alon Zakai
2011-10-06
bundle latest cDefines
Alon Zakai
2011-10-05
fix test_sysconf
Alon Zakai
2011-10-03
fix test_time
Alon Zakai
2011-10-02
fix test_poll
Alon Zakai
2011-10-02
fix math.h
Alon Zakai
2011-10-02
fix langinfo
Alon Zakai
2011-10-02
move emscripten.h; fixes emscripten_api
Alon Zakai
2011-10-02
fix typo in library; fixes dlfcn tests
Alon Zakai
2011-09-27
debug info parsing fix
Alon Zakai
2011-09-27
fix for parsing landingpad elements
Alon Zakai
2011-09-26
expose some things to Module
Alon Zakai
2011-09-25
add some defines to fcntl
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-25
fix stdin/out/err for newlib; fixes files
Alon Zakai
2011-09-25
improve header constant parsing
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-24
errno; fixes test_errar
Alon Zakai
[next]