aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
AgeCommit message (Expand)Author
2012-12-31forward unindexable globals to asmAlon Zakai
2012-12-31fix parseInt64Alon Zakai
2012-12-13Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-13replace noticePtr hack with makeGlobalUse that detects use before indexing an...Alon Zakai
2012-12-13treat externals as globals in asmAlon Zakai
2012-12-13emit numeric constants for global variables, using our knowledge of the fixed...Alon Zakai
2012-12-13chunk very large array literals in global constants, to avoid 'array initiali...Alon Zakai
2012-12-12coerce to float in uitofp/sitofp in asmAlon Zakai
2012-12-12refactor makeRounding in asmAlon Zakai
2012-12-12support for Math.imulAlon Zakai
2012-12-12make explicit double multiplying of ints in int multiplyAlon Zakai
2012-12-10simplify varargs to always have an explicit last parameter called varrpAlon Zakai
2012-12-09fix resume with legalized structuralsAlon Zakai
2012-12-07emit asm coercions on returnsAlon Zakai
2012-12-07asm glue for tempRet*Alon Zakai
2012-12-07properly count pointer sizes in structural typesAlon Zakai
2012-12-07restore makeLLVMStruct in non-legalizing modeAlon Zakai
2012-12-07fix non-legalized structural returns and invokesAlon Zakai
2012-12-07legalize illegal parts of structural typesAlon Zakai
2012-12-07standardize tempRet to start at 0Alon Zakai
2012-12-07legalize landingpadAlon Zakai
2012-12-07legalize loads and stores of entire structuresAlon Zakai
2012-12-07start to legalize structural return values into one direct return plus the re...Alon Zakai
2012-12-07start to legalize structural typesAlon Zakai
2012-12-07force-unroll in asm, to avoid creating non-asm-ey loopsAlon Zakai
2012-12-0764-bit dynamic shifts in asmAlon Zakai
2012-12-07i64Math in asmAlon Zakai
2012-12-07expose tempDoublePtr to asmAlon Zakai
2012-12-07remove outdated commentsAlon Zakai
2012-12-07add parens to asm coercions for safetyAlon Zakai
2012-12-07fix asm initializers for int implementedAlon Zakai
2012-12-07define local vars asm.js styleAlon Zakai
2012-12-07asm.js function parameter preambleAlon Zakai
2012-12-07explicit asm.js float-to-int conversionAlon Zakai
2012-12-07only do asm.js heap corrections/guards in funcs phase, to not confused handwr...Alon Zakai
2012-12-07guard against heap read values in asm.jsAlon Zakai
2012-12-07asm.js memory maskingAlon Zakai
2012-12-07put library signatures in separate storage instead of reusing libraryFunctionsAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07properly implement uitofp/sitofp using our existing code for that; fixes #745Alon Zakai
2012-11-27avoid overhead in named globals buildsAlon Zakai
2012-11-27do not index globals referred to by name in libraryAlon Zakai
2012-11-27llvm global ctors is not indexableAlon Zakai
2012-11-27fix global indexing bugsAlon Zakai
2012-11-27do global indexing up frontAlon Zakai
2012-11-27external globals and not indexableAlon Zakai
2012-11-27fix assignment to indexed globalAlon Zakai
2012-11-27always use names for aliasesAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai