Go to file
Daniel Sanders b230595839 [mips] Use addiu in inline assembly tests since addi is not available in all ISA's
Summary:
This patch is necessary so that they do not fail on MIPS32r6/MIPS64r6 when
-integrated-as is enabled by default and we correctly detect the host CPU.

No functional change since these tests are testing the behaviour of the
constraint used for the third operand rather than the mnemonic.

Depends on D3842

Reviewers: zoran.jovanovic, jkolek, vmedic

Reviewed By: vmedic

Differential Revision: http://reviews.llvm.org/D3843

llvm-svn: 209421
2014-05-22 11:46:58 +00:00
clang clang-format: Fix vim-integration for empty files. 2014-05-22 11:37:05 +00:00
clang-tools-extra Fix clang-query on Windows: flush llvm::outs() after each command. 2014-05-21 18:10:47 +00:00
compiler-rt [ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on Windows 2014-05-22 11:31:21 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' 2014-05-21 16:29:50 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [mach-o] Remove MachOFormat.hpp, everything now uses llvm/Support/MachO.h 2014-05-22 01:56:40 +00:00
lldb Change ProcessKDP::DoReadMemory() to break up large memory 2014-05-21 23:44:02 +00:00
llvm [mips] Use addiu in inline assembly tests since addi is not available in all ISA's 2014-05-22 11:46:58 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly polly: update for LLVM API change 2014-05-19 03:55:49 +00:00