aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-19remove std::terminate from libc++ symbols; it isn't enough of a reason to ↵Alon Zakai
include all of libc++ (if you need it, you also need set_terminate etc.)
2012-01-19clean up libcxx testAlon Zakai
2012-01-19js optimizer commentAlon Zakai
2012-01-18always include dlmalloc if including libcxx, since libcxx uses new internallyAlon Zakai
2012-01-18fix test_iostream codeAlon Zakai
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ↵Alon Zakai
main files that have things that shared libraries will access through an extern
2012-01-18fix bug with doing dead code elimination even with LEAVE_INPUTS_RAWAlon Zakai
2012-01-18metadata parsing bugfixAlon Zakai
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add return value in munmapAlon Zakai
2012-01-18add test for dead code elimination, on libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18Merge pull request #176 from jterrace/mmap_allocate_optsAlon Zakai
mmap and allocate optimizations
2012-01-18use llvm internalive and globaldce to remove unneeded code before compiling ↵Alon Zakai
to js
2012-01-18Add output to mmap testJeff Terrace
2012-01-18fix emcc bug with detecting bitcode after refactoring of llvm-nm calling codeAlon Zakai
2012-01-18Add small optimization for allocate when zeroing the arrayJeff Terrace
2012-01-18Optimized mmap implementation to use malloc and memset instead of allocate.Jeff Terrace
2012-01-18automatically use libcxx when neededAlon Zakai
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
2012-01-18refactor emcc caching testAlon Zakai
2012-01-18further refactor the library scanning code, and prepare for libcxxAlon Zakai
2012-01-18refactor library def scanning codeAlon Zakai
2012-01-17add (unfiltered) libcxx symbols fileAlon Zakai
2012-01-17headers fix; libcxx now buildsAlon Zakai
2012-01-17add stub for sys/sysctl.hAlon Zakai
2012-01-17fix typoAlon Zakai
2012-01-17preparations for libcxx buildingAlon Zakai
2012-01-17fix emcc bug from last commitAlon Zakai
2012-01-17refactor emcc compiled library code which handles dlmallocAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-17temporary alter test_iostream output to passAlon Zakai
2012-01-17get test_iostream almost to working stateAlon Zakai
2012-01-17library fixesAlon Zakai
2012-01-17add some library stubsAlon Zakai
2012-01-17handle atomic operations appearing in libc++Alon Zakai
2012-01-17libc++ sourcesAlon Zakai
2012-01-16add TODO test for atomic builtinsAlon Zakai
2012-01-16more xlocale.h stuffAlon Zakai
2012-01-16temporarily add some libcxx source files to test_iostreamAlon Zakai
2012-01-16additional xlocale.h specsAlon Zakai
2012-01-16default to replacing x86_fp80 with doubles, because libcxx is full of long ↵Alon Zakai
doubles
2012-01-16remove iostream from libraryAlon Zakai
2012-01-16support for additional_files in single-file test runner runsAlon Zakai
2012-01-16some libcxx js stubsAlon Zakai
2012-01-16restore libcxx to pristine state, undoing all our hacks, and work towards ↵Alon Zakai
fixing test_exceptions given that
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ↵Alon Zakai
need to set ignorePermissions to true before run() is called