[llvm-bugs] [Bug 34564] New: Assertion failed: "ShrinkDemandedOp only supports nodes with one result!"

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34564 Bug ID: 34564 Summary: Assertion failed: "ShrinkDemandedOp only supports nodes with one result!" Product: new-bugs Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 34563] New: [x86] codegen for fcmp oeq is inconsistent

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34563 Bug ID: 34563 Summary: [x86] codegen for fcmp oeq is inconsistent Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34565] New: X86CmovConversion ineffective when debug info is enabled

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34565 Bug ID: 34565 Summary: X86CmovConversion ineffective when debug info is enabled Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 34566] New: libc++ appears to be missing overloads for some cmath functions (isfinite, etc.)

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34566 Bug ID: 34566 Summary: libc++ appears to be missing overloads for some cmath functions (isfinite, etc.) Product: libc++ Version: 5.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 34045] Regression(r309923): clang crashes compiling chrome/android

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34045 Roger Ferrer Ibanez changed: What|Removed |Added Status|NEW |RESOLVED

[llvm-bugs] [Bug 34546] New: LLD crashed with special sections in linker script

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34546 Bug ID: 34546 Summary: LLD crashed with special sections in linker script Product: lld Version: unspecified Hardware: Other OS: other Status: NEW Severity:

[llvm-bugs] [Bug 34548] New: InstCombine cannot blindly assume that inttoptr(ptrtoint x) -> x

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34548 Bug ID: 34548 Summary: InstCombine cannot blindly assume that inttoptr(ptrtoint x) -> x Product: libraries Version: trunk Hardware: All OS: All

[llvm-bugs] Issue 3353 in oss-fuzz: llvm: ASSERT: CodeDC && !CodeDC->isFileContext() && "statement expr not in code context"

2017-09-11 Thread monor… via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, llvm-b...@lists.llvm.org Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible Engine-libfuzzer Proj-llvm Reported-2017-09-11 New issue 3353 by

[llvm-bugs] [Bug 34545] New: DBG_VALUE being lost in LiveDebugVariables

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34545 Bug ID: 34545 Summary: DBG_VALUE being lost in LiveDebugVariables Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34547] New: Reparse with #ifdef leads to error "unterminated conditional directive"

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34547 Bug ID: 34547 Summary: Reparse with #ifdef leads to error "unterminated conditional directive" Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 34552] New: clang-cpp incorrectly trims whitespace after include (breaking all indent sensitive languages).

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34552 Bug ID: 34552 Summary: clang-cpp incorrectly trims whitespace after include (breaking all indent sensitive languages). Product: clang Version: 5.0 Hardware: PC

[llvm-bugs] [Bug 34549] New: [miscompilation] set to 0 on __m128d ignored: garbage in high element on compare and movemask

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34549 Bug ID: 34549 Summary: [miscompilation] set to 0 on __m128d ignored: garbage in high element on compare and movemask Product: new-bugs Version: 5.0 Hardware: PC

[llvm-bugs] [Bug 32938] x86: Redundant dynamic relocation against function

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32938 George Rimar changed: What|Removed |Added Status|NEW |RESOLVED

[llvm-bugs] [Bug 34553] New: [X86][AVX512VL] Infinite loop in bool vector sign extension

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34553 Bug ID: 34553 Summary: [X86][AVX512VL] Infinite loop in bool vector sign extension Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 34550] New: Superregs are not automatically inferred into the callee saved regs list

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34550 Bug ID: 34550 Summary: Superregs are not automatically inferred into the callee saved regs list Product: libraries Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 34556] New: C++ std::exception is NULL when compiled as ObjC++, but C++ is OK

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34556 Bug ID: 34556 Summary: C++ std::exception is NULL when compiled as ObjC++, but C++ is OK Product: clang Version: 5.0 Hardware: All OS: Linux Status:

[llvm-bugs] [Bug 34557] New: Builtin prototypes are implicitly defined

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34557 Bug ID: 34557 Summary: Builtin prototypes are implicitly defined Product: clang Version: unspecified Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34554] New: Code generation regression with trunk

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34554 Bug ID: 34554 Summary: Code generation regression with trunk Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34221] Objective-C: annotation for copy-like methods

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34221 Larry Campbell changed: What|Removed |Added Resolution|--- |INVALID

[llvm-bugs] [Bug 34560] New: Merge r312285 into the 5.0 branch : [X86] Don't pull carry through X86ISD::ADD carryin, -1 if we can't guranteed we'

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34560 Bug ID: 34560 Summary: Merge r312285 into the 5.0 branch : [X86] Don't pull carry through X86ISD::ADD carryin, -1 if we can't guranteed we' Product: new-bugs Version:

[llvm-bugs] [Bug 34560] Merge r312285 into the 5.0 branch : [X86] Don't pull carry through X86ISD::ADD carryin, -1 if we can't guranteed we'

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34560 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Fixed By

[llvm-bugs] [Bug 34492] [meta] 5.0.1 Release Blockers

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34492 Bug 34492 depends on bug 34560, which changed state. Bug 34560 Summary: Merge r312285 into the 5.0 branch : [X86] Don't pull carry through X86ISD::ADD carryin, -1 if we can't guranteed we' https://bugs.llvm.org/show_bug.cgi?id=34560 What

[llvm-bugs] [Bug 34529] should include a definition for std::string

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34529 Marshall Clow (home) changed: What|Removed |Added Status|NEW |RESOLVED

[llvm-bugs] [Bug 31028] Too much division

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=31028 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED

[llvm-bugs] [Bug 34558] New: use SDNodeFlags to enable reciprocal square root transform

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34558 Bug ID: 34558 Summary: use SDNodeFlags to enable reciprocal square root transform Product: libraries Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 34160] Unsigned integer over in std::mt19937 when using 0 as a seed

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34160 Marshall Clow (home) changed: What|Removed |Added Resolution|--- |FIXED

[llvm-bugs] [Bug 34166] Weird code coverage display for "#if" inside function

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34166 Vedant Kumar changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 34562] New: O(n^2) behavior building debug info for large structs

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34562 Bug ID: 34562 Summary: O(n^2) behavior building debug info for large structs Product: libraries Version: 5.0 Hardware: PC OS: Linux Status: NEW Severity:

[llvm-bugs] [Bug 34561] New: Merge r312693 into the 5.0 branch : Add even more string_view tests. These found some bugs in the default parameter

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34561 Bug ID: 34561 Summary: Merge r312693 into the 5.0 branch : Add even more string_view tests. These found some bugs in the default parameter Product: new-bugs Version:

[llvm-bugs] [Bug 34550] Superregs are not automatically inferred into the callee saved regs list

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34550 Matthias Braun changed: What|Removed |Added Status|NEW |RESOLVED

[llvm-bugs] [Bug 34550] Superregs are not automatically inferred into the callee saved regs list

2017-09-11 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34550 Matthias Braun changed: What|Removed |Added Resolution|WONTFIX |---