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-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
2011-09-07
typo fix
Alon Zakai
2011-09-07
improve global alias processing, including sort by dependency. poppler test p...
Alon Zakai
2011-09-07
additional library aliases
Alon Zakai
2011-09-07
Canceling a window.prompt() for the default stdin handler no longer results i...
max99x
2011-09-07
Made sure XHRs request typed arrays only if they can handle them.
max99x
2011-09-06
vtable customization in bindings generator, +misc infra improvements to help ...
Alon Zakai
2011-09-06
do not indexize global aliases
Alon Zakai
2011-09-06
some library aliases
Alon Zakai
2011-09-06
handle llvm funcs in aliases
Alon Zakai
2011-09-06
handle anonymous packed struct types
Alon Zakai
2011-09-06
fix switch for the case with no labels given
Alon Zakai
2011-09-06
mark types in global constants as needing analysis
Alon Zakai
2011-09-04
fix bug with stub functions and implemented library functions
Alon Zakai
2011-09-04
stubs for lifecycle intrinsics, and do not generate calls to stubs
Alon Zakai
2011-09-03
fix expect bug in library, fixes dlmalloc test
Alon Zakai
2011-09-02
LIBRARY_DEBUG option
Alon Zakai
2011-09-02
generalize some more metadata regexps
Alon Zakai
2011-09-02
some metadata and label fixes
Alon Zakai
2011-09-01
fix intertyper parsing bug
Alon Zakai
2011-09-01
generalize metadata to handle additional inputs
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-09-01
fix structure metadata parsing
Alon Zakai
2011-09-01
fix parsing of packed structs
Alon Zakai
2011-09-01
fix bugs with parsing anonymous structure types
Alon Zakai
2011-09-01
misc minor bugs
Alon Zakai
2011-08-31
merge tokens with }* }** etc., as they can be types of anonymous structs
Alon Zakai
2011-08-31
fixes for insertvalue
Alon Zakai
2011-08-31
initial work to support resume, landingpad and insertvalue
Alon Zakai
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-30
Merge pull request #75 from max99x/master
Alon Zakai
2011-08-30
Added setjmp/longjmp aliases.
max99x
2011-08-30
Updated $ENV initialization to be Closure-friendly.
max99x
2011-08-30
Added another scanf alias; fixed vsscanf's alias.
max99x
[prev]
[next]