[llvm-bugs] [Bug 31268] Umbrella: debug info for optimized code

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31268 Bug 31268 depends on bug 36579, which changed state. Bug 36579 Summary: LiveDebugVariables removes all DBG_VALUE undef, ... https://bugs.llvm.org/show_bug.cgi?id=36579 What|Removed |Added --

[llvm-bugs] [Bug 36579] LiveDebugVariables removes all DBG_VALUE undef, ...

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36579 Mikael Holmén changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 8959 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: Stack-overflow in llvm::DAGTypeLegalizer::RemapId

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #2 on issue 8959 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: Stack-overflow in llvm::DAGTypeLegalizer::RemapId https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8959#c2 ClusterFuzz has detected this issue as fixed in range 201806200749:201806201813. Detail

[llvm-bugs] Issue 9019 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::DiagnosticIDs::isUnrecoverable

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproduci

[llvm-bugs] Issue 8959 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: Stack-overflow in llvm::DAGTypeLegalizer::RemapId

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 8959 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: Stack-overflow in llvm::DAGTypeLegalizer::RemapId https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8959#c3 ClusterFuzz testcase

[llvm-bugs] [Bug 37888] New: Assertion `!isInvalid() && "Loop not in a valid state!"' failed. with -simple-loop-unswitch -loop-deletion

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37888 Bug ID: 37888 Summary: Assertion `!isInvalid() && "Loop not in a valid state!"' failed. with -simple-loop-unswitch -loop-deletion Product: new-bugs Version: unspecified

[llvm-bugs] [Bug 37889] New: Assertion `std::any_of(GraphTraits::child_begin(BB), GraphTraits::child_end(BB), [&](BlockT *B) { return contains(B); }) && "Loop block has no in-loop

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37889 Bug ID: 37889 Summary: Assertion `std::any_of(GraphTraits::child_begin(BB), GraphTraits::child_end(BB), [&](BlockT *B) { return contains(B); }) && "Loop block has no in-loop successors!"' fai

[llvm-bugs] [Bug 37890] New: Equivalent vector shuffles emit widely different x86 avx2 code

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37890 Bug ID: 37890 Summary: Equivalent vector shuffles emit widely different x86 avx2 code Product: new-bugs Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 37891] New: A problem about .debug_info

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37891 Bug ID: 37891 Summary: A problem about .debug_info Product: lld Version: unspecified Hardware: All OS: Windows XP Status: NEW Severity: enhancement Pri

[llvm-bugs] [Bug 37882] Compiler generating inefficient code for some horizontal add/sub patterns after r334958

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37882 Simon Pilgrim changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 37892] New: Assertion failed: IndexReg.getReg() != X86::ESP && IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!"

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37892 Bug ID: 37892 Summary: Assertion failed: IndexReg.getReg() != X86::ESP && IndexReg.getReg() != X86::RSP && "Cannot use ESP as index reg!" Product: new-bugs Version: trun

[llvm-bugs] [Bug 37893] New: Unable to resolve std::vector type in gmodules build on android (linux)

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37893 Bug ID: 37893 Summary: Unable to resolve std::vector type in gmodules build on android (linux) Product: lldb Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 12367] Building LLVM against Android ndk r7b fails

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=12367 lab...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 20107] r210920 breaks compilation of LLVM for Android.

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=20107 lab...@google.com changed: What|Removed |Added CC||lab...@google.com Resolution|---

[llvm-bugs] [Bug 37895] New: llvm-objdump --help omits many single-letter options

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37895 Bug ID: 37895 Summary: llvm-objdump --help omits many single-letter options Product: tools Version: trunk Hardware: PC OS: FreeBSD Status: NEW Severity: enhancem

[llvm-bugs] [Bug 37896] New: [inline asm] invalid asm is sometimes reported via fatal error mechanism

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37896 Bug ID: 37896 Summary: [inline asm] invalid asm is sometimes reported via fatal error mechanism Product: new-bugs Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 37314] Make init list narrowing diags not DefaultIgnored in clang-cl mode

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37314 Nico Weber changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 32384] [AArch64] missing lowering of memcpy

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32384 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 7204 in oss-fuzz: llvm/clang-fuzzer: ASSERT: NumParams == params.size() && "function has too many parameters"

2018-06-21 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #3 on issue 7204 by sheriff...@chromium.org: llvm/clang-fuzzer: ASSERT: NumParams == params.size() && "function has too many parameters" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7204#c3 This bug is approaching its deadline for

[llvm-bugs] Issue 9025 in oss-fuzz: llvm/clang-fuzzer: ASSERT: C < radix && "NumericLiteralParser ctor should have rejected this"

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproduci

[llvm-bugs] Issue 9026 in oss-fuzz: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!"

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproduci

[llvm-bugs] [Bug 36871] Wrong handling of DW_OP_deref with global variables

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36871 Greg Clayton changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37885] static object mangling conflicts

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37885 Richard Smith changed: What|Removed |Added CC||richard-l...@metafoo.co.uk Resolution|-

[llvm-bugs] [Bug 37897] New: [PostRA Machine Sink] Ensure dbg value consistency when moving dbg instructions across other dbg instructions.

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37897 Bug ID: 37897 Summary: [PostRA Machine Sink] Ensure dbg value consistency when moving dbg instructions across other dbg instructions. Product: new-bugs Version: trunk

[llvm-bugs] [Bug 37886] clang++ accept illegal code

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37886 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 37898] New: Cross-dso CFI crash: Assertion `SanOpts.has(Checked[0].second)' failed.

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37898 Bug ID: 37898 Summary: Cross-dso CFI crash: Assertion `SanOpts.has(Checked[0].second)' failed. Product: clang Version: trunk Hardware: PC OS: Linux Sta

[llvm-bugs] [Bug 37876] Shrink-wrap generates bad code in presence of stack save/restore

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37876 Richard Kenner changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37899] New: AssemblyWriter::printModuleSummaryIndex(): Assertion `ModPath.second.first < moduleVec.size()' failed.

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37899 Bug ID: 37899 Summary: AssemblyWriter::printModuleSummaryIndex(): Assertion `ModPath.second.first < moduleVec.size()' failed. Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 37898] Cross-dso CFI crash: Assertion `SanOpts.has(Checked[0].second)' failed.

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37898 Evgenii Stepanov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

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

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproduci

[llvm-bugs] Issue 9032 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in ConvertDeclSpecToType

2018-06-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproduci

[llvm-bugs] [Bug 37888] Assertion `!isInvalid() && "Loop not in a valid state!"' failed. with -simple-loop-unswitch -loop-deletion

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37888 Chandler Carruth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 37900] New: Assert in 'X86 Assembly Printer' pass

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37900 Bug ID: 37900 Summary: Assert in 'X86 Assembly Printer' pass Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 37147] InstCombine produces better code in general case than in particular case with constant

2018-06-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37147 Max Kazantsev changed: What|Removed |Added Resolution|--- |FIXED Status|NEW