aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-03warn on undefined global variables after linkingAlon Zakai
2013-07-03refactor sendings linkingAlon Zakai
2013-07-03refactor linking of importsAlon Zakai
2013-07-03add missing newlineAlon Zakai
2013-07-03testing for using libc in a side module, and forcing inclusion of libc ↵Alon Zakai
making it work
2013-07-03allow picking a library to force inclusion of in EMCC_FORCE_STDLIBSAlon Zakai
2013-07-03finalize floats during relocation in side modulesAlon Zakai
2013-07-03docsAlon Zakai
2013-07-03testing for linking with mallocAlon Zakai
2013-07-03simplify heap initializer mergingAlon Zakai
2013-07-03prepare for libc++ linking testAlon Zakai
2013-07-03add various aborting stubs for libc stuff used in libc++Alon Zakai
2013-07-03coerce in cmpxchgAlon Zakai
2013-07-03include fastLong in FULL_LIBRARYAlon Zakai
2013-07-03emit proper filler functions in merged function tablesAlon Zakai
2013-07-03do not add imports that are implemented by the main moduleAlon Zakai
2013-07-03handle function table updates with nested bracesAlon Zakai
2013-07-03fix enlarging of merged function tablesAlon Zakai
2013-07-03fix non-linking of C libs in side modulesAlon Zakai
2013-07-03finish function table merging and enable testingAlon Zakai
2013-07-03refactor invoke generation and add missing invokes when linkingAlon Zakai
2013-07-03do not link in C libraries in side modulesAlon Zakai
2013-07-03assert on no nesting in function table updates during linkingAlon Zakai
2013-07-03wip test for merging function tablesAlon Zakai
2013-07-03update function table masksAlon Zakai
2013-07-03merge function tablesAlon Zakai
2013-07-03link docsAlon Zakai
2013-07-03clone aliased functions in shared modulesAlon Zakai
2013-07-03apply replacements to module defs, and add testing for merging of ↵Alon Zakai
overlapping global initializers
2013-07-03apply replacements to exportsAlon Zakai
2013-07-03apply replacements in global initializer mergingAlon Zakai
2013-07-03merge global initializersAlon Zakai
2013-07-03standardize global initializers syntaxAlon Zakai
2013-07-03add optional header to test_static_linkAlon Zakai
2013-07-03fix memory initializer counting and add test for merging of two of themAlon Zakai
2013-07-03fix heap merging, add padding and offset adjustment, basic test passes in ↵Alon Zakai
reverse as well
2013-07-03merge module defsAlon Zakai
2013-07-03merge exportsAlon Zakai
2013-07-03begin work on memory relocationAlon Zakai
2013-07-03refactor testAlon Zakai
2013-07-03first working static linking testAlon Zakai
2013-07-03move memory initializer pattern to sharedAlon Zakai
2013-07-03cleanupAlon Zakai
2013-07-03test improvementsAlon Zakai
2013-07-03cleanupsAlon Zakai
2013-07-03ifdef out gl emulation when disabledAlon Zakai
2013-07-03remove duplicate function markerAlon Zakai
2013-07-03fix detection of whether we know which are the generated functions in js ↵Alon Zakai
optimizer
2013-07-03allow extra info in js optimizer, and send relocate pass info that wayAlon Zakai
2013-07-03invoke relocation pass in js optimizerAlon Zakai