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-21
modify llvm opt choices in test runner build, so it uses test case code modif...
Alon Zakai
2012-01-21
disable pruning of emcc -s opts from test runner - it's too buggy
Alon Zakai
2012-01-21
force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmalloc
Alon Zakai
2012-01-21
remove --optimize and --malloc from emscripten.py, since they are obsoleted b...
Alon Zakai
2012-01-20
fix bug with Settings.default values not including -O, so comparisons were wr...
Alon Zakai
2012-01-20
fix bug with missing keys in Settings.defaults
Alon Zakai
2012-01-20
remove dead function eliminator, which is no longer needed
Alon Zakai
2012-01-20
Merge branch 'master' into libcxx
Alon Zakai
2012-01-20
do not add unneeded -s 'es in test runner
Alon Zakai
2012-01-20
wipe the emscripten cache in benchmarks too
Alon Zakai
2012-01-20
turn on all CORRECT options for libcxx, just to be safe for now
Alon Zakai
2012-01-20
fix bug with atomic ops not marked as having side effects, so we eliminated t...
Alon Zakai
2012-01-20
autodebugger indender tool
Alon Zakai
2012-01-20
Merge pull request #178 from ehsan/babystep
Alon Zakai
2012-01-20
Unify the 2D and WebGL contexts
Ehsan Akhgari
2012-01-20
Merge pull request #179 from ehsan/make_runner_executable2
Alon Zakai
2012-01-20
Add myself to the Authors file
Ehsan Akhgari
2012-01-20
Make the test runner script executable
Ehsan Akhgari
2012-01-20
Implement a few OpenGL functions for the baby-step demo
Ehsan Akhgari
2012-01-20
Load the GL library
Ehsan Akhgari
2012-01-20
Enable SDL to create a 2D or WebGL context depending on what the caller wants
Ehsan Akhgari
2012-01-20
Add glext.h
Ehsan Akhgari
2012-01-19
make the autodebugger also note when we enter functions
Alon Zakai
2012-01-19
add LINKABLE in all dlfcn tests
Alon Zakai
2012-01-19
fix test runner bug with not having a current directory
Alon Zakai
2012-01-19
fix test_emcc_caching
Alon Zakai
2012-01-19
emcc comment
Alon Zakai
2012-01-19
remove std::terminate from libc++ symbols; it isn't enough of a reason to inc...
Alon Zakai
2012-01-19
clean up libcxx test
Alon Zakai
2012-01-19
js optimizer comment
Alon Zakai
2012-01-18
always include dlmalloc if including libcxx, since libcxx uses new internally
Alon Zakai
2012-01-18
fix test_iostream code
Alon Zakai
2012-01-18
move libc++ new into dlmalloc in terms of emcc library autolinking
Alon Zakai
2012-01-18
move dlmalloc to system/lib
Alon Zakai
2012-01-18
LINKABLE options, disabling dead code elimination for shared libraries and ma...
Alon Zakai
2012-01-18
fix bug with doing dead code elimination even with LEAVE_INPUTS_RAW
Alon Zakai
2012-01-18
metadata parsing bugfix
Alon Zakai
2012-01-18
Merge branch 'master' into libcxx
Alon Zakai
2012-01-18
add return value in munmap
Alon Zakai
2012-01-18
add test for dead code elimination, on libcxx
Alon Zakai
2012-01-18
mman.h header fix
Alon Zakai
2012-01-18
Merge pull request #176 from jterrace/mmap_allocate_opts
Alon Zakai
2012-01-18
use llvm internalive and globaldce to remove unneeded code before compiling t...
Alon Zakai
2012-01-18
Add output to mmap test
Jeff Terrace
2012-01-18
fix emcc bug with detecting bitcode after refactoring of llvm-nm calling code
Alon Zakai
2012-01-18
Add small optimization for allocate when zeroing the array
Jeff Terrace
2012-01-18
Optimized mmap implementation to use malloc and memset instead of allocate.
Jeff Terrace
2012-01-18
automatically use libcxx when needed
Alon Zakai
2012-01-18
Add a test for mmap using MAP_ANON
Jeff Terrace
2012-01-18
refactor emcc caching test
Alon Zakai
[next]