[llvm-bugs] [Bug 36748] New: Assertion failure laying out class hierarchy on i686-windows-msvc

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36748 Bug ID: 36748 Summary: Assertion failure laying out class hierarchy on i686-windows-msvc Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[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-03-15 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 Reproducible Engine-libfuzzer OS-Linux Proj-llvm Reported-2018

[llvm-bugs] [Bug 36749] New: clang++ frontend command failed dues to signal

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36749 Bug ID: 36749 Summary: clang++ frontend command failed dues to signal Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancemen

[llvm-bugs] [Bug 36750] New: Meyers' singleton does not work with [[gnu::const]] and -O1 to -O3

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36750 Bug ID: 36750 Summary: Meyers' singleton does not work with [[gnu::const]] and -O1 to -O3 Product: clang Version: 5.0 Hardware: PC OS: Linux Status: NE

[llvm-bugs] [Bug 36751] New: [AMDGPU][MC][GFX7][GFX8][DISASSEMBLER] 32-bit VINTRP opcodes should have "_e32" suffix

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36751 Bug ID: 36751 Summary: [AMDGPU][MC][GFX7][GFX8][DISASSEMBLER] 32-bit VINTRP opcodes should have "_e32" suffix Product: libraries Version: trunk Hardware: PC OS: Al

[llvm-bugs] [Bug 36752] New: ASAN reports heap overflow in llvm-ar

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36752 Bug ID: 36752 Summary: ASAN reports heap overflow in llvm-ar Product: tools Version: trunk Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priori

[llvm-bugs] [Bug 36754] New: Ignoring break after return type after compiler attributes

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36754 Bug ID: 36754 Summary: Ignoring break after return type after compiler attributes Product: clang Version: 6.0 Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 36755] New: [PPC64] V2 ABI: Functions global entry point sets the toc pointer to the wrong address.

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36755 Bug ID: 36755 Summary: [PPC64] V2 ABI: Functions global entry point sets the toc pointer to the wrong address. Product: lld Version: unspecified Hardware: Other OS

[llvm-bugs] [Bug 36757] New: incorrect diagnostic illegal initializer type with _Atomic static initialization

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36757 Bug ID: 36757 Summary: incorrect diagnostic illegal initializer type with _Atomic static initialization Product: clang Version: 6.0 Hardware: PC OS: MacOS X

[llvm-bugs] [Bug 36410] Merging inlined llvm.dbg.value creates broken metadata

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36410 Ulrich Weigand changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 36758] New: #pragma GCC warning … with -Werror not treated as error

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36758 Bug ID: 36758 Summary: #pragma GCC warning … with -Werror not treated as error Product: clang Version: 6.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 36759] New: Segfault in clang::Sema::BuildDeclarationNameExpr

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36759 Bug ID: 36759 Summary: Segfault in clang::Sema::BuildDeclarationNameExpr Product: clang Version: 5.0 Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 35402] error in backend: Cannot select: 0x55ce75ede940: ch = PPCISD::STBRX

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35402 Carrot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24886] what is the canonical IR for a fabs operation?

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=24886 Sanjay Patel changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 36750] Meyers' singleton does not work with [[gnu::const]] and -O1 to -O3

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36750 Eli Friedman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 36760] New: Arithmetic shift optimization for signed numbers

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36760 Bug ID: 36760 Summary: Arithmetic shift optimization for signed numbers Product: libraries Version: 6.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 16671] Inefficient XOR calculation

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=16671 Ruslan Nikolaev changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] [Bug 36116] After r299770, Assertion failed: (New->getType() == getType() && "replaceAllUses of value with new value of different type!"), function doRAUW, file lib/IR/Value.cpp, line 375.

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36116 Matthew Simpson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 36759] Segfault in clang::Sema::BuildDeclarationNameExpr

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36759 Dimitry Andric changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[llvm-bugs] [Bug 36761] New: [X86] Missed opportunities to use vcvtdq2pd %xmm0, %xmm0 under AVX

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36761 Bug ID: 36761 Summary: [X86] Missed opportunities to use vcvtdq2pd %xmm0, %xmm0 under AVX Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 36762] New: -Wunused-private-field behavior depends on copy constructor

2018-03-15 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36762 Bug ID: 36762 Summary: -Wunused-private-field behavior depends on copy constructor Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW