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
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 th...
Alon Zakai
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
2011-09-24
add __assert_func; assert passes
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-22
diff for non-callgraph profiling. not sure if worthwhile using
Alon Zakai
2011-09-18
more profiling tools
Alon Zakai
2011-09-18
add x86_stdcallcc
Alon Zakai
2011-09-18
profiling option
Alon Zakai
2011-09-17
fix ta2 memcpy bug, and enable ta2 in sqlite test
Alon Zakai
2011-09-17
restore stack in fprintf to prevent memory issues with lots of printing insid...
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-16
Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svn
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-15
Fixed unbound calling of destructor in exception handler; updated test.
max99x
2011-09-15
Fixed support for library-defined globals of non-struct types.
max99x
2011-09-14
always correct signs in the autodebugger code
Alon Zakai
2011-09-14
intentionally do reSign in printing %d
Alon Zakai
2011-09-14
Comment fix.
max99x
2011-09-14
Cleaned up library-defined global var jsifier.
max99x
2011-09-14
Cleaned up minor merge artifact.
max99x
2011-09-13
faster shortcuts for sign/unsign
Alon Zakai
2011-09-13
fix bug in autodebugger output
Alon Zakai
2011-09-13
do not do some unnecessary signing/unsigning
Alon Zakai
2011-09-13
Preventing genuine JS errors from being caught by C++ handlers.
max99x
[next]