[llvm-bugs] [Bug 33833] New: SelectionDAG crashes on optnone function after r308025

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33833 Bug ID: 33833 Summary: SelectionDAG crashes on optnone function after r308025 Product: new-bugs Version: unspecified Hardware: PC OS: Linux Status: NEW Severity:

[llvm-bugs] [Bug 33817] Fails to build on gcc 5.4.0 and libstdc++ 6 because bind is missing in TaskPool.h

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33817 lab...@google.com changed: What|Removed |Added CC||lab...@google.com Status|NEW

[llvm-bugs] [Bug 32282] Assertion `loBit <= BitWidth && "loBit out of range"' failed with -O0 -march=skx.

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32282 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 33798] POLLY_BUNDLED_JSONCPP=OFF is failing on Ubuntu Trusty

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33798 Michael Kruse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 33834] New: [ms_abi] Big structures arguments are not passed correctly (x64)

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33834 Bug ID: 33834 Summary: [ms_abi] Big structures arguments are not passed correctly (x64) Product: clang Version: 3.9 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 33828] Crash in X86DAGToDAGISel::RunSDNodeXForm: "getConstant with a uint64_t value that doesn't fit in the type!"

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33828 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Component|Backend: X86

[llvm-bugs] [Bug 33835] New: [clang-format] function arguments

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33835 Bug ID: 33835 Summary: [clang-format] function arguments Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement P

[llvm-bugs] [Bug 33770] Inline Assembler Comments

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33770 James Y Knight changed: What|Removed |Added CC||jykni...@google.com Resolution|---

[llvm-bugs] [Bug 33833] SelectionDAG crashes on optnone function after r308025

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33833 Nirav Dave changed: What|Removed |Added CC||nir...@google.com Status|NEW

[llvm-bugs] [Bug 33837] New: SCEV AA assumes inbounds and non-negative offsets

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33837 Bug ID: 33837 Summary: SCEV AA assumes inbounds and non-negative offsets Product: libraries Version: trunk Hardware: All OS: All Status: NEW Keywords: miscompila

[llvm-bugs] [Bug 33818] segfault in opt

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33818 Davide Italiano changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 33838] New: Incorrect operand sizes for MMX instructions

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33838 Bug ID: 33838 Summary: Incorrect operand sizes for MMX instructions Product: tools Version: 4.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 32515] Assertion "DELETED_NODE in CSEMap!" fires a lot with -march=skx

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32515 Nirav Dave changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 33840] New: std::string::push_back is 3.4x slower than on libstdc++

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33840 Bug ID: 33840 Summary: std::string::push_back is 3.4x slower than on libstdc++ Product: libc++ Version: unspecified Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 33841] New: [X86] Favor shlx/shrx over shl/srl x, cl for (shift x (and y, (BitWidth-1)))

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33841 Bug ID: 33841 Summary: [X86] Favor shlx/shrx over shl/srl x, cl for (shift x (and y, (BitWidth-1))) Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 33821] After r307100, segfaults when linking FreeBSD aarch64 kernel

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33821 Rafael Ávila de Espíndola changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[llvm-bugs] [Bug 23214] [META] Using LLD as FreeBSD's system linker

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=23214 Bug 23214 depends on bug 33821, which changed state. Bug 33821 Summary: After r307100, segfaults when linking FreeBSD aarch64 kernel https://bugs.llvm.org/show_bug.cgi?id=33821 What|Removed |Added -

[llvm-bugs] [Bug 32282] Assertion `loBit <= BitWidth && "loBit out of range"' failed with -O0 -march=skx.

2017-07-18 Thread via llvm-bugs
(a < 0) + 2147483647 >> (b << ~0 + 24) + 8388639; > } > > > clang++ -std=c++11 -w -O3 -march=skx -o f.o -c f.cpp > clang-5.0: > /home/dybaboki/llvm/llvm-trunk-20170718/include/llvm/ADT/APInt.h:1399: void > llvm::APInt::setBits(unsigned int, unsigned int): Asserti

[llvm-bugs] [Bug 33844] New: Assertion `loBit <= BitWidth && "loBit out of range"' failed with -O1

2017-07-18 Thread via llvm-bugs
t f.cpp int a; long b; struct { char c : 29; } d; void e() { d.c = ~0 + 483647 & (a < 0) + 2147483647 >> (b << ~0 + 24) + 8388639; } > clang++ -O1 -o f.o -c f.cpp -w clang-5.0: /home/dybaboki/llvm/llvm-trunk-20170718/include/llvm/ADT/APInt.h:1399: void llvm::APInt::setBits(unsign

[llvm-bugs] [Bug 33845] New: clang calls __gnu_mcount_nc with the wrong calling convention

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33845 Bug ID: 33845 Summary: clang calls __gnu_mcount_nc with the wrong calling convention Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 33822] DW_AT_decl_file for DW_TAG_imported_declaration is bogus

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33822 Adrian Prantl changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 33846] New: extern thread_local and lto

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33846 Bug ID: 33846 Summary: extern thread_local and lto Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 26322] Core load hangs

2017-07-18 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=26322 Ankit Kothana changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED