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
2011-12-19
fix closure compiler warning in emcc and add sanity test
Alon Zakai
2011-12-18
finish sanity checks
Alon Zakai
2011-12-18
sanity checks
Alon Zakai
2011-12-18
comment removal
Alon Zakai
2011-12-18
deprecate emmaken.py and emconfiguren.py
Alon Zakai
2011-12-18
Merge branch 'incoming'
Alon Zakai
2011-12-17
remove test_reminder
Alon Zakai
2011-12-17
fix alignment in test
Alon Zakai
2011-12-17
remove wip message from emcc
Alon Zakai
2011-12-17
test for last commit
Alon Zakai
2011-12-17
do not replace type of later parameters in mathops, if they are themselves ty...
Alon Zakai
2011-12-17
use emcc in structbyval and safe_heap tests
Alon Zakai
2011-12-17
allow picking the js engine for benchmarking
Alon Zakai
2011-12-17
fix bug with allocate not allocating enough memory (just a problem for the as...
Alon Zakai
2011-12-17
fix SAFE_HEAP check for TOTAL_MEMORY which is unneeded without typed arrays
Alon Zakai
2011-12-17
note that I64_MODE and DOUBLE_MODE can slow you down
Alon Zakai
2011-12-17
fix gcc/g++ selection logic in emcc when just configuring
Alon Zakai
2011-12-17
fix poppler test
Alon Zakai
2011-12-17
fix SDL_MUSTLOCK
Alon Zakai
2011-12-17
various robustness improvements to emcc
Alon Zakai
2011-12-17
bitcode checking function
Alon Zakai
2011-12-17
add missing file
Alon Zakai
2011-12-17
support for std::endl and cout << ints
Alon Zakai
2011-12-16
make emcc and emar more robust against odd makefile inputs
Alon Zakai
2011-12-16
fix for poppler test
Alon Zakai
2011-12-16
improve linking in emcc, can now build zlib, openjpeg, freetype
Alon Zakai
2011-12-16
support for .ll files as inputs to emcc
Alon Zakai
2011-12-16
hide dlmalloc output in emcc
Alon Zakai
2011-12-16
fix bug with accessing memory beyond TOTAL_MEMORY through sbrk
Alon Zakai
2011-12-16
USE_FHEAP in shared.py
Alon Zakai
2011-12-16
completely automatic malloc inclusion in emcc
Alon Zakai
2011-12-16
mention that we use closure advanced opts
Alon Zakai
2011-12-16
temporarily return emmaken to test runner instead of emcc
Alon Zakai
2011-12-16
Merge branch 'master' into emccbydefault
Alon Zakai
2011-12-15
disable C++ exception catching in emcc -O1 and -O2
Alon Zakai
2011-12-15
atof
Alon Zakai
2011-12-15
js optimizer pass to join together additions
Alon Zakai
2011-12-15
Merge branch 'master' into emccbydefault
Alon Zakai
2011-12-15
js optimizer pass to simplify certain bit ops
Alon Zakai
2011-12-15
rewrite variable analysis code. eliminate unused variables without side effec...
Alon Zakai
2011-12-15
allow specifying the temp dir for emcc
Alon Zakai
2011-12-15
workaround for js optimizer issue
Alon Zakai
2011-12-14
emcc todos
Alon Zakai
2011-12-14
todo for emcc
Alon Zakai
2011-12-14
emcc option to override closure compiler, and use closure compiler by default...
Alon Zakai
2011-12-14
fix for source suffixes in emcc
Alon Zakai
2011-12-14
support for .cc files in emcc
Alon Zakai
2011-12-14
type in sdl
Alon Zakai
2011-12-14
support -o with multiple bitcode inputs in emcc
Alon Zakai
2011-12-14
more logging in emcc, and only generate js/html if specifically told to (so b...
Alon Zakai
[next]