Age | Commit message (Expand) | Author |
2012-10-19 | IE fixes | Alon Zakai |
2012-07-28 | if generateStructInfo gets invalid data, return null, do not throw: possibly ... | Alon Zakai |
2012-07-15 | utf parsing in writeStringToMemory as well | Alon Zakai |
2012-07-14 | refactor utf8processing | Alon Zakai |
2012-05-13 | misc tweaks and add wip cube_explosion test | Alon Zakai |
2012-05-05 | rename Browser.getAsyncCall to Runtime.getFuncWrapper | Alon Zakai |
2012-04-30 | fix warnOnce | Alon Zakai |
2012-04-30 | show missing preloaded image/audio files only once | Alon Zakai |
2012-04-28 | prettyPrint bools as ints | Alon Zakai |
2012-04-28 | make debug prettyPrint more accurate on object identities | Alon Zakai |
2012-04-23 | make gl and library debug options start on, when enabled at compile time | Alon Zakai |
2012-04-20 | print hex numbers alongside decimal in gl and library debug | Alon Zakai |
2012-04-20 | make library and gl debug configurable at runtime, and share the pretty print... | Alon Zakai |
2012-04-08 | beginning of SDL_GL_GetProcAddress | Alon Zakai |
2012-02-11 | fix runtime (nonconstant) bitshifts | Alon Zakai |
2012-02-11 | initial work on legalizing i64s | Alon Zakai |
2012-02-08 | refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro... | Alon Zakai |
2012-02-06 | optimize memory alignment calculations | Alon Zakai |
2012-02-01 | re-enable support for non-fixed i64 bitshifts | Alon Zakai |
2012-01-31 | do not rely on debug metadata (which can be lost in llvm unsafe opts) for str... | Alon Zakai |
2012-01-24 | fix some i64 printing rounding errors | Alon Zakai |
2012-01-24 | fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s | Alon Zakai |
2012-01-11 | do not blow up the stack with lots of varargs | Alon Zakai |
2012-01-10 | align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ... | Alon Zakai |
2012-01-10 | optimize varargs calls by avoiding calling allocate there | Alon Zakai |
2012-01-06 | prevent stack from being exhausted due to allocas and byval arguments | Alon Zakai |
2012-01-04 | better error when running out of stack | Alon Zakai |
2011-12-19 | remove assertion on allocating 0 bytes (now that we allow negative allocation... | Alon Zakai |
2011-12-16 | fix bug with accessing memory beyond TOTAL_MEMORY through sbrk | Alon Zakai |
2011-12-07 | parseInt test is problematic, mark it as such, and fix some i64 issues with r... | Alon Zakai |
2011-12-06 | two small fixes, for benchmarks and memory growth | Alon Zakai |
2011-12-06 | initial work on memory growth | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-12-01 | code cleanup, do not do heavy operations in parameters to print or assert | Alon Zakai |
2011-09-17 | restore stack in fprintf to prevent memory issues with lots of printing insid... | Alon Zakai |
2011-09-14 | intentionally do reSign in printing %d | Alon Zakai |
2011-09-01 | fix bugs with parsing anonymous structure types | Alon Zakai |
2011-08-15 | allow generateStructInfo to work at runtime with structMetadata | Alon Zakai |
2011-07-31 | Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize(); | max99x |
2011-07-30 | Minor documentation and error message polish. | max99x |
2011-07-24 | Made sure generateStructInfo() silently returns null on failure. | max99x |
2011-07-22 | Refactored the new struct layouter to work with QUANTUM_SIZE != 4. | max99x |
2011-07-17 | let generateStructInfo process nested structs | Alon Zakai |
2011-07-17 | clean up generateStructInfo | Alon Zakai |
2011-07-16 | refactor and simplify library loading in order to make type info available there | Alon Zakai |
2011-06-05 | fix alignment issues with USE_TYPED_ARRAYS == 2 | Alon Zakai |
2011-06-03 | refactoring in preparation for TYPED_ARRAYS==2 (disabled) | Alon Zakai |
2011-05-25 | 64-bit bitops | Alon Zakai |
2011-05-20 | add __size__ to output of generateStructInfo | Alon Zakai |