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-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
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
2011-09-13
Basic support for typed exceptions.
max99x
2011-09-13
Allowed library to define global variables that override undefined externals.
max99x
2011-09-13
Added stub for mblen().
max99x
2011-09-13
Added stubs for get/setrlimit().
max99x
2011-09-13
Added some stubs for signal.h functions.
max99x
2011-09-13
Added stub implementations of clock_(get|set)time() and clock_getres().
max99x
2011-09-13
Added stpcpy to library.
max99x
2011-09-13
Added a few extra library aliases.
max99x
2011-09-13
Added guard for getelementptr param type parsing (needed for Ruby).
max99x
2011-09-13
Allowed library functions to request JS-style varargs.
max99x
2011-09-13
Corrected handling of hidden external functions in LLVM disassembly.
max99x
2011-09-10
force shifts on i64s to remain integers
Alon Zakai
2011-09-10
library aliases and stubs
Alon Zakai
2011-09-08
bindings generator fix +fixes for use of |this| instead of Module
Alon Zakai
2011-09-08
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-08
expose branch condition to analysis; fixes ta2 bug with test_if
Alon Zakai
[next]