[llvm-bugs] [Bug 34296] New: [PowerPC][VSX] Missing builtins __builtin_pack_vector_int128 / __builtin_unpack_vector_int128 / vec_ld(int __a, const vector unsigned long *__b) / __builtin_crypto_vpmsumw

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34296 Bug ID: 34296 Summary: [PowerPC][VSX] Missing builtins __builtin_pack_vector_int128 / __builtin_unpack_vector_int128 / vec_ld(int __a, const vector unsigned long *__b) /

[llvm-bugs] [Bug 34295] New: [PowerPC][VSX] vector unsigned long - listed as deprecated - vsx supported in gcc

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34295 Bug ID: 34295 Summary: [PowerPC][VSX] vector unsigned long - listed as deprecated - vsx supported in gcc Product: clang Version: trunk Hardware: Other OS: Linux

[llvm-bugs] [Bug 34294] New: rvalue reference as constructor argument which implicit cast from operator() can not be cast implicitly to rvalue reference

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34294 Bug ID: 34294 Summary: rvalue reference as constructor argument which implicit cast from operator() can not be cast implicitly to rvalue reference Product: clang

[llvm-bugs] [Bug 34293] New: Optimizer fails to unroll the Coroutine-Loop.

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34293 Bug ID: 34293 Summary: Optimizer fails to unroll the Coroutine-Loop. Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34292] New: Unusual code generation for addcarryx (ADCX and ADOX)

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34292 Bug ID: 34292 Summary: Unusual code generation for addcarryx (ADCX and ADOX) Product: clang Version: 3.9 Hardware: PC OS: Windows NT Status: NEW Severity:

[llvm-bugs] [Bug 34291] New: When attempting to compile/link Windows target from a WSL bash instance the driver attempts to load windows linker

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34291 Bug ID: 34291 Summary: When attempting to compile/link Windows target from a WSL bash instance the driver attempts to load windows linker Product: clang Version: 5.0

[llvm-bugs] [Bug 34287] [ICE] using clang-cl driver

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34287 Hans Wennborg changed: What|Removed |Added Resolution|--- |DUPLICATE

[llvm-bugs] [Bug 33849] [meta] 5.0.0 Release Blockers

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33849 Bug 33849 depends on bug 34287, which changed state. Bug 34287 Summary: [ICE] using clang-cl driver https://bugs.llvm.org/show_bug.cgi?id=34287 What|Removed |Added

[llvm-bugs] [Bug 34290] New: [AArch64] bad codegen for bitwise logic on vector of i1

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34290 Bug ID: 34290 Summary: [AArch64] bad codegen for bitwise logic on vector of i1 Product: libraries Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 34269] Clang 5.0.0 RC2 doesn't recognize DevDiv internal builds of MSVC

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34269 Hans Wennborg changed: What|Removed |Added Resolution|--- |FIXED

[llvm-bugs] [Bug 33849] [meta] 5.0.0 Release Blockers

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33849 Bug 33849 depends on bug 34269, which changed state. Bug 34269 Summary: Clang 5.0.0 RC2 doesn't recognize DevDiv internal builds of MSVC https://bugs.llvm.org/show_bug.cgi?id=34269 What|Removed |Added

[llvm-bugs] [Bug 34287] New: [ICE] using clang-cl driver

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34287 Bug ID: 34287 Summary: [ICE] using clang-cl driver Product: clang Version: 5.0 Hardware: PC OS: Windows NT Status: NEW Severity: release blocker

[llvm-bugs] [Bug 34286] New: llvm-symbolizer-*** in LLVM package needs a symlink to llvm-symbolizer so that clang can find it.

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34286 Bug ID: 34286 Summary: llvm-symbolizer-*** in LLVM package needs a symlink to llvm-symbolizer so that clang can find it. Product: Packaging Version: unspecified Hardware: PC

[llvm-bugs] [Bug 34285] New: Optimize switch over fields of homogeneous struct into pointer arithmetic

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34285 Bug ID: 34285 Summary: Optimize switch over fields of homogeneous struct into pointer arithmetic Product: new-bugs Version: unspecified Hardware: PC OS: All

[llvm-bugs] [Bug 34284] New: __builtin_cpu_supports does not work on ARM

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34284 Bug ID: 34284 Summary: __builtin_cpu_supports does not work on ARM Product: compiler-rt Version: unspecified Hardware: Other OS: All Status: NEW Severity:

[llvm-bugs] [Bug 34053] LLD doesn't handle --dynamic-list correctly for shared libraries

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34053 Shoaib Meenai changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[llvm-bugs] [Bug 34283] New: Wrong size taken for vectorization

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34283 Bug ID: 34283 Summary: Wrong size taken for vectorization Product: new-bugs Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34014] OpenMP 4.5: Target construct in static method of class fails to map class static variable

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34014 Alexey Bataev changed: What|Removed |Added Resolution|--- |FIXED

[llvm-bugs] [Bug 34258] clang crashes on valid code at -O3 running pass 'Aggressive Dead Code Elimination'

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34258 Jakub Kuderski changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[llvm-bugs] [Bug 27244] clang C++ error passing an std::function to std::stable_sort with --std=c++14

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=27244 Mehdi Amini changed: What|Removed |Added Resolution|--- |FIXED

[llvm-bugs] [Bug 34282] New: Failure to remove redundant check

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34282 Bug ID: 34282 Summary: Failure to remove redundant check Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34280] New: coalescer crash

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34280 Bug ID: 34280 Summary: coalescer crash Product: libraries Version: 3.9 Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 34279] New: Infinite loop during DAG building

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34279 Bug ID: 34279 Summary: Infinite loop during DAG building Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 34278] New: ms-pdb: segfault if linking .obj compiled with precompiled header and /Z7

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34278 Bug ID: 34278 Summary: ms-pdb: segfault if linking .obj compiled with precompiled header and /Z7 Product: lld Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 34277] New: llvm-cov: No way to exclude coverage in a line or part of code

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34277 Bug ID: 34277 Summary: llvm-cov: No way to exclude coverage in a line or part of code Product: new-bugs Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 34276] New: llvm-cov: region-coverage-lt ignores list of passed source files

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34276 Bug ID: 34276 Summary: llvm-cov: region-coverage-lt ignores list of passed source files Product: new-bugs Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 34275] New: llvm-cov: Passed list of source files ignored with "report"

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34275 Bug ID: 34275 Summary: llvm-cov: Passed list of source files ignored with "report" Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 33245] [ThinLTO] In LTO personality function missing.

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=33245 George Rimar changed: What|Removed |Added Resolution|--- |FIXED

[llvm-bugs] [Bug 34274] New: Exceeding column limit in comments

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34274 Bug ID: 34274 Summary: Exceeding column limit in comments Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 34273] New: `auto x = true["Oh really?"]; ` does not compile (https://godbolt.org/g/XJBGdp)

2017-08-22 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34273 Bug ID: 34273 Summary: `auto x = true["Oh really?"];` does not compile (https://godbolt.org/g/XJBGdp) Product: clang Version: trunk Hardware: PC OS: All