Name |
Description |
Open Bugs |
Total Bugs |
ABI |
Bugs due to mismatches between LLVM code and native ABIs. |
Search
|
44
|
accepts-invalid |
The compiler accepts invalid code instead of producing an error message. This should only apply to the parser, verifier or front-ends. |
Search
|
92
|
beginner |
Bugs suitable for new contributors to the project. |
Search
|
196
|
build-problem |
This is a problem building LLVM or porting it to a new platform. |
Search
|
135
|
code-cleanup |
This PR refers to cleanups that should be done in the LLVM codebase to make the code more maintainable and extensible. |
Search
|
105
|
code-quality |
Code generated or optimized by a component of the compiler is not as optimal as it could be. |
Search
|
285
|
compile-fail |
The compiler fails to compile or link valid code. |
Search
|
700
|
crash-on-invalid |
Invalid code causes the compiler to crash instead of gracefully signaling an error, then exiting. |
Search
|
298
|
documentation |
Documentation that needs to be updated or written. |
Search
|
26
|
googler |
Bugs relevant to folks at Google. |
Search
|
54
|
invalid-bug |
This is an invalid bug. |
Search
|
40
|
miscompilation |
This bug causes valid code to be miscompiled. |
Search
|
426
|
missing-feature |
This bug prevents this component from working on all possible programs. |
Search
|
109
|
new-feature |
This bug is a request or plan to add a new feature to LLVM. |
Search
|
127
|
performance |
Impacts performance |
Search
|
54
|
portability |
This bug prevents the component from working on some platform. |
Search
|
67
|
quality-of-implementation |
These bugs do not effect functionality, but the generated code is not clean/simple/nice in some way. |
Search
|
395
|
regression |
This bug is a regression in functionality from a previously released version of LLVM. |
Search
|
192
|
Sanitizer |
Bugs relevant to AddressSanitizer, ThreadSanitizer, etc |
Search
|
15
|
slow-compile |
These bugs mark where the compiler is slower than it should be. |
Search
|
54
|
wrong-debug |
Bug causes incorrect debugging info to be emitted. |
Search
|
108
|