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-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
2012-01-18
further refactor the library scanning code, and prepare for libcxx
Alon Zakai
2012-01-18
refactor library def scanning code
Alon Zakai
2012-01-17
add (unfiltered) libcxx symbols file
Alon Zakai
2012-01-17
headers fix; libcxx now builds
Alon Zakai
2012-01-17
add stub for sys/sysctl.h
Alon Zakai
2012-01-17
fix typo
Alon Zakai
2012-01-17
preparations for libcxx building
Alon Zakai
2012-01-17
fix emcc bug from last commit
Alon Zakai
2012-01-17
refactor emcc compiled library code which handles dlmalloc
Alon Zakai
2012-01-17
cache for dlmalloc and soon libc++
Alon Zakai
2012-01-17
temporary alter test_iostream output to pass
Alon Zakai
2012-01-17
get test_iostream almost to working state
Alon Zakai
2012-01-17
library fixes
Alon Zakai
2012-01-17
add some library stubs
Alon Zakai
2012-01-17
handle atomic operations appearing in libc++
Alon Zakai
2012-01-17
libc++ sources
Alon Zakai
[prev]
[next]