aboutsummaryrefslogtreecommitdiff
path: root/src/modules.js
AgeCommit message (Expand)Author
2013-03-01handle calls to aliases in asmAlon Zakai
2013-02-26emit function table names in SAFE_DYNCALL modeAlon Zakai
2013-02-26show signature in dyncall errors, and simplify approachAlon Zakai
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26add some newlines in very large function tables, to avoid emitting ridiculous...Alon Zakai
2013-01-24optimize gettimeofdayAlon Zakai
2013-01-22fix function table type defsAlon Zakai
2013-01-22make function indexing replacements JSON-friendlyAlon Zakai
2013-01-20fix varargs by pointer in asmAlon Zakai
2013-01-20create asm function table wrappers for all non-implemented functionsAlon Zakai
2013-01-20read function signatures from libraryAlon Zakai
2013-01-20refactor getProcAddressAlon Zakai
2013-01-20option for getIndex to not request indexing, and just retrieve the index if a...Alon Zakai
2013-01-19fix asm function table wrappersAlon Zakai
2013-01-19do not wrap function table functions in non-asm modeAlon Zakai
2013-01-18fix function table wrapper coercionsAlon Zakai
2013-01-18detect correct type of all LLVM conversionsAlon Zakai
2013-01-18wrap library functions before putting them in asm function tablesAlon Zakai
2013-01-15handle phis from indirectbrAlon Zakai
2013-01-14fix type of [i|f]cmpAlon Zakai
2013-01-10properly name Math.* redirects in function tableAlon Zakai
2013-01-10call library aliases directly by their target nameAlon Zakai
2013-01-01support function pointers in multiphaseAlon Zakai
2012-12-31Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-27allow (unoptimal) single-phase compiler.js invocationAlon Zakai
2012-12-07set asm function table sizes to power of two, and add proper maskingAlon Zakai
2012-12-07take into account legalization of i64s into i32s in function signaturesAlon Zakai
2012-12-07ensure some more function tablesAlon Zakai
2012-12-07export global constructors from asm.js and get them dynamically in the outsid...Alon Zakai
2012-12-07always emit function table in non-asm modeAlon Zakai
2012-12-07export function tablesAlon Zakai
2012-12-07clean up function table generating codeAlon Zakai
2012-12-07move asm.js function tables into asmAlon Zakai
2012-12-07put library signatures in separate storage instead of reusing libraryFunctionsAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07always forward library functionsAlon Zakai
2012-12-07ignore varargs in getSignatureAlon Zakai
2012-12-07function table fixesAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07add asm imports and exports, hello world worksAlon Zakai
2012-12-07export implementedFunctions when necessary for asm.jsAlon Zakai
2012-11-27do not index globals referred to by name in libraryAlon Zakai
2012-11-27do global indexing up frontAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-22forward only the actually necessary data between emscript phasesAlon Zakai
2012-11-19ignore thread_local linkageAlon Zakai
2012-11-19support/ignore cc11Alon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai