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
Age
Commit message (
Collapse
)
Author
2013-07-03
warn on undefined global variables after linking
Alon Zakai
2013-07-03
refactor sendings linking
Alon Zakai
2013-07-03
refactor linking of imports
Alon Zakai
2013-07-03
add missing newline
Alon Zakai
2013-07-03
testing for using libc in a side module, and forcing inclusion of libc ↵
Alon Zakai
making it work
2013-07-03
allow picking a library to force inclusion of in EMCC_FORCE_STDLIBS
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
docs
Alon Zakai
2013-07-03
testing for linking with malloc
Alon Zakai
2013-07-03
simplify heap initializer merging
Alon Zakai
2013-07-03
prepare for libc++ linking test
Alon Zakai
2013-07-03
add various aborting stubs for libc stuff used in libc++
Alon Zakai
2013-07-03
coerce in cmpxchg
Alon Zakai
2013-07-03
include fastLong in FULL_LIBRARY
Alon Zakai
2013-07-03
emit proper filler functions in merged function tables
Alon Zakai
2013-07-03
do not add imports that are implemented by the main module
Alon Zakai
2013-07-03
handle function table updates with nested braces
Alon Zakai
2013-07-03
fix enlarging of merged function tables
Alon Zakai
2013-07-03
fix non-linking of C libs in side modules
Alon Zakai
2013-07-03
finish function table merging and enable testing
Alon Zakai
2013-07-03
refactor invoke generation and add missing invokes when linking
Alon Zakai
2013-07-03
do not link in C libraries in side modules
Alon Zakai
2013-07-03
assert on no nesting in function table updates during linking
Alon Zakai
2013-07-03
wip test for merging function tables
Alon Zakai
2013-07-03
update function table masks
Alon Zakai
2013-07-03
merge function tables
Alon Zakai
2013-07-03
link docs
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-07-03
apply replacements to module defs, and add testing for merging of ↵
Alon Zakai
overlapping global initializers
2013-07-03
apply replacements to exports
Alon Zakai
2013-07-03
apply replacements in global initializer merging
Alon Zakai
2013-07-03
merge global initializers
Alon Zakai
2013-07-03
standardize global initializers syntax
Alon Zakai
2013-07-03
add optional header to test_static_link
Alon Zakai
2013-07-03
fix memory initializer counting and add test for merging of two of them
Alon Zakai
2013-07-03
fix heap merging, add padding and offset adjustment, basic test passes in ↵
Alon Zakai
reverse as well
2013-07-03
merge module defs
Alon Zakai
2013-07-03
merge exports
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-03
refactor test
Alon Zakai
2013-07-03
first working static linking test
Alon Zakai
2013-07-03
move memory initializer pattern to shared
Alon Zakai
2013-07-03
cleanup
Alon Zakai
2013-07-03
test improvements
Alon Zakai
2013-07-03
cleanups
Alon Zakai
2013-07-03
ifdef out gl emulation when disabled
Alon Zakai
2013-07-03
remove duplicate function marker
Alon Zakai
2013-07-03
fix detection of whether we know which are the generated functions in js ↵
Alon Zakai
optimizer
2013-07-03
allow extra info in js optimizer, and send relocate pass info that way
Alon Zakai
2013-07-03
invoke relocation pass in js optimizer
Alon Zakai
[next]