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
Age
Commit message (
Expand
)
Author
2012-01-10
compress pointer type names in constant globals, if not using SAFE_HEAP
Alon Zakai
2012-01-10
use NODE_JS when calling coffee and eliminator, to avoid problems with missin...
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-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
improve test_cases printouts
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
do not do redundant llvm optimizations on bitcode; do them only when actually...
Alon Zakai
2012-01-07
automatic malloc need detection for new
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
move copy benchmark to ta2
Alon Zakai
2012-01-06
add disabled copying benchmark
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
additional space
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
Merge pull request #165 from jterrace/pthread_pagesize_pr
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-06
also hoist loops in inner functions
Alon Zakai
2012-01-05
do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer)
Alon Zakai
2012-01-05
fix bug with emcc not respecting absolute paths and always placing outputs in...
Alon Zakai
2012-01-05
add some GL headers
Alon Zakai
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
Merge pull request #162 from jterrace/incoming
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 missing semaphore.h
Alon Zakai
2012-01-05
add debug output of which functions are being processed in side passes
Alon Zakai
2012-01-05
Changed emscripten comment to XXX format
Jeff Terrace
[next]