Go to file
Oliver Stannard 97a3c35443 [ARM] ARM-specific attributes should be accepted for big-endian
The ARM-specific C attributes (currently just interrupt) need to check
for both the big- and little-endian versions of the triples, so that
they are accepted for both big and little endian targets.

TargetWindows and TargetMicrosoftCXXABI also only use the little-endian
triples, but this is correct as windows is not supported on big-endian
ARM targets (and this is asserted in lib/Basic/Targets.cpp).

Differential Revision: https://reviews.llvm.org/D24245

llvm-svn: 281596
2016-09-15 08:55:41 +00:00
clang [ARM] ARM-specific attributes should be accepted for big-endian 2016-09-15 08:55:41 +00:00
clang-tools-extra [Release notes] Mention readability-container-size-empty improvements. 2016-09-14 17:41:51 +00:00
compiler-rt [asan] Reify ErrorInvalidPointerPair 2016-09-15 08:10:56 +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 math: Implement tgamma 2016-09-15 00:17:34 +00:00
libcxx Revert r280944 - Added 'inline' attribute to basic_string's destructor 2016-09-14 23:52:01 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Handle arbitrary expressions in DATA_SEGMENT_RELRO_END. 2016-09-14 19:14:01 +00:00
lldb Add support for DW_AT_ranges_base attribute 2016-09-15 08:53:33 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [llvm-cov] Move some layout logic to the right spot (NFC) 2016-09-15 06:49:13 +00:00
openmp [cmake] Make libgomp & libiomp5 alias install optional 2016-09-14 17:46:27 +00:00
parallel-libs [SE] Add CUDA platform 2016-09-14 19:58:34 +00:00
polly Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00