[llvm-bugs] [Bug 37101] New: [x86] Failure to use both div and mod results of one IDIV in a prime-factor loop while(n%i==0) { n/=i; }

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37101 Bug ID: 37101 Summary: [x86] Failure to use both div and mod results of one IDIV in a prime-factor loop while(n%i==0) { n/=i; } Product: new-bugs Version: trunk Hardware: PC

[llvm-bugs] [Bug 37102] New: [LLVM-COV] Wrong coverage with the comparison of extern function pointer and NULL

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37102 Bug ID: 37102 Summary: [LLVM-COV] Wrong coverage with the comparison of extern function pointer and NULL Product: Runtime Libraries Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 37103] New: [LLVM-COV] Wrong coverage when label is after other statements at the same code line

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37103 Bug ID: 37103 Summary: [LLVM-COV] Wrong coverage when label is after other statements at the same code line Product: Runtime Libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 37104] New: Backend should be able to unfold masked merge

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37104 Bug ID: 37104 Summary: Backend should be able to unfold masked merge Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 35427] clang-format is misbehaving with [[attributes]]

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35427 Manuel Klimek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37105] New: [LLVM-COV] goto label and a label is wrongly

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37105 Bug ID: 37105 Summary: [LLVM-COV] goto label and a label is wrongly Product: Runtime Libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhance

[llvm-bugs] [Bug 37106] New: DataFlowSanitizer works wrong when snprintf use char-array as argument

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37106 Bug ID: 37106 Summary: DataFlowSanitizer works wrong when snprintf use char-array as argument Product: libraries Version: 5.0 Hardware: PC OS: All Stat

[llvm-bugs] [Bug 37039] [PowerPC, bisected] miscompilation in rust crate "futures"

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37039 Nemanja Ivanovic changed: What|Removed |Added Status|RESOLVED|REOPENED Blocks|

[llvm-bugs] [Bug 36649] [meta] 6.0.1 Release Blockers

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36649 Bug 36649 depends on bug 37039, which changed state. Bug 37039 Summary: [PowerPC, bisected] miscompilation in rust crate "futures" https://bugs.llvm.org/show_bug.cgi?id=37039 What|Removed |Added ---

[llvm-bugs] [Bug 37107] New: [LLVM-COV] Wrong coverage with label in if statement

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37107 Bug ID: 37107 Summary: [LLVM-COV] Wrong coverage with label in if statement Product: Runtime Libraries Version: trunk Hardware: PC OS: All Status: NEW Severity:

[llvm-bugs] Issue 7604 in oss-fuzz: llvm/clang-proto-fuzzer: Null-dereference READ in llvm::SSAUpdaterBulk::RewriteAllUses

2018-04-12 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 37109] New: operator new with throw() omits NULL check at -O1 and higher

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37109 Bug ID: 37109 Summary: operator new with throw() omits NULL check at -O1 and higher Product: clang Version: 5.0 Hardware: All OS: All Status: NEW

[llvm-bugs] [Bug 24380] ObjC: cannot disable clang-format on class declaration parameterized with lightweight generics

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=24380 Ben Hamilton changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 30595] extraneous const qualifier allowed in malformed conversion function

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=30595 Aaron Ballman changed: What|Removed |Added CC||aa...@aaronballman.com Status|NEW

[llvm-bugs] Issue 7627 in oss-fuzz: llvm/llvm-special-case-list-fuzzer: NULL

2018-04-12 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 Unreproducible Engine-libfuzzer Proj-llvm Reported-2018-04-12

[llvm-bugs] [Bug 37110] New: [Formatter/ObjC] Line break between exclamation mark ! and method call if line length = ColumnLimit+1

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37110 Bug ID: 37110 Summary: [Formatter/ObjC] Line break between exclamation mark ! and method call if line length = ColumnLimit+1 Product: clang Version: unspecified Hardware: Macintos

[llvm-bugs] [Bug 37111] New: [Formatter/ObjC] @selector(method:arg:) tends to be line-wrapped around the ( rather than :

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37111 Bug ID: 37111 Summary: [Formatter/ObjC] @selector(method:arg:) tends to be line-wrapped around the ( rather than : Product: clang Version: unspecified Hardware: Macintosh

[llvm-bugs] [Bug 37112] New: Missed optimization: many "switch-like" IFs could use bit-array instead of jump table

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37112 Bug ID: 37112 Summary: Missed optimization: many "switch-like" IFs could use bit-array instead of jump table Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 32954] -Wthread-safety try_acquire_capability is broken?

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32954 Aaron Ballman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 37113] New: No -Wtautological-compare warning issued

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37113 Bug ID: 37113 Summary: No -Wtautological-compare warning issued Product: clang Version: 6.0 Hardware: All OS: All Status: NEW Severity: normal Priority

[llvm-bugs] Issue 7091 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-irce: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-irce

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 7091 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-irce: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-irce https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7091#c2 ClusterFuzz testcase 4

[llvm-bugs] Issue 6924 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-strength_reduce

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 6924 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-strength_reduce https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6924#c2

[llvm-bugs] Issue 6920 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_unroll

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 6920 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-loop_unroll https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6920#c2 ClusterF

[llvm-bugs] Issue 6941 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-licm: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-licm

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 6941 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-licm: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-licm https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6941#c2 ClusterFuzz testcase 5

[llvm-bugs] [Bug 37114] New: Seg fault when running clang-format

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37114 Bug ID: 37114 Summary: Seg fault when running clang-format Product: clang Version: 6.0 Hardware: Other OS: Linux Status: NEW Severity: normal Priority:

[llvm-bugs] Issue 6918 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-guard_widening: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-guard_widening

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 6918 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-guard_widening: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-guard_widening https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6918#c2 Cl

[llvm-bugs] Issue 7172 in oss-fuzz: llvm/llvm-demangle-fuzzer: Out-of-memory in llvm_llvm-demangle-fuzzer

2018-04-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #2 on issue 7172 by ClusterFuzz-External: llvm/llvm-demangle-fuzzer: Out-of-memory in llvm_llvm-demangle-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7172#c2 ClusterFuzz testcase 6321313888075776 is

[llvm-bugs] [Bug 37097] COFF/section.test failing stage 2 check on clang-with-thin-lto-windows

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37097 Robbert Haarman changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37115] New: Clang miscompiles with -O0.

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37115 Bug ID: 37115 Summary: Clang miscompiles with -O0. Product: new-bugs Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Prior

[llvm-bugs] [Bug 36991] LLD-linked binary segfaults at runtime on alpine linux

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36991 Rui Ueyama changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[llvm-bugs] [Bug 28335] Correctly handle weak references to DSO symbols which do not appear in DT_NEEDED because of --as-needed

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=28335 Rui Ueyama changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37116] New: arm64 apt repo

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37116 Bug ID: 37116 Summary: arm64 apt repo Product: Packaging Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 37117] New: -Wunreachable-code warning not issued when a macro is used

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37117 Bug ID: 37117 Summary: -Wunreachable-code warning not issued when a macro is used Product: clang Version: 6.0 Hardware: All OS: All Status: NEW

[llvm-bugs] [Bug 37118] New: [Formatter/ObjC] BinPackArguments causes extra line breaks in blocks with protocol parameter types

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37118 Bug ID: 37118 Summary: [Formatter/ObjC] BinPackArguments causes extra line breaks in blocks with protocol parameter types Product: clang Version: unspecified Hardware: Macintosh

[llvm-bugs] [Bug 37066] Allow selecting which XRay modes to link through flags

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37066 Dean Michael Berris changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 36926] Add a flag to disable emitting the custom event instrumentation points

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36926 Dean Michael Berris changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 32274] XRay should not use C++ standard libraries internally

2018-04-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32274 Dean Michael Berris changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED