[llvm-bugs] [Bug 32659] New: clang crashes on valid code at -Os and above (in 32-bit mode) running pass 'X86 DAG->DAG Instruction Selection': Assertion `N->getOpcode() != ISD::DELETED_NODE && "DELETED

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32659 Bug ID: 32659 Summary: clang crashes on valid code at -Os and above (in 32-bit mode) running pass 'X86 DAG->DAG Instruction Selection': Assertion `N->getOpcode() != ISD::D

[llvm-bugs] [Bug 32607] Crash in NewGVN if run after LICM

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32607 Daniel Berlin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 32658] New: Miscompilation in ARM backend

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32658 Bug ID: 32658 Summary: Miscompilation in ARM backend Product: tools Version: trunk Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 32657] linker script parsing error

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

[llvm-bugs] [Bug 31934] Functions with non-tautological enable_if conditions shouldn't be assignable to references

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31934 George Burgess changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 32657] New: linker script parsing error

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32657 Bug ID: 32657 Summary: linker script parsing error Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Prio

[llvm-bugs] [Bug 32185] template template parameters not matched correctly when they contain non-type template parameters

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32185 Richard Smith changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 26299] [meta][X86] Size optimization opportunities (in particular for 32-bit Chromium on Windows)

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=26299 Bug 26299 depends on bug 32524, which changed state. Bug 32524 Summary: x86: inefficient code for x == 0 || x == 1 https://bugs.llvm.org/show_bug.cgi?id=32524 What|Removed |Added ---

[llvm-bugs] [Bug 32524] x86: inefficient code for x == 0 || x == 1

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32524 Sanjay Patel changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 32656] New: [java] newline is added before ; after enum / interface declarations

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32656 Bug ID: 32656 Summary: [java] newline is added before ; after enum / interface declarations Product: clang Version: trunk Hardware: PC OS: Windows NT St

[llvm-bugs] [Bug 32646] UBSAN binary segfaults on correct UB-free test case.

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32646 Vedant Kumar changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 32655] New: Improve generic vector CTPOP expansion

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32655 Bug ID: 32655 Summary: Improve generic vector CTPOP expansion Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement P

[llvm-bugs] [Bug 32654] New: Clang hangs compiling ARM inline assembly, with instruction on unsupported target

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32654 Bug ID: 32654 Summary: Clang hangs compiling ARM inline assembly, with instruction on unsupported target Product: new-bugs Version: unspecified Hardware: PC OS: Li

[llvm-bugs] [Bug 32652] Scudo-x86_64 quarantine.cpp fails

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32652 Hal Finkel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 32653] New: vec_xxsldi and vec_xxpermdi missing from altivec.h

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32653 Bug ID: 32653 Summary: vec_xxsldi and vec_xxpermdi missing from altivec.h Product: clang Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhanceme

[llvm-bugs] [Bug 32641] Peephole optimizer segfault compiling FreeBSD world

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32641 ema...@freebsd.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 32652] New: Scudo-x86_64 quarantine.cpp fails

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32652 Bug ID: 32652 Summary: Scudo-x86_64 quarantine.cpp fails Product: compiler-rt Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 32651] New: fdr-mode.cc and fdr-thread-order.cc fail in readValueFromFile - stack alignment issue?

2017-04-13 Thread via llvm-bugs
http://bugs.llvm.org/show_bug.cgi?id=32651 Bug ID: 32651 Summary: fdr-mode.cc and fdr-thread-order.cc fail in readValueFromFile - stack alignment issue? Product: compiler-rt Version: unspecified Hardware: PC

[llvm-bugs] [Bug 30413] Incomplete class information in Ivar objects in libobjc2 code on Linux

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=30413 David Lobron changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 32614] ICF causes section ordering to segfault on ARM

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32614 Peter Smith changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 31051] __compressed_pair doesn't correctly forward constructor arguments.

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31051 Eric Fiselier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 32573] -dynamic-list should not override -export-dynamic

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32573 George Rimar changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 32051] LLD doesn't define __bss_start

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32051 George Rimar changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[llvm-bugs] [Bug 32650] New: RuntimeDyldELF: Relocation R_PPC64_REL24 overflow

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32650 Bug ID: 32650 Summary: RuntimeDyldELF: Relocation R_PPC64_REL24 overflow Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 32649] New: std::__1::binomial_distribution is not thread safe

2017-04-13 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32649 Bug ID: 32649 Summary: std::__1::binomial_distribution is not thread safe Product: libc++ Version: 4.0 Hardware: PC OS: MacOS X Status: NEW Severity: enhancement