Age | Commit message (Expand) | Author |
2012-01-24 | do not check for corrections in makeSignOp if we are ignoring corrections | Alon Zakai |
2012-01-24 | fix i64 mode 1 bitshifts, and improve printing of i64 mode 1s | Alon Zakai |
2012-01-23 | fix tempDouble aliases | Alon Zakai |
2012-01-23 | comment | Alon Zakai |
2012-01-23 | unaligned loads and stores for floats and doubles | Alon Zakai |
2012-01-23 | refactor tempDouble to use space in normal memory, not a separate buffer | Alon Zakai |
2012-01-23 | fix unaligned reads | Alon Zakai |
2012-01-23 | fix typo | Alon Zakai |
2012-01-23 | support unaligned reads/writes in ta2; fixes test_cubescript | Alon Zakai |
2012-01-23 | always include memcpy | Alon Zakai |
2012-01-21 | do not generate annotations when disassembling bitcode | Alon Zakai |
2012-01-20 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-20 | fix bug with atomic ops not marked as having side effects, so we eliminated t... | Alon Zakai |
2012-01-20 | Unify the 2D and WebGL contexts | Ehsan Akhgari |
2012-01-20 | Implement a few OpenGL functions for the baby-step demo | Ehsan Akhgari |
2012-01-20 | Load the GL library | Ehsan Akhgari |
2012-01-20 | Enable SDL to create a 2D or WebGL context depending on what the caller wants | Ehsan Akhgari |
2012-01-18 | move dlmalloc to system/lib | Alon Zakai |
2012-01-18 | LINKABLE options, disabling dead code elimination for shared libraries and ma... | Alon Zakai |
2012-01-18 | metadata parsing bugfix | Alon Zakai |
2012-01-18 | Merge branch 'master' into libcxx | Alon Zakai |
2012-01-18 | add return value in munmap | Alon Zakai |
2012-01-18 | Add small optimization for allocate when zeroing the array | Jeff Terrace |
2012-01-18 | Optimized mmap implementation to use malloc and memset instead of allocate. | Jeff Terrace |
2012-01-17 | add some library stubs | Alon Zakai |
2012-01-17 | handle atomic operations appearing in libc++ | Alon Zakai |
2012-01-16 | default to replacing x86_fp80 with doubles, because libcxx is full of long do... | Alon Zakai |
2012-01-16 | remove iostream from library | Alon Zakai |
2012-01-16 | some libcxx js stubs | Alon Zakai |
2012-01-16 | make root writable by default, removing the need to add root.write = true | Alon Zakai |
2012-01-16 | remove hack for ignorePermissions in the filesystem API, which removes the ne... | Alon Zakai |
2012-01-16 | refactor runtime init and exit code | Alon Zakai |
2012-01-15 | add js benchmark utility | Alon Zakai |
2012-01-14 | remove some unneeded processing in relooper | Alon Zakai |
2012-01-14 | optimizer relooper by finding allInLabels only in changed labels in each iter... | Alon Zakai |
2012-01-14 | simplify relooper code following optimizations | Alon Zakai |
2012-01-14 | optimize relooper by calculating only allInLabels and inferring allOutLabels ... | Alon Zakai |
2012-01-14 | remove unneeded slice() in relooper | Alon Zakai |
2012-01-14 | optimize relooper by not sorting and comparing stringifications; we can compa... | Alon Zakai |
2012-01-13 | fix SDL audio generation | Alon Zakai |
2012-01-12 | Merge pull request #170 from FishingCactus/class_exception | Alon Zakai |
2012-01-12 | Fix exception resuming | julien.hamaide |
2012-01-12 | Fix library exception function to work with QUANTUM_SIZE=1 | julien.hamaide |
2012-01-11 | do not blow up the stack with lots of varargs | Alon Zakai |
2012-01-11 | Catching specific exception type now works | julien.hamaide |
2012-01-10 | comment | Alon Zakai |
2012-01-10 | Merge pull request #169 from jterrace/mmap_malloc_dlmalloc_fixes | Alon Zakai |
2012-01-10 | compress pointer type names in constant globals, if not using SAFE_HEAP | Alon Zakai |
2012-01-10 | align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ... | Alon Zakai |
2012-01-10 | Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u... | Jeff Terrace |