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-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
2012-01-07
tweak memory growth parameter to 2
Alon Zakai
2012-01-07
postfix temp vars in makeCopyValues for ta2
Alon Zakai
2012-01-07
fix safe heap bug with memmove
Alon Zakai
2012-01-07
optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...
Alon Zakai
2012-01-06
fix PGO breakage
Alon Zakai
2012-01-06
restore some PGO code to investigate a speed regression in skinning
Alon Zakai
2012-01-06
optimize memmove
Alon Zakai
2012-01-06
disable handling of -1 in mmap, fixes breakage of test_dlmalloc
Alon Zakai
2012-01-06
fix some spacing
Alon Zakai
2012-01-06
Merge pull request #166 from jterrace/pthread_pagesize_pr
Alon Zakai
2012-01-06
put some PGO code behind and ifdef
Alon Zakai
2012-01-06
prevent stack from being exhausted due to allocas and byval arguments
Alon Zakai
2012-01-06
Allow stream to be -1 in mmap
Jeff Terrace
2012-01-06
Merge pull request #164 from FishingCactus/static_variable
Alon Zakai
2012-01-06
Added pthread function stubs and added getpagesize()
Jeff Terrace
2012-01-07
Fix read/write of variable in __cxa_guard_{acquire|release}
julien.hamaide
2012-01-06
Fix handling of static variable inside function
julien.hamaide
2012-01-05
properly handle implicit entry labels + phi also in the unoptimized phi case
Alon Zakai
2012-01-05
handle various possible namings for an implicitly named entry
Alon Zakai
2012-01-05
handle the case where there is no explicit label for the entry, and the name ...
Alon Zakai
2012-01-05
add debug output of which functions are being processed in side passes
Alon Zakai
[next]