aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
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
2012-01-10align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...Alon Zakai
2012-01-10optimize varargs calls by avoiding calling allocate thereAlon Zakai
2012-01-06prevent stack from being exhausted due to allocas and byval argumentsAlon Zakai
2012-01-04better error when running out of stackAlon Zakai
2011-12-19remove assertion on allocating 0 bytes (now that we allow negative allocation...Alon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-07parseInt test is problematic, mark it as such, and fix some i64 issues with r...Alon Zakai
2011-12-06two small fixes, for benchmarks and memory growthAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-12-01code cleanup, do not do heavy operations in parameters to print or assertAlon Zakai
2011-09-17restore stack in fprintf to prevent memory issues with lots of printing insid...Alon Zakai
2011-09-14intentionally do reSign in printing %dAlon Zakai
2011-09-01fix bugs with parsing anonymous structure typesAlon Zakai
2011-08-15allow generateStructInfo to work at runtime with structMetadataAlon Zakai