Go to file
Sanjay Patel 7f6aa52e93 [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
We want to replace as much custom x86 shuffling via intrinsics
as possible because pushing the code down the generic shuffle
optimization path allows for better codegen and less complexity
in LLVM.

This is the sibling patch for the LLVM half of this change:
http://reviews.llvm.org/D8086

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

llvm-svn: 231792
2015-03-10 15:19:26 +00:00
clang [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles. 2015-03-10 15:19:26 +00:00
clang-tools-extra [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
compiler-rt asan: fix leak test for power platform 2015-03-10 10:36:06 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Also use LC_C_LOCALE on CloudABI. 2015-03-10 09:35:22 +00:00
libcxxabi Unwind: define more interfaces more often 2015-03-09 19:35:12 +00:00
lld The LLD tests require 'llvm-nm' to run as well, ensure that this is 2015-03-10 08:08:58 +00:00
lldb Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_attach_to_process_with_id_api. 2015-03-10 01:58:47 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Hexagon: Remove pass that does nothing at all 2015-03-10 15:06:38 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Update PTX generator to latest LLVM changes 2015-03-09 13:35:19 +00:00