[llvm-bugs] [Bug 84442] libc++: No parallel execution with parallel STL

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84442 Summary libc++: No parallel execution with parallel STL Labels libc++ Assignees Reporter

[llvm-bugs] [Bug 84435] [DebugInfo][GVN] Misleading single-stepping caused by presering old debug location to hoisted LoadInst

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84435 Summary [DebugInfo][GVN] Misleading single-stepping caused by presering old debug location to hoisted LoadInst Labels new issue Assign

[llvm-bugs] [Bug 84434] Failed to rename temporary file .thinlto-cache/...: No such file or directory

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84434 Summary Failed to rename temporary file .thinlto-cache/...: No such file or directory Labels new issue Assignees

[llvm-bugs] [Bug 84432] Missed optimization: x*(x||(b&&c)) => x

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84432 Summary Missed optimization: x*(x||(b&&c)) => x Labels new issue Assignees Reporter ZY

[llvm-bugs] [Bug 84425] ICE inside nested lambdas, with reference captures, when the inner lambda is recursive using c++23s deducing this

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84425 Summary ICE inside nested lambdas, with reference captures, when the inner lambda is recursive using c++23s deducing this Labels new issue

[llvm-bugs] [Bug 84424] lld/mingw: Behavior difference with ld.bfd when re-exporting imported global

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84424 Summary lld/mingw: Behavior difference with ld.bfd when re-exporting imported global Labels lld:COFF, julialang Assignees

[llvm-bugs] [Bug 84406] [c23] support `unsequenced/reproducible` attributes

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84406 Summary [c23] support `unsequenced/reproducible` attributes Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84401] Missed Optimization: Aligned Pointer Optimizations Can't Happen With Prefered OR Instead of ADD

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84401 Summary Missed Optimization: Aligned Pointer Optimizations Can't Happen With Prefered OR Instead of ADD Labels new issue Assignees

[llvm-bugs] [Bug 84397] [Codegen/NewPM] Add Function -> MachineFunction adaptor

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84397 Summary [Codegen/NewPM] Add Function -> MachineFunction adaptor Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84392] clang++ libc++ fails with BOOST_THROW_EXCEPTION (boost/1.84.0)

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84392 Summary clang++ libc++ fails with BOOST_THROW_EXCEPTION (boost/1.84.0) Labels clang, libc++ Assignees

[llvm-bugs] [Bug 84372] [clang] __has_extension changes semantics based on -pedantic-errors

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84372 Summary [clang] __has_extension changes semantics based on -pedantic-errors Labels clang Assignees Repo

[llvm-bugs] [Bug 84368] "type constraint differs in template redeclaration" for `template` Inner Class

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84368 Summary "type constraint differs in template redeclaration" for `template` Inner Class Labels new issue Assignees

[llvm-bugs] [Bug 84366] [libc] harden memset and other memory operations

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84366 Summary [libc] harden memset and other memory operations Labels libc Assignees Reporter

[llvm-bugs] [Bug 84364] [WebAssembly]: `__attribute__((used))` doesn't preserve symbol

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84364 Summary [WebAssembly]: `__attribute__((used))` doesn't preserve symbol Labels new issue Assignees Repor

[llvm-bugs] [Bug 84361] PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84361 Summary PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. Labels new issue A

[llvm-bugs] [Bug 84359] clang-format: allow updating inherited lists

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84359 Summary clang-format: allow updating inherited lists Labels clang-format Assignees Reporter

[llvm-bugs] [Bug 84351] LLVM 18.1.0 stable release contains rc in the version string

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84351 Summary LLVM 18.1.0 stable release contains rc in the version string Labels new issue Assignees Reporte

[llvm-bugs] [Bug 84350] [RISC-V] Miscompile at -O2

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84350 Summary [RISC-V] Miscompile at -O2 Labels new issue Assignees Reporter patrick-rivos

[llvm-bugs] [Bug 84348] LLVM 18.1: C++ exceptions are broken in the MSan build

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84348 Summary LLVM 18.1: C++ exceptions are broken in the MSan build Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84342] [InstCombine] Missed optimization: fold `min` in `phi`

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84342 Summary [InstCombine] Missed optimization: fold `min` in `phi` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84340] git-clang-format fails on Windows if path contains spaces

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84340 Summary git-clang-format fails on Windows if path contains spaces Labels clang-format Assignees Reporte

[llvm-bugs] [Bug 84327] TestPlatformConnect.py fails on AArch64 FreeBSD 14.0

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84327 Summary TestPlatformConnect.py fails on AArch64 FreeBSD 14.0 Labels lldb, platform:freebsd Assignees

[llvm-bugs] [Bug 84326] add clang-tidy check to suggest usage of `const_iterator` if possible

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84326 Summary add clang-tidy check to suggest usage of `const_iterator` if possible Labels clang-tidy Assignees

[llvm-bugs] [Bug 84324] make iterator checks in `modernize-use-auto` optional

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84324 Summary make iterator checks in `modernize-use-auto` optional Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84316] [PowerPC] llvm generates NaN in __fixunsdfdi for PPC-32 e500mc

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84316 Summary [PowerPC] llvm generates NaN in __fixunsdfdi for PPC-32 e500mc Labels new issue Assignees Repor

[llvm-bugs] [Bug 84315] Assigning to `__real` or `__imag` of an uninitialized local complex variable at compile time asserts

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84315 Summary Assigning to `__real` or `__imag` of an uninitialized local complex variable at compile time asserts Labels clang:frontend, constexpr

[llvm-bugs] [Bug 84314] [clang-tidy] `bugprone-unused-return-value` false negative for `unique_ptr` assignment

2024-03-07 Thread LLVM Bugs via llvm-bugs
Issue 84314 Summary [clang-tidy] `bugprone-unused-return-value` false negative for `unique_ptr` assignment Labels clang-tidy Assignees