aboutsummaryrefslogtreecommitdiff
path: root/src/modules.js
AgeCommit message (Expand)Author
2014-06-09apply library synonyms using wrapper functions, to avoid needing hacks in the...1.19.2Alon Zakai
2014-04-22ignore readnone in paramsAlon Zakai
2014-01-24Merge pull request #2035 from juj/html5_events1.9.4Alon Zakai
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki
2014-01-23better error reporting on errors in js libraries; fixes #2033Alon Zakai
2014-01-22Implement C-based events library for various HTML5 APIs.Jukka Jylänki
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2013-12-31implementation of libuuidFraser Adams
2013-12-16fix varargs signature generation, '...' is optional and both cases must be ha...Alon Zakai
2013-12-14export code for CallHandlers.hAlon Zakai
2013-12-10do not skip vector types in function signaturesAlon Zakai
2013-11-30send EXPORTED_FUNCTIONS to fastcomp glueAlon Zakai
2013-11-26Implemented #1573. All functions marked as "used" will be automatically added...ngld
2013-11-20hack up support for 'glue' phase in js compiler, to just generate glue for ba...Alon Zakai
2013-11-15ignore llvm ir fast-math notation; fixes #1762Alon Zakai
2013-11-14don't evaluate function table aliases containing relocation offsets; fixes #1807Alon Zakai
2013-10-29simplify wrapper asm coercionsAlon Zakai
2013-10-29cast to double before float in function pointer wrappersAlon Zakai
2013-10-25do not send floats to ffisAlon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-25add fpext and fptrunc to list of llvm conversions, so we differentiate float/...Alon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-09remove old function indexing codeAlon Zakai
2013-10-02optimize Math.x to Math_xAlon Zakai
2013-10-02align function tables in non-asm modeAlon Zakai
2013-10-02make function pointer aliasing configurableAlon Zakai
2013-10-01optimize asm function table emittingAlon Zakai
2013-09-27 - added idbfs and nodefsAnthony Pesch
2013-09-23remove framework entirelyAlon Zakai
2013-09-08track if there is inline js, and if so do not mark as valid asm.jsAlon Zakai
2013-09-03do not eliminate supposedly stub functions in side modules, as they may be im...Alon Zakai
2013-08-16generate separate function table wrappers for a single library function alias...Alon Zakai
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-09 - merged FS and VFS namespacesAnthony Pesch
2013-08-08metadata parsing tweaksAlon Zakai
2013-08-05initial VFS workAnthony Pesch
2013-07-15fix Functions.getSignature to handle non-legalized dataAlon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-11Implement self-dlopen.Jez Ng
2013-07-03emit F_BASEAlon Zakai
2013-07-03refactor getIndex calls to include the signatureAlon Zakai
2013-07-03clone aliased functions in shared modulesAlon Zakai
2013-06-20In metadata, store paths parsed from .ll files using forward slashes on Windo...Jukka Jylänki
2013-06-10warn if setjmp is used as a function pointerAlon Zakai
2013-05-16when not aliasing tables, keep them all at full size to avoid aliasing throug...Alon Zakai
2013-05-15emit each function table of its own sizeAlon Zakai
2013-05-15refactor code to generate empty function tablesAlon Zakai
2013-05-15do not index functions in postAlon Zakai
2013-05-13don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias reso...Alon Zakai
2013-05-08fix FI_* of Math.*Alon Zakai