issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.91B | issue_number int64 1 131k |
|---|---|---|---|---|---|---|---|---|---|
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9404](https://llvm.org/bz9404) |
| Resolution | INVALID |
| Resolved on | Mar 04, 2011 21:29 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
I'm struggling with the documentation at http://clang.llvm.... | Clang depends on LLVM depends on Clang ... ? | https://api.github.com/repos/llvm/llvm-project/issues/9776/comments | 3 | 2011-03-05T04:58:13Z | 2021-12-03T22:08:44Z | https://github.com/llvm/llvm-project/issues/9776 | 1,071,007,674 | 9,776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9403](https://llvm.org/bz9403) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
@​interface A
- (void)f:(int)firstObj, ...;
@​end
template<typename ...Args> void f(A* a, Args.... | Parameter pack expansions not accepted in variadic Objective-C methods | https://api.github.com/repos/llvm/llvm-project/issues/9775/comments | 1 | 2011-03-04T18:43:40Z | 2023-05-22T11:17:01Z | https://github.com/llvm/llvm-project/issues/9775 | 1,071,007,664 | 9,775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9402](https://llvm.org/bz9402) |
| Resolution | DUPLICATE |
| Resolved on | Mar 07, 2011 22:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
$ cat test.c
int main() {
unsigned long long c = 1 ? ... | "warning: shift count >= width of type" for unreachable expression | https://api.github.com/repos/llvm/llvm-project/issues/9774/comments | 1 | 2011-03-04T15:20:12Z | 2021-12-03T22:08:42Z | https://github.com/llvm/llvm-project/issues/9774 | 1,071,007,652 | 9,774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9401](https://llvm.org/bz9401) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 12:53 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
The following source (from gcc testsuite) used to compile correctly, but it crashes with r126952.
$ cat... | Regression concerning nested name specifier | https://api.github.com/repos/llvm/llvm-project/issues/9773/comments | 1 | 2011-03-04T11:46:52Z | 2021-12-03T22:08:41Z | https://github.com/llvm/llvm-project/issues/9773 | 1,071,007,646 | 9,773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9400](https://llvm.org/bz9400) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 12:34 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
While the following source compiles ok with r125832, it crashes r126952.
$ cat t.cc
template<template <... | Regression concerning template default argument | https://api.github.com/repos/llvm/llvm-project/issues/9772/comments | 2 | 2011-03-04T11:09:24Z | 2021-12-03T22:08:40Z | https://github.com/llvm/llvm-project/issues/9772 | 1,071,007,638 | 9,772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9399](https://llvm.org/bz9399) |
| Resolution | FIXED |
| Resolved on | May 24, 2011 19:09 |
| Version | unspecified |
| OS | Linux |
| CC | @ismail |
## Extended Description
Hi,
When I tried to compile a piece of c++ code
clang++ -std=c++0x -I/usr/include/c++/v1/ ./variad... | libc++.so: undefined reference to `clock_gettime' | https://api.github.com/repos/llvm/llvm-project/issues/9771/comments | 7 | 2011-03-04T08:00:04Z | 2021-12-03T22:08:39Z | https://github.com/llvm/llvm-project/issues/9771 | 1,071,007,635 | 9,771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9398](https://llvm.org/bz9398) |
| Resolution | FIXED |
| Resolved on | Mar 05, 2011 02:13 |
| Version | trunk |
| OS | All |
## Extended Description
When running llc on 403.gcc, 10% of total code generation time is spent in Value::getNumUses().
It is being called from CodeGe... | 10% of llc compile time is spent in Value::getNumUses | https://api.github.com/repos/llvm/llvm-project/issues/9770/comments | 3 | 2011-03-04T04:08:39Z | 2021-12-03T22:08:39Z | https://github.com/llvm/llvm-project/issues/9770 | 1,071,007,629 | 9,770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9397](https://llvm.org/bz9397) |
| Resolution | WONTFIX |
| Resolved on | May 22, 2011 00:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
ffmpeg is a rich vein of wonder. The problem boils down to this testcase:
#defi... | wrong source location for inline asm from macro | https://api.github.com/repos/llvm/llvm-project/issues/9769/comments | 1 | 2011-03-04T02:21:41Z | 2022-01-20T02:34:02Z | https://github.com/llvm/llvm-project/issues/9769 | 1,071,007,625 | 9,769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9396](https://llvm.org/bz9396) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 19:59 |
| Version | trunk |
| OS | All |
| CC | @akyrtzi |
## Extended Description
$ cat test.cc
class A {
public:
virtual void f(int) {}
};
class B : public A {
public:
static void f() {... | -Woverloaded-virtual shouldn't warn for static functions | https://api.github.com/repos/llvm/llvm-project/issues/9768/comments | 6 | 2011-03-04T00:07:26Z | 2021-12-03T22:08:37Z | https://github.com/llvm/llvm-project/issues/9768 | 1,071,007,612 | 9,768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9395](https://llvm.org/bz9395) |
| Resolution | INVALID |
| Resolved on | Nov 07, 2018 00:22 |
| Version | 3.0 |
| OS | MacOS X |
| Depends On | llvm/llvm-project#8470 |
## Extended Description
The cross platform open source C++ project ITK is now buildable by clang-- after r... | open source project ITK, when built with clang, has many failing unit tests | https://api.github.com/repos/llvm/llvm-project/issues/9767/comments | 19 | 2011-03-03T23:24:59Z | 2021-12-03T22:08:36Z | https://github.com/llvm/llvm-project/issues/9767 | 1,071,007,601 | 9,767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9394](https://llvm.org/bz9394) |
| Version | trunk |
| OS | OpenBSD |
| Attachments | [false positive](https://user-images.githubusercontent.com/60944935/143742834-a5759bdf-a109-4daf-9b4e-0fc9961e163b.gz), [another false positive](https://user-images.githubusercontent.com/609449... | 2 False positives on deref of null ptr | https://api.github.com/repos/llvm/llvm-project/issues/9766/comments | 2 | 2011-03-03T22:53:51Z | 2021-12-03T22:08:35Z | https://github.com/llvm/llvm-project/issues/9766 | 1,071,007,592 | 9,766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9393](https://llvm.org/bz9393) |
| Resolution | FIXED |
| Resolved on | Mar 09, 2011 13:29 |
| Version | trunk |
| OS | All |
| Attachments | [bitcode](https://user-images.githubusercontent.com/16542/143742833-543df577-44a5-41b9-a6aa-1e4b58465657.gz) |
## Extended Description
... | CodeGen keeps multiple copies of loop induction pointer | https://api.github.com/repos/llvm/llvm-project/issues/9765/comments | 1 | 2011-03-03T22:02:35Z | 2021-12-03T22:08:34Z | https://github.com/llvm/llvm-project/issues/9765 | 1,071,007,581 | 9,765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9392](https://llvm.org/bz9392) |
| Version | unspecified |
| OS | All |
| Attachments | [Header file for test program that compiles on Microsoft Visual C.](https://user-images.githubusercontent.com/60944935/143742830-96592aa5-7fef-4230-80db-ff9d3ded2a50.gz), [First source file f... | Feature request: linkonce inline functions in C | https://api.github.com/repos/llvm/llvm-project/issues/9764/comments | 6 | 2011-03-03T21:56:43Z | 2023-11-05T16:20:02Z | https://github.com/llvm/llvm-project/issues/9764 | 1,071,007,569 | 9,764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9391](https://llvm.org/bz9391) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 11:50 |
| Version | trunk |
| OS | Linux |
| CC | @akyrtzi,@DougGregor,@tkremenek |
## Extended Description
$ echo 'namespace { void f() = delete; }' | clang++ -x c++ -std=c++0x -fsyntax-only ... | -Wunused-function complains about unused deleted functions | https://api.github.com/repos/llvm/llvm-project/issues/9763/comments | 2 | 2011-03-03T19:15:37Z | 2021-12-03T22:08:32Z | https://github.com/llvm/llvm-project/issues/9763 | 1,071,007,561 | 9,763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9390](https://llvm.org/bz9390) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 15:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [bzip2 of preprocessor output that triggers the assertion](https://user-images.githubusercontent.com/60944935/143742828-ad993bcd-7b6f-4... | failed assertion "Instantiation of injected-class-name cannot fail." | https://api.github.com/repos/llvm/llvm-project/issues/9762/comments | 3 | 2011-03-03T16:10:06Z | 2021-12-03T22:08:31Z | https://github.com/llvm/llvm-project/issues/9762 | 1,071,007,547 | 9,762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9389](https://llvm.org/bz9389) |
| Resolution | FIXED |
| Resolved on | Mar 10, 2011 14:25 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143742827-30d6d802-daee-4549-b3b9-c477acbaedf9.gz) |
| Reporter | LLVM B... | opt -reassociate produces invalid IR | https://api.github.com/repos/llvm/llvm-project/issues/9761/comments | 2 | 2011-03-03T14:58:10Z | 2021-12-03T22:08:30Z | https://github.com/llvm/llvm-project/issues/9761 | 1,071,007,537 | 9,761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9388](https://llvm.org/bz9388) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 11:05 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@tkremenek |
## Extended Description
This looks like a fallout from Doug's recent NestedNameSpecifier work.
$ cat t.cc
namesp... | selfhost segfaults in NestedNameSpecifier::getPrefix | https://api.github.com/repos/llvm/llvm-project/issues/9760/comments | 3 | 2011-03-03T14:36:23Z | 2021-12-03T22:08:29Z | https://github.com/llvm/llvm-project/issues/9760 | 1,071,007,534 | 9,760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9387](https://llvm.org/bz9387) |
| Resolution | FIXED |
| Resolved on | Aug 31, 2012 17:31 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @asl,@d0k,@lattner,@sunfishcode,@pageexec |
## Extended Description
given the following code extracted fr... | llvm generates call to __udivdi3 by constant instead of inlining multiply sequence | https://api.github.com/repos/llvm/llvm-project/issues/9759/comments | 10 | 2011-03-03T11:44:35Z | 2021-12-03T22:08:28Z | https://github.com/llvm/llvm-project/issues/9759 | 1,071,007,525 | 9,759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9386](https://llvm.org/bz9386) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 12:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [add pred for BX](https://user-images.githubusercontent.com/60944935/143742826-5daa8c1b-3b1b-49ca-bd5b-0fb321570860.gz) |
| Reporter | ... | ARM disassembler failed to disassemble conditional bx | https://api.github.com/repos/llvm/llvm-project/issues/9758/comments | 2 | 2011-03-03T10:44:09Z | 2021-12-03T22:08:28Z | https://github.com/llvm/llvm-project/issues/9758 | 1,071,007,513 | 9,758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9385](https://llvm.org/bz9385) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2014 05:27 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @jsonn,@pageexec |
## Extended Description
while compiling linux with PaX, i get the following erro... | MC assembler doesn't accept segment override for movs/lods/outs | https://api.github.com/repos/llvm/llvm-project/issues/9757/comments | 4 | 2011-03-03T03:29:12Z | 2021-12-03T22:08:27Z | https://github.com/llvm/llvm-project/issues/9757 | 1,071,007,505 | 9,757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9384](https://llvm.org/bz9384) |
| Resolution | DUPLICATE |
| Resolved on | Mar 02, 2011 18:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
[dcl.link]p6 says, "Two declarations for a function with C la... | Incorrect "ambiguous function" error for extern "C" functions declared and defined in different namespaces | https://api.github.com/repos/llvm/llvm-project/issues/9756/comments | 1 | 2011-03-03T02:36:41Z | 2021-12-03T22:08:26Z | https://github.com/llvm/llvm-project/issues/9756 | 1,071,007,493 | 9,756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9383](https://llvm.org/bz9383) |
| Resolution | WORKSFORME |
| Resolved on | Mar 24, 2011 05:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
My LLVM build has stopped compiling through for a while now.
Her... | clang does not build for me | https://api.github.com/repos/llvm/llvm-project/issues/9755/comments | 2 | 2011-03-03T02:12:10Z | 2022-01-20T02:06:38Z | https://github.com/llvm/llvm-project/issues/9755 | 1,071,007,485 | 9,755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9382](https://llvm.org/bz9382) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2011 18:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ cat test.cc
struct Errors {
void fatal() __attribute__((noret... | Incorrect "'noreturn' should not return" when there's code after a nested call to a noreturn member function | https://api.github.com/repos/llvm/llvm-project/issues/9754/comments | 1 | 2011-03-03T01:31:21Z | 2021-12-03T22:08:24Z | https://github.com/llvm/llvm-project/issues/9754 | 1,071,007,480 | 9,754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9381](https://llvm.org/bz9381) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 18:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
clang++ crashes while instantiating the boost::regex_match temp... | Crash while compiling minimal boost::regex_match program. | https://api.github.com/repos/llvm/llvm-project/issues/9753/comments | 4 | 2011-03-03T01:07:26Z | 2021-12-03T22:08:23Z | https://github.com/llvm/llvm-project/issues/9753 | 1,071,007,474 | 9,753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9380](https://llvm.org/bz9380) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 19:01 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The test:
------------
struct nsCString {
~nsCString... | crash on AnalysisBasedWarnings | https://api.github.com/repos/llvm/llvm-project/issues/9752/comments | 2 | 2011-03-03T00:53:03Z | 2021-12-03T22:08:22Z | https://github.com/llvm/llvm-project/issues/9752 | 1,071,007,464 | 9,752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9379](https://llvm.org/bz9379) |
| Resolution | WONTFIX |
| Resolved on | May 22, 2011 00:52 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @DimitryAndric,@pageexec |
## Extended Description
while compiling linux with integrated-as i get... | MC assembler doesn't recognize inl (%%dx) | https://api.github.com/repos/llvm/llvm-project/issues/9751/comments | 3 | 2011-03-03T00:51:49Z | 2022-01-20T02:34:01Z | https://github.com/llvm/llvm-project/issues/9751 | 1,071,007,454 | 9,751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9378](https://llvm.org/bz9378) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 17:33 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @pageexec |
## Extended Description
while compiling linux with integrated-as, i get the following e... | MC assembler doesn't handle fsubp %st,%st(1) | https://api.github.com/repos/llvm/llvm-project/issues/9750/comments | 3 | 2011-03-03T00:46:48Z | 2021-12-03T22:08:20Z | https://github.com/llvm/llvm-project/issues/9750 | 1,071,007,445 | 9,750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9377](https://llvm.org/bz9377) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 18:13 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @efriedma-quic,@pageexec |
## Extended Description
while compiling linux i get this error with inte... | MC assembler doesn't handle x86 'str' with arbitrary operand | https://api.github.com/repos/llvm/llvm-project/issues/9749/comments | 1 | 2011-03-03T00:39:48Z | 2021-12-03T22:08:19Z | https://github.com/llvm/llvm-project/issues/9749 | 1,071,007,433 | 9,749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9376](https://llvm.org/bz9376) |
| Version | unspecified |
| OS | All |
## Extended Description
It would be nice if the debug information included line number information for inline assembler blocks. This would be especially useful for crash reporting software. | Add line number information for inline assembler | https://api.github.com/repos/llvm/llvm-project/issues/9748/comments | 2 | 2011-03-03T00:35:17Z | 2023-09-11T14:28:10Z | https://github.com/llvm/llvm-project/issues/9748 | 1,071,007,427 | 9,748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9375](https://llvm.org/bz9375) |
| Resolution | WONTFIX |
| Resolved on | May 22, 2011 00:53 |
| Version | trunk |
| OS | FreeBSD |
## Extended Description
Currently, libdispatch's configure script tries to detect support for
__private_extern__ by simply seeing if a program co... | __private_extern__ should not be recognized on non-Darwin platforms | https://api.github.com/repos/llvm/llvm-project/issues/9747/comments | 1 | 2011-03-02T22:55:30Z | 2022-01-20T02:33:59Z | https://github.com/llvm/llvm-project/issues/9747 | 1,071,007,420 | 9,747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9374](https://llvm.org/bz9374) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2011 19:48 |
| Version | unspecified |
| OS | All |
| CC | @akyrtzi,@efriedma-quic,@tkremenek |
## Extended Description
Running clang -c testcase.c gets the following in a system call trace (which ... | clang makes a lot of system calls for output files | https://api.github.com/repos/llvm/llvm-project/issues/9746/comments | 9 | 2011-03-02T22:20:12Z | 2021-12-03T22:08:17Z | https://github.com/llvm/llvm-project/issues/9746 | 1,071,007,415 | 9,746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9373](https://llvm.org/bz9373) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 15:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
Hey there, I'm facing a bug regarding outer array sizes if it is initi... | outer array dimension size bug when defined with initializer | https://api.github.com/repos/llvm/llvm-project/issues/9745/comments | 1 | 2011-03-02T22:12:07Z | 2021-12-03T22:08:16Z | https://github.com/llvm/llvm-project/issues/9745 | 1,071,007,403 | 9,745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9372](https://llvm.org/bz9372) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 15:31 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [proposed patch](https://user-images.githubusercontent.com/60944935/143742825-da4d2984-8934-4f15-9800-04b8fcbe46ec.gz) |
| Reporter |... | Include search path is wrong with -isysroot | https://api.github.com/repos/llvm/llvm-project/issues/9744/comments | 2 | 2011-03-02T22:10:55Z | 2021-12-03T22:08:15Z | https://github.com/llvm/llvm-project/issues/9744 | 1,071,007,395 | 9,744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9371](https://llvm.org/bz9371) |
| Resolution | FIXED |
| Resolved on | Mar 04, 2011 04:43 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#6253 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor,@tkremenek,@rjmccall |
## Extended Description... | [REGRESSION r117147] Not possible to export member function of template-class (symbol still hidden) | https://api.github.com/repos/llvm/llvm-project/issues/9743/comments | 4 | 2011-03-02T14:48:54Z | 2021-12-03T22:08:14Z | https://github.com/llvm/llvm-project/issues/9743 | 1,071,007,385 | 9,743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9370](https://llvm.org/bz9370) |
| Resolution | INVALID |
| Resolved on | Mar 03, 2011 00:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
this:
volatile store i32 -1, i32* inttoptr (i32 1342210076 to i32... | [arm] unnecessary MOVW not optimized | https://api.github.com/repos/llvm/llvm-project/issues/9742/comments | 5 | 2011-03-02T14:38:18Z | 2021-12-03T22:08:13Z | https://github.com/llvm/llvm-project/issues/9742 | 1,071,007,376 | 9,742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9369](https://llvm.org/bz9369) |
| Resolution | WORKSFORME |
| Resolved on | Aug 09, 2012 11:10 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
The code below fails with assertion in the SelectionDA... | Bad legalization of vector types | https://api.github.com/repos/llvm/llvm-project/issues/9741/comments | 4 | 2011-03-02T13:36:11Z | 2022-01-20T02:06:36Z | https://github.com/llvm/llvm-project/issues/9741 | 1,071,007,371 | 9,741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9368](https://llvm.org/bz9368) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 01:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
================
$ echo '0x1c 0xff 0x2f 0xe1' | Debug+Asserts/bi... | ARM disassembler failed to disassemble bx | https://api.github.com/repos/llvm/llvm-project/issues/9740/comments | 2 | 2011-03-02T11:17:11Z | 2021-12-03T22:08:11Z | https://github.com/llvm/llvm-project/issues/9740 | 1,071,007,358 | 9,740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9367](https://llvm.org/bz9367) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 19:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [add BLXr9_pred](https://user-images.githubusercontent.com/60944935/143742824-9cf2f81f-23be-4e4b-834f-d4423d6ed34c.gz) |
| Reporter | L... | ARM disassembler failed to disassemble conditional blx | https://api.github.com/repos/llvm/llvm-project/issues/9739/comments | 1 | 2011-03-02T09:22:07Z | 2021-12-03T22:08:11Z | https://github.com/llvm/llvm-project/issues/9739 | 1,071,007,350 | 9,739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9366](https://llvm.org/bz9366) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 18:59 |
| Version | trunk |
| OS | Linux |
| Attachments | [add RSBSrr](https://user-images.githubusercontent.com/60944935/143742823-04510613-4a9a-492c-9af9-ae66a8e48737.gz) |
| Reporter | LLVM ... | ARM assertion failed while disassembling rsbs reg/reg form | https://api.github.com/repos/llvm/llvm-project/issues/9738/comments | 2 | 2011-03-02T08:57:24Z | 2021-12-03T22:08:10Z | https://github.com/llvm/llvm-project/issues/9738 | 1,071,007,343 | 9,738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9365](https://llvm.org/bz9365) |
| Resolution | WONTFIX |
| Resolved on | May 22, 2011 00:55 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
Because llvm-mc does not intend to support the same assembly di... | never use integrated-as on gcc output | https://api.github.com/repos/llvm/llvm-project/issues/9737/comments | 1 | 2011-03-02T08:25:42Z | 2022-01-20T02:33:58Z | https://github.com/llvm/llvm-project/issues/9737 | 1,071,007,334 | 9,737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9364](https://llvm.org/bz9364) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
libLTO now has an streamer that lets it mark as used symbols needed by inline asm. It would be nice to move that to a more cen... | clang should produce llvm.compiler.used with the symbols needed for inline asm | https://api.github.com/repos/llvm/llvm-project/issues/9736/comments | 6 | 2011-03-02T06:27:43Z | 2021-12-03T22:08:08Z | https://github.com/llvm/llvm-project/issues/9736 | 1,071,007,329 | 9,736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9363](https://llvm.org/bz9363) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 14:13 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced from ARMMCCodeEmitter.bc](https://user-images.githubusercontent.com/92601353/143742822-e333ef78-f130-4ce6-8743-afe1298d6448.gz) ... | DwarfDebug bounds error when building ARMMCCodeEmitter -O -g | https://api.github.com/repos/llvm/llvm-project/issues/9735/comments | 5 | 2011-03-02T06:18:29Z | 2021-12-03T22:08:07Z | https://github.com/llvm/llvm-project/issues/9735 | 1,071,007,325 | 9,735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9362](https://llvm.org/bz9362) |
| Resolution | INVALID |
| Resolved on | Mar 09, 2011 07:57 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @lattner,@efriedma-quic,@tkremenek,@pageexec |
## Extended Description
linux/arch/x86/include/asm/bitop... | MC doesn't deduce operand size for bt/bts/btc/btr | https://api.github.com/repos/llvm/llvm-project/issues/9734/comments | 10 | 2011-03-02T03:01:59Z | 2021-12-03T22:08:06Z | https://github.com/llvm/llvm-project/issues/9734 | 1,071,007,317 | 9,734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9361](https://llvm.org/bz9361) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2011 15:27 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @efriedma-quic,@pageexec |
## Extended Description
compiling linux with integrated-as results in this pro... | .skip directive is ignored with integrated-as | https://api.github.com/repos/llvm/llvm-project/issues/9733/comments | 4 | 2011-03-02T02:51:29Z | 2021-12-03T22:08:05Z | https://github.com/llvm/llvm-project/issues/9733 | 1,071,007,306 | 9,733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9360](https://llvm.org/bz9360) |
| Resolution | FIXED |
| Resolved on | Jun 10, 2011 15:46 |
| Version | trunk |
| OS | MacOS X |
| CC | @tkremenek |
## Extended Description
In r126782 compiling this:
-----------------
#import <Cocoa/Cocoa.h>
int main (int argc, char *argv[]... | false positive warning with NSFastEnumeration and Obj-C for..in loop | https://api.github.com/repos/llvm/llvm-project/issues/9732/comments | 11 | 2011-03-02T00:10:16Z | 2021-12-03T22:08:04Z | https://github.com/llvm/llvm-project/issues/9732 | 1,071,007,296 | 9,732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9359](https://llvm.org/bz9359) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 13:25 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
Build clang using configure + make.
$ cat t.cpp
names... | Clang thinks unambiguous member lookup is ambiguous (when dependent type is involved) | https://api.github.com/repos/llvm/llvm-project/issues/9731/comments | 2 | 2011-03-01T22:42:45Z | 2021-12-03T22:08:03Z | https://github.com/llvm/llvm-project/issues/9731 | 1,071,007,288 | 9,731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9358](https://llvm.org/bz9358) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 20:04 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek,@rjmccall |
## Extended Description
Clang will reject
#include <new>
void* oper... | bad -fno-exceptions and -fobjc-exceptions interaction | https://api.github.com/repos/llvm/llvm-project/issues/9730/comments | 2 | 2011-03-01T21:55:20Z | 2021-12-03T22:08:02Z | https://github.com/llvm/llvm-project/issues/9730 | 1,071,007,280 | 9,730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9357](https://llvm.org/bz9357) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 17:13 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @tkremenek,@pageexec |
## Extended Description
cloning from bug 9322 comment 9 per Ted's request.
in lin... | flow sensitive (and 'runtime behavior') warnings don't know about switches on constants | https://api.github.com/repos/llvm/llvm-project/issues/9729/comments | 3 | 2011-03-01T21:44:40Z | 2021-12-03T22:08:01Z | https://github.com/llvm/llvm-project/issues/9729 | 1,071,007,271 | 9,729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9356](https://llvm.org/bz9356) |
| Resolution | FIXED |
| Resolved on | May 12, 2012 21:44 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @efriedma-quic,@pageexec |
## Extended Description
# cat a.c
void __attribute__((section(".foo"))) f(void... | missing warning on inconsistent function section attribute | https://api.github.com/repos/llvm/llvm-project/issues/9728/comments | 1 | 2011-03-01T20:31:39Z | 2021-12-03T22:08:00Z | https://github.com/llvm/llvm-project/issues/9728 | 1,071,007,261 | 9,728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9355](https://llvm.org/bz9355) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 13:14 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @tkremenek,@pageexec |
## Extended Description
cloning comment 10 from bug 9322 per Ted's request:
examp... | missing DCE for certain constant expressions? | https://api.github.com/repos/llvm/llvm-project/issues/9727/comments | 1 | 2011-03-01T20:09:45Z | 2021-12-03T22:07:59Z | https://github.com/llvm/llvm-project/issues/9727 | 1,071,007,251 | 9,727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9354](https://llvm.org/bz9354) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm sanitizing a C project that (mis)uses enums.
I'm looking for a simple way to find out all the occurrence of implicit casts to an enum t... | Report implicit casts of an enum type | https://api.github.com/repos/llvm/llvm-project/issues/9726/comments | 1 | 2011-03-01T19:55:33Z | 2021-12-03T22:07:58Z | https://github.com/llvm/llvm-project/issues/9726 | 1,071,007,241 | 9,726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9353](https://llvm.org/bz9353) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 20:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The following code does not compile in clang, because ... | Default arguments of template template parameters are not used | https://api.github.com/repos/llvm/llvm-project/issues/9725/comments | 4 | 2011-03-01T19:12:22Z | 2021-12-03T22:07:57Z | https://github.com/llvm/llvm-project/issues/9725 | 1,071,007,231 | 9,725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9352](https://llvm.org/bz9352) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 01:49 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#4440 |
| CC | @efriedma-quic,@pageexec,@pwo |
## Extended Description
Clang's integrated assembler does not always genera... | [MC assembler] relocations for weak symbols not generated | https://api.github.com/repos/llvm/llvm-project/issues/9724/comments | 6 | 2011-03-01T16:43:34Z | 2021-12-03T22:07:56Z | https://github.com/llvm/llvm-project/issues/9724 | 1,071,007,218 | 9,724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9351](https://llvm.org/bz9351) |
| Resolution | FIXED |
| Resolved on | Apr 03, 2011 15:07 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This problem effects all the tree-based data structures, but I hit it withe boos... | Cannot have recursive multimap | https://api.github.com/repos/llvm/llvm-project/issues/9723/comments | 11 | 2011-03-01T15:30:45Z | 2021-12-03T22:07:55Z | https://github.com/llvm/llvm-project/issues/9723 | 1,071,007,213 | 9,723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9350](https://llvm.org/bz9350) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 19:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/732536/143742817-54aa27fc-76e6-461a-944c-ae9c157632eb.gz) |
| CC | @efriedma-quic... | possible integer bug | https://api.github.com/repos/llvm/llvm-project/issues/9722/comments | 11 | 2011-03-01T09:17:34Z | 2021-12-03T22:07:54Z | https://github.com/llvm/llvm-project/issues/9722 | 1,071,007,204 | 9,722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9349](https://llvm.org/bz9349) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 20:14 |
| Version | unspecified |
| OS | Linux |
## Extended Description
It's rather trivial issue but cmake wrongly installed the unnecessary .svn in
/usr/include/c++/v1 and /usr/include/c++/... | .svn directories installed by CMake build | https://api.github.com/repos/llvm/llvm-project/issues/9721/comments | 5 | 2011-03-01T04:28:03Z | 2021-12-03T22:07:54Z | https://github.com/llvm/llvm-project/issues/9721 | 1,071,007,202 | 9,721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9348](https://llvm.org/bz9348) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2013 02:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Using libclang to traverse the generated AST for array declarations will report the ty... | libclang does not expose array types | https://api.github.com/repos/llvm/llvm-project/issues/9720/comments | 2 | 2011-03-01T03:45:51Z | 2021-12-03T22:07:53Z | https://github.com/llvm/llvm-project/issues/9720 | 1,071,007,195 | 9,720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9347](https://llvm.org/bz9347) |
| Resolution | FIXED |
| Resolved on | Mar 27, 2011 10:36 |
| Version | trunk |
| OS | All |
| Attachments | [patch to fix vec compare result type for altivec](https://user-images.githubusercontent.com/46755665/143742815-4de4e66e-0611-46e1-82fe-9... | incorrect result type AltiVec vector comparison | https://api.github.com/repos/llvm/llvm-project/issues/9719/comments | 7 | 2011-03-01T02:39:20Z | 2021-12-03T22:07:52Z | https://github.com/llvm/llvm-project/issues/9719 | 1,071,007,186 | 9,719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9346](https://llvm.org/bz9346) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2012 23:31 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@efriedma-quic |
## Extended Description
Notice that (due to ASLR or whatever) two runs of the same executable give different answers. T... | likely memory unsafety error in generated code | https://api.github.com/repos/llvm/llvm-project/issues/9718/comments | 3 | 2011-02-28T23:50:04Z | 2021-12-03T22:07:51Z | https://github.com/llvm/llvm-project/issues/9718 | 1,071,007,173 | 9,718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9345](https://llvm.org/bz9345) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 09:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tkremenek,@rjmccall |
## Extended Description
Clang's -Wconversion should be more like GCC'... | Support -Wsign-conversion | https://api.github.com/repos/llvm/llvm-project/issues/9717/comments | 6 | 2011-02-28T20:52:18Z | 2021-12-03T22:07:50Z | https://github.com/llvm/llvm-project/issues/9717 | 1,071,007,165 | 9,717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9344](https://llvm.org/bz9344) |
| Resolution | INVALID |
| Resolved on | Apr 22, 2013 13:44 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
When defining build attributes or codegen options for ARM, we need to know what architecture, sub-architectur... | ARM sub-architecture support | https://api.github.com/repos/llvm/llvm-project/issues/9716/comments | 5 | 2011-02-28T15:14:33Z | 2021-12-03T22:07:49Z | https://github.com/llvm/llvm-project/issues/9716 | 1,071,007,157 | 9,716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9343](https://llvm.org/bz9343) |
| Resolution | LATER |
| Resolved on | May 07, 2017 09:22 |
| Version | unspecified |
| OS | Linux |
| CC | @lattner |
## Extended Description
This is a list of the top ten missed optimizations seen in bitcode after -O2, sorted by popularity (n... | top 10 missed optimizations at -O2 | https://api.github.com/repos/llvm/llvm-project/issues/9715/comments | 15 | 2011-02-28T04:31:27Z | 2021-12-03T22:07:48Z | https://github.com/llvm/llvm-project/issues/9715 | 1,071,007,143 | 9,715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9342](https://llvm.org/bz9342) |
| Resolution | WORKSFORME |
| Resolved on | May 07, 2012 19:33 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143742814-8107707d-1e27-42d9-a4bc-aa7660530d82.gz) |
| Reporter | L... | ARM: error related to R_ARM_MOVT_ABS relocation | https://api.github.com/repos/llvm/llvm-project/issues/9714/comments | 1 | 2011-02-27T22:22:21Z | 2022-01-20T02:06:35Z | https://github.com/llvm/llvm-project/issues/9714 | 1,071,007,139 | 9,714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9341](https://llvm.org/bz9341) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2011 16:47 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143742813-7bed4039-ca28-4c06-b720-073c84ac6879.gz) |
| Reporter | LLVM B... | ARM: ssat/usat not supported in inline asm | https://api.github.com/repos/llvm/llvm-project/issues/9713/comments | 6 | 2011-02-27T19:45:53Z | 2021-12-03T22:07:47Z | https://github.com/llvm/llvm-project/issues/9713 | 1,071,007,131 | 9,713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9340](https://llvm.org/bz9340) |
| Resolution | DUPLICATE |
| Resolved on | Feb 21, 2019 14:30 |
| Version | trunk |
| OS | Linux |
| CC | @nickdesaulniers,@rnk |
## Extended Description
if CONFIG_FUNCTION_TRACER is on (which enables -pg), then Linux kernel fails to build beca... | linux allyesconfig fails to build with undef reference to mcount | https://api.github.com/repos/llvm/llvm-project/issues/9712/comments | 4 | 2011-02-27T16:09:28Z | 2021-12-03T22:07:46Z | https://github.com/llvm/llvm-project/issues/9712 | 1,071,007,124 | 9,712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9339](https://llvm.org/bz9339) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2011 07:54 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In part 5 of the LLVM Kaleidoscope tutorial (http://llvm.org/docs/tutorial/Lang... | Possible typo in LLVM tutorial | https://api.github.com/repos/llvm/llvm-project/issues/9711/comments | 1 | 2011-02-27T15:18:46Z | 2021-12-03T22:07:45Z | https://github.com/llvm/llvm-project/issues/9711 | 1,071,007,117 | 9,711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9338](https://llvm.org/bz9338) |
| Resolution | FIXED |
| Resolved on | May 02, 2020 03:34 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Bigcheese,@RKSimon |
| Fixed by commit(s) | rL139682 |
## Extended Description
I was trying to update ... | can_read declared in FileSystem.h but not implemented | https://api.github.com/repos/llvm/llvm-project/issues/9710/comments | 1 | 2011-02-27T09:02:40Z | 2021-12-03T22:07:44Z | https://github.com/llvm/llvm-project/issues/9710 | 1,071,007,111 | 9,710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9337](https://llvm.org/bz9337) |
| Resolution | FIXED |
| Resolved on | Sep 01, 2011 18:07 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced test case](https://user-images.githubusercontent.com/60944935/143742812-b405fdbd-fbea-423f-83ec-10d731e2eab2.gz) |
| Reporter ... | ARM: misaligned data | https://api.github.com/repos/llvm/llvm-project/issues/9709/comments | 6 | 2011-02-26T23:34:57Z | 2021-12-03T22:07:44Z | https://github.com/llvm/llvm-project/issues/9709 | 1,071,007,102 | 9,709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9336](https://llvm.org/bz9336) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2011 03:04 |
| Version | trunk |
| OS | All |
| Attachments | [Example code](https://user-images.githubusercontent.com/60944935/143742811-5c70ae16-3fec-4f33-982e-90fe3cdebf9f.gz) |
| Reporter | LLVM ... | Incorrect attaching of const | https://api.github.com/repos/llvm/llvm-project/issues/9708/comments | 2 | 2011-02-26T20:47:19Z | 2021-12-03T22:07:43Z | https://github.com/llvm/llvm-project/issues/9708 | 1,071,007,095 | 9,708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9335](https://llvm.org/bz9335) |
| Resolution | FIXED |
| Resolved on | May 13, 2011 13:44 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I believe the following code shows that libc++ is over-eager setting eofbit when... | Overeager setting of eof() | https://api.github.com/repos/llvm/llvm-project/issues/9707/comments | 6 | 2011-02-26T13:35:41Z | 2021-12-03T22:07:42Z | https://github.com/llvm/llvm-project/issues/9707 | 1,071,007,088 | 9,707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9334](https://llvm.org/bz9334) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Apparently, not overriding llvm::LLVMTargetMachine methods like getFrameInfo() and getSelectionDAGInfo() caused clang to crash with an error m... | Not overriding TargetMachine virtual methods causes clang to crash without indication why | https://api.github.com/repos/llvm/llvm-project/issues/9706/comments | 1 | 2011-02-26T12:09:38Z | 2023-08-05T14:13:30Z | https://github.com/llvm/llvm-project/issues/9706 | 1,071,007,079 | 9,706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9333](https://llvm.org/bz9333) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 11:16 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The implementation of scoped enums appears incomplete. In particu... | scoped enum values can't be compared | https://api.github.com/repos/llvm/llvm-project/issues/9705/comments | 1 | 2011-02-26T11:07:02Z | 2021-12-03T22:07:40Z | https://github.com/llvm/llvm-project/issues/9705 | 1,071,007,065 | 9,705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9332](https://llvm.org/bz9332) |
| Version | trunk |
| OS | OpenBSD |
| Attachments | [tcp_input.c null deref 1](https://user-images.githubusercontent.com/60944935/143742808-2060e3dc-7d9e-47f4-9b97-5094194f5ee9.gz), [another false positive](https://user-images.githubusercontent.... | 5 False positive in "Dereference of null pointer" due to lack of handling of unions | https://api.github.com/repos/llvm/llvm-project/issues/9704/comments | 15 | 2011-02-26T07:21:54Z | 2022-01-26T22:18:05Z | https://github.com/llvm/llvm-project/issues/9704 | 1,071,007,054 | 9,704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9331](https://llvm.org/bz9331) |
| Resolution | FIXED |
| Resolved on | Mar 08, 2011 09:23 |
| Version | trunk |
| OS | Linux |
## Extended Description
This is the same symptom as (fixed) llvm/llvm-project#9484 .
[regehr@gamow tmp005]$ clang -v
clang version 2.9 (trunk 12641... | Assertion `(KnownZero2 & KnownOne2) == 0 && "Bits known to be one AND zero\ ?"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9703/comments | 5 | 2011-02-26T06:49:28Z | 2021-12-03T22:07:38Z | https://github.com/llvm/llvm-project/issues/9703 | 1,071,007,046 | 9,703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9330](https://llvm.org/bz9330) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 00:57 |
| Version | trunk |
| OS | Linux |
## Extended Description
Correct behavior with llvm-mc -filetype=obj -triple i386-unknown-unknown:
orl $-1, 1
Encoding:
0: 83 0d 01 00 00 0... | [MC] Overly large encoding for orl with memory operand | https://api.github.com/repos/llvm/llvm-project/issues/9702/comments | 1 | 2011-02-26T04:48:46Z | 2021-12-03T22:07:37Z | https://github.com/llvm/llvm-project/issues/9702 | 1,071,007,036 | 9,702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9329](https://llvm.org/bz9329) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I accidentally tried to add a CPU attribute as part of the -mcpu argument rather than using -mattr, and with the attached trivial program,... | llc crashes when given invalid command line arguments | https://api.github.com/repos/llvm/llvm-project/issues/9701/comments | 3 | 2011-02-26T03:52:40Z | 2023-08-09T00:42:30Z | https://github.com/llvm/llvm-project/issues/9701 | 1,071,007,025 | 9,701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9328](https://llvm.org/bz9328) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2011 11:05 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
$ cat assert.cpp
typedef char *PCHAR;
class Test
{... | Assertion `chunkIndex + 1 < e && "No DeclaratorChunk for the return type?"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9700/comments | 3 | 2011-02-25T22:20:45Z | 2021-12-03T22:07:36Z | https://github.com/llvm/llvm-project/issues/9700 | 1,071,007,016 | 9,700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9327](https://llvm.org/bz9327) |
| Resolution | FIXED |
| Resolved on | Feb 25, 2011 13:06 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hey there, I'm facing new test failures with r126497, configured with --enable-targe... | test failures wrt MC/ELF/bracket-exprs.s | https://api.github.com/repos/llvm/llvm-project/issues/9699/comments | 1 | 2011-02-25T20:49:23Z | 2021-12-03T22:07:35Z | https://github.com/llvm/llvm-project/issues/9699 | 1,071,007,010 | 9,699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9326](https://llvm.org/bz9326) |
| Resolution | FIXED |
| Resolved on | Feb 25, 2011 13:53 |
| Version | unspecified |
| OS | All |
| Attachments | [Test case for testing bounds of parsing of integer types.](https://user-images.githubusercontent.com/60944935/143742805-675fa99b-b... | libc++ input streaming is incorrect for out of bounds values with long and long long | https://api.github.com/repos/llvm/llvm-project/issues/9698/comments | 1 | 2011-02-25T20:43:55Z | 2021-12-03T22:07:34Z | https://github.com/llvm/llvm-project/issues/9698 | 1,071,007,004 | 9,698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9325](https://llvm.org/bz9325) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2011 17:26 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case as a file for convenience](https://user-images.githubusercontent.com/60944935/143742804-0b00c4ae-5d1f-4d9a-98f9-2e7a129621d1... | virtual methods of template class not instanciated under specific conditions | https://api.github.com/repos/llvm/llvm-project/issues/9697/comments | 2 | 2011-02-25T18:43:32Z | 2021-12-03T22:07:33Z | https://github.com/llvm/llvm-project/issues/9697 | 1,071,006,995 | 9,697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9324](https://llvm.org/bz9324) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2011 02:07 |
| Version | trunk |
| OS | Linux |
| CC | @tkremenek |
## Extended Description
[regehr@gamow tmp004]$ clang -v
clang version 2.9 (trunk 126412)
Target: x86_64-unknown-linux-gnu
Thread ... | Assertion `isVirtualRegister(Reg) && "Not a virtual register"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9696/comments | 3 | 2011-02-25T07:12:53Z | 2021-12-03T22:07:32Z | https://github.com/llvm/llvm-project/issues/9696 | 1,071,006,981 | 9,696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9323](https://llvm.org/bz9323) |
| Resolution | FIXED |
| Resolved on | Feb 25, 2011 02:53 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
% cat x.cc
namespace {
struct Uncopyable {
Uncopyable() {}
private:
... | Elided undefined copy constructors still marked as used, and warned when internal | https://api.github.com/repos/llvm/llvm-project/issues/9695/comments | 2 | 2011-02-25T06:32:52Z | 2021-12-03T22:07:31Z | https://github.com/llvm/llvm-project/issues/9695 | 1,071,006,964 | 9,695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9322](https://llvm.org/bz9322) |
| Resolution | FIXED |
| Resolved on | Mar 07, 2011 22:48 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @lattner,@tkremenek,@pageexec |
## Extended Description
Testcase (reduced from the raw_smp_processo... | clang doesn't DCE dead switch cases (breaks Linux kernel at -O0) | https://api.github.com/repos/llvm/llvm-project/issues/9694/comments | 18 | 2011-02-25T04:23:32Z | 2021-12-03T22:07:30Z | https://github.com/llvm/llvm-project/issues/9694 | 1,071,006,954 | 9,694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9321](https://llvm.org/bz9321) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2014 01:41 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#9456 llvm/llvm-project#3300 llvm/llvm-project#8868 llvm/llvm-bugzilla-archive#9886 llvm/llvm-bugzilla-archive#1... | [autoconf][cmake] "make install" may provide similar installation. | https://api.github.com/repos/llvm/llvm-project/issues/9693/comments | 29 | 2011-02-25T03:14:33Z | 2021-12-03T22:07:29Z | https://github.com/llvm/llvm-project/issues/9693 | 1,071,006,943 | 9,693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9320](https://llvm.org/bz9320) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2013 14:50 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
$ cat t.cc
void revoke(const char*x) {}
void Test() {
Invoke();
}
$ clang t.cc
t.cc:4:3: error: ... | clang shouldn't suggest a function that obviously doesn't match its prototype | https://api.github.com/repos/llvm/llvm-project/issues/9692/comments | 2 | 2011-02-25T02:56:02Z | 2021-12-03T22:07:28Z | https://github.com/llvm/llvm-project/issues/9692 | 1,071,006,931 | 9,692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9319](https://llvm.org/bz9319) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2011 18:57 |
| Version | 2.8 |
| OS | Linux |
| Attachments | [clang.log from: clang++ -v -save-temps -Wunreachable-code -c src/Main.cpp -o build/Main.o &> clang.log](https://user-images.githubuserco... | Clang++ ignores #pragma completely when using "diagnostic push" | https://api.github.com/repos/llvm/llvm-project/issues/9691/comments | 5 | 2011-02-24T23:26:54Z | 2021-12-03T22:07:27Z | https://github.com/llvm/llvm-project/issues/9691 | 1,071,006,920 | 9,691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9318](https://llvm.org/bz9318) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2011 10:46 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The file HeaderSearchOptions.h doesn't have c++ include search paths for Fedora 14. I ... | New c++ search path needed on Fedora 14 | https://api.github.com/repos/llvm/llvm-project/issues/9690/comments | 2 | 2011-02-24T22:46:00Z | 2021-12-03T22:07:26Z | https://github.com/llvm/llvm-project/issues/9690 | 1,071,006,916 | 9,690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9317](https://llvm.org/bz9317) |
| Resolution | WONTFIX |
| Resolved on | Feb 24, 2011 18:56 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@lattner,@DougGregor |
## Extended Description
$ cat typo.cc
void revoke(const char*) {}
... | Clang shouldn't complain about errors in the fix itself suggests | https://api.github.com/repos/llvm/llvm-project/issues/9689/comments | 12 | 2011-02-24T21:03:46Z | 2022-01-20T02:33:57Z | https://github.com/llvm/llvm-project/issues/9689 | 1,071,006,909 | 9,689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9316](https://llvm.org/bz9316) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2011 22:31 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
% cat t.cc
extern "C" {
namespace {
class X {
int f() {
extern int puts(const char* s)... | block scope extern function declaration not receiving external linkage | https://api.github.com/repos/llvm/llvm-project/issues/9688/comments | 2 | 2011-02-24T20:34:07Z | 2021-12-03T22:07:24Z | https://github.com/llvm/llvm-project/issues/9688 | 1,071,006,899 | 9,688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9315](https://llvm.org/bz9315) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 17:22 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@lattner,@sunfishcode |
## Extended Description
Sorry if this is known or if I'm missing something.
I'd expect this code to be compiled ... | pow() isn't folded | https://api.github.com/repos/llvm/llvm-project/issues/9687/comments | 6 | 2011-02-24T18:47:45Z | 2021-12-03T22:07:23Z | https://github.com/llvm/llvm-project/issues/9687 | 1,071,006,883 | 9,687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9314](https://llvm.org/bz9314) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2011 17:03 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Clang doesn't believe that __func__ and __PRETTY_FUNCTION_... | -Wformat-security false positive with __func__ and __PRETTY_FUNCTION__ | https://api.github.com/repos/llvm/llvm-project/issues/9686/comments | 3 | 2011-02-24T17:29:41Z | 2021-12-03T22:07:23Z | https://github.com/llvm/llvm-project/issues/9686 | 1,071,006,873 | 9,686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9313](https://llvm.org/bz9313) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2011 13:07 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hey,
my recent build with r126384 fails some tests (configured with only --enable-t... | test failures wrt AsmParser/MachO/StackVariable/Scope | https://api.github.com/repos/llvm/llvm-project/issues/9685/comments | 2 | 2011-02-24T17:20:26Z | 2021-12-03T22:07:22Z | https://github.com/llvm/llvm-project/issues/9685 | 1,071,006,861 | 9,685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9312](https://llvm.org/bz9312) |
| Resolution | WONTFIX |
| Resolved on | May 01, 2012 06:34 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The fatigue Polyhedron 2005 benchmark for current llvm-gcc42 svn o... | fatigue Polyhedron 2005 benchmark regressed 12.2% in llvm-gcc42 svn | https://api.github.com/repos/llvm/llvm-project/issues/9684/comments | 4 | 2011-02-24T06:02:39Z | 2022-01-20T02:33:56Z | https://github.com/llvm/llvm-project/issues/9684 | 1,071,006,854 | 9,684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9311](https://llvm.org/bz9311) |
| Resolution | WONTFIX |
| Resolved on | May 01, 2012 06:35 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The aermod Polyhedron 2005 benchmark for current llvm-gcc42 svn sh... | aermod Polyhedron 2005 benchmark regressed 12.7% in llvm-gcc42 svn | https://api.github.com/repos/llvm/llvm-project/issues/9683/comments | 4 | 2011-02-24T05:58:06Z | 2022-01-20T02:33:55Z | https://github.com/llvm/llvm-project/issues/9683 | 1,071,006,843 | 9,683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9310](https://llvm.org/bz9310) |
| Resolution | WONTFIX |
| Resolved on | May 01, 2012 06:35 |
| Version | 2.8 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The ac Polyhedron 2005 benchmark for the llvm-gcc42-2.7 release benc... | ac Polyhedron 2005 benchmark regressed 10.5% in llvm-gcc42-2.8 | https://api.github.com/repos/llvm/llvm-project/issues/9682/comments | 3 | 2011-02-24T05:52:03Z | 2022-01-20T02:33:54Z | https://github.com/llvm/llvm-project/issues/9682 | 1,071,006,832 | 9,682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9309](https://llvm.org/bz9309) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2011 08:42 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742796-4ae59aab-38a6-4853-9ea6-09bbed81b253.gz) |
| Reporter | LLVM Bug... | no support for splitting vector fp_extend | https://api.github.com/repos/llvm/llvm-project/issues/9681/comments | 2 | 2011-02-24T03:14:57Z | 2021-12-03T22:07:18Z | https://github.com/llvm/llvm-project/issues/9681 | 1,071,006,828 | 9,681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9308](https://llvm.org/bz9308) |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@tkremenek,@rjmccall,@RealLitb |
## Extended Description
gcc rejects this, clang should too:
```c++
class A {
protected:
A(int a) {}
};
class B : public A {
void f() {
... | clang should prohibit creating complete objects with a protected constructor in a subclass | https://api.github.com/repos/llvm/llvm-project/issues/9680/comments | 5 | 2011-02-24T03:06:04Z | 2023-08-19T07:50:05Z | https://github.com/llvm/llvm-project/issues/9680 | 1,071,006,821 | 9,680 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9307](https://llvm.org/bz9307) |
| Resolution | FIXED |
| Resolved on | Feb 26, 2011 12:21 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@ismail,@tkremenek,@sunfishcode,@rjmccall |
## Extended Description
Hi,
clang-2.9 (but n... | [TBAA] clang-2.9 miscompiles FFmpeg's VP8 decoder | https://api.github.com/repos/llvm/llvm-project/issues/9679/comments | 14 | 2011-02-24T01:16:20Z | 2021-12-03T22:07:16Z | https://github.com/llvm/llvm-project/issues/9679 | 1,071,006,812 | 9,679 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9306](https://llvm.org/bz9306) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 17:49 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
the huge attached test case takes A LONG TIME (3 minutes here) and it ends with
A... | Assertion failed: (OrigPreheader && OrigLatch && "Loop not in canonical form?"), function rotateLoop, file /a/portbuild/amd64/9/builds/20110221064547.pointyhat-west/src/lib/clang/libllvmscalaropts/../../../contrib/llvm/lib/Transforms/Scalar/LoopRotation.c | https://api.github.com/repos/llvm/llvm-project/issues/9678/comments | 2 | 2011-02-23T21:48:15Z | 2021-12-03T22:07:16Z | https://github.com/llvm/llvm-project/issues/9678 | 1,071,006,800 | 9,678 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9305](https://llvm.org/bz9305) |
| Resolution | FIXED |
| Resolved on | Feb 23, 2011 20:37 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742794-3af45224-1606-4230-a685-ec99bdff1d26.gz) |
| Reporter | LLVM... | Assertion failed: (i < getNumOperands() && "getOperand() out of range!") | https://api.github.com/repos/llvm/llvm-project/issues/9677/comments | 2 | 2011-02-23T21:13:57Z | 2021-12-03T22:07:15Z | https://github.com/llvm/llvm-project/issues/9677 | 1,071,006,789 | 9,677 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.