[llvm-bugs] [Bug 30583] New: clang crashes on valid C++ code: Assertion `!R.empty() && "empty lookup results when building templateid"' failed

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30583 Bug ID: 30583 Summary: clang crashes on valid C++ code: Assertion `!R.empty() && "empty lookup results when building templateid"' failed Product: clang Version: trunk

[llvm-bugs] [Bug 27423] test infra: clear file-level test results on any test files being rerun prior to starting the rerun

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27423 Todd Fiala changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 26302] [x86] Tail call with conditional jumps

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26302 Hans Wennborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26299 Bug 26299 depends on bug 26302, which changed state. Bug 26302 Summary: [x86] Tail call with conditional jumps https://llvm.org/bugs/show_bug.cgi?id=26302 What|Removed |Added --

[llvm-bugs] [Bug 30582] New: Incorrect alignment in the indentation

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30582 Bug ID: 30582 Summary: Incorrect alignment in the indentation Product: clang Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal P

[llvm-bugs] [Bug 30394] Missing support for __iso_volatile load/store intrinsics

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30394 Martin Storsjö changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27524] return optimization opportunities

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27524 Dan Gohman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 30581] New: Inconsistent value of ATOMIC_LLONG_LOCK_FREE vs __atomic_always_lock_free(sizeof(long long), 0) on 32-bit x86

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30581 Bug ID: 30581 Summary: Inconsistent value of ATOMIC_LLONG_LOCK_FREE vs __atomic_always_lock_free(sizeof(long long), 0) on 32-bit x86 Product: clang Version: trunk

[llvm-bugs] [Bug 30580] New: lldb fails to link when -fvisibility=hidden used

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30580 Bug ID: 30580 Summary: lldb fails to link when -fvisibility=hidden used Product: lldb Version: 3.9 Hardware: PC OS: All Status: NEW Severity: normal Pr

[llvm-bugs] [Bug 30567] Cuda Nested lambda (lambda inside a device function) requires __device__ annotation

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30567 Justin Lebar changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 26341] Cuda __device__ attribute can't come between "[]" and "()" in lambdas, as nvcc expects

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26341 Justin Lebar changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 30579] New: x86 backend legalises `xor i1` incorrectly

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30579 Bug ID: 30579 Summary: x86 backend legalises `xor i1` incorrectly Product: libraries Version: 3.9 Hardware: PC OS: Linux Status: NEW Severity: normal P

[llvm-bugs] [Bug 30578] New: 64-bit clang-cl does not discard the __unaligned attribute on pointers when casting

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30578 Bug ID: 30578 Summary: 64-bit clang-cl does not discard the __unaligned attribute on pointers when casting Product: new-bugs Version: trunk Hardware: PC OS: Window

[llvm-bugs] [Bug 30571] Last upgrade broke email notification: they are now sent as HTML only

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30571 Mehdi Amini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 30577] New: [AArch64] Missed cbnz opportunity when compare value is known positive

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30577 Bug ID: 30577 Summary: [AArch64] Missed cbnz opportunity when compare value is known positive Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 30542] Crash in InnerLoopVectorizer::vectorizeLoop

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30542 Matthew Simpson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 30575] Argument deduction of template fails with variadic arguments in the middle

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30575 hst...@ca.ibm.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|REMIND

[llvm-bugs] [Bug 30575] Argument deduction of template fails with variadic arguments in the middle

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30575 hst...@ca.ibm.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 30576] New: [Modules] default ctor of member requires type to be visible when the containing class is instantiated

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30576 Bug ID: 30576 Summary: [Modules] default ctor of member requires type to be visible when the containing class is instantiated Product: clang Version: trunk Hardware: PC

[llvm-bugs] [Bug 30575] New: Argument deduction of template fails with variadic arguments in the middle

2016-09-30 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30575 Bug ID: 30575 Summary: Argument deduction of template fails with variadic arguments in the middle Product: clang Version: 3.8 Hardware: PC OS: Windows NT