[llvm-bugs] [Bug 36106] [AArch64][GlobalSel] Incorrect half to single precision code gen

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36106 Amara Emerson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 5734 in oss-fuzz: llvm: Stack-overflow in clang::Sema::GetNameFromUnqualifiedId

2018-01-26 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, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Engine-libfuzze

[llvm-bugs] [Bug 36117] New: The -fdiagnostic-format option is not being passed from the driver to the assembler job

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36117 Bug ID: 36117 Summary: The -fdiagnostic-format option is not being passed from the driver to the assembler job Product: clang Version: unspecified Hardware: PC OS:

[llvm-bugs] [Bug 36116] New: After r299770, Assertion failed: (New->getType() == getType() && "replaceAllUses of value with new value of different type!"), function doRAUW, file lib/IR/Value.cpp, line

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36116 Bug ID: 36116 Summary: After r299770, Assertion failed: (New->getType() == getType() && "replaceAllUses of value with new value of different type!"), function doRAUW, file

[llvm-bugs] [Bug 36114] New: Merge r323559 to 6.0 branch ([LivePhysRegs] Preserve pristine regs in blocks with no successors.)

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36114 Bug ID: 36114 Summary: Merge r323559 to 6.0 branch ([LivePhysRegs] Preserve pristine regs in blocks with no successors.) Product: libraries Version: 6.0 Hardware: PC

[llvm-bugs] [Bug 36073] Regression: ARM segfault when upgrading to 6.0.0

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36073 Eli Friedman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 33827] _Generic associated list is misformatted

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33827 Anatol changed: What|Removed |Added CC||anatol.pomo...@gmail.com Resolution|---

[llvm-bugs] [Bug 36113] New: [X86] Incorrect scheduler information for scalar multiplies in Znver1 scheduler model

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36113 Bug ID: 36113 Summary: [X86] Incorrect scheduler information for scalar multiplies in Znver1 scheduler model Product: libraries Version: trunk Hardware: PC OS: Win

[llvm-bugs] [Bug 36112] New: TableGen .inc files should include #line directives

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36112 Bug ID: 36112 Summary: TableGen .inc files should include #line directives Product: tools Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 36111] New: [X86] Clang doesn't support -mcet/-mno-cet from gcc

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36111 Bug ID: 36111 Summary: [X86] Clang doesn't support -mcet/-mno-cet from gcc Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhanc

[llvm-bugs] [Bug 36110] New: Erratic behavior with inline asm macros

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36110 Bug ID: 36110 Summary: Erratic behavior with inline asm macros Product: clang Version: 6.0 Hardware: PC OS: All Status: NEW Severity: enhancement Prior

[llvm-bugs] [Bug 36109] New: libc++ queue and string tests fail with -gmodules on android

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36109 Bug ID: 36109 Summary: libc++ queue and string tests fail with -gmodules on android Product: lldb Version: unspecified Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 26138] [LoopInterchange] loop-interchange pass fails during the compilation

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=26138 Florian Hahn changed: What|Removed |Added CC||david.gr...@arm.com Status|NEW

[llvm-bugs] [Bug 34084] [PowerPC] Wimplicit-fallthrough warning in PPCISelLowering.cpp

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34084 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 36108] New: Merge r323515 into the 6.0 branch : [CallSiteSplitting] Fix infinite loop when recording conditions.

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36108 Bug ID: 36108 Summary: Merge r323515 into the 6.0 branch : [CallSiteSplitting] Fix infinite loop when recording conditions. Product: new-bugs Version: 6.0 Hard

[llvm-bugs] [Bug 35970] Implement addrspace machine memory operand printing / parsing in MIR

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35970 Francis Visoiu Mistrih changed: What|Removed |Added Fixed By Commit(s)||r323521 Resolution|---

[llvm-bugs] [Bug 36107] New: TestGModules.test_with_gmodules fails on linux

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36107 Bug ID: 36107 Summary: TestGModules.test_with_gmodules fails on linux Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 36105] Infinite loop in -callsite-splitting

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36105 Florian Hahn changed: What|Removed |Added CC||junb...@codeaurora.org Resolution|---

[llvm-bugs] [Bug 36106] New: [AArch64][GlobalSel] Incorrect half to single precision code gen

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36106 Bug ID: 36106 Summary: [AArch64][GlobalSel] Incorrect half to single precision code gen Product: new-bugs Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 36105] New: Infinite loop in -callsite-splitting

2018-01-26 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36105 Bug ID: 36105 Summary: Infinite loop in -callsite-splitting Product: new-bugs Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] Issue 5709 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: Index + MRI->getType(Res).getSizeInBits() <

2018-01-26 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, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils...@apple.com Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Engine-libfuzze