aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
2013-09-10handle flexible arrays at the end of structs, whose elements are themselves s...Alon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03typo fix, index is in arguments[0]Anthony Pesch
2013-09-03fix cleanup code to not happen in main moduleAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-08-20Only check needed > 0 if it was formerly > 0Aidan Hobson Sayers
2013-08-20Clearer (and faster?), as per jij's suggestionAidan Hobson Sayers
2013-08-20Fix 4 byte utf8 charactersAidan Hobson Sayers
2013-07-29accept [0 x ..] in the middle of structures, odd as it might seem, this is va...Alon Zakai
2013-07-23properly handle generation of instances of structures ending in [0 x ..]Alon Zakai
2013-07-23fix structure size when it has a [0 x ..] at the end - that should add nothingAlon Zakai
2013-07-07rename __stackbase__ to spAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai
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