Go to file
Nemanja Ivanovic 1c39ca6501 Scalar to vector conversions using direct moves
This patch corresponds to review:
http://reviews.llvm.org/D11471

It improves the code generated for converting a scalar to a vector value. With
direct moves from GPRs to VSRs, we no longer require expensive stack operations
for this. Subsequent patches will handle the reverse case and more general
operations between vectors and their scalar elements.

llvm-svn: 244921
2015-08-13 17:40:44 +00:00
clang Attempt to fix build after r244912 2015-08-13 17:30:07 +00:00
clang-tools-extra Fix formatting. 2015-08-13 09:09:28 +00:00
compiler-rt Same fix as r244908 for sanitizer_win.cc instead of asan_win.cc 2015-08-13 16:40:54 +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 Require LLVM >=3.7 and bump version to 0.2.0 2015-08-07 08:31:37 +00:00
libcxx Fix CMake error whet llvm-config reports a non-existent source directory. 2015-08-12 06:36:19 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld Rename addSectionChunk to addChunk now that it can handle any Chunk. 2015-08-13 17:35:13 +00:00
lldb Removing redundant check from r244875 2015-08-13 11:53:23 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Scalar to vector conversions using direct moves 2015-08-13 17:40:44 +00:00
openmp Remove unused KMP_SETVERSION macro 2015-08-13 15:26:38 +00:00
polly Manuallt simplify test case 2015-08-13 16:33:32 +00:00