aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-11Document canvasPoolFelix H. Dahlke
2013-07-08Fix GC pauses by reusing canvas elementsFelix H. Dahlke
2013-07-07comment on ccall array type being 8 bitAlon Zakai
2013-07-07keep free() alive like malloc()Alon Zakai
2013-07-06disable -fno-threadsafe-statics, issue #1289Alon Zakai
2013-07-04commentsAlon Zakai
2013-07-03improve warning textAlon Zakai
2013-07-03fix test_static_link for the case where spidermonkey shell is not in JS_ENGINESAlon Zakai
2013-07-03Merge pull request #1341 from inolen/pointer_stringify_hangAlon Zakai
2013-07-03move emlink docs to wiki; add link to themAlon Zakai
2013-07-03add working bullet static linking testAlon Zakai
2013-07-03force-include .a contents of multiple archives when they are the only inputs ...Alon Zakai
2013-07-03enable working zlib static linking testAlon Zakai
2013-07-03force-include .a contents when it is the only input aside from linked librariesAlon Zakai
2013-07-03fix test_source_mapAlon Zakai
2013-07-03parse i64-to-ptr conversions of constants at compile timeAlon Zakai
2013-07-03fix test_openjpegAlon Zakai
2013-07-03stop emitting no-longer-needed alias constantsAlon Zakai
2013-07-03move runPostSets into asm moduleAlon Zakai
2013-07-03run postSets in a global initializer, before all other global initializersAlon Zakai
2013-07-03remove old commentAlon Zakai
2013-07-03add function pointers testAlon Zakai
2013-07-03fix test harnessAlon Zakai
2013-07-03fix f_bases handling in static linkerAlon Zakai
2013-07-03refactor static link test and add todoAlon Zakai
2013-07-03emit F_BASEAlon Zakai
2013-07-03do not relocate function pointers when no need to (no such table in parent)Alon Zakai
2013-07-03refactor getIndex calls to include the signatureAlon Zakai
2013-07-03handle multiple F_BASE_.. in relocationAlon Zakai
2013-07-03always do globaldce (and potentially strip-debug), even when we are building ...Alon Zakai
2013-07-03mark internal globals as private as wellAlon Zakai
2013-07-03fix relocation of global linkable variables, enable iostream module linking testAlon Zakai
2013-07-03add a naming to globals that can be linked and used across modulesAlon Zakai
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 making...Alon Zakai
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