Go to file
Dan Albert 4339903c94 Fix classic_locale for Android.
Android's classic_locale begins at _ctype_ + 1.

llvm-svn: 213672
2014-07-22 17:32:56 +00:00
clang remove hardcoded metadata numbers from tests 2014-07-22 14:47:42 +00:00
clang-tools-extra [clang-tidy] Add a check for RAII temporaries. 2014-07-22 12:30:35 +00:00
compiler-rt [ASan/Win tests] Bring back -GS- as SEH tests fail otherwise 2014-07-22 16:09:11 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix classic_locale for Android. 2014-07-22 17:32:56 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [mach-o] Add test case for armv6 (arm not thumb) hello world 2014-07-22 00:49:49 +00:00
lldb Dramatically improves C++ demangling performance by introducing a new implementation that is much faster than the existing demangler. While not yet complete, the new demangler will fail gracefully when it encounters symbols it isn’t prepared to deal with. In these cases LLDB will fall back to using the full demangler to prevent a loss in functionality. On sizable code bases the fast path succeeds 95% of the time, providing a significant net win. 2014-07-22 17:03:38 +00:00
llvm Make use of the align parameter attribute for all pointer arguments 2014-07-22 16:58:55 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00