Go to file
Dmitry Vyukov 795eb90db5 asan/tsan: faster memory allocator
1. Increase size classes from 32k to 128k
2. Use lock-free stack in central cache
3. Use blocking mutex when allocate new memory with mmap

llvm-svn: 172388
2013-01-14 08:23:34 +00:00
clang Fix regression in r172376. Don't try to detect missing 'constexpr' specifiers 2013-01-14 08:00:39 +00:00
clang-tools-extra Update users of RefactoringTool 2013-01-11 17:04:09 +00:00
compiler-rt asan/tsan: faster memory allocator 2013-01-14 08:23:34 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [test] Fix tests on Windows. 2013-01-13 01:09:51 +00:00
lldb Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> 2013-01-12 19:33:08 +00:00
llvm Simplify nested strconcats in X86 td files since strconcat can take more than 2 arguments. 2013-01-14 07:46:34 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00