aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-11add ASSERTIONS to asm2g, and fix assertions for asmAlon Zakai
2013-03-08do not emit function names on runtime functionsAlon Zakai
2013-03-05Merge pull request #897 from lptr/unregister_functionsAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-03No need for 'func' parameterLorant Pinter
2013-03-03Added Runtime.removeFunction()Lorant Pinter
2013-02-18clean up unneeded CorrectionsMonitor stuff; fixes test_unsignedAlon Zakai
2013-02-17remove not-yet-needed assert in addFunctionAlon Zakai
2013-02-06fix struct.utsname and allow simple bN syntax in struct definitions for field...Alon Zakai
2013-02-04Fix typos.Bruce Mitchener
2013-01-28make safe heap work in asmAlon Zakai
2013-01-22asm coercions in i64 to doubleAlon Zakai
2013-01-19support arguments object as args in asm dynCallAlon Zakai
2013-01-18coerce memset paramsAlon Zakai
2013-01-15make bitshift64 use integer constants for the opAlon Zakai
2012-12-07emit proper stackbase in asmAlon Zakai
2012-12-07fix getFuncWrapperAlon Zakai
2012-12-0764-bit dynamic shifts in asmAlon Zakai
2012-12-07dynCall assertionsAlon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07move stack manipulation into asmAlon Zakai
2012-12-07fix function table addition codeAlon Zakai
2012-12-07make stack operations asm-friendlyAlon Zakai
2012-12-07remove text from overly-verbose assertionsAlon Zakai
2012-12-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-10-19IE fixesAlon Zakai
2012-07-28if generateStructInfo gets invalid data, return null, do not throw: possibly ...Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-14refactor utf8processingAlon Zakai
2012-05-13misc tweaks and add wip cube_explosion testAlon Zakai
2012-05-05rename Browser.getAsyncCall to Runtime.getFuncWrapperAlon Zakai
2012-04-30fix warnOnceAlon Zakai
2012-04-30show missing preloaded image/audio files only onceAlon Zakai
2012-04-28prettyPrint bools as intsAlon Zakai
2012-04-28make debug prettyPrint more accurate on object identitiesAlon Zakai
2012-04-23make gl and library debug options start on, when enabled at compile timeAlon Zakai
2012-04-20print hex numbers alongside decimal in gl and library debugAlon Zakai
2012-04-20make library and gl debug configurable at runtime, and share the pretty print...Alon Zakai
2012-04-08beginning of SDL_GL_GetProcAddressAlon Zakai
2012-02-11fix runtime (nonconstant) bitshiftsAlon Zakai
2012-02-11initial work on legalizing i64sAlon Zakai
2012-02-08refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro...Alon Zakai
2012-02-06optimize memory alignment calculationsAlon Zakai
2012-02-01re-enable support for non-fixed i64 bitshiftsAlon Zakai
2012-01-31do not rely on debug metadata (which can be lost in llvm unsafe opts) for str...Alon Zakai
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-11do not blow up the stack with lots of varargsAlon Zakai