Go to file
Duncan Sands f2b8c854dd Synthesize x86 max/min instructions also for vectors (i.e. produce
maxps and maxpd).  This broke the sse41-blend.ll testcase by causing
maxpd to be produced rather than a cmp+blend pair, which is the reason
I tweaked it.  Gives a small speedup on doduc with dragonegg when the
GCC vectorizer is used.

llvm-svn: 139986
2011-09-17 16:49:39 +00:00
clang When we load header file information from the external source (i.e., 2011-09-17 05:35:18 +00:00
compiler-rt platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the 2011-09-14 21:19:45 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug. 2011-09-16 19:52:23 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
llvm Synthesize x86 max/min instructions also for vectors (i.e. produce 2011-09-17 16:49:39 +00:00
polly Also force a fixed version of cloog 2011-09-09 11:02:10 +00:00