Go to file
Tobias Grosser 29ee0b14d5 Do not use getNameStr() anymore.
Instead we switch to the recommended getName(). This fixes compilation with
recent versions of LLVM.

llvm-svn: 144909
2011-11-17 14:52:36 +00:00
clang docs/UsersManual.html: Remove obsolete mingw issue. 2011-11-17 07:54:13 +00:00
compiler-rt platform/clang_darwin: Add configs for profiling support. 2011-11-17 00:12:12 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx On FreeBSD, define a macro that causes the unimplemented C99 math.h functions to be declared. This prevents <cmath> users from being broken, unless they actually use the C++ wrappers that call the missing functions. 2011-11-13 17:15:33 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Fixed the issue that was causing our monitor process threads to crash, it 2011-11-17 04:46:02 +00:00
llvm Fix SSE/AVX integer comparison patterns to understand that all integer vector loads are promoted to i64 vector loads so patterns need a bitconvert. Also slightly simplify the AVX2 variable shift patterns by using the predefined bitconvert pattern fragments. 2011-11-17 07:49:38 +00:00
polly Do not use getNameStr() anymore. 2011-11-17 14:52:36 +00:00