[llvm-bugs] [Bug 48831] New: mac libclang unknown type name 'size_t'

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48831 Bug ID: 48831 Summary: mac libclang unknown type name 'size_t' Product: clang Version: 10.0 Hardware: Macintosh OS: MacOS X Status: NEW Severity: normal

[llvm-bugs] [Bug 48830] New: llvm-cov: wrong coverage for setjmp followed by a while loop statement

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48830 Bug ID: 48830 Summary: llvm-cov: wrong coverage for setjmp followed by a while loop statement Product: Runtime Libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] Issue 29770 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in StmtProfiler::VisitStmt

2021-01-20 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, akils...@apple.co

[llvm-bugs] [Bug 48829] New: missing dead code diagnostic

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48829 Bug ID: 48829 Summary: missing dead code diagnostic Product: clang Version: 11.0 Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priority

[llvm-bugs] [Bug 48828] New: Wasm debug info excessively large due to missing SHF_MERGE support for debug_str

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48828 Bug ID: 48828 Summary: Wasm debug info excessively large due to missing SHF_MERGE support for debug_str Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 48820] .symver foo, foo@v1 is mishandled

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48820 Fangrui Song changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 48827] New: older versions of wasm-ld crashes when when given object files built with llvm trunk

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48827 Bug ID: 48827 Summary: older versions of wasm-ld crashes when when given object files built with llvm trunk Product: lld Version: unspecified Hardware: PC OS: Linu

[llvm-bugs] [Bug 48826] New: Optimization for min(max) or max(min) pattern in ARM backend generates wrong calculate result

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48826 Bug ID: 48826 Summary: Optimization for min(max) or max(min) pattern in ARM backend generates wrong calculate result Product: libraries Version: trunk Hardware: All

[llvm-bugs] [Bug 48825] New: Clang frontend crash with -target aarch64-unknown-linux-gnu -mgeneral-regs-only

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48825 Bug ID: 48825 Summary: Clang frontend crash with -target aarch64-unknown-linux-gnu -mgeneral-regs-only Product: clang Version: 11.0 Hardware: PC OS: All

[llvm-bugs] [Bug 48824] New: Assertion `(!isa(EvaluatedGEP.TotalOffset) || EvaluatedGEP.OffsetOverflows == Builder.getFalse()) && "If the offset got constant-folded, we don't expect th

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48824 Bug ID: 48824 Summary: Assertion `(!isa(EvaluatedGEP.TotalOffset) || EvaluatedGEP.OffsetOverflows == Builder.getFalse()) && "If the offset got constant-folded, we don't ex

[llvm-bugs] [Bug 48823] New: Compiler no longer producing hsub instruction after upstream commit be69e66b1cd8

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48823 Bug ID: 48823 Summary: Compiler no longer producing hsub instruction after upstream commit be69e66b1cd8 Product: new-bugs Version: unspecified Hardware: PC OS: All

[llvm-bugs] Issue 26751 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: Out-of-memory in llvm-opt-fuzzer--x86_64-instcombine

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26751 by sheriffbot: llvm:llvm-opt-fuzzer--x86_64-instcombine: Out-of-memory in llvm-opt-fuzzer--x86_64-instcombine https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26751#c1 This bug is approaching its deadline for being fix

[llvm-bugs] Issue 26748 in oss-fuzz: llvm:clang-fuzzer: Global-buffer-overflow in ProcessCharEscape

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26748 by sheriffbot: llvm:clang-fuzzer: Global-buffer-overflow in ProcessCharEscape https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26748#c1 This bug is approaching its deadline for being fixed, and will be automatically de

[llvm-bugs] Issue 26747 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: Res && "Unexpected conversion failure"

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26747 by sheriffbot: llvm:clang-objc-fuzzer: ASSERT: Res && "Unexpected conversion failure" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26747#c1 This bug is approaching its deadline for being fixed, and will be automatic

[llvm-bugs] Issue 26744 in oss-fuzz: llvm:llvm-isel-fuzzer--aarch64-gisel: ASSERT: idx < size()

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26744 by sheriffbot: llvm:llvm-isel-fuzzer--aarch64-gisel: ASSERT: idx < size() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26744#c1 This bug is approaching its deadline for being fixed, and will be automatically derest

[llvm-bugs] Issue 26737 in oss-fuzz: llvm:clang-objc-fuzzer: Global-buffer-overflow in clang::Lexer::tryReadUCN

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26737 by sheriffbot: llvm:clang-objc-fuzzer: Global-buffer-overflow in clang::Lexer::tryReadUCN https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26737#c1 This bug is approaching its deadline for being fixed, and will be autom

[llvm-bugs] Issue 26736 in oss-fuzz: llvm:clang-objc-fuzzer: Global-buffer-overflow in ProcessUCNEscape

2021-01-20 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 26736 by sheriffbot: llvm:clang-objc-fuzzer: Global-buffer-overflow in ProcessUCNEscape https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26736#c1 This bug is approaching its deadline for being fixed, and will be automatically

[llvm-bugs] [Bug 48822] New: HWASAN OOMs on compilation of redis

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48822 Bug ID: 48822 Summary: HWASAN OOMs on compilation of redis Product: compiler-rt Version: 11.0 Hardware: PC OS: Linux Status: NEW Severity: normal Prior

[llvm-bugs] [Bug 48821] New: Perf regressions with enable-new-pm due to SpeculateAroundPHIs splitting backedges

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48821 Bug ID: 48821 Summary: Perf regressions with enable-new-pm due to SpeculateAroundPHIs splitting backedges Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 46372] DivergenceAnalysis incorrectly identifies join blocks of a loop exit

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46372 Sameer Sahasrabuddhe changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 48812] opt crash with "-sroa -ipsccp -loop-unroll", Assertion `isa(Val) && "cast() argument of incompatible type!"' failed.

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48812 Joseph Tremoulet changed: What|Removed |Added Assignee|jctremou...@gmail.com |suochen...@163.com Fixed By Commit(s)|

[llvm-bugs] [Bug 48820] New: .symver foo, foo@v1 is mishandled

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48820 Bug ID: 48820 Summary: .symver foo, foo@v1 is mishandled Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Pri

[llvm-bugs] [Bug 48819] New: New Pass Manager: LoopUnswitch requires Divergence Analysis to work correctly

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48819 Bug ID: 48819 Summary: New Pass Manager: LoopUnswitch requires Divergence Analysis to work correctly Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] Issue 29717 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Sema::SemaDiagnosticBuilder::SemaDiagnosticBuilder

2021-01-20 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 29717 by ClusterFuzz-External: llvm:clang-fuzzer: Stack-overflow in clang::Sema::SemaDiagnosticBuilder::SemaDiagnosticBuilder https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=29717#c1 ClusterFuzz test

[llvm-bugs] [Bug 48818] New: llvm-cov: wrong coverage for multiple calling a function with conditional operator statement

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48818 Bug ID: 48818 Summary: llvm-cov: wrong coverage for multiple calling a function with conditional operator statement Product: Runtime Libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 48817] New: Don't read past end of relocation section in scanRelocs

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48817 Bug ID: 48817 Summary: Don't read past end of relocation section in scanRelocs Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NE

[llvm-bugs] [Bug 48816] New: Failure to simplify trunc(abs(sext(x))) -> abs(x)

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48816 Bug ID: 48816 Summary: Failure to simplify trunc(abs(sext(x))) -> abs(x) Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enha

[llvm-bugs] [Bug 48815] New: apt release version mismatches with https://releases.llvm.org/ for llvm 11 release

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48815 Bug ID: 48815 Summary: apt release version mismatches with https://releases.llvm.org/ for llvm 11 release Product: Packaging Version: unspecified Hardware: PC OS:

[llvm-bugs] [Bug 48814] New: Error in num_get::do_get for custom character type

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48814 Bug ID: 48814 Summary: Error in num_get::do_get for custom character type Product: libc++ Version: 11.0 Hardware: All OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 48813] New: [NewPM] Bugpoint does not support the NewPM

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48813 Bug ID: 48813 Summary: [NewPM] Bugpoint does not support the NewPM Product: new-bugs Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 48812] New: opt crash with "-sroa -ipsccp -loop-unroll", Assertion `isa(Val) && "cast() argument of incompatible type!"' failed.

2021-01-20 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48812 Bug ID: 48812 Summary: opt crash with "-sroa -ipsccp -loop-unroll", Assertion `isa(Val) && "cast() argument of incompatible type!"' failed. Product: new-bugs Version: tr