Go to file
Stephen Hines aba18768f4 [mips] Switch asm to __asm__ for non-GNU compiles.
Summary:
Using asm works fine for gnu11, but fails if the compiler uses C11.
Switch to the more consistent __asm__, since that is what the rest of
the source is using.

Reviewers: petarj

Reviewed By: petarj

Subscribers: llvm-commits, sdardis, arichardson, pirama

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

llvm-svn: 308922
2017-07-24 20:25:08 +00:00
clang [clang-format] Reorder assignments, NFC 2017-07-24 19:52:49 +00:00
clang-tools-extra clangDaemon: Update libdeps in r308738. 2017-07-21 23:48:26 +00:00
compiler-rt [mips] Switch asm to __asm__ for non-GNU compiles. 2017-07-24 20:25:08 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc generic: add missing get_work_dim include 2017-06-02 15:58:35 +00:00
libcxx make sure that we don't call basic_streambuf::gbump with a value bigger than INT_MAX, since it only takes an int. Related to, but not quite the same as PR33725 2017-07-24 14:05:10 +00:00
libcxxabi Update version to 6.0.0svn 2017-07-19 13:42:18 +00:00
libunwind [libunwind] Handle .ARM.exidx tables without sentinel last entry 2017-07-24 09:19:32 +00:00
lld [ELF] Fix a typo introduced in r308915. 2017-07-24 20:18:16 +00:00
lldb Skip test_lldbmi_var_update on Darwin. 2017-07-24 20:11:20 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm Followup to r308890: don't assert the llvm llvm version number. 2017-07-24 19:44:43 +00:00
openmp Whitespace. 2017-07-20 23:12:39 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Move MemoryAccess::getPwAff to isl++ 2017-07-24 16:36:34 +00:00