Go to file
Pavel Labath 5f496fb941 Remove skipUnlessListedRemote test decorator
This decorator was used in only one test, and it's behaviour was quite complicated. It skipped
if:
- test was remote
- platform was *not* android

I am not aware of anyone running tests with this configuration (and even then, I am not aware of
a reason why the test should not pass), but if TestLoadUnload starts breaking for you after this
commit, please disable the test with
@expectedFailureAll(remote=True, oslist=[YOUR_PLATFORM])

llvm-svn: 259642
2016-02-03 11:51:25 +00:00
clang -inline-asm][X86] Add ability to use AVX512 in MS inline asm 2016-02-03 11:32:08 +00:00
clang-tools-extra clang-tidy: [misc-unused-parameters] Ignore template instantiations. 2016-02-03 11:33:18 +00:00
compiler-rt Sync up with master file 2016-02-03 04:09:02 +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 Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC. 2016-02-03 00:12:24 +00:00
lldb Remove skipUnlessListedRemote test decorator 2016-02-03 11:51:25 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections 2016-02-03 11:50:22 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly ScopInfo: Extend description of the access relation. 2016-02-03 06:37:38 +00:00