[llvm-bugs] [Bug 42023] [X86] Failure to use HADD for reduction add patterns

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42023 Simon Pilgrim changed: What|Removed |Added Fixed By Commit(s)|r366268 |r366268,r366933 Resolution|---

[llvm-bugs] [Bug 33758] AVX-512: Horizontal add pattern match does not work on <16 x i32> vectors

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33758 Simon Pilgrim changed: What|Removed |Added Fixed By Commit(s)||r366933 Status|NEW

[llvm-bugs] [Bug 42752] New: clangd CLI usability improvements

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42752 Bug ID: 42752 Summary: clangd CLI usability improvements Product: clang-tools-extra Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 42753] New: 44: bool clang::APValue::isNullPointer() const: Assertion `isLValue() && "Invali d usage"' failed.

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42753 Bug ID: 42753 Summary: 44: bool clang::APValue::isNullPointer() const: Assertion `isLValue() && "Invali d usage"' failed. Product: clang Version: trunk Hardware: PC

[llvm-bugs] [Bug 42754] New: llvm-addr2line does not exit when passed a non-existent file

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42754 Bug ID: 42754 Summary: llvm-addr2line does not exit when passed a non-existent file Product: tools Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 27427] Segmentation fault during semantic analysis of a nested class that inherits from a template type parameter

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=27427 David Stone changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 40825] [x86-64] Suboptimal codegen on uint128 negation

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=40825 Simon Pilgrim changed: What|Removed |Added See Also||https://bugs.llvm.org/show_ |

[llvm-bugs] Issue 8694 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::ELFObjectFile

2019-07-25 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #9 on issue 8694 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::ELFObjectFile https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8694#c9 ClusterFuzz testcase 48978502

[llvm-bugs] [Bug 42755] New: [SLPVectorizer] Failure to use vectorize integer minimum loop

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42755 Bug ID: 42755 Summary: [SLPVectorizer] Failure to use vectorize integer minimum loop Product: libraries Version: trunk Hardware: PC OS: Windows NT Stat

[llvm-bugs] Issue 12058 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::ELFObjectFile

2019-07-25 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #4 on issue 12058 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::ELFObjectFile https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12058#c4 ClusterFuzz testcase 565057

[llvm-bugs] Issue 15948 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: (ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch"

2019-07-25 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 15948 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: (ResTy == Op0Ty && ResTy == Op1Ty) && "type mismatch" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15948#c1 Cluste

[llvm-bugs] [Bug 42752] clangd CLI usability improvements

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42752 Hans Wennborg changed: What|Removed |Added CC||h...@chromium.org Resolution|---

[llvm-bugs] [Bug 42474] [meta] 9.0.0 Release Blockers

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42474 Bug 42474 depends on bug 42752, which changed state. Bug 42752 Summary: clangd CLI usability improvements https://bugs.llvm.org/show_bug.cgi?id=42752 What|Removed |Added

[llvm-bugs] [Bug 42737] simplifycfg crashes: Assertion `PN->use_empty() && "There shouldn't be any uses here!"' failed.

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42737 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 42756] New: Crash after explicit call to a base constructor with virtual base

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42756 Bug ID: 42756 Summary: Crash after explicit call to a base constructor with virtual base Product: clang Version: 8.0 Hardware: PC OS: Windows NT Status

[llvm-bugs] [Bug 42757] New: Template deduction fails with defaulted argument that's an index_sequence

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42757 Bug ID: 42757 Summary: Template deduction fails with defaulted argument that's an index_sequence Product: clang Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 42758] New: Assertion failure with fold expression in type-deduced member variable template of variadic class template

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42758 Bug ID: 42758 Summary: Assertion failure with fold expression in type-deduced member variable template of variadic class template Product: clang Version: trunk Hardware: PC

[llvm-bugs] [Bug 10750] clang crashes from gcc torture test limits-fndefn.c

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=10750 Mark de Wever changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[llvm-bugs] [Bug 42759] New: [PowerPC64] lld incorrectly optimizes ifunc TOC relocations

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42759 Bug ID: 42759 Summary: [PowerPC64] lld incorrectly optimizes ifunc TOC relocations Product: lld Version: unspecified Hardware: Other OS: FreeBSD Status

[llvm-bugs] [Bug 42760] New: [ARM] Invalid symbol redefinition at -O3 with jump tables

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42760 Bug ID: 42760 Summary: [ARM] Invalid symbol redefinition at -O3 with jump tables Product: libraries Version: 9.0 Hardware: All OS: All Status: NEW

[llvm-bugs] [Bug 42761] New: unordered_map and unordered_set operator== double key comparison causes exponential behavior

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42761 Bug ID: 42761 Summary: unordered_map and unordered_set operator== double key comparison causes exponential behavior Product: libc++ Version: 9.0 Hardware: PC OS: A

[llvm-bugs] [Bug 42762] New: unexpected codegen for inline asm

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42762 Bug ID: 42762 Summary: unexpected codegen for inline asm Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Pri

[llvm-bugs] [Bug 42763] New: r358919 causing boot failures for MIPS Linux kernel

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42763 Bug ID: 42763 Summary: r358919 causing boot failures for MIPS Linux kernel Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhance

[llvm-bugs] [Bug 42764] New: Document the scope of -fstack-protector

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42764 Bug ID: 42764 Summary: Document the scope of -fstack-protector Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 42765] New: Avoid spilling the address of the saved stack guard with -fstack-protector

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42765 Bug ID: 42765 Summary: Avoid spilling the address of the saved stack guard with -fstack-protector Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 42766] New: Rejects valid code claiming "pack expansion does not contain any unexpanded parameter packs"

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42766 Bug ID: 42766 Summary: Rejects valid code claiming "pack expansion does not contain any unexpanded parameter packs" Product: clang Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 42767] New: add newline between include and namespace

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42767 Bug ID: 42767 Summary: add newline between include and namespace Product: clang Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 42768] New: recognize aligned case statements

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42768 Bug ID: 42768 Summary: recognize aligned case statements Product: clang Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 23214] [META] Using LLD as FreeBSD's system linker

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=23214 Bug 23214 depends on bug 30415, which changed state. Bug 30415 Summary: lld has different section attribute merging vs ld.bfd https://bugs.llvm.org/show_bug.cgi?id=30415 What|Removed |Added

[llvm-bugs] [Bug 30415] lld has different section attribute merging vs ld.bfd

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=30415 Fangrui Song changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42769] New: Please cherry-pick r366985 into the 9.0 branch

2019-07-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42769 Bug ID: 42769 Summary: Please cherry-pick r366985 into the 9.0 branch Product: lldb Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: release blocker