[llvm-bugs] [Bug 28676] New: -Wshadow doesn't warn on shadowed 'using' statements. Gcc does.

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28676 Bug ID: 28676 Summary: -Wshadow doesn't warn on shadowed 'using' statements. Gcc does. Product: clang Version: 3.8 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 28062] clang crashes on valid code at -Os and above on x86_64-linux-gnu with Assertion `Elt < getNumElements() && "Invalid Elt"' failed

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28062 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED Component|LLVM Codegen

[llvm-bugs] [Bug 21179] No warnings for invalid memory orderings for atomic accesses

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=21179 Eric Fiselier changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 21179] No warnings for invalid memory orderings for atomic accesses

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=21179 Eric Fiselier changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 28528] Cannot select: intrinsic %llvm.aarch64.neon.sqshrun

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28528 Alina Sbirlea changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28674] New: Failure to re-use immediate shared between compare and subtract

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28674 Bug ID: 28674 Summary: Failure to re-use immediate shared between compare and subtract Product: new-bugs Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 28673] New: [ThinLTO] Assertion `!(Pair.first != Ty && Pair.second == Ty) && "mapping to a source type"' failed

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28673 Bug ID: 28673 Summary: [ThinLTO] Assertion `!(Pair.first != Ty && Pair.second == Ty) && "mapping to a source type"' failed Product: lld Version: unspecified Hardware: PC

[llvm-bugs] [Bug 28332] virtual void clang::ASTWriter::ResolvedExceptionSpec(const clang::FunctionDecl*): Assertion `!DoneWritingDeclsAndTypes && "Already done writing updates!"' failed.

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28332 Vassil Vassilev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28588] Use after free in DSE

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28588 Jun Bum Lim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28672] New: Integer divide by constant close to UINT*_MAX can be compare rather than divide

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28672 Bug ID: 28672 Summary: Integer divide by constant close to UINT*_MAX can be compare rather than divide Product: new-bugs Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 28671] New: Difficult to find TemplateSpecializationType on http://clang.llvm.org/doxygen

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28671 Bug ID: 28671 Summary: Difficult to find TemplateSpecializationType on http://clang.llvm.org/doxygen Product: Website Version: unspecified Hardware: PC OS: Linux

[llvm-bugs] [Bug 28670] New: GVNHoist pass uses a large amount of memory and appears to hang due to large increase in buildtime

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28670 Bug ID: 28670 Summary: GVNHoist pass uses a large amount of memory and appears to hang due to large increase in buildtime Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 28669] New: Unnecessary vector type produces wrong ll parser error

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28669 Bug ID: 28669 Summary: Unnecessary vector type produces wrong ll parser error Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: norm

[llvm-bugs] [Bug 27699] error: definition of explicitly defaulted copy constructor basic_streambuf::basic_streambuf(const basic_streambuf &) = default;

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27699 Cristina Cristescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28668] New: [InstCombine] missing folds for bit manipulation intrinsics

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28668 Bug ID: 28668 Summary: [InstCombine] missing folds for bit manipulation intrinsics Product: libraries Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 28667] New: Invalid subexpression in sizeof fails to remove candidate

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28667 Bug ID: 28667 Summary: Invalid subexpression in sizeof fails to remove candidate Product: clang Version: trunk Hardware: All OS: All Status: NEW

[llvm-bugs] [Bug 28666] New: clang chrashes with -Wthread-safety in clang::CFGImplicitDtor::getDestructorDecl

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28666 Bug ID: 28666 Summary: clang chrashes with -Wthread-safety in clang::CFGImplicitDtor::getDestructorDecl Product: clang Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 28665] New: [InstSimplify] missing analysis for bit manipulation intrinsics

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28665 Bug ID: 28665 Summary: [InstSimplify] missing analysis for bit manipulation intrinsics Product: libraries Version: trunk Hardware: PC OS: All Status: N

[llvm-bugs] [Bug 14538] Impossible TemplateArgument

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=14538 Elias Pipping changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 18674] Assertion failed: ParseAssignmentExpression went over the default arg tokens

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=18674 Elias Pipping changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28657] Cannot select: intrinsic %llvm.x86.avx.vbroadcastf128.pd.256

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28657 Simon Pilgrim changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 28664] New: Expression is always true (file LoopInterchange.cpp)

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28664 Bug ID: 28664 Summary: Expression is always true (file LoopInterchange.cpp) Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: n

[llvm-bugs] [Bug 28600] [meta] 3.9.0 Release Blockers

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28600 Bug 28600 depends on bug 28606, which changed state. Bug 28606 Summary: MC/Sparc tests failing on self-hosted 32-bit Windows builds https://llvm.org/bugs/show_bug.cgi?id=28606 What|Removed |Added -

[llvm-bugs] [Bug 28606] MC/Sparc tests failing on self-hosted 32-bit Windows builds

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28606 Sebastian Pop changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27698] error: redefinition of 'basic_streambuf' template class basic_streambuf {

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27698 Cristina Cristescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27946] The llvm-tools package is gone from apt repositories

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27946 Sylvestre Ledru changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28663] New: sspstrong and sspreq use generate incorrect frame layout with alloca and VLAs

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28663 Bug ID: 28663 Summary: sspstrong and sspreq use generate incorrect frame layout with alloca and VLAs Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 28662] New: Type with no linkage in signature: symbols for unique entities link together

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28662 Bug ID: 28662 Summary: Type with no linkage in signature: symbols for unique entities link together Product: clang Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 28661] New: [AVX512] incorrect code for boolean expression at -O0.

2016-07-22 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28661 Bug ID: 28661 Summary: [AVX512] incorrect code for boolean expression at -O0. Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: norma