Go to file
Nemanja Ivanovic d5deb4896c Fix code-gen crash on Power9 for insert_vector_elt with variable index (PR30189)
This patch corresponds to review:
https://reviews.llvm.org/D24021

In the initial implementation of this instruction, I forgot to account for
variable indices. This patch fixes PR30189 and should probably be merged into
3.9.1 (I'll open a bug according to the new instructions).

llvm-svn: 281479
2016-09-14 14:19:09 +00:00
clang Fix documentation of MemberExpr::getMemberDecl 2016-09-14 14:03:50 +00:00
clang-tools-extra [clang-tidy] Add dependency on clangAnalysis to clangTidyMiscModule 2016-09-14 13:33:11 +00:00
compiler-rt [asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR false positive with LTO (compiler-rt part) 2016-09-14 14:09:18 +00:00
debuginfo-tests
libclc Replace nextafter implementation 2016-09-08 16:37:56 +00:00
libcxx [libcxx] Add a TSan regression test for a data race in call_once 2016-09-14 14:15:42 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld [ELF] - Implemented --section-start, -Ttext, -Tdata, -Tbss options. 2016-09-14 13:07:13 +00:00
lldb Cleaned up the code that handles function return addresses in "frame diagnose." 2016-09-14 00:48:19 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Fix code-gen crash on Power9 for insert_vector_elt with variable index (PR30189) 2016-09-14 14:19:09 +00:00
openmp [OMPT] fix task frame information for gomp interface 2016-09-14 13:59:39 +00:00
parallel-libs [SE] Pack global dev handle addresses 2016-09-13 23:59:10 +00:00
polly Perform copying to created arrays according to the packing transformation 2016-09-14 06:26:09 +00:00