Go to file
Ulrich Weigand d28be373d4 [SystemZ] Guard LEFR/LFER with FeatureVector
The LEFR/LFER pseudos are aliases for vector instructions and should
therefore be guared by FeatureVector.  If they aren't, the TableGen
scheduler definition checking might complain that there is no data
for those pseudos for pre-z13 machines.

No functional change intended. 

llvm-svn: 285576
2016-10-31 14:28:43 +00:00
clang second attempt at r285565. 2016-10-31 14:16:57 +00:00
clang-tools-extra [change-namespace] fix namespace specifiers of template arguments. 2016-10-31 08:28:29 +00:00
compiler-rt [asan] Set the darwin deployment target for the dead-strip test 2016-10-29 00:27:07 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Fix archetypes.hpp under libcpp-no-extensions and std level < 14 2016-10-31 14:14:13 +00:00
libcxxabi Spell libcxxabi-no-threads correctly 2016-10-31 14:14:04 +00:00
libunwind [libunwind] Add support for Fuchsia 2016-10-23 21:48:47 +00:00
lld Correctly merge visibility of linkerscript created symbols. 2016-10-31 13:14:53 +00:00
lldb Use the right dwarf attributes for parsing location list entries (fixup for r285441) 2016-10-31 11:53:13 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [SystemZ] Guard LEFR/LFER with FeatureVector 2016-10-31 14:28:43 +00:00
openmp Fixed a memory leak related to task dependencies. 2016-10-27 11:43:07 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRemoveSMax rewriter 2016-10-29 06:19:34 +00:00