Issue
91218
Summary
[Attributes] Introduce API about whether attributes is ABI or not
Labels
new issue
Assignees
Re
Issue
91219
Summary
lldb/source/Breakpoint/Breakpoint.cpp:888: Prefer const reference for range variables
Labels
Assignees
Repo
Issue
91220
Summary
lldb/source/Breakpoint/BreakpointIDList.cpp:262: Prefer const reference for range variables
Labels
lldb,
code-quality
Issue
91222
Summary
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:543: Possible cut'n'paste error ?
Labels
lldb,
code-quality
Issue
91223
Summary
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp:509: Pointless test ?
Labels
new issue
Assignees
Issue
91224
Summary
When combined with Arm, floating point calculation results may be incorrect.
Labels
new issue
Assignees
Issue
91225
Summary
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp:1300: 2 * missing bounds check ?
Labels
lldb,
code-quality
Issue
91226
Summary
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
Labels
Issue
91227
Summary
Webassembly doesn't look for libc++ relative to clang, only under sysroot
Labels
clang,
libc++
Assignees
Issue
91228
Summary
__attribute__((nocf_check) on function pointer doesn't add notrack prefix with -O1+
Labels
new issue
Assignees
Issue
91232
Summary
[Clang] Attribute `[[assume]]` accepts unexpanded pack
Labels
clang:frontend,
accepts-invalid
Assignees
Issue
91233
Summary
mlir/include/mlir/ExecutionEngine/MemRefUtils.h:190:No 'return' statement in non-void function
Labels
mlir:core,
code-quality,
Issue
91235
Summary
polly/include/polly/ScheduleTreeTransform.h:52: assert in wrong place ?
Labels
code-quality,
polly
Assignees
Issue
91242
Summary
clang does not allow static constexpr user literals as data class members
Labels
clang
Assignees
Issue
91247
Summary
[ppc64] SSE/VSX wrapper missing _mm_loadu_si64 function
Labels
new issue
Assignees
Reporter
Issue
91248
Summary
Registering Clang plugins on Windows does not work due to different pointers for FrontendPluginRegistry::Head
Labels
clang
Ass
Issue
91249
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
91257
Summary
[Clang] CodeGen issues with C++20 bitfield initializers in anonymous structs/unions
Labels
clang
Assignees
Issue
91262
Summary
Clang omits variable with "used" attribute
Labels
clang:codegen
Assignees
Reporter
Issue
91263
Summary
[MLIR] Installation/Packaging does not include libraries for tblgen-lsp-server and mlir-pdll-lsp-server when building with shared libs
Labels
mlir
Issue
91265
Summary
Tensor Dialect canonicalizer `FoldTensorCastProducerOp` can produce invalid IR
Labels
new issue
Assignees
Issue
91266
Summary
[libc++] Falsely rejected code for `std::unique_ptr` because `__compressed_pair` requires different types.
Labels
libc++
Assig
Issue
91268
Summary
[libc++] Libc++ implements `std::from_chars` with default argument as one more overload, is it allowed?
Labels
libc++
Assignee
Issue
91270
Summary
[clang-format] SpaceBeforeParens doesn't apply in multi-statement lambda body on a single line
Labels
clang-format
Assignees
Issue
91276
Summary
-Ofast partially overrides -ffp-model
Labels
clang:driver
Assignees
Reporter
a
Issue
91285
Summary
clang produces confusing debug location for end of loops
Labels
clang
Assignees
Reporter
Issue
91287
Summary
DFSAN release_shadow_space.c is flaky
Labels
new issue
Assignees
Reporter
jok
Issue
91292
Summary
Can `prefetchw`+`mov` to that location be folded to a `movnti`?
Labels
new issue
Assignees
Repo
Issue
91295
Summary
[Flang] fatal internal error: nullptr dereference at /root/llvm-project/flang/lib/Semantics/data-to-inits.cpp(906)
Labels
flang
Issue
91300
Summary
Windows Clang finds ambiguity after function template call site
Labels
clang
Assignees
Reporter
Issue
91301
Summary
After enabling CTU, the PreCall callback order in CSA is inconsistent between CentOS and Ubuntu
Labels
new issue
Assignees
Issue
91302
Summary
SIMD instructions that write directly to `k` registers on AVX512-enabled machines are slower than using AVX/AVX2 equivalent-routines
Labels
new issue
Issue
91305
Summary
`1 << cttz(z)` should be folded into `z & -z` even on machines with cttz built-in
Labels
new issue
Assignees
Issue
91308
Summary
Wrong type inference during recursive generic lambda
Labels
new issue
Assignees
Reporter
Issue
91309
Summary
Miscompile with slp-vectorizer after "[SLP][NFC]Walk over entries, not single values."
Labels
new issue
Assignees
Issue
91311
Summary
clang::SourceRange of clang::RawComment
Labels
clang
Assignees
Reporter
T-Grub
Issue
91312
Summary
miscompile TLS wrapper, likely coroutine related, with sanitizer
Labels
new issue
Assignees
Rep
Issue
91313
Summary
[clang] attribute `__attribute__ ((ifunc("resolve_multiver")))` is accepted even when not supported by the platform (linux-musl)
Labels
clang
Issue
91336
Summary
[17.0.6] FAIL: LLVM :: CodeGen/RISCV/xtheadmempair.ll on armv7-linux
Labels
new issue
Assignees
Issue
91337
Summary
diagnostic improvement: missing-typename diagnostic
Labels
clang:diagnostics
Assignees
Reporter
Issue
91338
Summary
debug informaiton issues of a pointer as a function arugment with specific optimization levels
Labels
new issue
Assignees
Issue
91347
Summary
[Attributes] report `musttail` on intrinsic calls
Labels
new issue
Assignees
Reporter
Issue
91351
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
91357
Summary
clang on windows (VS 2022) provides unhelpful error message when attempting to use alloca
Labels
clang
Assignees
Issue
91360
Summary
[clang-format] Possible lack of indentation when a multi-line string is passed as an argument to a function
Labels
Assignees
Issue
91362
Summary
Failure to recognise function type for static member function template in class template
Labels
new issue
Assignees
Issue
91366
Summary
Introduce llvm.dx.handle.fromBinding intrinsic and lowering
Labels
new issue
Assignees
Reporter
Issue
91367
Summary
Introduce llvm.dx.typedBufferLoad/Store intrinsics and lower them to typed bufferLoad/bufferStore dxil ops
Labels
backend:DirectX
Issue
91369
Summary
[LoopVectorize] Sign-extension miscompile
Labels
new issue
Assignees
Reporter
Issue
91370
Summary
[X86] Worse runtime performance on Zen 4 CPU when optimizing for `znver4` or `skylake`
Labels
new issue
Assignees
Issue
91380
Summary
AllocaInst::getAllocationSize/AllocaInst::getAllocationSizeInBits should check for overflow
Labels
good first issue
Assignees
Issue
91381
Summary
How to pass arguments to a linking pass?
Labels
new issue
Assignees
Reporter
k
Issue
91385
Summary
libc++ iota constructor check hardened mode
Labels
libc++
Assignees
Reporter
g
Issue
91387
Summary
Static initializers in locale.cpp .CRT$XCU
Labels
new issue
Assignees
Reporter
Issue
91388
Summary
[DirectX] Validate DXIL version against Shader Model version
Labels
backend:DirectX
Assignees
R
Issue
91405
Summary
[HLSL] Support RWBuffer loads and stores
Labels
metabug,
backend:DirectX,
HLSL
Assignees
Issue
91406
Summary
[DirectX] Introduce llvm.dx.handle.fromHeap intrinsic and lowering
Labels
backend:DirectX
Assignees
Issue
91408
Summary
[clang-tidy] clang-tidy 18.1.5 will issue error for switches on enums with or without default
Labels
clang-tidy
Assignees
Issue
91415
Summary
[BUG] error: cannot initialize a parameter of type '__attribute__((__vector_size__(2 * sizeof(int int' (vector of 2 'int' values) with an rvalue of type '__v2si' (aka 'int')
Issue
91417
Summary
incorrect reassociation at low bitwidth
Labels
new issue
Assignees
Reporter
re
Issue
91418
Summary
[clang][PCH] Initialization order issue after change to lazy initializer loading
Labels
clang
Assignees
Issue
91421
Summary
[HLSL] Add experimental_constrained_tan intrinsic
Labels
new issue
Assignees
farzonl
Issue
91429
Summary
[Flang] fatal internal error: CHECK(!start.IsTopLevel()) failed at /root/llvm-project/flang/lib/Semantics/tools.cpp(80)
Labels
flang
Issue
91431
Summary
Regression on trunk: missed optimization for dead code, work as expected on clang-18
Labels
new issue
Assignees
Issue
91433
Summary
Compiler gets into an infinite loop after commit 8e7618aa2165
Labels
new issue
Assignees
Report
Issue
91436
Summary
[DebugInfo][IndVarSimplify] Missing debug location updates of newly created instructions
Labels
new issue
Assignees
Issue
91437
Summary
[SystemZ] Register clobber in L128 expansion
Labels
backend:SystemZ,
miscompilation
Assignees
Issue
91438
Summary
-Wconditional-uninitialized false positive
Labels
new issue
Assignees
Reporter
Issue
91439
Summary
Segmentation fault on format
Labels
new issue
Assignees
Reporter
deponovo
Issue
91442
Summary
carla Build..make PythonAPI error [clang++: error: clang frontend command failed due to signal]
Labels
clang
Assignees
Issue
91448
Summary
clang reject aligns before type
Labels
clang:frontend,
rejects-valid
Assignees
Repo
Issue
91451
Summary
[Clang][DebugInfo] typedef in template class given wrong scope
Labels
clang
Assignees
Reporter
Issue
91460
Summary
[lld] --exclude-libs,ALL fails to work with both lto and version script is on
Labels
lld
Assignees
Issue
91465
Summary
HIP attempts no sanity checking on hipLaunchKernel declaration and asserts
Labels
clang
Assignees
yxsamliu
Issue
91467
Summary
[SLP] Vectorizer runs forever after PR #88504
Labels
new issue
Assignees
Reporter
Issue
91468
Summary
clang should directly consume launch_bounds attribute for HIP
Labels
backend:AMDGPU,
cuda,
clang:codegen
Issue
91481
Summary
miscompile due to interaction between returned and range attributes
Labels
miscompilation
Assignees
Issue
91487
Summary
[clang-tidy]: readability-simplify-boolean-expr wants to use DeMorgan's theorem on macros despite IgnoreMacros
Labels
clang-tidy
Issue
91489
Summary
[DirectX] Design and Implement TableGen specification of DXIL operation attributes
Labels
new issue
Assignees
Issue
91492
Summary
[DirectX] Use DXIL Version to specify the supported minimum version of each DXIL Operation.
Labels
new issue
Assignees
Issue
91494
Summary
[DirectX] Represent instruction categories to encapsulate DXIL Op function signature
Labels
new issue
Assignees
Issue
91496
Summary
[DirectX] Add TableGen records for all supported DXIL ops
Labels
new issue
Assignees
Reporter
Issue
91504
Summary
Ambiguous Template Specialization with Xtensor
Labels
new issue
Assignees
Reporter
Issue
91508
Summary
Add feature-test macros from papers to the status page
Labels
enhancement,
libc++
Assignees
mor
Issue
91509
Summary
[Clang] [Sema] C++23 consteval if not recognised as immediate function context in templated function
Labels
clang
Assignees
Issue
91513
Summary
[RISCV] Backport "riscv-isa" module metadata to llvm 18
Labels
backend:RISC-V
Assignees
Reporte
Issue
91518
Summary
[mlir][bufferization] OneShotBufferize broken when using `defaultMemorySpaceFn`
Labels
mlir
Assignees
Issue
91526
Summary
[Flang][OpenMP][OpenACC] Another unstructured code interaction issue
Labels
flang
Assignees
Rep
Issue
91527
Summary
Opt should know `x/2 <= x - x/2` is true for `udiv`
Labels
new issue
Assignees
Reporter
Issue
91536
Summary
clang 18.1 parser crash
Labels
clang
Assignees
Reporter
drzdv
Issue
91542
Summary
Incorrect of debug informaiton of a structure variable compiled with "clang -g -O3"
Labels
clang
Assignees
Issue
91551
Summary
libclc/amdgcn: `prepare-builtins.cpp.o: undefined reference to symbol '_ZN4llvm7parseIRENS_15MemoryBufferRefERNS_12SMDiagnosticERNS_11LLVMContextENS_15ParserCallbacksE'`
Issue
91552
Summary
clang-format misbehavior for comment
Labels
clang-format
Assignees
Reporter
dy
Issue
91555
Summary
[flang] Debug information with MLIR inlining
Labels
flang
Assignees
Reporter
v
Issue
91559
Summary
Gisel Combiner Limits
Labels
question,
llvm:globalisel
Assignees
Reporter
Issue
91561
Summary
`readability-else-after-return`/`llvm-else-after-return` warn on else after `if consteval`
Labels
bug,
good first issue,
clang
Issue
91563
Summary
Could
Labels
new issue
Assignees
Reporter
yuhui518
Issue
91564
Summary
[clang][C++] Bad error recovery when classes are defined inside template aliases
Labels
clang
Assignees
Issue
91565
Summary
Stack misalignment on AVX-512 with asan + detect_stack_use_after_return=0
Labels
new issue
Assignees
Issue
91566
Summary
Assertion `!isValueDependent() && "_expression_ evaluator can't be called on a dependent _expression_."`
Labels
c++20,
clang:frontend,
2101 - 2200 of 32989 matches
Mail list logo