aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-09clean up stack space allocated by a varargs function call immediately after i...Alon Zakai
2013-08-09use a local variable for varargs temp stack positionAlon Zakai
2013-07-24do invoke_* on LLVM invokes using function pointers; fixes #1423Alon Zakai
2013-07-22fix regression of double-counting varargsAlon Zakai
2013-07-21notice varargs when creating library function wrappersAlon Zakai
2013-07-15fix both number of arguments and return type based on implementation informat...Alon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-11Filter out unnamed_addr globals from symbol table.Jez Ng
2013-07-11Implement self-dlopen.Jez Ng
2013-07-09only remove unneeded arguments based on library sigs for llvm intrinsics (whi...Alon Zakai
2013-07-07rename __stackbase__ to spAlon Zakai
2013-07-03stop emitting no-longer-needed alias constantsAlon Zakai
2013-07-03run postSets in a global initializer, before all other global initializersAlon Zakai
2013-07-03refactor getIndex calls to include the signatureAlon 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-03coerce in cmpxchgAlon Zakai
2013-07-03include fastLong in FULL_LIBRARYAlon Zakai
2013-07-03clone aliased functions in shared modulesAlon Zakai
2013-07-03standardize global initializers syntaxAlon Zakai
2013-07-01Merge pull request #1335 from inolen/module_exportsAlon Zakai
2013-07-01 - Added MODULE_NAME setting to control global module exportAnthony Pesch
2013-06-28fixed comment typosAnthony Pesch
2013-06-28don't explicitly initialize uninitialized globalsAnthony Pesch
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
2013-06-22Fix line numbering for invoke instructions.Jez Ng
2013-06-21decrease indentation in jsifierAlon Zakai
2013-06-20ensure a coercion on invoke callsAlon Zakai
2013-06-18IMPROVED: va_list offset is not hardcoded, added commentsmanny/MADE
2013-06-13do not eliminate dead code in EXPORT_ALLAlon Zakai
2013-06-02fix typo in glGenVertexArrays__depsAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-25use smaller special label for longjmpAlon Zakai
2013-05-25do not emit resumeException when exceptions are disabledAlon Zakai
2013-05-23fix argument counting regression from 5efd506 ; fixes #1202Alon Zakai
2013-05-21fix invokes of abortAlon Zakai
2013-05-21fix asm.js coercionAlon Zakai
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
2013-05-21Convert threwValue check to boolean expressionAnthony Pesch
2013-05-19trigger setjmp on negative valuesAnthony Pesch
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-05-04emit aborting stubs for DEAD_FUNCTIONSAlon Zakai
2013-05-02only emit aborting function stubs on undefined symbols in asm modeAlon Zakai
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02use full alignment in varargsAlon Zakai