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 (
Collapse
)
Author
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
2012-10-30
tell closure its input is ECMASCRIPT5
Alon Zakai
2012-10-30
support growing the socket data buffer, and enable working bigdata socket test
Alon Zakai
2012-10-30
use binary data in websockets
Alon Zakai
2012-10-30
update websockify to latest trunk
Alon Zakai
2012-10-30
fix test text
Alon Zakai
2012-10-29
more non-clang configure fixes for configure tests
Alon Zakai
2012-10-29
more non-clang configure work and debugging tools
Alon Zakai
2012-10-29
configure debugging tools
Alon Zakai
2012-10-29
define LDSHARED, useful in zlib configure
Alon Zakai
2012-10-29
eliminate variables that have no uses but their definition has side effects
Alon Zakai
2012-10-29
fix bug with locking an sdl surface not reading the canvas pixel data ↵
Alon Zakai
properly; fixes #664
2012-10-29
only fire sdl unload event if there is a main loop
Alon Zakai
2012-10-29
adjust memory size in tests
Alon Zakai
2012-10-29
disable jansson test because it fails
Alon Zakai
2012-10-29
re-enable parallelization of js optimizer on windows
Alon Zakai
2012-10-29
add empty emcc.py to work around issue 663
Alon Zakai
2012-10-29
do not use process pool for js optimizer when not enough cores or on windows ↵
Alon Zakai
(issue 663)
2012-10-28
make js optimizer detection of generated functions marker more robust
Alon Zakai
2012-10-28
remove unneeded import
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai
2012-10-28
add experimental and non-enabled non-clang configure mode
Alon Zakai
2012-10-28
refactor js optimizer caller a little
Alon Zakai
2012-10-28
Merge pull request #651 from larsxschneider/json_parser
Alon Zakai
Fix -O1 warning and use proper pointers for Jansson library.
2012-10-27
memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵
Alon Zakai
case the eliminator runs in safe mode
2012-10-27
add memory-growth safe eliminator mode
Alon Zakai
2012-10-27
flip associative binaries when safe to do so for elimination purposes
Alon Zakai
2012-10-27
eliminate into returns
Alon Zakai
2012-10-27
update eliminator test to latest optimizations
Alon Zakai
2012-10-27
eliminator docs
Alon Zakai
2012-10-27
eliminate into one-time do-while loops
Alon Zakai
2012-10-27
add eliminator testcase
Alon Zakai
2012-10-27
note function arguments as locals
Alon Zakai
2012-10-27
add more aborting nodes in eliminator
Alon Zakai
2012-10-27
abort scanning on unfamiliar eliminator nodes
Alon Zakai
2012-10-27
do not scan into while
Alon Zakai
2012-10-27
handle more nodes in eliminator scanning
Alon Zakai
2012-10-27
ignore return in eliminator
Alon Zakai
2012-10-27
support seq in eliminator
Alon Zakai
2012-10-27
fix eliminator test, now passes
Alon Zakai
2012-10-27
only invalidate calls when reading a global
Alon Zakai
2012-10-26
invalidate by dep in vars
Alon Zakai
2012-10-26
partial rewrite for v3 of eliminator aka expressionizer
Alon Zakai
2012-10-26
test for EMCC_DEBUG mode not generating different code
Alon Zakai
2012-10-26
ignore previously-generated empty toplevels in eliminator, which happens ↵
Alon Zakai
when we bundle passes together
2012-10-26
comment on -O3
Alon Zakai
2012-10-26
add EMCC_DEBUG=1 in o2.test_openjpeg for more coverage
Alon Zakai
2012-10-26
add failing eliminator testcase
Alon Zakai
2012-10-26
remove unGlobalize tests and update others
Alon Zakai
2012-10-26
do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js files
Alon Zakai
[next]