[llvm-bugs] [Bug 28995] New: ARM SjLj exception handling assumes frame pointer is r7

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28995 Bug ID: 28995 Summary: ARM SjLj exception handling assumes frame pointer is r7 Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 28996] New: [ARM64] Assertion `(!Target.getSymA() || Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None) && "Should only be expression-level modifiers here"' failed.

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28996 Bug ID: 28996 Summary: [ARM64] Assertion `(!Target.getSymA() || Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None) && "Should only be expression-level modifiers here

[llvm-bugs] [Bug 28997] New: "non-virtual thunk" abi_tag mangling is different from g++

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28997 Bug ID: 28997 Summary: "non-virtual thunk" abi_tag mangling is different from g++ Product: clang Version: 3.9 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 25552] extend -fwrapv to apply to left shifts

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=25552 James Molloy changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 28998] New: wrong comment parsing with regex

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28998 Bug ID: 28998 Summary: wrong comment parsing with regex Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P

[llvm-bugs] [Bug 28998] wrong comment parsing with regex

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28998 Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28999] New: 'ld -v' only prints version number and exits (behaviour differs from GNU ld)

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28999 Bug ID: 28999 Summary: 'ld -v' only prints version number and exits (behaviour differs from GNU ld) Product: lld Version: unspecified Hardware: PC OS: FreeBSD

[llvm-bugs] [Bug 29000] New: std::map custom allocator with explicit copy constructor

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29000 Bug ID: 29000 Summary: std::map custom allocator with explicit copy constructor Product: libc++ Version: unspecified Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 29001] New: operator= for std::map violates the standard

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29001 Bug ID: 29001 Summary: operator= for std::map violates the standard Product: libc++ Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 28952] bx instruction generated with -march=armv4 needs --fix-v4bx with external assembler

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28952 Renato Golin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 28988] r278659 problem

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28988 Prakhar Bahuguna changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 29002] New: [x86] extra cmov in clamp function

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29002 Bug ID: 29002 Summary: [x86] extra cmov in clamp function Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 29003] New: Wrong .file directive generated by -S

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29003 Bug ID: 29003 Summary: Wrong .file directive generated by -S Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Prior

[llvm-bugs] [Bug 29004] New: Inlined function name clash resolves silently and arbitrarily

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29004 Bug ID: 29004 Summary: Inlined function name clash resolves silently and arbitrarily Product: clang Version: 3.4 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 26925] wrong code produced by -structurizecfg

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26925 Matt Arsenault changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 29004] Inlined function name clash resolves silently and arbitrarily

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29004 Reid Kleckner changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 29006] New: Clang crashes with a std::bad_alloc exception

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29006 Bug ID: 29006 Summary: Clang crashes with a std::bad_alloc exception Product: clang Version: 3.8 Hardware: PC OS: Windows NT Status: NEW Severity: release blocke

[llvm-bugs] [Bug 29008] New: Support the #line directive in source-based code coverage

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29008 Bug ID: 29008 Summary: Support the #line directive in source-based code coverage Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 29009] New: Redundent and instruction caused by switch condition operand shrinking

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29009 Bug ID: 29009 Summary: Redundent and instruction caused by switch condition operand shrinking Product: libraries Version: trunk Hardware: PC OS: All St

[llvm-bugs] [Bug 29010] New: Bad instruction encoding in 32-bit code on haswell

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29010 Bug ID: 29010 Summary: Bad instruction encoding in 32-bit code on haswell Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 29011] New: wrong code at -O1 and above on x86_64-linux-gnu in both 32-bit and 64-bit modes

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29011 Bug ID: 29011 Summary: wrong code at -O1 and above on x86_64-linux-gnu in both 32-bit and 64-bit modes Product: clang Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 28328] Codegen crash

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28328 cycheng changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 28600] [meta] 3.9.0 Release Blockers

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=28600 Bug 28600 depends on bug 28328, which changed state. Bug 28328 Summary: Codegen crash https://llvm.org/bugs/show_bug.cgi?id=28328 What|Removed |Added ---

[llvm-bugs] [Bug 29000] std::map custom allocator with explicit copy constructor

2016-08-16 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=29000 Marshall Clow (home) changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---