aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.js
AgeCommit message (Expand)Author
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
2011-07-31Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();max99x
2011-07-30Minor documentation and error message polish.max99x
2011-07-24Made sure generateStructInfo() silently returns null on failure.max99x
2011-07-22Refactored the new struct layouter to work with QUANTUM_SIZE != 4.max99x
2011-07-17let generateStructInfo process nested structsAlon Zakai
2011-07-17clean up generateStructInfoAlon Zakai
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-2564-bit bitopsAlon Zakai
2011-05-20add __size__ to output of generateStructInfoAlon Zakai
2011-05-19SKIP_STACK_IN_SMALL optionAlon Zakai
2011-05-14library stuffAlon Zakai
2011-04-18refactor assertions and parsing codeAlon Zakai
2011-04-16proper support for packed structsAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-02-22global Types object refactoringAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-12fix for compiling with spidermonkeyAlon Zakai
2011-01-31misc cleanups and fixesAlon Zakai
2011-01-29fix for structure alignment handling +testAlon Zakai
2011-01-11make memory initialization optional, and default to initializing the stack onlyAlon Zakai
2010-12-25comments + clean up compiler.jsAlon Zakai
2010-12-25clean up getNativeFieldSizeAlon Zakai
2010-12-18utilize llvm optAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-09code cleanup of |,;|sDavid LaPalomento
2010-11-28paranoid memory initialization in typed arrays, lua demo update (with missing...Alon Zakai
2010-11-27commentAlon Zakai