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-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
mmap and allocate optimizations
2012-01-18
use llvm internalive and globaldce to remove unneeded code before compiling ↵
Alon Zakai
to js
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
2012-01-16
add TODO test for atomic builtins
Alon Zakai
2012-01-16
more xlocale.h stuff
Alon Zakai
2012-01-16
temporarily add some libcxx source files to test_iostream
Alon Zakai
2012-01-16
additional xlocale.h specs
Alon Zakai
2012-01-16
default to replacing x86_fp80 with doubles, because libcxx is full of long ↵
Alon Zakai
doubles
2012-01-16
remove iostream from library
Alon Zakai
2012-01-16
support for additional_files in single-file test runner runs
Alon Zakai
2012-01-16
some libcxx js stubs
Alon Zakai
2012-01-16
restore libcxx to pristine state, undoing all our hacks, and work towards ↵
Alon Zakai
fixing test_exceptions given that
2012-01-16
make root writable by default, removing the need to add root.write = true
Alon Zakai
2012-01-16
remove hack for ignorePermissions in the filesystem API, which removes the ↵
Alon Zakai
need to set ignorePermissions to true before run() is called
2012-01-16
refactor runtime init and exit code
Alon Zakai
2012-01-16
improve side effect detection in js optimizer
Alon Zakai
2012-01-15
run multiple js optimizer passes in batches
Alon Zakai
2012-01-15
enable RELOOP in tests that disabled it because it was previously too slow
Alon Zakai
2012-01-15
tweak order of operations in vacuum
Alon Zakai
2012-01-15
optimize hoistMultiples to not need multiple passes
Alon Zakai
2012-01-15
js optimizer refactoring
Alon Zakai
2012-01-15
add js benchmark utility
Alon Zakai
[next]