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-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
2012-01-04
enlarge stack size default to 5MB
Alon Zakai
2012-01-04
better error when running out of stack
Alon Zakai
2012-01-04
fix bug with investigating types in the main pass, and in rare cases defining...
Alon Zakai
2012-01-04
support empty strings in llvm metadata for namespaces
Alon Zakai
2012-01-03
tweak loop hoisting
Alon Zakai
2012-01-03
hoist even large entries into loops
Alon Zakai
2012-01-02
do not set label when continue-ing to a loop with one entry
Alon Zakai
2012-01-02
use BRNOL in loops too
Alon Zakai
2012-01-02
do not set label when leaving a multiple with one post-entry, and properly op...
Alon Zakai
2012-01-01
improve loop hoisting and add test
Alon Zakai
2012-01-01
do not set __label__ if a loop has only one entry in its externals
Alon Zakai
2012-01-01
hoist some externals into loops
Alon Zakai
2012-01-01
unset to undo set in utility.js
Alon Zakai
2011-12-31
override print() by default, to avoid errors when using the browser print() (...
Alon Zakai
2011-12-31
handle truncation inside ptrtoint when needed, and fix some potential bugs (a...
Alon Zakai
2011-12-31
support ptrtoint into i64 in i64 mode 1
Alon Zakai
2011-12-30
makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue
Alon Zakai
2011-12-26
add missing srem for i64 mode 1
Alon Zakai
[next]