[llvm-bugs] [Bug 42505] New: :manpage: directive uses direct url to llvm.org not relational one

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42505 Bug ID: 42505 Summary: :manpage: directive uses direct url to llvm.org not relational one Product: Documentation Version: trunk Hardware: All OS: All S

[llvm-bugs] [Bug 42506] New: __efistub_stext_offset=stext-_text; ... _text=.; => isAbsolute() can be incorrect if a symbol in the expression is defined after the expression

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42506 Bug ID: 42506 Summary: __efistub_stext_offset=stext-_text;... _text=.; => isAbsolute() can be incorrect if a symbol in the expression is defined after the expression Product: lld

[llvm-bugs] [Bug 31451] AVX-512: Shuffle from <16 x i32> to <4 x i32> should be optimized

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

[llvm-bugs] [Bug 42507] New: wasm comdat triggers exception

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42507 Bug ID: 42507 Summary: wasm comdat triggers exception Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement P

[llvm-bugs] [Bug 42508] New: fatal error: error in backend: Do not know how to expand this operator's operand!

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42508 Bug ID: 42508 Summary: fatal error: error in backend: Do not know how to expand this operator's operand! Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 4068] [Meta] Compiling the Linux kernel with clang

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=4068 Bug 4068 depends on bug 42289, which changed state. Bug 42289 Summary: LLD fails to merge similarly named sections https://bugs.llvm.org/show_bug.cgi?id=42289 What|Removed |Added

[llvm-bugs] [Bug 42289] LLD fails to merge similarly named sections

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42289 Fangrui Song changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[llvm-bugs] [Bug 42509] New: Inconsistent output when running clang-format twice

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42509 Bug ID: 42509 Summary: Inconsistent output when running clang-format twice Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Keywords: beginner

[llvm-bugs] [Bug 42482] LLVM's ld.lld doesn't support expressions in linker script for section's filling

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42482 George Rimar changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] [Bug 42510] New: Error in WasmObjectWriter : Assertion `Sec.getKind().isMetadata()' failed.

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42510 Bug ID: 42510 Summary: Error in WasmObjectWriter : Assertion `Sec.getKind().isMetadata()' failed. Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 42511] New: Huge AVX2 slowdown reported on LNT

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42511 Bug ID: 42511 Summary: Huge AVX2 slowdown reported on LNT Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pr

[llvm-bugs] Issue 14201 in oss-fuzz: llvm/llvm-microsoft-demangle-fuzzer: Stack-overflow in llvm::ms_demangle::Demangler::demangleTemplateInstantiationName

2019-07-04 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #3 on issue 14201 by sheriff...@chromium.org: llvm/llvm-microsoft-demangle-fuzzer: Stack-overflow in llvm::ms_demangle::Demangler::demangleTemplateInstantiationName https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14201#c3 This bug

[llvm-bugs] Issue 14207 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: (Ty->isVoidTy() == (Reg == 0)) && "only void types should have no register"

2019-07-04 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 14207 by sheriff...@chromium.org: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: (Ty->isVoidTy() == (Reg == 0)) && "only void types should have no register" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14207#c1 This b

[llvm-bugs] [Bug 42512] New: [SystemZ] Cannot select SystemZISD::GET_CCMASK with usubo

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42512 Bug ID: 42512 Summary: [SystemZ] Cannot select SystemZISD::GET_CCMASK with usubo Product: libraries Version: trunk Hardware: All OS: All Status: NEW

[llvm-bugs] Issue 15662 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: N2C->getAPIntValue().ult(NumElts) && "Out of range element index"

2019-07-04 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 42349] Assertion failed: ((!isa(Neg) || Neg->isFast()) && "Expecting FastMathFlags!"), function LowerNegateToMultiply, file lib/Transforms/Scalar/Reassociate.cpp

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42349 Quentin Colombet changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] Issue 15663 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E

2019-07-04 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 41751] Buffer overflow for PPC tabortdc

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41751 Jinsong Ji changed: What|Removed |Added Resolution|--- |FIXED CC|

[llvm-bugs] [Bug 42513] New: Friend function declarations hidden in qualifed name lookup (regression introduced by commit r350505)

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42513 Bug ID: 42513 Summary: Friend function declarations hidden in qualifed name lookup (regression introduced by commit r350505) Product: clang Version: trunk Hardware: PC

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

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42514 Bug ID: 42514 Summary: lldb fails to configure when signing adhoc Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 30629] Indvars not respecting "nuw" property on add, leading to infinite loop

2019-07-04 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=30629 Mikael Holmén changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---