[llvm-bugs] [Bug 48572] movd mm0, mm1 gets an invalid operand error

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48572 chris.se...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 48574] New: clang frontend crash with exit code 139

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48574 Bug ID: 48574 Summary: clang frontend crash with exit code 139 Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: release blocker

[llvm-bugs] Issue 28866 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: ResolveConstants.empty() && "Constants not resolved?"

2020-12-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com,

[llvm-bugs] [Bug 48536] ld64.lld.darwinnew exports too many symbols

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48536 Nico Weber changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 47240] Static PIE executables segfault on initialization

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47240 Fangrui Song changed: What|Removed |Added Resolution|--- |WORKSFORME Status|CONFIRMED

[llvm-bugs] [Bug 48572] New: movd mm0, mm1 gets an invalid operand error

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48572 Bug ID: 48572 Summary: movd mm0, mm1 gets an invalid operand error Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 48571] New: Orphaned master directive in lambda crashes

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48571 Bug ID: 48571 Summary: Orphaned master directive in lambda crashes Product: OpenMP Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 48570] New: Clang crashed because of Assertion `!Substitutions.count(Ptr) && "Substitution already exists!"' failed

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48570 Bug ID: 48570 Summary: Clang crashed because of Assertion `!Substitutions.count(Ptr) && "Substitution already exists!"' failed Product: clang Version: trunk

[llvm-bugs] [Bug 48569] New: clang-format fails to align case label with `switch`

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48569 Bug ID: 48569 Summary: clang-format fails to align case label with `switch` Product: clang Version: unspecified Hardware: Macintosh OS: MacOS X Status: NEW

[llvm-bugs] [Bug 48568] New: fatal error: 'sys/sysctl.h' file not found

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48568 Bug ID: 48568 Summary: fatal error: 'sys/sysctl.h' file not found Product: Test Suite Version: 11.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 48567] New: Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize' FAILED

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48567 Bug ID: 48567 Summary: Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorS ize' FAILED Product: compiler-rt Version: 11.0 Hardware: PC OS: Linux

[llvm-bugs] Issue 26054 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: !IsScalable && "Request for a fixed size on a scalable object"

2020-12-21 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26054 by sheriffbot: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: !IsScalable && "Request for a fixed size on a scalable object" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26054#c1 This bug is approaching its

[llvm-bugs] [Bug 48565] New: [arm] Use lsl/lsr for masking when immediate and is impossible

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48565 Bug ID: 48565 Summary: [arm] Use lsl/lsr for masking when immediate and is impossible Product: libraries Version: 10.0 Hardware: Other OS: Linux

[llvm-bugs] [Bug 48559] Optimizer does not take advantage of `-value == ~(value - 1)`

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48559 Sanjay Patel changed: What|Removed |Added Fixed By Commit(s)||38ca7face67e Resolution|---

[llvm-bugs] [Bug 48513] [AMDGPU][MC] Lit test cleanup

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48513 Dmitry changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] Issue 28856 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::object::WasmObjectFile::parseCodeSection

2020-12-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com,

[llvm-bugs] [Bug 48068] "[AggressiveInstCombine] Generalize foldGuardedRotateToFunnelShift to generic funnel shifts" broke ARM/AArch64 targets

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48068 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 28049 in oss-fuzz: llvm:clang-objc-fuzzer: Stack-overflow in SequenceChecker::VisitSequencedExpressions

2020-12-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 28049 by ClusterFuzz-External: llvm:clang-objc-fuzzer: Stack-overflow in SequenceChecker::VisitSequencedExpressions https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28049#c1 ClusterFuzz testcase

[llvm-bugs] [Bug 48332] darwinnew complains "lld: error: TODO(gkm): handle common encodings table overflow"

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48332 Nico Weber changed: What|Removed |Added Fixed By Commit(s)||http://reviews.llvm.org/rG9 |

[llvm-bugs] [Bug 46656] False positives when using std::condition_variable::wait_for

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46656 Janusz Chorko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 48564] New: LoopVectorization crash

2020-12-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48564 Bug ID: 48564 Summary: LoopVectorization crash Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement