index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
2012-01-10
optimize varargs calls by avoiding calling allocate there
Alon Zakai
2012-01-09
fix crash bug in processing a mathop with a param2 without an ident
Alon Zakai
2012-01-09
tweak unrolling parameters and add copy benchmark that uses ta2
Alon Zakai
2012-01-09
notice alignment in byval params
Alon Zakai
2012-01-09
optimize memcpy/memset in ta0/1
Alon Zakai
2012-01-08
fix safe heap usage in memcpy for ta0
Alon Zakai
2012-01-08
optimize ta2 memset/memcpy loops
Alon Zakai
2012-01-08
fix ta1 breakage
Alon Zakai
2012-01-08
fix breakage in ta0 and ta1
Alon Zakai
2012-01-08
fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...
Alon Zakai
2012-01-08
support alignment in memset and memcpy in ta2
Alon Zakai
2012-01-08
fix and optimize cached header handling in test runner
Alon Zakai
[prev]
[next]