[llvm-bugs] [Bug 45769] New: lld fails to find math symbols like __exp_finite under certain conditions

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45769 Bug ID: 45769 Summary: lld fails to find math symbols like __exp_finite under certain conditions Product: lld Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 8364] Verifier doesn't flag out-of-module constants, BC writing crashes

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=8364 Ehud Katz changed: What|Removed |Added CC||ehudk...@gmail.com Status|REOPENED

[llvm-bugs] Issue 21963 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Out-of-memory in llvm-dwarfdump-fuzzer

2020-05-01 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.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..

[llvm-bugs] [Bug 26786] [globalopt] Crash after dropping user that still has debug value

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=26786 Ehud Katz changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 45749] [SCCP] Possible reference invalidation

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45749 Florian Hahn changed: What|Removed |Added Fixed By Commit(s)||d911c17596c105d66be8daba4e7 |

[llvm-bugs] [Bug 45481] Can't remove insertelement undef

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45481 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 29074] Segmentation fault when building lib/IR/CMakeFiles/LLVMCore.dir/AutoUpgrade.cpp.o

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=29074 Simon Pilgrim changed: What|Removed |Added CC||llvm-...@redking.me.uk Resolution|---

[llvm-bugs] Issue 21877 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::NumericLiteralParser::GetFloatValue

2020-05-01 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 21877 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::NumericLiteralParser::GetFloatValue https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=21877#c1 ClusterFuzz testcase 5770064499

[llvm-bugs] [Bug 45770] New: Clang frontend failed on parsing concept with packed parameters

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45770 Bug ID: 45770 Summary: Clang frontend failed on parsing concept with packed parameters Product: clang Version: 10.0 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 45762] Miscompile of zext(cttz())

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45762 Sanjay Patel changed: What|Removed |Added CC||spatel+l...@rotateright.com Resolution|-

[llvm-bugs] [Bug 45771] New: Frontend crash on += operator with ISO/IEC 18037 types

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45771 Bug ID: 45771 Summary: Frontend crash on += operator with ISO/IEC 18037 types Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: en

[llvm-bugs] [Bug 45772] New: [SimplifyCFG] Alignment mismatch prevents sinking

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45772 Bug ID: 45772 Summary: [SimplifyCFG] Alignment mismatch prevents sinking Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhanceme

[llvm-bugs] [Bug 45773] New: [MergeFuncs] Shufflevectors with different mask merged

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45773 Bug ID: 45773 Summary: [MergeFuncs] Shufflevectors with different mask merged Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enha

[llvm-bugs] [Bug 44131] DenseMap segfaults due to (de)allocate_buffer incompatibility with C++17 host application.

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=44131 Nikita Popov changed: What|Removed |Added CC||nikita@gmail.com Resolution|---

[llvm-bugs] [Bug 45774] New: Failure to optimize followed xors into seperate xors to avoid mov

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45774 Bug ID: 45774 Summary: Failure to optimize followed xors into seperate xors to avoid mov Product: libraries Version: trunk Hardware: PC OS: Linux Statu

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

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=4068 Bug 4068 depends on bug 45632, which changed state. Bug 45632 Summary: Linux kernel's multi_v5_defconfig no longer boots after max-page-size increase to 64k https://bugs.llvm.org/show_bug.cgi?id=45632 What|Removed |Add

[llvm-bugs] [Bug 45632] Linux kernel's multi_v5_defconfig no longer boots after max-page-size increase to 64k

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45632 Fangrui Song changed: What|Removed |Added Assignee|unassignedb...@nondot.org |i...@maskray.me Resolution|---

[llvm-bugs] [Bug 45775] New: Differences in DWARF line number info between directly generated and assembled object files

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45775 Bug ID: 45775 Summary: Differences in DWARF line number info between directly generated and assembled object files Product: libraries Version: trunk Hardware: PC O

[llvm-bugs] Issue 21978 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::DiagnosticIDs::ProcessDiag

2020-05-01 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.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..

[llvm-bugs] [Bug 45776] New: PowerPC half precision float shenanigans

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45776 Bug ID: 45776 Summary: PowerPC half precision float shenanigans Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 9242] Length parameters for the C API should be 'size_t', not 'unsigned'.

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=9242 Ehud Katz changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 25124] llvm-objdump prints unknown for relocation info on PPC

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=25124 Fangrui Song changed: What|Removed |Added CC||i...@maskray.me Resolution|---

[llvm-bugs] [Bug 18154] llvm-objdump should have a option to start disassembly at a specified symbol name

2020-05-01 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=18154 Fangrui Song changed: What|Removed |Added CC||i...@maskray.me Status|NEW