[llvm-bugs] [Bug 27851] New: Non-type parameter link failure in a template function with a dependent template parameter

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27851 Bug ID: 27851 Summary: Non-type parameter link failure in a template function with a dependent template parameter Product: clang Version: 3.8 Hardware: PC URL: http

[llvm-bugs] [Bug 27851] CLOSED -- not an issue as explained in the comment

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27851 ak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |I

[llvm-bugs] [Bug 27739] Assertion `(CopyConstructor->isDefaulted() && CopyConstructor->isCopyConstructor() && !CopyConstructor->doesThisDeclarationHaveABody() && !CopyConstructor->isDeleted()) && "Def

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27739 Vassil Vassilev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27852] New: Unsupported FileCheck directive in CodeGen test

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27852 Bug ID: 27852 Summary: Unsupported FileCheck directive in CodeGen test Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 27711] Clang does not support default calling convention options /Gd /Gr /Gv /Gz

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27711 Alexander Makarov changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 27853] New: incompatibility w/gcc re: ODR, template instantiation, optimization across translation units

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27853 Bug ID: 27853 Summary: incompatibility w/gcc re: ODR, template instantiation, optimization across translation units Product: clang Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 27854] New: [x86, SSE] insertps chosen when unpcklps would be better

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27854 Bug ID: 27854 Summary: [x86, SSE] insertps chosen when unpcklps would be better Product: libraries Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 27847] Assertion `CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27847 Hans Wennborg changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 27843] pragma pack struct + volatile results in an unresolved external "atomic_load" when using the Microsoft Linker

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27843 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 27855] New: bootstrap failure when -DLLVM_LINK_LLVM_DYLIB:BOOL=ON is used

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27855 Bug ID: 27855 Summary: bootstrap failure when -DLLVM_LINK_LLVM_DYLIB:BOOL=ON is used Product: new-bugs Version: trunk Hardware: Macintosh OS: MacOS X S

[llvm-bugs] [Bug 27856] New: Crash in handleMove during scheduling of OpenCV kernel

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27856 Bug ID: 27856 Summary: Crash in handleMove during scheduling of OpenCV kernel Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: norm

[llvm-bugs] [Bug 27857] New: licm miscompile with noalias and call which exits program

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27857 Bug ID: 27857 Summary: licm miscompile with noalias and call which exits program Product: libraries Version: trunk Hardware: PC OS: Windows NT Status:

[llvm-bugs] [Bug 27858] New: mldst-motion miscompile with call to exit()

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27858 Bug ID: 27858 Summary: mldst-motion miscompile with call to exit() Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal

[llvm-bugs] [Bug 27859] New: loop-idiom miscompile with restrict and unwinding

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27859 Bug ID: 27859 Summary: loop-idiom miscompile with restrict and unwinding Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: norm

[llvm-bugs] [Bug 27860] New: gvn miscompile with restrict and call to exit()

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27860 Bug ID: 27860 Summary: gvn miscompile with restrict and call to exit() Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal

[llvm-bugs] [Bug 27861] New: TestObjCMethods2.py - test_NSString_expr_commands_gmodules() fails

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27861 Bug ID: 27861 Summary: TestObjCMethods2.py - test_NSString_expr_commands_gmodules() fails Product: lldb Version: unspecified Hardware: PC OS: MacOS X S

[llvm-bugs] [Bug 27836] Segfault of __thread varaible in Linux/ARM due to bug of LLVM ARM code generation

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27836 Tim Northover changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 27855] bootstrap failure when -DLLVM_LINK_LLVM_DYLIB:BOOL=ON is used

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27855 Chris Bieneman changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27862] New: TestRuntimeTypes.py test_break_gmodules() fails on OS X

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27862 Bug ID: 27862 Summary: TestRuntimeTypes.py test_break_gmodules() fails on OS X Product: lldb Version: unspecified Hardware: PC OS: MacOS X Status: NEW

[llvm-bugs] [Bug 27863] New: TestGlobalVariables.py test_c_global_variables_gmodules() fails on OS X

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27863 Bug ID: 27863 Summary: TestGlobalVariables.py test_c_global_variables_gmodules() fails on OS X Product: lldb Version: unspecified Hardware: PC OS: MacOS X

[llvm-bugs] [Bug 27863] TestGlobalVariables.py test_c_global_variables_gmodules() fails on OS X

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27863 Todd Fiala changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27864] New: TestTopLevelExprs.py test_top_level_expressions_gmodules() fails on OS X

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27864 Bug ID: 27864 Summary: TestTopLevelExprs.py test_top_level_expressions_gmodules() fails on OS X Product: lldb Version: unspecified Hardware: PC OS: MacOS X

[llvm-bugs] [Bug 27855] bootstrap failure when -DLLVM_LINK_LLVM_DYLIB:BOOL=ON is used

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27855 Jack Howarth changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[llvm-bugs] [Bug 27865] New: DeadStripTest.py test_gmodules() fails on Linux x86_64

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27865 Bug ID: 27865 Summary: DeadStripTest.py test_gmodules() fails on Linux x86_64 Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: nor

[llvm-bugs] [Bug 27856] Crash in handleMove during scheduling of OpenCV kernel

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27856 Matthias Braun changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27866] New: Alias to Linkonce global / canonical representation for Aliases

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27866 Bug ID: 27866 Summary: Alias to Linkonce global / canonical representation for Aliases Product: new-bugs Version: trunk Hardware: PC OS: All Status: NE

[llvm-bugs] [Bug 27867] New: PGO data for "static" functions invalidated if different build directories are used.

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27867 Bug ID: 27867 Summary: PGO data for "static" functions invalidated if different build directories are used. Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 27868] New: Evaluating JITed expressions on arm cannot handle hard float ABI

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27868 Bug ID: 27868 Summary: Evaluating JITed expressions on arm cannot handle hard float ABI Product: lldb Version: unspecified Hardware: PC OS: Linux Statu

[llvm-bugs] [Bug 27847] Assertion `CastInst::castIsValid(opc, C, Ty) && "Invalid constantexpr cast!"

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27847 Michael Zolotukhin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[llvm-bugs] [Bug 27869] New: Optimizer doesn't simplify obvious contradiction

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27869 Bug ID: 27869 Summary: Optimizer doesn't simplify obvious contradiction Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 26174] Don't override abort() and __assert_rtn() in ENABLE_CRASH_OVERRIDES when running on Lion+

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26174 Gerolf Hoflehner changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 27870] New: [DeadArgElim] discard comdats

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27870 Bug ID: 27870 Summary: [DeadArgElim] discard comdats Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priorit

[llvm-bugs] [Bug 27871] New: Problematic loop-carried variable widening by InstCombine

2016-05-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27871 Bug ID: 27871 Summary: Problematic loop-carried variable widening by InstCombine Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW