[llvm-bugs] [Bug 24549] New: ARM backend crash when compiling half-precision FP op without hardware FP

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24549 Bug ID: 24549 Summary: ARM backend crash when compiling half-precision FP op without hardware FP Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 24550] New: Assertion `oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured()

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24550 Bug ID: 24550 Summary: Assertion `oldBlock->capturesCXXThis() == blockScope->isCXXThisCaptured() Product: new-bugs Version: 3.7 Hardware: PC OS: Linux

[llvm-bugs] [Bug 24551] New: instruction step over thread exit fails on linux

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24551 Bug ID: 24551 Summary: instruction step over thread exit fails on linux Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 24552] New: LLVM ERROR: Cannot select: 0x100297f3db8: i32 = select_cc 0x100297f1fb8, 0x100297f5248, 0x100297f3918, 0x100297f3a40, 0x100297f36c8 [ORD=2] [ID=29]

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24552 Bug ID: 24552 Summary: LLVM ERROR: Cannot select: 0x100297f3db8: i32 = select_cc 0x100297f1fb8, 0x100297f5248, 0x100297f3918, 0x100297f3a40, 0x100297f36c8 [ORD=2] [ID=29] Product:

[llvm-bugs] [Bug 24553] New: pro hand does not handle all SIGSEGV/SIGBUS signals

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24553 Bug ID: 24553 Summary: pro hand does not handle all SIGSEGV/SIGBUS signals Product: lldb Version: 3.2 Hardware: PC OS: MacOS X Status: NEW Severity: normal

[llvm-bugs] [Bug 24554] New: Windows sanitizer tests are flaky due to LNK1104, when the linker cannot overwrite the last executable

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24554 Bug ID: 24554 Summary: Windows sanitizer tests are flaky due to LNK1104, when the linker cannot overwrite the last executable Product: compiler-rt Version: unspecified Hardware: P

[llvm-bugs] [Bug 24555] New: Small typo in release notes

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24555 Bug ID: 24555 Summary: Small typo in release notes Product: Documentation Version: 3.7 Hardware: All OS: All Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 24556] New: naked functions with parameters are impossible to use correctly

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24556 Bug ID: 24556 Summary: naked functions with parameters are impossible to use correctly Product: clang Version: unspecified Hardware: PC OS: Linux Statu

[llvm-bugs] [Bug 24555] Small typo in release notes

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24555 rtr...@google.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 24557] New: A few edge cases related to quote handling are broken on Windows

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24557 Bug ID: 24557 Summary: A few edge cases related to quote handling are broken on Windows Product: lldb Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 24546] PowerPC backend hits "Inconsistency: def of vector reg not found in swap map!" assertion in PPCVSXSwapRemoval.cpp:613

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24546 Bill Schmidt changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 24558] New: Inferior not getting reaped in certain situations

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24558 Bug ID: 24558 Summary: Inferior not getting reaped in certain situations Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: nor

[llvm-bugs] [Bug 24559] New: GNU attributes after declspecs don't parse

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24559 Bug ID: 24559 Summary: GNU attributes after declspecs don't parse Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Pri

[llvm-bugs] [Bug 24560] New: arm assembler does not share constant pool

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24560 Bug ID: 24560 Summary: arm assembler does not share constant pool Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 24561] New: [msan] False positive on icmp sgt (trunc %x), -1

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24561 Bug ID: 24561 Summary: [msan] False positive on icmp sgt (trunc %x), -1 Product: compiler-rt Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: no

[llvm-bugs] [Bug 24562] New: pshufb intrinsic doesn't understand that indices with high-bit set give zeros

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24562 Bug ID: 24562 Summary: pshufb intrinsic doesn't understand that indices with high-bit set give zeros Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 24563] New: LiveDebugVariables propagates constant values without joining at bb boundaries

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24563 Bug ID: 24563 Summary: LiveDebugVariables propagates constant values without joining at bb boundaries Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 24544] PowerPC backend hits "Addend source register is not live!" assertion in PPCVSXFMAMutate.cpp:188

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24544 Hal Finkel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24542] [powerpc-ubuntu] code generation failure

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24542 Hal Finkel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 20460] [C++11] allocate_shared should not require rebind of an allocator

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=20460 Bug 20460 depends on bug 20616, which changed state. Bug 20616 Summary: shared_ptr does not compile with fancy pointer allocators https://llvm.org/bugs/show_bug.cgi?id=20616 What|Removed |Added ---

[llvm-bugs] [Bug 20616] shared_ptr does not compile with fancy pointer allocators

2015-08-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=20616 Eric Fiselier changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---