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

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36649 Bug 36649 depends on bug 37406, which changed state. Bug 37406 Summary: Merge r330264 and other related fixes for PR37100 into the 6.0 branch https://bugs.llvm.org/show_bug.cgi?id=37406 What|Removed |Added ---

[llvm-bugs] [Bug 37406] Merge r330264 and other related fixes for PR37100 into the 6.0 branch

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37406 Tom Stellard changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 37599] New: lld-link silently accepts AMD64_REL32 against absolute symbol

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37599 Bug ID: 37599 Summary: lld-link silently accepts AMD64_REL32 against absolute symbol Product: lld Version: unspecified Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 37598] New: clang emitting RIP-relative relocation for weak external on Windows x86-64

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37598 Bug ID: 37598 Summary: clang emitting RIP-relative relocation for weak external on Windows x86-64 Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 37597] New: math.h conflicting noexcept declaration

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37597 Bug ID: 37597 Summary: math.h conflicting noexcept declaration Product: libc++ Version: 6.0 Hardware: Sun OS: Solaris Status: NEW Severity: normal Prio

[llvm-bugs] [Bug 37596] New: xlocale.h not found

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37596 Bug ID: 37596 Summary: xlocale.h not found Product: libc++ Version: 6.0 Hardware: Sun OS: Solaris Status: NEW Severity: normal Priority: P Com

[llvm-bugs] [Bug 37595] New: -fvisibility-inlines-hidden marks static local variables as hidden when it shouldn't

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37595 Bug ID: 37595 Summary: -fvisibility-inlines-hidden marks static local variables as hidden when it shouldn't Product: clang Version: 3.2 Hardware: PC OS: Linux

[llvm-bugs] [Bug 37223] Patch required to support ppc64le calling convention etc.

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37223 Bob Wilson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 37593] clang: diagnostics about constexpr misuse are nonexistant

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37593 Richard Smith changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[llvm-bugs] [Bug 37594] New: Crash during global initialization

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37594 Bug ID: 37594 Summary: Crash during global initialization Product: new-bugs Version: 6.0 Hardware: Sun OS: Solaris Status: NEW Severity: normal Priorit

[llvm-bugs] [Bug 37593] New: clang: diagnostics about constexpr misuse are nonexistant

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37593 Bug ID: 37593 Summary: clang: diagnostics about constexpr misuse are nonexistant Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 37592] New: LLD "foo.lib -wholearchive:foo.lib" doesn't work

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37592 Bug ID: 37592 Summary: LLD "foo.lib -wholearchive:foo.lib" doesn't work Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: enhan

[llvm-bugs] [Bug 37591] New: Dynamic linking: undefined references when linking libLTO.so

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37591 Bug ID: 37591 Summary: Dynamic linking: undefined references when linking libLTO.so Product: tools Version: 6.0 Hardware: Sun OS: Solaris Status: NEW

[llvm-bugs] [Bug 37590] New: [PPC64] Support the 4 TLS models.

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37590 Bug ID: 37590 Summary: [PPC64] Support the 4 TLS models. Product: lld Version: unspecified Hardware: Other OS: Linux Status: NEW Severity: normal Prior

[llvm-bugs] [Bug 35389] Support ppc64le

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35389 Bug 35389 depends on bug 36798, which changed state. Bug 36798 Summary: [PPC64] V2 ABI: relocation R_PPC64_ADDR16_DS out of range when linking against c-runtime https://bugs.llvm.org/show_bug.cgi?id=36798 What|Removed

[llvm-bugs] [Bug 36798] [PPC64] V2 ABI: relocation R_PPC64_ADDR16_DS out of range when linking against c-runtime

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36798 sfert...@ca.ibm.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] Issue 8541 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in ExprEvaluatorBase::VisitCallExpr

2018-05-25 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 32860] Modifying data member when passing temporary to function accepting T const & not considered constexpr

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32860 David Stone changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] Issue 6697 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::StringMapImpl::LookupBucketFor

2018-05-25 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #3 on issue 6697 by sheriff...@chromium.org: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::StringMapImpl::LookupBucketFor https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6697#c3 This bug is approaching its deadline for

[llvm-bugs] [Bug 37286] [X86] Different scheduler information for vex/non-vex vector moves on Sandybridge

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

[llvm-bugs] [Bug 32325] [META][X86] Improve implementation and use of X86 scheduler models

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32325 Bug 32325 depends on bug 37286, which changed state. Bug 37286 Summary: [X86] Different scheduler information for vex/non-vex vector moves on Sandybridge https://bugs.llvm.org/show_bug.cgi?id=37286 What|Removed |Added

[llvm-bugs] [Bug 37588] New: DSE slow with many allocas and calls

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37588 Bug ID: 37588 Summary: DSE slow with many allocas and calls Product: libraries Version: 6.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement Pr

[llvm-bugs] [Bug 37587] New: No component for update_test_checks and other scripts

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37587 Bug ID: 37587 Summary: No component for update_test_checks and other scripts Product: Bugzilla Admin Version: unspecified Hardware: PC OS: All Status: NEW Severi

[llvm-bugs] [Bug 37586] New: update_test_checks does not generate checks for functions with period in the name

2018-05-25 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37586 Bug ID: 37586 Summary: update_test_checks does not generate checks for functions with period in the name Product: new-bugs Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 36689] Failure to zextload due to unused bits

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