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
/
emlink.py
Age
Commit message (
Expand
)
Author
2013-08-01
add tools to split and merge asm modules from the surrounding code
Alon Zakai
2013-08-01
refactor asm module parsing code into separate file
Alon Zakai
2013-07-30
fix and test for multiple static linking
Alon Zakai
2013-07-30
add asm sending for missing symbols
Alon Zakai
2013-07-03
improve warning text
Alon Zakai
2013-07-03
move emlink docs to wiki; add link to them
Alon Zakai
2013-07-03
remove old comment
Alon Zakai
2013-07-03
fix f_bases handling in static linker
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
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 making...
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
docs
Alon Zakai
2013-07-03
simplify heap initializer merging
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
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
assert on no nesting in function table updates during linking
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
apply replacements to module defs, and add testing for merging of overlapping...
Alon Zakai
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
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 rev...
Alon Zakai
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
move memory initializer pattern to shared
Alon Zakai
2013-07-03
cleanup
Alon Zakai
2013-07-03
cleanups
Alon Zakai
2013-07-03
remove duplicate function marker
Alon Zakai
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
2013-07-03
start writing out a combined module
Alon Zakai
2013-07-03
refactor and calculate new imports
Alon Zakai
2013-07-03
start to parse imports
Alon Zakai
2013-07-03
start to parse asm modules
Alon Zakai
2013-07-03
comment
Alon Zakai
2013-07-03
initial setup
Alon Zakai