[llvm-bugs] Issue 16067 in oss-fuzz: llvm/clang-format-fuzzer: ASSERT: !Line.startsWith(tok::hash)

2019-07-27 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] Issue 15623 in oss-fuzz: llvm: Build failure

2019-07-27 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #8 on issue 15623 by ClusterFuzz-External: llvm: Build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15623#c8 Friendly reminder that the the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://oss-f

[llvm-bugs] [Bug 42789] New: Documentation UBSan not clear

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42789 Bug ID: 42789 Summary: Documentation UBSan not clear Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priori

[llvm-bugs] [Bug 42777] Regression(r367091): Assertion `(!Op.getValueType().isVector() || NumElts == Op.getValueType().getVectorNumElements()) && "Unexpected vector size"' when building chrome

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

[llvm-bugs] [Bug 42790] New: [BPF] fix CO-RE incorrect index access string

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42790 Bug ID: 42790 Summary: [BPF] fix CO-RE incorrect index access string Product: new-bugs Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 42791] New: [BPF] fix typedef issue for offset relocation

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42791 Bug ID: 42791 Summary: [BPF] fix typedef issue for offset relocation Product: new-bugs Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: normal

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

2019-07-27 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 42792] New: Update llvm-exegesis to use libLLVMMCA to predict scheduling

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42792 Bug ID: 42792 Summary: Update llvm-exegesis to use libLLVMMCA to predict scheduling Product: tools Version: trunk Hardware: PC OS: Windows NT Status: N

[llvm-bugs] [Bug 42793] New: [X86

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42793 Bug ID: 42793 Summary: [X86 Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priority: P Compon

[llvm-bugs] [Bug 42793] [X86

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42793 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42794] New: [X86] Unnecessary stack manipulation remaining from memcpy/extract_subvector

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42794 Bug ID: 42794 Summary: [X86] Unnecessary stack manipulation remaining from memcpy/extract_subvector Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 42674] [X86][SSE] Missed vXi8 sum reduction optimization

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42674 Simon Pilgrim changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 42795] New: UBSan failure on NtCurrentTeb()

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42795 Bug ID: 42795 Summary: UBSan failure on NtCurrentTeb() Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 42796] New: UBSan (enum) failure on implementation of MSVC

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42796 Bug ID: 42796 Summary: UBSan (enum) failure on implementation of MSVC Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 42797] New: Unreachable Executed at ModuleBitCodeWriter::writeConstants - Unknown constant

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42797 Bug ID: 42797 Summary: Unreachable Executed at ModuleBitCodeWriter::writeConstants - Unknown constant Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 42798] New: FP_ constants not defined when offloading is turned on

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42798 Bug ID: 42798 Summary: FP_ constants not defined when offloading is turned on Product: OpenMP Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: n

[llvm-bugs] [Bug 42799] New: std::fpclassify missing long double when offload is enabled

2019-07-27 Thread via llvm-bugs
int main() { long double a(0); return (std::fpclassify(a) == 2); } clang++ -fopenmp -fopenmp-targets=nvptx64-nvidia-cuda test.cpp test.cpp:6:11: error: call to 'fpclassify' is ambiguous return (std::fpclassify(a) == 2); ^~~ /home/yeluo/opt/llvm-clang/mirror-20

[llvm-bugs] [Bug 42796] UBSan (enum) failure on implementation of MSVC

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42796 Richard Smith changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 42800] New: loop-unroll produces wrong code with "opt -instcombine -indvars -licm -simplifycfg -loop-unroll"

2019-07-27 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42800 Bug ID: 42800 Summary: loop-unroll produces wrong code with "opt -instcombine -indvars -licm -simplifycfg -loop-unroll" Product: libraries Version: trunk Hardware: PC