Go to file
Elena Demikhovsky 47fc44e52e AVX-512: Added legal type MVT::i1 and VK1 register for it.
Added scalar compare VCMPSS, VCMPSD.
Implemented LowerSELECT for scalar FP operations.
I replaced FSETCCss, FSETCCsd with one node type FSETCCs.
Node extract_vector_elt(v16i1/v8i1, idx) returns an element of type i1.

llvm-svn: 197384
2013-12-16 13:52:35 +00:00
clang Added -iregex for case-insensitive regex to filter file names. 2013-12-16 10:57:30 +00:00
clang-tools-extra Fix the usage of the CommonOptionsParser ctor changed in r197139. 2013-12-12 10:01:39 +00:00
compiler-rt [msan] Fix gethostbyname_r and similar interceptors. 2013-12-16 13:24:33 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81) 2013-11-28 00:17:29 +00:00
libcxx Fix GCC unknown pragma warning in libc++. 2013-12-14 06:45:09 +00:00
libcxxabi Fix demangling crasher. The crasher involved nested <encoding> involving parameter packs, which exposed a logic bug causing an empty vector<string> to be accessed with back(). In addition to fixing the bug, I've inserted numerous preemptive checks for similar bugs in the hopes that if another bug is uncovered, the bug results in an invalid mangled string instead of a demangler crash. Test suite updated with string that was causing the crash. 2013-12-11 19:44:25 +00:00
lld Remove obsolete comment. 2013-12-16 09:34:20 +00:00
lldb Test commit: added comment to tools makefile. 2013-12-14 07:21:51 +00:00
llvm AVX-512: Added legal type MVT::i1 and VK1 register for it. 2013-12-16 13:52:35 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly ScopValidator: smax expressions are no parameters 2013-12-09 21:51:46 +00:00