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 | [16505](https://llvm.org/bz16505) |
| Resolution | DUPLICATE |
| Resolved on | Nov 14, 2013 20:37 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
The following program fails to compile with clang r185328 in ... | Failure to deduce return type of templated operator | https://api.github.com/repos/llvm/llvm-project/issues/16879/comments | 3 | 2013-07-01T15:57:18Z | 2021-12-09T20:33:48Z | https://github.com/llvm/llvm-project/issues/16879 | 1,075,986,206 | 16,879 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16504](https://llvm.org/bz16504) |
| Resolution | FIXED |
| Resolved on | Jul 31, 2013 03:12 |
| Version | trunk |
| OS | Linux |
| CC | @belkadan |
## Extended Description
$ cat a.cc
struct A {
};
void f() {
static const A &a = A();
}
$ clang --analyze a.cc
a.cc:5:3: warn... | False positive regarding lifetime extension with static references | https://api.github.com/repos/llvm/llvm-project/issues/16878/comments | 3 | 2013-07-01T13:53:17Z | 2021-12-09T20:33:47Z | https://github.com/llvm/llvm-project/issues/16878 | 1,075,986,197 | 16,878 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16503](https://llvm.org/bz16503) |
| Resolution | DUPLICATE |
| Resolved on | Jul 21, 2013 22:09 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
I compiled following programm, it's success compi... | clang is wrongly compiled varadic templates, or sizeof ...(T) construction. | https://api.github.com/repos/llvm/llvm-project/issues/16877/comments | 1 | 2013-07-01T08:14:54Z | 2021-12-09T20:33:46Z | https://github.com/llvm/llvm-project/issues/16877 | 1,075,986,184 | 16,877 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16502](https://llvm.org/bz16502) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2013 01:08 |
| Version | unspecified |
| OS | All |
| CC | @zygoloid |
## Extended Description
Testcase:
struct A { int &&temporary; int x, y; };
int f();
const A &c = { 10, ++c.temporary };
As... | Crash with "missing" member in initializer list for reference | https://api.github.com/repos/llvm/llvm-project/issues/16876/comments | 1 | 2013-07-01T03:25:26Z | 2021-12-09T20:33:45Z | https://github.com/llvm/llvm-project/issues/16876 | 1,075,986,170 | 16,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16501](https://llvm.org/bz16501) |
| Resolution | INVALID |
| Resolved on | Jul 01, 2013 00:50 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid | | lambda expression is not constexpr | https://api.github.com/repos/llvm/llvm-project/issues/16875/comments | 4 | 2013-07-01T00:44:41Z | 2021-12-09T20:33:44Z | https://github.com/llvm/llvm-project/issues/16875 | 1,075,986,157 | 16,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16500](https://llvm.org/bz16500) |
| Resolution | FIXED |
| Resolved on | May 19, 2015 07:29 |
| Version | trunk |
| OS | Linux |
## Extended Description
Before:
void foo() { S << FrameCount * (1000); }
After:
void foo() { S << FrameCount *(1000); }
Maybe the `*` is getting ... | `*` operator not formatted correctly | https://api.github.com/repos/llvm/llvm-project/issues/16874/comments | 3 | 2013-06-30T23:01:05Z | 2021-12-09T20:33:43Z | https://github.com/llvm/llvm-project/issues/16874 | 1,075,986,144 | 16,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16499](https://llvm.org/bz16499) |
| Version | unspecified |
| OS | MacOS X |
| CC | @AnnaZaks,@belkadan |
## Extended Description
Clang static analyzer give false warning that memory used after it is freed.
Warning is bogus because only pointer value is used, but not memory i... | False positive warning: Use of memory after it is freed (use of pointer, not memory) | https://api.github.com/repos/llvm/llvm-project/issues/16873/comments | 6 | 2013-06-30T22:24:55Z | 2021-12-09T20:33:42Z | https://github.com/llvm/llvm-project/issues/16873 | 1,075,986,123 | 16,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16498](https://llvm.org/bz16498) |
| Version | trunk |
| OS | FreeBSD |
| CC | @efriedma-quic |
## Extended Description
Consider the two following separate source files:
--- Begin source file 1 ---
#include <stddef.h>
#include <string.h>
typedef struct { char data[15]; } T;
... | -fstack-protector + C11 atomics: binaries may crash | https://api.github.com/repos/llvm/llvm-project/issues/16872/comments | 1 | 2013-06-30T16:25:32Z | 2021-12-09T20:33:41Z | https://github.com/llvm/llvm-project/issues/16872 | 1,075,986,111 | 16,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16497](https://llvm.org/bz16497) |
| Version | 3.2 |
| OS | MacOS X |
| Attachments | [Preprocessed source + run script](https://user-images.githubusercontent.com/60944935/143747702-b53790ee-8aed-4667-8593-e4ea44733244.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efrie... | clang: error: unable to execute command: Segmentation fault: 11 | https://api.github.com/repos/llvm/llvm-project/issues/16871/comments | 2 | 2013-06-30T08:50:44Z | 2023-08-08T18:51:41Z | https://github.com/llvm/llvm-project/issues/16871 | 1,075,986,090 | 16,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16496](https://llvm.org/bz16496) |
| Resolution | FIXED |
| Resolved on | May 19, 2015 07:23 |
| Version | trunk |
| OS | Linux |
## Extended Description
This gets formatted just fine:
void foo() {
struct {
SDLKey Key;
const char *Msg;
SDL_Rect DestRect;
} Act... | Strange arrangement of nested initializer lists. | https://api.github.com/repos/llvm/llvm-project/issues/16870/comments | 1 | 2013-06-30T06:33:41Z | 2021-12-09T20:33:39Z | https://github.com/llvm/llvm-project/issues/16870 | 1,075,986,075 | 16,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16495](https://llvm.org/bz16495) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
SAFECode generates a failure on a memcpy() for wget 1.14, grep 2.14, and nginx 1.2.3. | SAFECode generates failure in wget 1.14, grep 2.14, and nginx 1.2.3 | https://api.github.com/repos/llvm/llvm-project/issues/16869/comments | 2 | 2013-06-30T05:06:39Z | 2024-07-06T03:40:52Z | https://github.com/llvm/llvm-project/issues/16869 | 1,075,986,060 | 16,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16494](https://llvm.org/bz16494) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The SAFECode RewriteOOB pass attempts to replace the use of a checked pointer with the result of a run-time check (e.g., a bounds check). ... | SAFECode RewriteOOB pass does not properly replace SSA values | https://api.github.com/repos/llvm/llvm-project/issues/16868/comments | 1 | 2013-06-30T05:00:29Z | 2024-07-06T03:41:03Z | https://github.com/llvm/llvm-project/issues/16868 | 1,075,986,045 | 16,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16493](https://llvm.org/bz16493) |
| Resolution | FIXED |
| Resolved on | Jul 02, 2013 14:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [.ll file crashing llc](https://user-images.githubusercontent.com/827859/143747701-8e297d12-fcf4-4828-b941-68f652f6bda7.gz) |
| CC | ... | PPC64: unsupported relocation modifier in Dwarf debug info crashes llc | https://api.github.com/repos/llvm/llvm-project/issues/16867/comments | 8 | 2013-06-30T00:33:32Z | 2021-12-09T20:33:36Z | https://github.com/llvm/llvm-project/issues/16867 | 1,075,986,028 | 16,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16492](https://llvm.org/bz16492) |
| Resolution | INVALID |
| Resolved on | Jul 03, 2013 13:43 |
| Version | trunk |
| OS | Linux |
## Extended Description
This issues still happens if `-style='{BasedOnStyle: LLVM, Standard: C++11}'`. I think that in C++11 mode, these initiali... | Uniform-initialization braces get spaces inside | https://api.github.com/repos/llvm/llvm-project/issues/16866/comments | 7 | 2013-06-29T21:30:59Z | 2021-12-09T20:33:35Z | https://github.com/llvm/llvm-project/issues/16866 | 1,075,986,006 | 16,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16491](https://llvm.org/bz16491) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2015 17:01 |
| Version | 3.2 |
| OS | All |
| Attachments | [Backtrace/output from LLC](https://user-images.githubusercontent.com/1291671/143747700-a7381700-2f35-4f55-b85d-bf434204ddfc.gz) |
| CC |... | Half precision floating point types broken on X86 | https://api.github.com/repos/llvm/llvm-project/issues/16865/comments | 1 | 2013-06-29T19:20:59Z | 2021-12-09T20:33:34Z | https://github.com/llvm/llvm-project/issues/16865 | 1,075,985,994 | 16,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16490](https://llvm.org/bz16490) |
| Resolution | FIXED |
| Resolved on | Jul 08, 2013 14:49 |
| Version | unspecified |
| OS | Linux |
| Attachments | [gdb output](https://user-images.githubusercontent.com/31630/143747697-04af0993-95b7-415c-8907-88922a34314b.gz), [preprossed ex... | assertion fail on ARMDAGToDAGISel::SelectInlineAsm | https://api.github.com/repos/llvm/llvm-project/issues/16864/comments | 3 | 2013-06-29T13:19:51Z | 2021-12-09T20:33:33Z | https://github.com/llvm/llvm-project/issues/16864 | 1,075,985,982 | 16,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16489](https://llvm.org/bz16489) |
| Resolution | WONTFIX |
| Resolved on | Jul 01, 2013 12:57 |
| Version | trunk |
| OS | Linux |
| CC | @AnnaZaks |
## Extended Description
On certain project, when scan-build is executed with "-v" (or when clang++ is executed with "--analyze... | scan-build omits warning from html report | https://api.github.com/repos/llvm/llvm-project/issues/16863/comments | 3 | 2013-06-29T11:02:43Z | 2022-01-20T02:37:50Z | https://github.com/llvm/llvm-project/issues/16863 | 1,075,985,971 | 16,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16488](https://llvm.org/bz16488) |
| Resolution | FIXED |
| Resolved on | Jul 17, 2013 03:12 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@kcc |
## Extended Description
With top of tree (R185245), freshly updated llvm, cla... | sanitizer_platform_limits_posix.cc:182:26: error: use of undeclared identifier 'PTRACE_GETREGSET' | https://api.github.com/repos/llvm/llvm-project/issues/16862/comments | 3 | 2013-06-29T02:52:22Z | 2021-12-09T20:33:31Z | https://github.com/llvm/llvm-project/issues/16862 | 1,075,985,959 | 16,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16487](https://llvm.org/bz16487) |
| Version | unspecified |
| OS | All |
## Extended Description
We should get simple warnings for structure elements, e.g. here:
#include <stdio.h>
#include <stdbool.h>
struct wrapper {
bool p;
};
int main(int argc, char *argv[])
{
st... | Warning for uninitialized structure elements | https://api.github.com/repos/llvm/llvm-project/issues/16861/comments | 1 | 2013-06-29T00:39:32Z | 2022-01-17T20:10:16Z | https://github.com/llvm/llvm-project/issues/16861 | 1,075,985,943 | 16,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16486](https://llvm.org/bz16486) |
| Version | trunk |
| OS | All |
| CC | @hfinkel |
## Extended Description
consider the following:
define i32 @​_Z4blahiiii(i32 %a, i32 %b, i32 %c, i32 %d) #​0 {
entry:
%cmp = icmp sgt i32 %a, %b
%add = add nsw i32 %a, %c
%a... | Emits worse sequence for conditional move operation | https://api.github.com/repos/llvm/llvm-project/issues/16860/comments | 0 | 2013-06-28T23:20:44Z | 2021-12-09T20:33:29Z | https://github.com/llvm/llvm-project/issues/16860 | 1,075,985,929 | 16,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16485](https://llvm.org/bz16485) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 16:08 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
https://groups.google.com/forum/?fromgroups=#!to... | Compiler crashes when dealing with initialization code | https://api.github.com/repos/llvm/llvm-project/issues/16859/comments | 2 | 2013-06-28T20:23:35Z | 2021-12-09T20:33:28Z | https://github.com/llvm/llvm-project/issues/16859 | 1,075,985,915 | 16,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16484](https://llvm.org/bz16484) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2013 18:21 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@rengolin |
## Extended Description
When scan-build ... | clang -### (through ccc-analyzer) mistranslates -march, inserts wrong triple | https://api.github.com/repos/llvm/llvm-project/issues/16858/comments | 7 | 2013-06-28T17:49:43Z | 2021-12-09T20:33:27Z | https://github.com/llvm/llvm-project/issues/16858 | 1,075,985,907 | 16,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16483](https://llvm.org/bz16483) |
| Resolution | FIXED |
| Resolved on | Jul 08, 2013 03:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer |
## Extended Description
If I give instcombine the following IR:
define i1 @​f([1... | instcombine incorrectly turns unsigned pointer comparision into signed comparison | https://api.github.com/repos/llvm/llvm-project/issues/16857/comments | 5 | 2013-06-28T17:17:12Z | 2021-12-09T20:33:26Z | https://github.com/llvm/llvm-project/issues/16857 | 1,075,985,889 | 16,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16482](https://llvm.org/bz16482) |
| Version | unspecified |
| OS | OpenBSD |
| Attachments | [code containing clear use-after-free, which fails to register in the static analyzer](https://user-images.githubusercontent.com/60944935/143747695-82a72052-389d-4dd5-9972-37c3c2fe1bf5.... | failure to find use after free | https://api.github.com/repos/llvm/llvm-project/issues/16856/comments | 3 | 2013-06-28T16:21:40Z | 2021-12-09T20:33:25Z | https://github.com/llvm/llvm-project/issues/16856 | 1,075,985,864 | 16,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16481](https://llvm.org/bz16481) |
| Version | 3.2 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
[class.derived]p2 says:
"During the lookup for a base class name, non-type names are ignored."
So clang... | during the lookup for a base class name, non-type names should be ignored | https://api.github.com/repos/llvm/llvm-project/issues/16855/comments | 2 | 2013-06-28T15:05:03Z | 2024-10-15T08:19:19Z | https://github.com/llvm/llvm-project/issues/16855 | 1,075,985,850 | 16,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16480](https://llvm.org/bz16480) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2013 19:14 |
| Version | 3.3 |
| OS | Linux |
| Attachments | [code producing the error](https://user-images.githubusercontent.com/92601777/143747694-baaceba0-762f-4a58-865f-b7403aee843d.gz) |
| CC... | failing to cache tokens for function body if mem-initializer's template arguments contain parentheses | https://api.github.com/repos/llvm/llvm-project/issues/16854/comments | 2 | 2013-06-28T11:07:38Z | 2021-12-09T20:33:23Z | https://github.com/llvm/llvm-project/issues/16854 | 1,075,985,826 | 16,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16479](https://llvm.org/bz16479) |
| Resolution | INVALID |
| Resolved on | Jun 27, 2013 22:16 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
$ clang --version
clang version 3.4 (http://llvm.or... | extern inline inconsistent behavior between GCC and Clang | https://api.github.com/repos/llvm/llvm-project/issues/16853/comments | 2 | 2013-06-28T04:59:23Z | 2021-12-09T20:33:22Z | https://github.com/llvm/llvm-project/issues/16853 | 1,075,985,812 | 16,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16478](https://llvm.org/bz16478) |
| Resolution | FIXED |
| Resolved on | Dec 11, 2013 11:01 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor,@efriedma-quic,@mclow,@rakuco |
## Extended Description
Consider this program:
#include <functional>
#include <string>
i... | Invalid extern template instantiation declaration in libc++ headers | https://api.github.com/repos/llvm/llvm-project/issues/16852/comments | 12 | 2013-06-28T02:03:16Z | 2021-12-09T20:33:21Z | https://github.com/llvm/llvm-project/issues/16852 | 1,075,985,799 | 16,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16477](https://llvm.org/bz16477) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Given this sample code:
@​x = global i32 0, align 4
@​y = global i32 0, align 4
define void @​doit() #​0 {
ent... | Missed optimizations for atomicrmw | https://api.github.com/repos/llvm/llvm-project/issues/16851/comments | 1 | 2013-06-28T01:22:48Z | 2023-08-13T14:27:21Z | https://github.com/llvm/llvm-project/issues/16851 | 1,075,985,786 | 16,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16476](https://llvm.org/bz16476) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Consider:
```cpp
struct A { ~A(); };
struct B { const A &a; ~B(); };
void f() { B b[2] = { A(), A() }; }
```
The 'A' objects are lifetime-exte... | If an array element lifetime-extends a temporary, we destroy the objects in the wrong order | https://api.github.com/repos/llvm/llvm-project/issues/16850/comments | 1 | 2013-06-28T01:13:34Z | 2023-11-04T02:26:39Z | https://github.com/llvm/llvm-project/issues/16850 | 1,075,985,768 | 16,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16475](https://llvm.org/bz16475) |
| Version | 3.2 |
| OS | All |
| Attachments | [Patch for this bug, plus a regression test case](https://user-images.githubusercontent.com/60944935/143747693-dc842c65-7304-443a-8d88-85fd11f80acc.gz) |
| Reporter | LLVM Bugzilla Contributor |
| ... | gets() not generating taint properly | https://api.github.com/repos/llvm/llvm-project/issues/16849/comments | 2 | 2013-06-28T00:56:03Z | 2021-12-09T20:33:18Z | https://github.com/llvm/llvm-project/issues/16849 | 1,075,985,756 | 16,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16474](https://llvm.org/bz16474) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2013 12:38 |
| Version | trunk |
| OS | All |
| CC | @d0k,@isanbard |
## Extended Description
The following code takes much longer to compile at -O3 than at -O2, using the current clang-trunk and... | extremely slow compilation at -O3 than -O2 (~400 seconds vs. ~0.1 seconds) | https://api.github.com/repos/llvm/llvm-project/issues/16848/comments | 6 | 2013-06-27T20:38:06Z | 2021-12-09T20:33:17Z | https://github.com/llvm/llvm-project/issues/16848 | 1,075,985,737 | 16,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16473](https://llvm.org/bz16473) |
| Version | trunk |
| OS | Linux |
| Attachments | [patch to add another include path candidate](https://user-images.githubusercontent.com/92601343/143747691-f5ad0008-7ce4-4a20-a92d-75c3a7721fb0.gz) |
| CC | @tstellar |
## Extended Description... | Cannot find GCC headers if GCC uses version-specific-runtime-libs | https://api.github.com/repos/llvm/llvm-project/issues/16847/comments | 0 | 2013-06-27T19:29:16Z | 2021-12-09T20:33:16Z | https://github.com/llvm/llvm-project/issues/16847 | 1,075,985,725 | 16,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16472](https://llvm.org/bz16472) |
| Resolution | FIXED |
| Resolved on | Sep 25, 2013 07:22 |
| Version | trunk |
| OS | All |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143747690-0a43dbf1-860a-4b5f-a143-9ae8584c115a.gz) |
| Reporter | LLVM B... | Long compile time after vectorization | https://api.github.com/repos/llvm/llvm-project/issues/16846/comments | 5 | 2013-06-27T19:08:22Z | 2021-12-09T20:33:15Z | https://github.com/llvm/llvm-project/issues/16846 | 1,075,985,710 | 16,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16471](https://llvm.org/bz16471) |
| Resolution | DUPLICATE |
| Resolved on | Jun 27, 2013 14:34 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
I tried to use --libdir=/usr/lib64 to change the libdir from /usr/lib to /usr/lib64 but it was ignored. ... | configure does not allow customising paths | https://api.github.com/repos/llvm/llvm-project/issues/16845/comments | 2 | 2013-06-27T18:26:33Z | 2021-12-09T20:33:14Z | https://github.com/llvm/llvm-project/issues/16845 | 1,075,985,700 | 16,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16470](https://llvm.org/bz16470) |
| Resolution | DUPLICATE |
| Resolved on | Jun 27, 2013 17:12 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [crash backtrace](https://user-images.githubusercontent.com/60944935/143747687-1093a1c5-9107-462a-8c33-60deea755692.gz), ... | Bad machine code: Using an undefined physical register when building qt4-webkit on Freebsd | https://api.github.com/repos/llvm/llvm-project/issues/16844/comments | 1 | 2013-06-27T14:42:35Z | 2021-12-09T20:33:13Z | https://github.com/llvm/llvm-project/issues/16844 | 1,075,985,689 | 16,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16469](https://llvm.org/bz16469) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
Testcase:
void f() noexcept;
decltype(f)**g;
<stdin>:2:14: error: exception specifications are not allowed beyond a single level of indirection
dec... | Rejects-valid with decltype and exception specification | https://api.github.com/repos/llvm/llvm-project/issues/16843/comments | 4 | 2013-06-27T02:42:28Z | 2023-01-29T15:02:52Z | https://github.com/llvm/llvm-project/issues/16843 | 1,075,985,677 | 16,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16468](https://llvm.org/bz16468) |
| Resolution | FIXED |
| Resolved on | Jun 27, 2013 08:57 |
| Version | unspecified |
| OS | Linux |
| CC | @KernelAddress,@kcc |
## Extended Description
Switching to the default gold in my linux distro (GNU gold (GNU Binutils for Ubuntu 2.22... | Gold crashing while running the TSan tests | https://api.github.com/repos/llvm/llvm-project/issues/16842/comments | 1 | 2013-06-27T00:49:04Z | 2021-12-09T20:33:11Z | https://github.com/llvm/llvm-project/issues/16842 | 1,075,985,662 | 16,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16467](https://llvm.org/bz16467) |
| Resolution | FIXED |
| Resolved on | Jun 26, 2013 18:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
liska ~$ cat hello.c
int main(int argc, char **argv)
{
int i ... | no warning on sequence point violation with undefined behaviour | https://api.github.com/repos/llvm/llvm-project/issues/16841/comments | 2 | 2013-06-26T22:57:07Z | 2021-12-09T20:33:10Z | https://github.com/llvm/llvm-project/issues/16841 | 1,075,985,644 | 16,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16466](https://llvm.org/bz16466) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143747685-8853b38b-2bb2-4d4f-b66f-11c38d51f21f.gz), [generated bitcode](https://user-images.githubusercontent.com/60944935/143747686... | huge alignment in load instruction | https://api.github.com/repos/llvm/llvm-project/issues/16840/comments | 3 | 2013-06-26T11:10:05Z | 2021-12-14T21:13:42Z | https://github.com/llvm/llvm-project/issues/16840 | 1,075,985,631 | 16,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16465](https://llvm.org/bz16465) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143747682-b2bb9ec0-ea51-4c16-91c7-12d96e29efd6.gz), [generated bitcode](https://user-images.githubusercontent.com/60944935/1437... | struct array duplication | https://api.github.com/repos/llvm/llvm-project/issues/16839/comments | 3 | 2013-06-26T11:03:37Z | 2024-07-28T10:45:58Z | https://github.com/llvm/llvm-project/issues/16839 | 1,075,985,618 | 16,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16464](https://llvm.org/bz16464) |
| Resolution | FIXED |
| Resolved on | Dec 14, 2013 13:29 |
| Version | trunk |
| OS | All |
| CC | @hfinkel,@isanbard |
## Extended Description
The following code is miscompiled by current clang trunk (as well as clang 3.2 and 3.3) on x86_64... | wrong code at -O3 on x86_64-linux-gnu in 32-bit mode (LSR, SCEV) | https://api.github.com/repos/llvm/llvm-project/issues/16838/comments | 4 | 2013-06-26T09:10:56Z | 2021-12-09T20:33:07Z | https://github.com/llvm/llvm-project/issues/16838 | 1,075,985,603 | 16,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16463](https://llvm.org/bz16463) |
| Resolution | FIXED |
| Resolved on | Dec 14, 2013 13:28 |
| Version | trunk |
| OS | All |
| CC | @hfinkel,@isanbard |
## Extended Description
The following code is miscompiled by current clang trunk (as well as clang 3.2 and 3.3) on x86_64... | wrong code at -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes) (LSR, SCEV) | https://api.github.com/repos/llvm/llvm-project/issues/16837/comments | 4 | 2013-06-26T09:03:07Z | 2021-12-09T20:33:06Z | https://github.com/llvm/llvm-project/issues/16837 | 1,075,985,590 | 16,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16462](https://llvm.org/bz16462) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2013 08:51 |
| Version | trunk |
| OS | All |
| CC | @d0k |
## Extended Description
The following code is miscompiled by current clang trunk and 3.3 on x86_64-linux-gnu at -Os and above (in both ... | wrong code at optimization levels -Os and above | https://api.github.com/repos/llvm/llvm-project/issues/16836/comments | 1 | 2013-06-26T08:51:26Z | 2021-12-09T20:33:05Z | https://github.com/llvm/llvm-project/issues/16836 | 1,075,985,573 | 16,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16461](https://llvm.org/bz16461) |
| Resolution | FIXED |
| Resolved on | Oct 25, 2020 05:48 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Representative C example.](https://user-images.githubusercontent.com/60944935/143747680-5f00ffde-d0f2-4764-ab8a-4e5cd01d1391.g... | Wrongly eliminated store -- (t9982, others from #16431 ) | https://api.github.com/repos/llvm/llvm-project/issues/16835/comments | 1 | 2013-06-26T08:21:00Z | 2021-12-09T20:33:04Z | https://github.com/llvm/llvm-project/issues/16835 | 1,075,985,550 | 16,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16460](https://llvm.org/bz16460) |
| Resolution | WORKSFORME |
| Resolved on | Jul 26, 2013 10:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case and input file](https://user-images.githubusercontent.com/910929/143747679-b5ae5bea-85bb-4e2c-b3de-2... | instcombine miscompile (t12958 case from #16431 ) | https://api.github.com/repos/llvm/llvm-project/issues/16834/comments | 4 | 2013-06-26T05:54:27Z | 2022-01-20T02:11:59Z | https://github.com/llvm/llvm-project/issues/16834 | 1,075,985,525 | 16,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16459](https://llvm.org/bz16459) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@rnk,@timurrrr |
## Extended Description ... | [-cxx-abi microsoft] Assert In Codegen on Simple Layout | https://api.github.com/repos/llvm/llvm-project/issues/16833/comments | 13 | 2013-06-26T03:11:34Z | 2021-12-09T20:33:02Z | https://github.com/llvm/llvm-project/issues/16833 | 1,075,985,507 | 16,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16458](https://llvm.org/bz16458) |
| Version | unspecified |
| OS | Linux |
| CC | @lattner | | Front page has no logo image | https://api.github.com/repos/llvm/llvm-project/issues/16832/comments | 1 | 2013-06-26T01:58:42Z | 2024-04-16T11:54:48Z | https://github.com/llvm/llvm-project/issues/16832 | 1,075,985,489 | 16,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16457](https://llvm.org/bz16457) |
| Resolution | WORKSFORME |
| Resolved on | Jul 26, 2013 10:25 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case and input file](https://user-images.githubusercontent.com/910929/143747677-1ff92ead-a3f1-403a-8f05-b... | sccp miscompile (t8499 case from #16431 ) | https://api.github.com/repos/llvm/llvm-project/issues/16831/comments | 1 | 2013-06-26T01:29:16Z | 2022-01-20T02:11:58Z | https://github.com/llvm/llvm-project/issues/16831 | 1,075,985,470 | 16,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16456](https://llvm.org/bz16456) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2013 15:54 |
| Version | unspecified |
| OS | All |
| CC | @zygoloid |
## Extended Description
% cat x.c
typedef enum {
false_value = 0,
true_value = 1
} bool;
#define true true_value
#defin... | clang implements altivec context sensitive vector keywords as context insensitive keywords | https://api.github.com/repos/llvm/llvm-project/issues/16830/comments | 16 | 2013-06-26T01:21:51Z | 2021-12-09T20:32:59Z | https://github.com/llvm/llvm-project/issues/16830 | 1,075,985,443 | 16,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16455](https://llvm.org/bz16455) |
| Resolution | FIXED |
| Resolved on | Jun 27, 2013 10:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case and input file](https://user-images.githubusercontent.com/910929/143747671-651ac459-b5f3-4d95-91ac-c86d30... | loop vectorizer miscompile (t10135,t2059 cases from #16431 ) | https://api.github.com/repos/llvm/llvm-project/issues/16829/comments | 4 | 2013-06-26T01:15:34Z | 2021-12-09T20:32:58Z | https://github.com/llvm/llvm-project/issues/16829 | 1,075,985,426 | 16,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16454](https://llvm.org/bz16454) |
| Resolution | FIXED |
| Resolved on | Mar 25, 2016 15:50 |
| Version | unspecified |
| OS | All |
| CC | @echristo,@hfinkel |
## Extended Description
% touch x.S
% ./bin/clang -target powerpc64-unknown-linux-gnu -maltivec -S -o - x.S
# 1 "x.... | clang blindly include's altivec.h given -maltivec -- even on assembly code! | https://api.github.com/repos/llvm/llvm-project/issues/16828/comments | 9 | 2013-06-26T01:15:09Z | 2021-12-09T20:32:56Z | https://github.com/llvm/llvm-project/issues/16828 | 1,075,985,403 | 16,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16453](https://llvm.org/bz16453) |
| Resolution | FIXED |
| Resolved on | Jun 26, 2013 03:17 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis |
## Extended Description
on ubuntu 12.04/gcc4.6/kernel 3.2.0-45
struct copr_buffer ... | ubuntu 12 soundcard header miasma | https://api.github.com/repos/llvm/llvm-project/issues/16827/comments | 1 | 2013-06-26T01:04:40Z | 2021-12-09T20:32:56Z | https://github.com/llvm/llvm-project/issues/16827 | 1,075,985,381 | 16,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16452](https://llvm.org/bz16452) |
| Resolution | FIXED |
| Resolved on | Jun 27, 2013 11:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143747670-8de51e99-5e79-425a-b3a0-ad259e4219f3.gz) |
#... | loop vectorizer: Instruction does not dominate all uses | https://api.github.com/repos/llvm/llvm-project/issues/16826/comments | 9 | 2013-06-26T00:19:33Z | 2021-12-09T20:32:55Z | https://github.com/llvm/llvm-project/issues/16826 | 1,075,985,363 | 16,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16451](https://llvm.org/bz16451) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer |
## Extended Description
Consider the following:
int valeur;
volatile int bidule;
void toto() {
if (bidule) {
valeur = 65;
} else {
vale... | Missed optimization: obviously dead STOREs left in bitcode | https://api.github.com/repos/llvm/llvm-project/issues/16825/comments | 5 | 2013-06-25T22:54:30Z | 2021-12-09T20:32:54Z | https://github.com/llvm/llvm-project/issues/16825 | 1,075,985,348 | 16,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16450](https://llvm.org/bz16450) |
| Resolution | FIXED |
| Resolved on | Aug 02, 2013 07:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [test.txt](https://user-images.githubusercontent.com/60944935/143747668-475c66b5-8178-4666-8ba8-8bf908fd40f3.gz), [Proposed patch](ht... | Combining CHECK-DAG and CHECK-NOT sometimes causes an incorrect error-less failure | https://api.github.com/repos/llvm/llvm-project/issues/16824/comments | 1 | 2013-06-25T22:52:05Z | 2021-12-09T20:32:53Z | https://github.com/llvm/llvm-project/issues/16824 | 1,075,985,333 | 16,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16449](https://llvm.org/bz16449) |
| Resolution | INVALID |
| Resolved on | Jun 25, 2013 14:01 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Template functions that are friends of a class bypa... | Template functions see friendship as inherited | https://api.github.com/repos/llvm/llvm-project/issues/16823/comments | 1 | 2013-06-25T20:33:28Z | 2021-12-09T20:32:52Z | https://github.com/llvm/llvm-project/issues/16823 | 1,075,985,318 | 16,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16448](https://llvm.org/bz16448) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Example:
```
struct S { virtual int f(); };
template<typename T> struct X : T {
constexpr X() {}
double d = 0.0;
constexpr int f() { return si... | DR1358: if an instantiated constexpr function template doesn't satisfy the constexpr requirements, we should not allow it to be called in a constant expression | https://api.github.com/repos/llvm/llvm-project/issues/16822/comments | 4 | 2013-06-25T20:25:20Z | 2022-03-21T02:07:57Z | https://github.com/llvm/llvm-project/issues/16822 | 1,075,985,310 | 16,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16447](https://llvm.org/bz16447) |
| Resolution | FIXED |
| Resolved on | Jun 25, 2013 13:59 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143747667-ca9f6998-0050-4f5e-a2e1-1b31fe8f257b.gz) |
| Reporter | ... | [PATCH] fix potential FreeBSD build problem (<pthread_np.h> not included) | https://api.github.com/repos/llvm/llvm-project/issues/16821/comments | 1 | 2013-06-25T20:06:43Z | 2021-12-09T20:32:50Z | https://github.com/llvm/llvm-project/issues/16821 | 1,075,985,300 | 16,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16446](https://llvm.org/bz16446) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2013 03:21 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143747666-b49b7831-1d4c-44ca-ab75-b525a6ecdc18.gz) |
| Reporter | ... | [PATCH] fix GNU/kFreeBSD build problems | https://api.github.com/repos/llvm/llvm-project/issues/16820/comments | 2 | 2013-06-25T19:50:46Z | 2021-12-09T20:32:49Z | https://github.com/llvm/llvm-project/issues/16820 | 1,075,985,282 | 16,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16445](https://llvm.org/bz16445) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2013 03:15 |
| Version | trunk |
| OS | other |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143747665-f362cb29-9bda-48b0-a303-ad65c00fabf1.gz) |
| Reporter | LLVM Bug... | [PATCH] fix GNU/kFreeBSD build problems | https://api.github.com/repos/llvm/llvm-project/issues/16819/comments | 2 | 2013-06-25T19:33:16Z | 2021-12-09T20:32:48Z | https://github.com/llvm/llvm-project/issues/16819 | 1,075,985,263 | 16,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16444](https://llvm.org/bz16444) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2013 03:08 |
| Version | trunk |
| OS | other |
| Attachments | [patch fdf](https://user-images.githubusercontent.com/60944935/143747664-6d6a49b5-9e49-4cba-8a4e-67d3221f470f.gz) |
| Reporter | LLV... | [PATCH] fix GNU/kFreeBSD build problems | https://api.github.com/repos/llvm/llvm-project/issues/16818/comments | 3 | 2013-06-25T19:31:30Z | 2021-12-09T20:32:47Z | https://github.com/llvm/llvm-project/issues/16818 | 1,075,985,253 | 16,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16443](https://llvm.org/bz16443) |
| Resolution | FIXED |
| Resolved on | Aug 02, 2013 12:58 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If you start lldb and do a target create on a path with a ~ as part of the p... | target create doesn't expand ~ on Linux | https://api.github.com/repos/llvm/llvm-project/issues/16817/comments | 3 | 2013-06-25T19:30:37Z | 2021-12-09T20:32:46Z | https://github.com/llvm/llvm-project/issues/16817 | 1,075,985,242 | 16,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16442](https://llvm.org/bz16442) |
| Resolution | FIXED |
| Resolved on | Sep 02, 2013 02:46 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@echristo,@efriedma-quic |
## Extended Description
There is no futimes() function on So... | Missing futimes() on Solaris | https://api.github.com/repos/llvm/llvm-project/issues/16816/comments | 12 | 2013-06-25T18:39:00Z | 2021-12-09T20:32:45Z | https://github.com/llvm/llvm-project/issues/16816 | 1,075,985,225 | 16,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16441](https://llvm.org/bz16441) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [Examples and run scripts](https://user-images.githubusercontent.com/60944935/143747660-b2a1fb2a-358f-4cb8-8136-1d6862882e10.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Descriptio... | Assertion failed: (OldFn->isDeclaration() && "Shouldn't replace non-declaration") with asm body | https://api.github.com/repos/llvm/llvm-project/issues/16815/comments | 3 | 2013-06-25T13:48:20Z | 2023-07-29T04:17:35Z | https://github.com/llvm/llvm-project/issues/16815 | 1,075,985,202 | 16,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16440](https://llvm.org/bz16440) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
After upgrading to LLVM 3.3 we're getting this crash when trying to codegen a function from a module that's been created via llvm::ParseBitcod... | Segfault in SelectionDAG.cpp getMemsetStringVal() | https://api.github.com/repos/llvm/llvm-project/issues/16814/comments | 2 | 2013-06-25T12:38:06Z | 2023-08-15T15:56:48Z | https://github.com/llvm/llvm-project/issues/16814 | 1,075,985,186 | 16,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16439](https://llvm.org/bz16439) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2015 09:43 |
| Version | 3.2 |
| OS | All |
| CC | @chfast |
## Extended Description
Consider the following LLVM IR
```
define i128 @​julia_foo2599(i32) {
top:
%1 = shl i32 %0, 4
%2 = ... | shl by 0 produces the wrong result for i128 on 32bit systems | https://api.github.com/repos/llvm/llvm-project/issues/16813/comments | 8 | 2013-06-25T08:48:04Z | 2021-12-09T20:32:42Z | https://github.com/llvm/llvm-project/issues/16813 | 1,075,985,172 | 16,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16438](https://llvm.org/bz16438) |
| Resolution | DUPLICATE |
| Resolved on | Sep 02, 2013 23:38 |
| Version | trunk |
| OS | Linux |
## Extended Description
Before:
void foo() {
auto centerAdjust = [](int Container, int Contained) {
return Container / 2 - Contained / 2... | Semicolon after lambda put on own line | https://api.github.com/repos/llvm/llvm-project/issues/16812/comments | 1 | 2013-06-25T08:30:12Z | 2021-12-09T20:32:41Z | https://github.com/llvm/llvm-project/issues/16812 | 1,075,985,159 | 16,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16437](https://llvm.org/bz16437) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2014 07:17 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is a feature request.
It would be nice if there was a way to control whe... | clang-format function return type placement | https://api.github.com/repos/llvm/llvm-project/issues/16811/comments | 2 | 2013-06-25T08:01:55Z | 2021-12-09T20:32:40Z | https://github.com/llvm/llvm-project/issues/16811 | 1,075,985,137 | 16,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16436](https://llvm.org/bz16436) |
| Version | unspecified |
| OS | All |
## Extended Description
Several objc methods take pairs of objects through varargs, terminated by nil. One example:
base::scoped_nsobject<NSDictionary> dialects([[NSDictionary alloc]
initWit... | Formatter/ObjC: Be smart about varargs passed to message selectors containing "withXAndY:" | https://api.github.com/repos/llvm/llvm-project/issues/16810/comments | 2 | 2013-06-25T03:07:10Z | 2022-03-16T10:01:18Z | https://github.com/llvm/llvm-project/issues/16810 | 1,075,985,127 | 16,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16435](https://llvm.org/bz16435) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2013 13:39 |
| Version | unspecified |
| OS | All |
## Extended Description
base::scoped_nsobject<NSGradient> gradient(
[[NSGradient alloc] initWithColorsAndLocations:startColor, 0.0,
... | Formatter/ObjC: Varargs passed to ObjC message send exprs aren't handled well. | https://api.github.com/repos/llvm/llvm-project/issues/16809/comments | 2 | 2013-06-25T03:04:48Z | 2021-12-09T20:32:38Z | https://github.com/llvm/llvm-project/issues/16809 | 1,075,985,113 | 16,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16434](https://llvm.org/bz16434) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2019 05:55 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@zygoloid,@atanasyan |
## Extended Description
When you use long3 type and dynamic array ... | When you use long3 type and dynamic array in one function on MIPS,it will make mistake result. | https://api.github.com/repos/llvm/llvm-project/issues/16808/comments | 3 | 2013-06-25T02:38:57Z | 2021-12-09T20:32:37Z | https://github.com/llvm/llvm-project/issues/16808 | 1,075,985,100 | 16,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16433](https://llvm.org/bz16433) |
| Resolution | INVALID |
| Resolved on | Jun 24, 2013 19:51 |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
#include<stdio.h>
#include <math.h>
typedef char char2 _at... | the unary operator shall return a 0 if the value of its operand compares unequal to 0, and -1 (i.e. all bits set) if the value of its operand compares equal to 0. | https://api.github.com/repos/llvm/llvm-project/issues/16807/comments | 1 | 2013-06-25T02:37:13Z | 2021-12-09T20:32:36Z | https://github.com/llvm/llvm-project/issues/16807 | 1,075,985,089 | 16,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16432](https://llvm.org/bz16432) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Test case exposing problem](https://user-images.githubusercontent.com/92601859/143747659-6d77dd3a-d2ce-485f-92fc-600f4a205452.gz) |
## Extended Description
I have compiled LLVM 3.3, c... | Bitcode file which crashes opt | https://api.github.com/repos/llvm/llvm-project/issues/16806/comments | 2 | 2013-06-25T00:37:56Z | 2023-08-05T14:10:52Z | https://github.com/llvm/llvm-project/issues/16806 | 1,075,985,079 | 16,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16431](https://llvm.org/bz16431) |
| Version | trunk |
| OS | MacOS X |
| Depends On | llvm/llvm-project#18962 llvm/llvm-project#18980 llvm/llvm-project#19024 llvm/llvm-project#18441 llvm/llvm-project#18442 llvm/llvm-project#18900 |
| Attachments | [File contains 107 small test... | [icFuzz] Incorrect results at -O2 optimization and infinite loop in the Clang optimizer | https://api.github.com/repos/llvm/llvm-project/issues/16805/comments | 43 | 2013-06-24T23:18:31Z | 2021-12-09T21:54:10Z | https://github.com/llvm/llvm-project/issues/16805 | 1,075,984,911 | 16,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16430](https://llvm.org/bz16430) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@jryans |
## Extended Description
class C {
C();
}
C::C() {}
<stdin>:4:4: error: member 'C' has the same name as its class
C::C() {}
^
<stdin>:1:7: error: 'C' can not be defined i... | Terrible error message for missing semicolon defining constructor after class | https://api.github.com/repos/llvm/llvm-project/issues/16804/comments | 1 | 2013-06-24T22:00:24Z | 2023-01-29T15:02:51Z | https://github.com/llvm/llvm-project/issues/16804 | 1,075,984,900 | 16,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16429](https://llvm.org/bz16429) |
| Version | trunk |
| OS | All |
| Attachments | [bitcode using atomicrmw and cmpxchg-loop](https://user-images.githubusercontent.com/60944935/143747651-f012cc59-36fb-451f-9b79-ca4722e8d996.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Ext... | Missed optimization in CMPXCHG-loop | https://api.github.com/repos/llvm/llvm-project/issues/16803/comments | 0 | 2013-06-24T19:22:00Z | 2021-12-09T20:32:19Z | https://github.com/llvm/llvm-project/issues/16803 | 1,075,984,889 | 16,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16428](https://llvm.org/bz16428) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2021 15:47 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@gburgessiv,@jackrosenthal,@nickdesaulniers... | support __attribute__((warning(""))) and __attribute__((error(""))) | https://api.github.com/repos/llvm/llvm-project/issues/16802/comments | 14 | 2013-06-24T06:59:48Z | 2021-12-09T20:32:17Z | https://github.com/llvm/llvm-project/issues/16802 | 1,075,984,863 | 16,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16427](https://llvm.org/bz16427) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2013 19:38 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [test program](https://user-images.githubusercontent.com/60944935/143747650-c9008736-1475-46bf-8983-293c529397d8.gz) |
| Repo... | Incorrect handling of delimiters in std::basic_istream::ignore | https://api.github.com/repos/llvm/llvm-project/issues/16801/comments | 1 | 2013-06-24T02:22:07Z | 2021-12-09T20:32:16Z | https://github.com/llvm/llvm-project/issues/16801 | 1,075,984,845 | 16,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16426](https://llvm.org/bz16426) |
| Version | trunk |
| OS | All |
| CC | @atrick |
## Extended Description
I think LLVM should be more agressive in merging BBs of predict-taken paths.
E.g.:
size_t safe_address(size_t nmemb, size_t size, size_t offset) {
unsigned long res;... | Agressively merge BBs of predict-taken paths | https://api.github.com/repos/llvm/llvm-project/issues/16800/comments | 1 | 2013-06-23T18:59:30Z | 2022-05-27T17:22:42Z | https://github.com/llvm/llvm-project/issues/16800 | 1,075,984,826 | 16,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16425](https://llvm.org/bz16425) |
| Version | trunk |
| OS | Linux |
| CC | @atrick |
## Extended Description
The lowering of llvm.expect() functionality doesn't understand the idiom that clang emits for __builtin_expect(a || b, 0) and ends up losing information.
int a(void... | llvm.expect() lowering loses information | https://api.github.com/repos/llvm/llvm-project/issues/16799/comments | 0 | 2013-06-23T18:48:44Z | 2024-07-06T03:31:03Z | https://github.com/llvm/llvm-project/issues/16799 | 1,075,984,812 | 16,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16424](https://llvm.org/bz16424) |
| Version | trunk |
| OS | All |
| CC | @RKSimon,@gottesmm,@rotateright |
## Extended Description
At least the x86 backend could be improved to combine checks from multiple __builtin_*_with_overflow() calls.
E.g.:
```
target data... | combine multiple checks of __builtin_*_with_overflow() | https://api.github.com/repos/llvm/llvm-project/issues/16798/comments | 11 | 2013-06-23T18:21:06Z | 2022-03-13T11:40:16Z | https://github.com/llvm/llvm-project/issues/16798 | 1,075,984,792 | 16,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16423](https://llvm.org/bz16423) |
| Resolution | FIXED |
| Resolved on | Jun 23, 2013 02:37 |
| Version | trunk |
| OS | All |
## Extended Description
namespace dr136 { // dr136: no
class C {};
struct A {
friend void C::f(int, int, int) {}
};
}
llvm/src/include/llv... | clang crashes if one class defines another classes member using a friend *definition* | https://api.github.com/repos/llvm/llvm-project/issues/16797/comments | 2 | 2013-06-23T04:06:51Z | 2021-12-09T20:32:12Z | https://github.com/llvm/llvm-project/issues/16797 | 1,075,984,776 | 16,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16422](https://llvm.org/bz16422) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2013 18:17 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Compiling bzip2 with SAFECode on 32-bit Scientific Linux 6.3 generates an as... | bzip2 fails when compiled with SAFECode | https://api.github.com/repos/llvm/llvm-project/issues/16796/comments | 2 | 2013-06-23T01:10:48Z | 2021-12-09T20:32:11Z | https://github.com/llvm/llvm-project/issues/16796 | 1,075,984,757 | 16,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16421](https://llvm.org/bz16421) |
| Resolution | FIXED |
| Resolved on | Oct 29, 2019 01:24 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick,@ekatz,@zygoloid |
## Extended Description
#include <cstddef>
#include <iostream>
#include ... | -O2/-O3 breaks reverse iterators | https://api.github.com/repos/llvm/llvm-project/issues/16795/comments | 2 | 2013-06-22T21:15:11Z | 2021-12-09T20:32:10Z | https://github.com/llvm/llvm-project/issues/16795 | 1,075,984,745 | 16,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16420](https://llvm.org/bz16420) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2013 16:33 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor | | Local Static Array Bounds Checking Pass Proves GEP Safe Incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/16794/comments | 2 | 2013-06-22T17:41:35Z | 2021-12-09T20:32:09Z | https://github.com/llvm/llvm-project/issues/16794 | 1,075,984,729 | 16,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16419](https://llvm.org/bz16419) |
| Resolution | INVALID |
| Resolved on | Jun 22, 2013 11:46 |
| Version | 3.0 |
| OS | Linux |
| Attachments | [pick.cc : increment a counter in random elements of a std::map](https://user-images.githubusercontent.com/60944935/143747645-759fce8... | linker failure - std::allocator ; g++ produces a binary example included | https://api.github.com/repos/llvm/llvm-project/issues/16793/comments | 1 | 2013-06-22T16:24:16Z | 2021-12-09T20:32:08Z | https://github.com/llvm/llvm-project/issues/16793 | 1,075,984,710 | 16,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16418](https://llvm.org/bz16418) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 17:30 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
[rdivacky@anacreon ~/delta-2006.08.03]$ cat unwind-dw2.c
void fo... | Assertion failed: (TM.getSubtargetImpl()->isDarwin() && "VRSAVE only needs spill/restore on Darwin"), function StoreRegToStackSlot, file PPCInstrInfo.cpp, line 633. | https://api.github.com/repos/llvm/llvm-project/issues/16792/comments | 1 | 2013-06-22T10:15:12Z | 2021-12-09T20:32:07Z | https://github.com/llvm/llvm-project/issues/16792 | 1,075,984,693 | 16,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16417](https://llvm.org/bz16417) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
#​0 open64 () at ../sysdeps/unix/syscall-template.S:82
#​1 0x0000000001dcdf2e in llvm::MemoryBuffer::getFile (Filename=0x7... | Clang tries to open /System/Library/CoreServices/SystemVersion.plist on linux | https://api.github.com/repos/llvm/llvm-project/issues/16791/comments | 0 | 2013-06-22T05:01:05Z | 2021-12-09T20:32:06Z | https://github.com/llvm/llvm-project/issues/16791 | 1,075,984,675 | 16,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16416](https://llvm.org/bz16416) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2015 01:42 |
| Version | trunk |
| OS | Linux |
| Attachments | [config.log.gz](https://user-images.githubusercontent.com/60944935/143747644-fed9cc7a-d49f-4f09-bc11-2723f7d16d38.gz) |
| Reporter | ... | llvm-3.3 on Linux PowerPC failing tests DebugInfo/namespace.ll DebugInfo/two-cus-from-same-file.ll | https://api.github.com/repos/llvm/llvm-project/issues/16790/comments | 1 | 2013-06-22T04:24:01Z | 2021-12-09T20:32:05Z | https://github.com/llvm/llvm-project/issues/16790 | 1,075,984,657 | 16,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16415](https://llvm.org/bz16415) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Repro steps:
$ wget http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86-linux-gnu.tar.bz2
$ tar -xjf clang+llvm-3.3-Ubuntu-13.... | libclang.so in Ubuntu x86 3.3 download package is an x86_64 binary | https://api.github.com/repos/llvm/llvm-project/issues/16789/comments | 3 | 2013-06-22T00:57:42Z | 2023-08-05T14:11:18Z | https://github.com/llvm/llvm-project/issues/16789 | 1,075,984,641 | 16,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16414](https://llvm.org/bz16414) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2013 11:42 |
| Version | 3.2 |
| OS | All |
| Attachments | [patch for ccc-analyzer preprocessor mode](https://user-images.githubusercontent.com/60944935/143747643-6efe74b6-b037-49c6-bd3f-6a366bb3c... | Preprocessing with ccc-analyzer fails in verbose mode | https://api.github.com/repos/llvm/llvm-project/issues/16788/comments | 5 | 2013-06-22T00:51:50Z | 2021-12-09T20:32:03Z | https://github.com/llvm/llvm-project/issues/16788 | 1,075,984,627 | 16,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16413](https://llvm.org/bz16413) |
| Resolution | FIXED |
| Resolved on | Jul 11, 2013 18:57 |
| Version | 3.2 |
| OS | All |
| Attachments | [ccc-analyzer patch to resolve this bug](https://user-images.githubusercontent.com/60944935/143747642-b7983f64-735f-46f5-8937-04876dae6c3... | ccc-analyzer filters too many compiler flags for Pre-Compiled Headers | https://api.github.com/repos/llvm/llvm-project/issues/16787/comments | 2 | 2013-06-22T00:41:18Z | 2021-12-09T20:32:02Z | https://github.com/llvm/llvm-project/issues/16787 | 1,075,984,604 | 16,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16412](https://llvm.org/bz16412) |
| Resolution | INVALID |
| Resolved on | Jun 21, 2013 17:44 |
| Version | 3.3 |
| OS | MacOS X |
| Attachments | [Exception from the c++ library on OS X 10.8 with XCode 4.6.3 installed](https://user-images.githubusercontent.com/60944935/1437476... | C++11 library error on OS X 10.8.4 | https://api.github.com/repos/llvm/llvm-project/issues/16786/comments | 2 | 2013-06-22T00:27:32Z | 2021-12-09T20:32:01Z | https://github.com/llvm/llvm-project/issues/16786 | 1,075,984,593 | 16,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16411](https://llvm.org/bz16411) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/92601310/143747639-dc417c8c-44ca-4ac0-8dd5-5cf25c695b09.gz) |
| CC | @choikwa |
## Extended Description
The attached testcase infinite l... | Infinite loop when optimizing testcase | https://api.github.com/repos/llvm/llvm-project/issues/16785/comments | 5 | 2013-06-21T21:26:55Z | 2021-12-09T20:32:00Z | https://github.com/llvm/llvm-project/issues/16785 | 1,075,984,583 | 16,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16410](https://llvm.org/bz16410) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@Myriachan |
## Extended Description
Access control (e.g. private) seems to be ignored for template functions calling other template functions that d... | Access control ignored in member template function | https://api.github.com/repos/llvm/llvm-project/issues/16784/comments | 3 | 2013-06-21T21:26:14Z | 2023-06-28T17:06:09Z | https://github.com/llvm/llvm-project/issues/16784 | 1,075,984,569 | 16,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16409](https://llvm.org/bz16409) |
| Resolution | WORKSFORME |
| Resolved on | Aug 21, 2014 15:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [c file](https://user-images.githubusercontent.com/92601310/143747637-bb042d7a-e5dd-4aec-a9cd-604690824d70.gz), [input file for ... | Incorrect result with optimizations | https://api.github.com/repos/llvm/llvm-project/issues/16783/comments | 2 | 2013-06-21T21:06:25Z | 2022-01-20T02:11:56Z | https://github.com/llvm/llvm-project/issues/16783 | 1,075,984,558 | 16,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16408](https://llvm.org/bz16408) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LLVM fails to eliminate superfluous round-trip conversions between pointer pair and pointer + size representations of array references. ... | Missed optimization opportunities in pointer arithmetic code | https://api.github.com/repos/llvm/llvm-project/issues/16782/comments | 0 | 2013-06-21T20:44:43Z | 2024-04-14T10:58:23Z | https://github.com/llvm/llvm-project/issues/16782 | 1,075,984,544 | 16,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16407](https://llvm.org/bz16407) |
| Resolution | INVALID |
| Resolved on | Jun 21, 2013 15:39 |
| Version | 3.3 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@DougGregor,@zygoloid |
## Extended Description
[gibbs@aslan ~]$ cat foo.cpp
#ifdef _... | Assignment from "void *" without cast treated as error within extern "C" block | https://api.github.com/repos/llvm/llvm-project/issues/16781/comments | 2 | 2013-06-21T20:23:30Z | 2021-12-09T20:31:56Z | https://github.com/llvm/llvm-project/issues/16781 | 1,075,984,534 | 16,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16406](https://llvm.org/bz16406) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2013 06:39 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @DougGregor,@tritao,@rnk |
## Extended Description
=== vtordisp_layout.cpp ===
class A {
virtu... | [-cxx-abi microsoft] Wrong layout due to mistakenly injected vtorDisp | https://api.github.com/repos/llvm/llvm-project/issues/16780/comments | 11 | 2013-06-21T15:15:23Z | 2021-12-09T20:31:55Z | https://github.com/llvm/llvm-project/issues/16780 | 1,075,984,512 | 16,780 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.