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-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
2011-06-26
optimize inclusion of default library items
Alon Zakai
2011-06-26
fix breakage by indexing ret values
Alon Zakai
2011-06-26
Minor polish:
max99x
2011-06-26
Prevented shared libs from overwriting __globalConstructor__.
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
2011-06-25
allow exporting library functions
Alon Zakai
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
Added basic support for dynamic module loading.
max99x
2011-06-25
Added support for exporting (non-function) global variables.
max99x
2011-06-24
remove unneeded assertion. fixes issue 28
Alon Zakai
2011-06-24
fix and optimize library aliases by making them refer instead of copy
Alon Zakai
2011-06-12
revert c24c10ea77e612937f1d3e36b5909ada62587b76
Alon Zakai
[next]