[llvm-bugs] [Bug 41294] loop-vectorize crashed :Assertion `isValidElementType(ElementType) && "Element type of a VectorType must " "be an integer, floating point, or " "pointer type."' failed.

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41294 Florian Hahn changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[llvm-bugs] Issue 15623 in oss-fuzz: llvm: Build failure

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #4 on issue 15623 by ClusterFuzz-External: llvm: Build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15623#c4 Friendly reminder that the the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://oss-f

[llvm-bugs] [Bug 42620] New: `register` keyword with inline assembly is still needed

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42620 Bug ID: 42620 Summary: `register` keyword with inline assembly is still needed Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 42621] New: Fix addr spaces for blocks

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42621 Bug ID: 42621 Summary: Fix addr spaces for blocks Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

[llvm-bugs] Issue 15836 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-simplifycfg: Use-of-uninitialized-value in bool llvm::DenseMapBase

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] Issue 15839 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: Index < Length && "Invalid index!"

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] [Bug 42622] New: --hash-symbols asserts for 64-bit ELFs

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42622 Bug ID: 42622 Summary: --hash-symbols asserts for 64-bit ELFs Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Pr

[llvm-bugs] [Bug 42623] New: lld-link.exe fails to build on a Windows networked drive running under Parallels VM / LLVM ERROR: IO failure on output stream: bad file descriptor

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42623 Bug ID: 42623 Summary: lld-link.exe fails to build on a Windows networked drive running under Parallels VM / LLVM ERROR: IO failure on output stream: bad file descriptor Product: l

[llvm-bugs] Issue 6592 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unswitch: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_unswitch

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #9 on issue 6592 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unswitch: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_unswitch https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6592#c9 Clus

[llvm-bugs] Issue 6893 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-sccp: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-sccp

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #9 on issue 6893 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-sccp: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-sccp https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6893#c9 ClusterFuzz testcase 5

[llvm-bugs] [Bug 42599] [AMDGPU][MC] Incorrect encoding of src0 for DS_GWS_* instructions

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42599 Dmitry changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)||

[llvm-bugs] [Bug 42624] New: clang-format badly format .clang-format config file

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42624 Bug ID: 42624 Summary: clang-format badly format .clang-format config file Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: norma

[llvm-bugs] Issue 15840 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_predication: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_predication

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] [Bug 42625] New: Uninitialized warning missing for struct member access inside GNU C statement expression

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42625 Bug ID: 42625 Summary: Uninitialized warning missing for struct member access inside GNU C statement expression Product: clang Version: trunk Hardware: PC OS: Linu

[llvm-bugs] Issue 15875 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_rotate: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_rotate

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] [Bug 42615] Regression in "[X86][SSE] LowerScalarImmediateShift - ensure shift amount correctness. NFCI."

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42615 Craig Topper changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] Issue 15885 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-licm: ASSERT: V && "Unexpected null Value"

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] [Bug 35351] llvm-readobj missing "File: lib.a(file.o)" info when dumping .a files.

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35351 Yuanfang Chen changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 41367] LLVM's ManagedStatic.h fails with VS 2019 and clang-cl due to init-order-fiasco and constexpr confusion

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41367 Reid Kleckner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42514] lldb fails to configure when signing adhoc

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42514 Davide Italiano changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42626] New: lld-link crash when build openssl with LTO

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42626 Bug ID: 42626 Summary: lld-link crash when build openssl with LTO Product: lld Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal P

[llvm-bugs] [Bug 39931] False positive on -Wmissing-braces for structure with non-integer subobject

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=39931 Peter Wu changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 42627] New: Incorrect type for 'this' in debuginfo for non-virtual thunks

2019-07-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42627 Bug ID: 42627 Summary: Incorrect type for 'this' in debuginfo for non-virtual thunks Product: clang Version: 8.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] Issue 15908 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::StmtVisitorBase::Visit

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] Issue 15910 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-instcombine: ASSERT: CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com

[llvm-bugs] Issue 15913 in oss-fuzz: llvm/clang-fuzzer: Null-dereference READ in clang::Preprocessor::LexHeaderName

2019-07-15 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com