issues
search
Quuxplusone
/
LLVMBugzillaTest
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[LTO] Excessive memory usage with IPGO due to Metadata merging
#51518
Quuxplusone
opened
3 years ago
0
Canonicalizer reversing order of constant ops
#51517
Quuxplusone
opened
3 years ago
2
[clang-cl] Predefine _MSVC_EXECUTION_CHARACTER_SET to the encoding for narrow string literals
#51516
Quuxplusone
opened
3 years ago
0
-O1,2,3 + const inline value = SLOW
#51515
Quuxplusone
opened
3 years ago
2
[InstCombine] missed fold of icmp-of-casted-shift
#51514
Quuxplusone
opened
3 years ago
0
[InstSimplify] missed X==0 fold of bool value
#51513
Quuxplusone
opened
3 years ago
0
Need __has_pragma
#51512
Quuxplusone
opened
3 years ago
3
scan-build reports false-positive with boost signals
#51511
Quuxplusone
opened
3 years ago
1
Dead Code Elimination Regression at -O3 (trunk vs 13.0.0)
#51510
Quuxplusone
closed
3 years ago
3
llc -march=riscv64 -filetype=obj add.bc -o add.o
#51509
Quuxplusone
opened
3 years ago
1
Common code hoisting
#51508
Quuxplusone
opened
3 years ago
6
Emitted binary code changes when -g is enabled at -O1 -m32 (interestingly, this behaviour disappears after preprocessing)
#51507
Quuxplusone
opened
3 years ago
0
Emitted binary code changes when -g is enabled at -O2 with -flto
#51506
Quuxplusone
opened
3 years ago
0
Emitted binary code changes when -g is enabled at -O1 -m64
#51505
Quuxplusone
opened
3 years ago
0
operator== is not emitted when != is used with templates/member variables involved.
#51504
Quuxplusone
closed
3 years ago
1
The filesystem::path::format type is not declared correctly.
#51503
Quuxplusone
opened
3 years ago
2
Dead Code Elimination Regression at -O3 (trunk vs 13.0.0)
#51502
Quuxplusone
opened
3 years ago
0
Out of range R_X86_64_REX_GOTPCRELX relocation for __preinit_array_start/end with linker script and high image base
#51501
Quuxplusone
closed
3 years ago
1
__STDC_IEC_559__ depends on #include <stdio.h>: confused
#51500
Quuxplusone
opened
3 years ago
2
FLT16_MAX is defined but _Float16 is not supported: confused
#51499
Quuxplusone
opened
3 years ago
2
[C++20] [Module] The combination of iostream and file with .cppm suffix would crash
#51498
Quuxplusone
opened
3 years ago
2
Compiler OOM on simple code that makes large dynamic allocation
#51497
Quuxplusone
closed
3 years ago
1
[REGRESSION] Attempt to use a SCEVCouldNotCompute object! building adpcm.c from ffmpeg
#51496
Quuxplusone
opened
3 years ago
3
Assembly `.file` directive not compatible with GCC
#51495
Quuxplusone
opened
3 years ago
0
clang-format can introduce */ outside of comment, rejected by some compilers
#51494
Quuxplusone
opened
3 years ago
2
Parser crash when checking templated lambda type in concept
#51493
Quuxplusone
opened
3 years ago
1
Dead Code Elimination Regression at -O3 (trunk vs 13.0.0)
#51492
Quuxplusone
opened
3 years ago
3
Ambiguous instantiation while asserting requirement is not a hard error
#51491
Quuxplusone
opened
3 years ago
0
Add a parameter for modernize-return-braced-init-list to restrict it to short functions only
#51490
Quuxplusone
opened
3 years ago
0
[Support] Request cherry-pick of 7b25fa8c7a15 (Attempt to fix deadlock in ThreadGroup) into 13.x release branch
#51489
Quuxplusone
opened
3 years ago
1
Cannot create `tensor.from_elements` operation from python bindings
#51488
Quuxplusone
opened
3 years ago
0
Compiler crashes
#51487
Quuxplusone
closed
3 years ago
1
readability-static-accessed-through-instance fails to diagnose calls to member functions with out-of-class inline definitions
#51486
Quuxplusone
opened
3 years ago
0
[InstCombine] Failure to simplify (~A|B)^A --> ~(A&B)
#51485
Quuxplusone
opened
3 years ago
0
[clang-format] [C++20] [Module] clang-format couldn't recognize partitions
#51484
Quuxplusone
opened
3 years ago
6
[M68k] Code selection failed with string length greater than or equal to 4
#51483
Quuxplusone
opened
3 years ago
2
Loop Vectorizer triggers an assert "IsOrdered requires IsInLoop"
#51482
Quuxplusone
opened
3 years ago
4
failure parsing a C++ 20 module.
#51481
Quuxplusone
opened
3 years ago
0
cppcoreguidelines-narrowing-conversions implies it's always implementation-defined, which is half-true
#51480
Quuxplusone
opened
3 years ago
0
llvm-c++filt unable to demangle void f<decltype(nullptr), (decltype(nullptr))0>()
#51479
Quuxplusone
opened
3 years ago
0
[amdgpu] const globals incorrectly marked addrspace(4)
#51478
Quuxplusone
opened
3 years ago
1
Load address range overlap reported when ALIGN is used with LMA and VMA regions
#51477
Quuxplusone
closed
3 years ago
0
ThreadSanitizer: data race in std::__1::ios_base::width()
#51476
Quuxplusone
opened
3 years ago
0
Templated lambdas crashing the complier
#51475
Quuxplusone
opened
3 years ago
0
Possible missing libm functions, ICE on reproducible
#51474
Quuxplusone
opened
3 years ago
1
llvm-nm tests are skipped if x86 is not in available targets
#51473
Quuxplusone
closed
3 years ago
2
Add libclang API to set temporary directory location (especially for preamble-*.pch files)
#51472
Quuxplusone
opened
3 years ago
0
Assertion `(!From->hasAnyUseOfValue(i) || From->getValueType(i) == To->getValueType(i)) && "Cannot use this version of ReplaceAllUsesWith!"
#51471
Quuxplusone
closed
3 years ago
5
Improve llvm-jitlink test infrastructure for allocation actions.
#51470
Quuxplusone
opened
3 years ago
0
bugprone-use-after-move misses use in constructor initializer
#51469
Quuxplusone
opened
3 years ago
0
Previous
Next