aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-20fix bug with atomic ops not marked as having side effects, so we eliminated t...Alon Zakai
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Implement a few OpenGL functions for the baby-step demoEhsan Akhgari
2012-01-20Load the GL libraryEhsan Akhgari
2012-01-20Enable SDL to create a 2D or WebGL context depending on what the caller wantsEhsan Akhgari
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai
2012-01-18metadata parsing bugfixAlon Zakai
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add return value in munmapAlon Zakai
2012-01-18Add small optimization for allocate when zeroing the arrayJeff Terrace
2012-01-18Optimized mmap implementation to use malloc and memset instead of allocate.Jeff Terrace
2012-01-17add some library stubsAlon Zakai
2012-01-17handle atomic operations appearing in libc++Alon Zakai
2012-01-16default to replacing x86_fp80 with doubles, because libcxx is full of long do...Alon Zakai
2012-01-16remove iostream from libraryAlon Zakai
2012-01-16some libcxx js stubsAlon Zakai
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-16refactor runtime init and exit codeAlon Zakai
2012-01-15add js benchmark utilityAlon Zakai
2012-01-14remove some unneeded processing in relooperAlon Zakai
2012-01-14optimizer relooper by finding allInLabels only in changed labels in each iter...Alon Zakai
2012-01-14simplify relooper code following optimizationsAlon Zakai
2012-01-14optimize relooper by calculating only allInLabels and inferring allOutLabels ...Alon Zakai
2012-01-14remove unneeded slice() in relooperAlon Zakai
2012-01-14optimize relooper by not sorting and comparing stringifications; we can compa...Alon Zakai
2012-01-13fix SDL audio generationAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
2012-01-12Fix exception resumingjulien.hamaide
2012-01-12Fix library exception function to work with QUANTUM_SIZE=1julien.hamaide
2012-01-11do not blow up the stack with lots of varargsAlon Zakai
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-10commentAlon Zakai
2012-01-10Merge pull request #169 from jterrace/mmap_malloc_dlmalloc_fixesAlon Zakai
2012-01-10compress pointer type names in constant globals, if not using SAFE_HEAPAlon Zakai
2012-01-10align stack to QUANTUM_SIZE in ta2 properly, avoiding unnecessary checks and ...Alon Zakai
2012-01-10Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u...Jeff Terrace
2012-01-10optimize varargs calls by avoiding calling allocate thereAlon Zakai
2012-01-09fix crash bug in processing a mathop with a param2 without an identAlon Zakai
2012-01-09tweak unrolling parameters and add copy benchmark that uses ta2Alon Zakai
2012-01-09notice alignment in byval paramsAlon Zakai
2012-01-09optimize memcpy/memset in ta0/1Alon Zakai
2012-01-08fix safe heap usage in memcpy for ta0Alon Zakai
2012-01-08optimize ta2 memset/memcpy loopsAlon Zakai
2012-01-08fix ta1 breakageAlon Zakai
2012-01-08fix breakage in ta0 and ta1Alon Zakai
2012-01-08fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...Alon Zakai
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai