Go to file
Ulrich Weigand 51eccec5d9 [PowerPC] MULHU/MULHS are not legal for vector types
I ran into some test failures where common code changed vector division
by constant into a multiply-high operation (MULHU).  But these are not
implemented by the back-end, so we failed to recognize the insn.

Fixed by marking MULHU/MULHS as Expand for vector types.

llvm-svn: 214716
2014-08-04 13:27:12 +00:00
clang [Driver][Mips] Construct dynamic linker path by string concatination. 2014-08-04 12:57:52 +00:00
clang-tools-extra [clang-tidy] Rewrite a for-range loop in the old style. 2014-08-04 10:11:47 +00:00
compiler-rt [asan] poison array cookies only on 64-bit arch 2014-08-04 12:59:45 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx Adding ABI information to linux test results 2014-08-01 06:30:18 +00:00
libcxxabi [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them. 2014-08-01 22:02:21 +00:00
lld [Mips] Replace assembler code by YAML to make the 'gotsym.test' test 2014-08-02 20:18:31 +00:00
lldb Change ProcessGDBRemote::DidLaunchOrAttach to 2014-08-03 21:42:52 +00:00
llvm [PowerPC] MULHU/MULHS are not legal for vector types 2014-08-04 13:27:12 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Do allow negative offsets in the outermost array dimension 2014-08-03 21:07:30 +00:00