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
/
jsifier.js
Age
Commit message (
Expand
)
Author
2011-10-07
handle numbers in getVarImpl (for example, storing to null will end up a 0 th...
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-18
profiling option
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-15
Fixed support for library-defined globals of non-struct types.
max99x
2011-09-14
Comment fix.
max99x
2011-09-14
Cleaned up library-defined global var jsifier.
max99x
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
Allowed library to define global variables that override undefined externals.
max99x
2011-09-13
Allowed library functions to request JS-style varargs.
max99x
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-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
handle llvm funcs in aliases
Alon Zakai
2011-09-06
fix switch for the case with no labels given
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-02
LIBRARY_DEBUG option
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-28
FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix
Alon Zakai
2011-08-27
intertyper tweaks
Alon Zakai
2011-08-26
Switched from "var x = function x() {}" to plain "function x() {}" for lib fu...
max99x
2011-08-25
Style fixes in response to code review. No change in functionality.
max99x
2011-08-25
Prevented library stubs from overwriting LL declarations in the JSifier.
max99x
2011-08-25
JSifier and Intertyper changes to support external varargs functions.
max99x
2011-08-25
Fixed usage of parent global vars inside shared libs.
max99x
2011-08-24
Prevented quoting of library object properties (Closure Compiler compatibility).
max99x
2011-08-15
allow generateStructInfo to work at runtime with structMetadata
Alon Zakai
2011-08-14
DISABLE_EXCEPTIONS option
Alon Zakai
2011-08-09
simplify unreachable js annotation
Alon Zakai
2011-08-06
Replaced "new Date.getTime()" with "Date.now()";
max99x
2011-08-05
Made global allocations non-static in shared libraries.
max99x
2011-07-22
Fixed INCLUDE_FULL_LIBRARY including __deps and __postset fields.
max99x
2011-07-16
refactor and simplify library loading in order to make type info available there
Alon Zakai
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-07
fixes for strict mode
Alon Zakai
2011-07-04
support for llvm aliases
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-26
cleanup: do indexizeFunctions inside finalizeLLVMParameter
Alon Zakai
[next]