aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai
2013-04-29fix sscanf, note that all varargs are 64-bit alignedAlon Zakai
2013-04-29fix handling of empty structsAlon Zakai
2013-04-29remove unused lineAlon Zakai
2013-04-29align the stack to 64 bits in le32Alon Zakai
2013-04-29allow size to be null in getAlignSize, for native typesAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29refactor struct detection of alignment sizeAlon Zakai
2013-04-29align i64s and doubles to 64-bit boundariesAlon Zakai
2013-04-23Persist return value for wrapped functionsAnthony Pesch
2013-04-19support for Runtime.addFunction in asm.jsAlon Zakai
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