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 | [5404](https://llvm.org/bz5404) |
| Resolution | FIXED |
| Resolved on | Jul 31, 2012 08:53 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
This code from PointerUnion is ill-formed:
template<typename T>
int is() const {
// Is it P... | Improve diagnostics/recovery for dependent template name after '.' or '->' | https://api.github.com/repos/llvm/llvm-project/issues/5776/comments | 5 | 2009-11-06T02:06:55Z | 2021-12-03T21:08:55Z | https://github.com/llvm/llvm-project/issues/5776 | 1,070,969,487 | 5,776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5403](https://llvm.org/bz5403) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143740186-08a3d975-20b3-4be5-a3c7-863c651ae8e9.gz) |
| Repo... | clang -c -O1 -g -ffreestanding crashes | https://api.github.com/repos/llvm/llvm-project/issues/5775/comments | 6 | 2009-11-06T00:47:02Z | 2022-01-20T02:03:30Z | https://github.com/llvm/llvm-project/issues/5775 | 1,070,969,479 | 5,775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5402](https://llvm.org/bz5402) |
| Resolution | DUPLICATE |
| Resolved on | Mar 12, 2010 00:56 |
| Version | trunk |
| OS | All |
| CC | @nunoplopes |
## Extended Description
test case:
#define NORETURN __attribute__((__noreturn__))
NORETURN void (*a)();
void (*b)() NORETURN... | attribute noreturn doesn't work if specified in front of a function pointer decl | https://api.github.com/repos/llvm/llvm-project/issues/5774/comments | 2 | 2009-11-05T21:27:05Z | 2021-12-03T21:08:54Z | https://github.com/llvm/llvm-project/issues/5774 | 1,070,969,470 | 5,774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5401](https://llvm.org/bz5401) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
In C, the following code is allowed due to some weird wor... | Array without size accepted in variable definition | https://api.github.com/repos/llvm/llvm-project/issues/5773/comments | 1 | 2009-11-05T18:22:58Z | 2021-12-03T21:08:53Z | https://github.com/llvm/llvm-project/issues/5773 | 1,070,969,464 | 5,773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5400](https://llvm.org/bz5400) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@rjmccall |
## Extended Description
clang doesn't reject this:
typedef int & X;
void foo(X &Y) {
}
GCC does with this awful... | clang doesn't reject reference to reference | https://api.github.com/repos/llvm/llvm-project/issues/5772/comments | 1 | 2009-11-05T08:24:23Z | 2022-01-20T02:31:40Z | https://github.com/llvm/llvm-project/issues/5772 | 1,070,969,456 | 5,772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5399](https://llvm.org/bz5399) |
| Version | trunk |
| OS | All |
| CC | @lattner,@sunfishcode |
## Extended Description
It will be great to add intrinsic 'x86_icebp' with opcode 0xF1 ( not documented, but supported by all x86 hardware ) intrinsic for X86 to simplify JIT debug... | Need 'x86_icebp' debug intrinsic for x86 | https://api.github.com/repos/llvm/llvm-project/issues/5771/comments | 8 | 2009-11-05T07:42:47Z | 2021-12-03T21:08:51Z | https://github.com/llvm/llvm-project/issues/5771 | 1,070,969,446 | 5,771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5398](https://llvm.org/bz5398) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [clang -v ](https://user-images.githubusercontent.com/60944935/143740181-433d5ae7-8074-4375-be12-b5b901400363.gz), [xx.i preprocessed... | linker multiple definition errors when <stdio.h> included by two .c files | https://api.github.com/repos/llvm/llvm-project/issues/5770/comments | 3 | 2009-11-05T03:22:52Z | 2021-12-03T21:08:50Z | https://github.com/llvm/llvm-project/issues/5770 | 1,070,969,441 | 5,770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5397](https://llvm.org/bz5397) |
| Resolution | FIXED |
| Resolved on | Sep 25, 2011 20:09 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@tkremenek |
## Extended Description
Clang's diagnostic classes are confusingly named:... | Rename diagnostic classes | https://api.github.com/repos/llvm/llvm-project/issues/5769/comments | 3 | 2009-11-05T02:38:36Z | 2021-12-03T21:08:50Z | https://github.com/llvm/llvm-project/issues/5769 | 1,070,969,432 | 5,769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5396](https://llvm.org/bz5396) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
This testcase:
#include <stdio.h>
int func2();
int func1() { return printf("loading the file\n"); }... | codegen for C++ dynamic global ctor wrong | https://api.github.com/repos/llvm/llvm-project/issues/5768/comments | 2 | 2009-11-05T01:10:31Z | 2021-12-03T21:08:49Z | https://github.com/llvm/llvm-project/issues/5768 | 1,070,969,419 | 5,768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5395](https://llvm.org/bz5395) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2009 14:50 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I build llvm with --disable-threads. I noticed that "make unittests" gives:
... | ValueMap mutex unit tests fail when llvm configured with --disable-threads | https://api.github.com/repos/llvm/llvm-project/issues/5767/comments | 1 | 2009-11-04T22:47:14Z | 2021-12-03T21:08:48Z | https://github.com/llvm/llvm-project/issues/5767 | 1,070,969,413 | 5,767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5394](https://llvm.org/bz5394) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2009 12:57 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143740180-68053f0d-6f29-4910-a6b4-6809d9d0563e.gz) |
| Reporter | LLVM... | ISCCP crashes | https://api.github.com/repos/llvm/llvm-project/issues/5766/comments | 2 | 2009-11-04T19:39:21Z | 2021-12-03T21:08:47Z | https://github.com/llvm/llvm-project/issues/5766 | 1,070,969,399 | 5,766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5393](https://llvm.org/bz5393) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2009 19:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [files](https://user-images.githubusercontent.com/2998477/143740179-72677abc-a3e3-4e0e-a0d0-b62284108be2.gz) |
## Extended Description... | llvm-link crashes with resolving metadata | https://api.github.com/repos/llvm/llvm-project/issues/5765/comments | 3 | 2009-11-04T18:47:24Z | 2021-12-03T21:08:46Z | https://github.com/llvm/llvm-project/issues/5765 | 1,070,969,391 | 5,765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5392](https://llvm.org/bz5392) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | FreeBSD |
| Blocks | llvm/llvm-project#4068 |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143740177-4ad46d79-a6f2-4df... | Assertion failed: (Field && "No code generation for non-field member references"), function EmitMemberExpr, file CGExpr.cpp, line 1156. | https://api.github.com/repos/llvm/llvm-project/issues/5764/comments | 1 | 2009-11-04T18:37:23Z | 2021-12-03T21:08:45Z | https://github.com/llvm/llvm-project/issues/5764 | 1,070,969,374 | 5,764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5391](https://llvm.org/bz5391) |
| Resolution | FIXED |
| Resolved on | Dec 01, 2009 16:26 |
| Version | trunk |
| OS | Linux |
| CC | @mrvacbob,@lhames |
## Extended Description
$ llc -o x a.ll
llc: LiveIntervalAnalysis.cpp:525: void llvm::LiveIntervals::handlePhysicalRegiste... | assertion triggered in LiveIntervalAnalysis | https://api.github.com/repos/llvm/llvm-project/issues/5763/comments | 9 | 2009-11-04T15:56:58Z | 2021-12-03T21:08:44Z | https://github.com/llvm/llvm-project/issues/5763 | 1,070,969,363 | 5,763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5390](https://llvm.org/bz5390) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2010 21:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Source used to show the problems](https://user-images.githubusercontent.com/95090728/143740176-798a3dbb-211c-4b10-8526-5bc30fe0b0f6.gz... | Problems in __builtin_offsetof locations | https://api.github.com/repos/llvm/llvm-project/issues/5762/comments | 5 | 2009-11-04T15:49:45Z | 2021-12-03T21:08:43Z | https://github.com/llvm/llvm-project/issues/5762 | 1,070,969,350 | 5,762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5389](https://llvm.org/bz5389) |
| Resolution | FIXED |
| Resolved on | Oct 14, 2020 22:29 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#6544 |
| Attachments | [patch against llvm](https://user-images.githubusercontent.com/60944935/1437401... | clang -march=native support for X86 | https://api.github.com/repos/llvm/llvm-project/issues/5761/comments | 16 | 2009-11-04T11:34:34Z | 2021-12-03T21:08:42Z | https://github.com/llvm/llvm-project/issues/5761 | 1,070,969,337 | 5,761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5388](https://llvm.org/bz5388) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [ctest.c source stripped down for minimal repro](https://user-images.githubusercontent.com/60944935/143740165-b1e98475-ada4-4e44-bdbd-c82... | document 'defaulting to c99' much much better :) | https://api.github.com/repos/llvm/llvm-project/issues/5760/comments | 5 | 2009-11-04T11:04:33Z | 2021-12-03T21:08:42Z | https://github.com/llvm/llvm-project/issues/5760 | 1,070,969,329 | 5,760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5387](https://llvm.org/bz5387) |
| Resolution | DUPLICATE |
| Resolved on | Nov 04, 2009 04:16 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @regehr |
## Extended Description
Using trunk 85610, the code below shows wrong behavior. The for... | incorrect integer conversion with -O1 | https://api.github.com/repos/llvm/llvm-project/issues/5759/comments | 2 | 2009-11-04T08:26:35Z | 2021-12-03T21:08:41Z | https://github.com/llvm/llvm-project/issues/5759 | 1,070,969,319 | 5,759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5386](https://llvm.org/bz5386) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I would expect that we would take constant time to produce assembly for
----------------------------
%0 = type <{ [FOO x i32] }>
define void @... | Non linear time on the size of a function argument | https://api.github.com/repos/llvm/llvm-project/issues/5758/comments | 3 | 2009-11-04T01:24:53Z | 2022-03-05T23:36:16Z | https://github.com/llvm/llvm-project/issues/5758 | 1,070,969,304 | 5,758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5385](https://llvm.org/bz5385) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The program:
int main(void) {
printf("Hello world!\n");
return 0;
}
correctly generates the right warning:
... | fixit for missing includes | https://api.github.com/repos/llvm/llvm-project/issues/5757/comments | 4 | 2009-11-04T01:24:20Z | 2022-01-27T02:17:12Z | https://github.com/llvm/llvm-project/issues/5757 | 1,070,969,299 | 5,757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5384](https://llvm.org/bz5384) |
| Resolution | INVALID |
| Resolved on | Nov 04, 2009 23:47 |
| Version | 2.6 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following backtrace appeared when a process using LLVM crashed after calling exit:... | Crash on call to exit() | https://api.github.com/repos/llvm/llvm-project/issues/5756/comments | 1 | 2009-11-03T21:53:02Z | 2021-12-03T21:08:38Z | https://github.com/llvm/llvm-project/issues/5756 | 1,070,969,291 | 5,756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5383](https://llvm.org/bz5383) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
When the volatile keyword is placed inside a typedef, generated... | Clang ignores the volatile keyword when placed inside a typedef | https://api.github.com/repos/llvm/llvm-project/issues/5755/comments | 6 | 2009-11-03T18:57:52Z | 2021-12-03T21:08:37Z | https://github.com/llvm/llvm-project/issues/5755 | 1,070,969,282 | 5,755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5382](https://llvm.org/bz5382) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2010 02:52 |
| Version | trunk |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
I get the crash below in a clang build with expensive checks.
NOTE: I turned on expensive checks just ... | ScheduleDAGRRList crash in Debug+Checks build | https://api.github.com/repos/llvm/llvm-project/issues/5754/comments | 5 | 2009-11-03T18:46:57Z | 2021-12-03T21:08:37Z | https://github.com/llvm/llvm-project/issues/5754 | 1,070,969,276 | 5,754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5381](https://llvm.org/bz5381) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | trunk |
| OS | Linux |
| Attachments | [Source program to trigger the failed assertion.](https://user-images.githubusercontent.com/95090728/143740159-a4ba2aa4-6e44-49b9-bbcb-... | Assertion failed instead of proper diagnostic on offsetof of incomplete type | https://api.github.com/repos/llvm/llvm-project/issues/5753/comments | 1 | 2009-11-03T17:35:15Z | 2021-12-03T21:08:36Z | https://github.com/llvm/llvm-project/issues/5753 | 1,070,969,268 | 5,753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5380](https://llvm.org/bz5380) |
| Resolution | INVALID |
| Resolved on | Nov 03, 2009 15:53 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Here is the cppcheck output ran at the source tree root:
cppcheck -a -q .
[./exam... | cppcheck on the whole source tree as of 3.10.2009 | https://api.github.com/repos/llvm/llvm-project/issues/5752/comments | 3 | 2009-11-03T13:28:14Z | 2021-12-03T21:08:35Z | https://github.com/llvm/llvm-project/issues/5752 | 1,070,969,258 | 5,752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5379](https://llvm.org/bz5379) |
| Resolution | FIXED |
| Resolved on | Nov 04, 2009 00:15 |
| Version | 2.6 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
"Optional Configuration Items" of llvm-doc/html/GettingStarted.html... | Optional Configuration Items | https://api.github.com/repos/llvm/llvm-project/issues/5751/comments | 3 | 2009-11-03T11:45:51Z | 2021-12-03T21:08:34Z | https://github.com/llvm/llvm-project/issues/5751 | 1,070,969,247 | 5,751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5378](https://llvm.org/bz5378) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There are Clang tests that can't pass on Windows (i.e. Driver/hello.c). We nee... | Need target-specific XFAIL/XTARGET for Clang tests | https://api.github.com/repos/llvm/llvm-project/issues/5750/comments | 1 | 2009-11-03T05:06:17Z | 2021-12-03T21:08:33Z | https://github.com/llvm/llvm-project/issues/5750 | 1,070,969,240 | 5,750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5377](https://llvm.org/bz5377) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Here's a wierd one regarding running the test/Frontend/ast-main.c and test/... | Crash using diff in Clang tests | https://api.github.com/repos/llvm/llvm-project/issues/5749/comments | 1 | 2009-11-03T03:43:37Z | 2021-12-03T21:08:32Z | https://github.com/llvm/llvm-project/issues/5749 | 1,070,969,230 | 5,749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5376](https://llvm.org/bz5376) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
The clang/test/Driver/ast.c test fails on Windows. The problem i... | TestRunner.py problem with >> on Windows | https://api.github.com/repos/llvm/llvm-project/issues/5748/comments | 1 | 2009-11-03T03:12:41Z | 2021-12-03T21:08:31Z | https://github.com/llvm/llvm-project/issues/5748 | 1,070,969,220 | 5,748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5375](https://llvm.org/bz5375) |
| Resolution | FIXED |
| Resolved on | May 16, 2011 21:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [Small testcase](https://user-images.githubusercontent.com/67392/143740158-95422cc6-235d-4d5b-8f1b-dfe15a0bbb26.gz) |
| CC | @stoklund ... | Too many redundant neon / vfp reg-reg moves are generated | https://api.github.com/repos/llvm/llvm-project/issues/5747/comments | 4 | 2009-11-03T02:07:32Z | 2021-12-03T21:08:30Z | https://github.com/llvm/llvm-project/issues/5747 | 1,070,969,211 | 5,747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5374](https://llvm.org/bz5374) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@efriedma-quic,@sunfishcode |
## Extended Description
TargetLowering::SimplifyDemandedBits() inserts nodes without checking whether they are legal ... | DAG Combiner inserts illegal nodes. | https://api.github.com/repos/llvm/llvm-project/issues/5746/comments | 12 | 2009-11-03T01:23:05Z | 2022-03-06T11:38:37Z | https://github.com/llvm/llvm-project/issues/5746 | 1,070,969,198 | 5,746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5373](https://llvm.org/bz5373) |
| Resolution | FIXED |
| Resolved on | Sep 01, 2010 16:58 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode,@regehr |
## Extended Description
The following small program caused assertion failure a... | loop-unswitch miscompilation | https://api.github.com/repos/llvm/llvm-project/issues/5745/comments | 8 | 2009-11-02T23:56:52Z | 2021-12-03T21:08:28Z | https://github.com/llvm/llvm-project/issues/5745 | 1,070,969,192 | 5,745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5372](https://llvm.org/bz5372) |
| Resolution | FIXED |
| Resolved on | Nov 13, 2010 09:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
G'Day,
On DragonFly BSD 2.4.1 i386 with its stock gcc... | Warning in tools/CIndex/CIndex.cpp about tmpnam() being unsafe. | https://api.github.com/repos/llvm/llvm-project/issues/5744/comments | 4 | 2009-11-02T21:33:27Z | 2021-12-03T21:08:27Z | https://github.com/llvm/llvm-project/issues/5744 | 1,070,969,186 | 5,744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5371](https://llvm.org/bz5371) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | DragonFly BSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
G'Day,
While running the Clang test suit, we hang _just_ ... | Clang driver hangs and pegs CPU on DragonFly BSD. | https://api.github.com/repos/llvm/llvm-project/issues/5743/comments | 9 | 2009-11-02T18:15:06Z | 2021-12-03T21:08:26Z | https://github.com/llvm/llvm-project/issues/5743 | 1,070,969,177 | 5,743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5370](https://llvm.org/bz5370) |
| Resolution | FIXED |
| Resolved on | Nov 06, 2009 11:58 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143740151-8566beed-94da-4380-b4a9-6cb0b24c914d.gz) |
| Reporter... | Debug info for nameless global crashes codegen | https://api.github.com/repos/llvm/llvm-project/issues/5742/comments | 3 | 2009-11-02T18:09:36Z | 2021-12-03T21:08:26Z | https://github.com/llvm/llvm-project/issues/5742 | 1,070,969,170 | 5,742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5369](https://llvm.org/bz5369) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2014 06:07 |
| Version | unspecified |
| OS | DragonFly BSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pwo |
## Extended Description
G'Day,
The following LLVM tests fail on DragonFly BSD 2... | LLVM tests fail on DragonFly BSD 2.4.1 i386. | https://api.github.com/repos/llvm/llvm-project/issues/5741/comments | 6 | 2009-11-02T17:11:04Z | 2021-12-03T21:08:25Z | https://github.com/llvm/llvm-project/issues/5741 | 1,070,969,148 | 5,741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5368](https://llvm.org/bz5368) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 2.6 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
I downloaded LLVM 2.6 and was attempting to compile it with TDM... | LLVM fails to build on Windows with MinGW | https://api.github.com/repos/llvm/llvm-project/issues/5740/comments | 8 | 2009-11-02T04:04:41Z | 2021-12-03T21:08:24Z | https://github.com/llvm/llvm-project/issues/5740 | 1,070,969,136 | 5,740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5367](https://llvm.org/bz5367) |
| Resolution | FIXED |
| Resolved on | Nov 02, 2009 23:54 |
| Version | trunk |
| OS | All |
| Attachments | [Bugpoint reduction](https://user-images.githubusercontent.com/67392/143740147-27024959-19a6-4d23-be94-6e40d96da5a2.gz) |
## Extended De... | Regalloc lost regclass information | https://api.github.com/repos/llvm/llvm-project/issues/5739/comments | 1 | 2009-11-02T02:29:23Z | 2021-12-03T21:08:23Z | https://github.com/llvm/llvm-project/issues/5739 | 1,070,969,122 | 5,739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5366](https://llvm.org/bz5366) |
| Resolution | WORKSFORME |
| Resolved on | Oct 15, 2011 14:26 |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic,@sunfishcode |
## Extended Description | Assertion in DAG combiner | https://api.github.com/repos/llvm/llvm-project/issues/5738/comments | 6 | 2009-11-02T02:24:30Z | 2022-01-20T02:03:29Z | https://github.com/llvm/llvm-project/issues/5738 | 1,070,969,113 | 5,738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5365](https://llvm.org/bz5365) |
| Resolution | FIXED |
| Resolved on | Nov 13, 2010 09:32 |
| Version | 2.6 |
| OS | Linux |
| Depends On | llvm/llvm-project#2387 |
| Attachments | [test case - works with gcc, error with clang](https://user-images.githubusercontent.com/6094493... | __attribute__ ((__transparent_union__)) implementation is incomplete | https://api.github.com/repos/llvm/llvm-project/issues/5737/comments | 2 | 2009-11-02T01:49:01Z | 2021-12-03T21:08:21Z | https://github.com/llvm/llvm-project/issues/5737 | 1,070,969,097 | 5,737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5364](https://llvm.org/bz5364) |
| Resolution | FIXED |
| Resolved on | Nov 01, 2009 18:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduction](https://user-images.githubusercontent.com/67392/143740143-3be45ca1-e6d3-4797-825a-b8b155738886.gz) |
## Extended ... | Assertion `SRC && "Invalid subregister index in EXTRACT_SUBREG"' | https://api.github.com/repos/llvm/llvm-project/issues/5736/comments | 2 | 2009-11-01T20:59:40Z | 2021-12-03T21:08:20Z | https://github.com/llvm/llvm-project/issues/5736 | 1,070,969,087 | 5,736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5363](https://llvm.org/bz5363) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143740139-a7c9d082-7ff4-4f5b-bc4a-576bcf015eda.gz) |
| Reporter | LL... | -undef support | https://api.github.com/repos/llvm/llvm-project/issues/5735/comments | 11 | 2009-11-01T20:41:59Z | 2021-12-03T21:08:19Z | https://github.com/llvm/llvm-project/issues/5735 | 1,070,969,081 | 5,735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5362](https://llvm.org/bz5362) |
| Resolution | DUPLICATE |
| Resolved on | Nov 01, 2009 10:34 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [preprocessed file (sorry for the big file, I didn't manage to reduce it)](https://user-images.githubusercontent.com/60944935/1437401... | Ran out of registers during register allocation | https://api.github.com/repos/llvm/llvm-project/issues/5734/comments | 1 | 2009-11-01T18:31:05Z | 2021-12-03T21:08:18Z | https://github.com/llvm/llvm-project/issues/5734 | 1,070,969,069 | 5,734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5361](https://llvm.org/bz5361) |
| Version | trunk |
| OS | Windows XP |
| Attachments | [Script to generate assembly that shows quadratic behavior in break-crit-edges](https://user-images.githubusercontent.com/60944935/143740137-835f13c2-3e6d-49e4-a1be-ba40a82698a7.gz) |
| Repo... | break-crit-edges quadratic in number of operands of Phi node | https://api.github.com/repos/llvm/llvm-project/issues/5733/comments | 3 | 2009-11-01T04:21:49Z | 2021-12-03T21:08:17Z | https://github.com/llvm/llvm-project/issues/5733 | 1,070,969,059 | 5,733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5360](https://llvm.org/bz5360) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143740135-77deffef-b930-40bc-a291-1665d3a03673.gz) |
| Reporter ... | Assertion failed: (Result.isInvalid() && "C++ subscript operator overloading is missing candidates!"), function CreateOverloadedArraySubscriptExpr, file SemaOverload.cpp, line 5045. | https://api.github.com/repos/llvm/llvm-project/issues/5732/comments | 4 | 2009-11-01T00:54:18Z | 2021-12-03T21:08:17Z | https://github.com/llvm/llvm-project/issues/5732 | 1,070,969,052 | 5,732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5359](https://llvm.org/bz5359) |
| Resolution | FIXED |
| Resolved on | Dec 31, 2009 19:15 |
| Version | 2.6 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
_sabre_ on IRC has said that it's OK to file a single bug report for this that I ... | Common subexpression reassociation missed | https://api.github.com/repos/llvm/llvm-project/issues/5731/comments | 3 | 2009-10-31T19:34:50Z | 2021-12-03T21:08:16Z | https://github.com/llvm/llvm-project/issues/5731 | 1,070,969,043 | 5,731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5358](https://llvm.org/bz5358) |
| Resolution | FIXED |
| Resolved on | Nov 10, 2009 15:24 |
| Version | 2.5 |
| OS | Linux |
| Attachments | [Program to reproduce failure](https://user-images.githubusercontent.com/60944935/143740132-10bfdfc8-75a1-4ee5-ad3c-885160b93840.gz), [Ge... | llc -tailcallopt generates segfaulting code | https://api.github.com/repos/llvm/llvm-project/issues/5730/comments | 11 | 2009-10-31T15:57:07Z | 2021-12-03T21:08:15Z | https://github.com/llvm/llvm-project/issues/5730 | 1,070,969,031 | 5,730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5357](https://llvm.org/bz5357) |
| Resolution | WORKSFORME |
| Resolved on | Nov 21, 2009 15:25 |
| Version | trunk |
| OS | Linux |
| CC | @lattner |
## Extended Description
regehr@john-home:~/volatile/tmp217$ clang -c -w -O2 small.c
clang-cc: /home/regehr/z/tmp/llvm-r85644/... | ice: Wrong MachineOperand accessor | https://api.github.com/repos/llvm/llvm-project/issues/5729/comments | 10 | 2009-10-31T07:14:28Z | 2022-01-20T02:03:28Z | https://github.com/llvm/llvm-project/issues/5729 | 1,070,969,020 | 5,729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5356](https://llvm.org/bz5356) |
| Version | trunk |
| OS | All |
| Attachments | [test.c](https://user-images.githubusercontent.com/60944935/143740126-ea3cfdc8-1754-4623-a973-f9cda329e50e.gz), [test-clang.s](https://user-images.githubusercontent.com/60944935/143740127-1a037896-... | unnecessary code generated for varg functions | https://api.github.com/repos/llvm/llvm-project/issues/5728/comments | 3 | 2009-10-30T21:17:06Z | 2021-12-03T21:08:13Z | https://github.com/llvm/llvm-project/issues/5728 | 1,070,969,007 | 5,728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5355](https://llvm.org/bz5355) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@sunfishcode |
## Extended Description
The following code, compiled with:
gcc-4.4.2 -O2
and
clang -O2
produces 2 completely different outputs... | loop pass manager issue prevents loops from being flattened | https://api.github.com/repos/llvm/llvm-project/issues/5727/comments | 3 | 2009-10-30T21:05:01Z | 2023-12-24T08:23:34Z | https://github.com/llvm/llvm-project/issues/5727 | 1,070,968,989 | 5,727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5354](https://llvm.org/bz5354) |
| Resolution | WORKSFORME |
| Resolved on | Mar 12, 2010 00:57 |
| Version | trunk |
| OS | Linux |
| Attachments | [A testcase that triggers the failure.](https://user-images.githubusercontent.com/60944935/143740124-d16f965f-9298-46a8-9a59-834bb... | alsa-lib fails to compile because of jump issues | https://api.github.com/repos/llvm/llvm-project/issues/5726/comments | 2 | 2009-10-30T15:35:54Z | 2022-01-20T02:03:27Z | https://github.com/llvm/llvm-project/issues/5726 | 1,070,968,977 | 5,726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5353](https://llvm.org/bz5353) |
| Resolution | FIXED |
| Resolved on | Jan 01, 2014 19:01 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Hi all,
I'm currently trying to bootstrap llvm-gcc-4.2 from the late... | No support for IEEE extended fp for sparc | https://api.github.com/repos/llvm/llvm-project/issues/5725/comments | 5 | 2009-10-30T15:03:31Z | 2021-12-03T21:08:10Z | https://github.com/llvm/llvm-project/issues/5725 | 1,070,968,969 | 5,725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5352](https://llvm.org/bz5352) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
template <typenam... | clang segfaults when a class template's field is a struct containing a field whose type is dependent | https://api.github.com/repos/llvm/llvm-project/issues/5724/comments | 1 | 2009-10-30T01:36:00Z | 2021-12-03T21:08:09Z | https://github.com/llvm/llvm-project/issues/5724 | 1,070,968,958 | 5,724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5351](https://llvm.org/bz5351) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Mock (http://code.google.com/p/googlem... | Assertion when a class field's type is a template instantiated with an incompelte type and the template has a template = operator | https://api.github.com/repos/llvm/llvm-project/issues/5723/comments | 1 | 2009-10-30T00:26:10Z | 2021-12-03T21:08:08Z | https://github.com/llvm/llvm-project/issues/5723 | 1,070,968,953 | 5,723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5350](https://llvm.org/bz5350) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor |
## Extended Description
This blocks parsing Google Mock (http://code.google.com/... | clang fails when an integral template argument is a cast from a qualified templatized value | https://api.github.com/repos/llvm/llvm-project/issues/5722/comments | 2 | 2009-10-29T23:05:55Z | 2021-12-03T21:08:07Z | https://github.com/llvm/llvm-project/issues/5722 | 1,070,968,944 | 5,722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5349](https://llvm.org/bz5349) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Mock (http://code.google.com/p/googlem... | clang should allow qualified enum types in integral template arguments | https://api.github.com/repos/llvm/llvm-project/issues/5721/comments | 1 | 2009-10-29T21:32:17Z | 2021-12-03T21:08:07Z | https://github.com/llvm/llvm-project/issues/5721 | 1,070,968,935 | 5,721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5348](https://llvm.org/bz5348) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
We should do something different on the following code:
--
ddunbar@ozzy:tmp$ cat t.c
```c++
void f0(void);... | asm attribute applied after use of function is broken | https://api.github.com/repos/llvm/llvm-project/issues/5720/comments | 2 | 2009-10-29T20:10:31Z | 2023-04-25T02:25:30Z | https://github.com/llvm/llvm-project/issues/5720 | 1,070,968,927 | 5,720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5347](https://llvm.org/bz5347) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test using gcc 4.2's STL implemen... | clang should allow accessing a base class field in a partail specialization of a class template | https://api.github.com/repos/llvm/llvm-project/issues/5719/comments | 2 | 2009-10-29T19:47:52Z | 2022-01-20T02:03:25Z | https://github.com/llvm/llvm-project/issues/5719 | 1,070,968,916 | 5,719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5346](https://llvm.org/bz5346) |
| Resolution | DUPLICATE |
| Resolved on | Oct 29, 2009 12:29 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [libc-tls.c](https://user-images.githubusercontent.com/60944935/143740122-d4729768-ba26-4a00-b754-91e2084494f3.gz) |
| Reporter | LLV... | glibc-2.10.1 fails to compile under llvm-gcc-2.6: unsupported inline asm | https://api.github.com/repos/llvm/llvm-project/issues/5718/comments | 3 | 2009-10-29T18:56:04Z | 2021-12-03T21:08:04Z | https://github.com/llvm/llvm-project/issues/5718 | 1,070,968,906 | 5,718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5345](https://llvm.org/bz5345) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
template <typenam... | clangs asserts on instantiating a template that uses a template type's [] operator | https://api.github.com/repos/llvm/llvm-project/issues/5717/comments | 2 | 2009-10-29T10:11:01Z | 2021-12-03T21:08:03Z | https://github.com/llvm/llvm-project/issues/5717 | 1,070,968,895 | 5,717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5344](https://llvm.org/bz5344) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
namespa... | Implement dependent using declarations | https://api.github.com/repos/llvm/llvm-project/issues/5716/comments | 2 | 2009-10-29T09:50:30Z | 2021-12-03T21:08:02Z | https://github.com/llvm/llvm-project/issues/5716 | 1,070,968,882 | 5,716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5343](https://llvm.org/bz5343) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
templa... | clang fails to infer the type of an instantiated function template pointer | https://api.github.com/repos/llvm/llvm-project/issues/5715/comments | 2 | 2009-10-29T07:48:03Z | 2021-12-03T21:08:01Z | https://github.com/llvm/llvm-project/issues/5715 | 1,070,968,872 | 5,715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5342](https://llvm.org/bz5342) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
template <typ... | clang asserts on instantiating a template that instantiates another class template with a ctor that has a default argument | https://api.github.com/repos/llvm/llvm-project/issues/5714/comments | 1 | 2009-10-29T07:27:59Z | 2021-12-03T21:08:00Z | https://github.com/llvm/llvm-project/issues/5714 | 1,070,968,860 | 5,714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5341](https://llvm.org/bz5341) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This is similar to llvm/llvm-project#5510
llvm/clang r85478
Co... | crash casting pointer-to-member-function to another superclass type | https://api.github.com/repos/llvm/llvm-project/issues/5713/comments | 4 | 2009-10-29T06:40:53Z | 2021-12-03T21:07:59Z | https://github.com/llvm/llvm-project/issues/5713 | 1,070,968,847 | 5,713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5340](https://llvm.org/bz5340) |
| Resolution | WONTFIX |
| Resolved on | Jun 06, 2018 17:46 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vitalybuka |
## Extended Description
The Following tests fail using the Compiler-RT test suit ... | Compiler-RT failing tests. | https://api.github.com/repos/llvm/llvm-project/issues/5712/comments | 3 | 2009-10-29T03:53:32Z | 2022-01-20T02:31:38Z | https://github.com/llvm/llvm-project/issues/5712 | 1,070,968,840 | 5,712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5339](https://llvm.org/bz5339) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description | Compiler-RT failing tests. | https://api.github.com/repos/llvm/llvm-project/issues/5711/comments | 0 | 2009-10-29T03:49:25Z | 2021-12-03T21:07:57Z | https://github.com/llvm/llvm-project/issues/5711 | 1,070,968,830 | 5,711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5338](https://llvm.org/bz5338) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 2.6 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
CloneFunctionInto() tickles an assert failure when it's used to clone a function decla... | CloneFunctionInto() fails on function declaration | https://api.github.com/repos/llvm/llvm-project/issues/5710/comments | 4 | 2009-10-29T03:40:31Z | 2021-12-03T21:07:57Z | https://github.com/llvm/llvm-project/issues/5710 | 1,070,968,824 | 5,710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5337](https://llvm.org/bz5337) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 2.6 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello, all.
I found something strange in Debuginfo.cpp/findDbgDeclare() function.
(wh... | findDbgDeclare() fails to find a proper DbgDeclareInst. | https://api.github.com/repos/llvm/llvm-project/issues/5709/comments | 2 | 2009-10-29T03:23:28Z | 2021-12-03T21:07:56Z | https://github.com/llvm/llvm-project/issues/5709 | 1,070,968,813 | 5,709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5336](https://llvm.org/bz5336) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#5593 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
ddunbar@67-218-107-89:... | ssertion failed: (Loc.isValid() && "point of instantiation must be valid!"), function setPointOfInstantiation | https://api.github.com/repos/llvm/llvm-project/issues/5708/comments | 1 | 2009-10-29T03:23:18Z | 2021-12-03T21:07:54Z | https://github.com/llvm/llvm-project/issues/5708 | 1,070,968,798 | 5,708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5335](https://llvm.org/bz5335) |
| Resolution | FIXED |
| Resolved on | Dec 06, 2010 15:21 |
| Version | trunk |
| OS | All |
| Attachments | [Silly .ll code from clang](https://user-images.githubusercontent.com/60944935/143740121-80235e84-b642-45df-9e25-fb54e54b6e63.gz) |
| Rep... | [DSE] slow compile time on this testcase | https://api.github.com/repos/llvm/llvm-project/issues/5707/comments | 3 | 2009-10-29T02:29:21Z | 2021-12-03T21:07:54Z | https://github.com/llvm/llvm-project/issues/5707 | 1,070,968,794 | 5,707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5334](https://llvm.org/bz5334) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2016 12:34 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jmolloy,@sunfishcode,@sebpop |
## Extended Description
When investigation codegen performance on large... | Implement feature to allow easy manipulation of inlining | https://api.github.com/repos/llvm/llvm-project/issues/5706/comments | 2 | 2009-10-29T01:56:42Z | 2021-12-03T21:07:53Z | https://github.com/llvm/llvm-project/issues/5706 | 1,070,968,785 | 5,706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5333](https://llvm.org/bz5333) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Clang crashes when compiling this:
struct A { A(...); };
A a = 0;
Giving this assert:
clang-cc-lnk: /... | Implicit user defined conversion using constructor with only ellipsis crashes. | https://api.github.com/repos/llvm/llvm-project/issues/5705/comments | 1 | 2009-10-29T01:56:15Z | 2021-12-03T21:07:52Z | https://github.com/llvm/llvm-project/issues/5705 | 1,070,968,778 | 5,705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5332](https://llvm.org/bz5332) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
template <typenam... | clang asserts when instantiating a class template that befriend itself | https://api.github.com/repos/llvm/llvm-project/issues/5704/comments | 1 | 2009-10-29T01:38:57Z | 2021-12-03T21:07:51Z | https://github.com/llvm/llvm-project/issues/5704 | 1,070,968,767 | 5,704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5331](https://llvm.org/bz5331) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 2.6 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
cmake command
cmake root of llvm directory
build with Visua... | Windows build fails | https://api.github.com/repos/llvm/llvm-project/issues/5703/comments | 3 | 2009-10-29T01:22:47Z | 2021-12-03T21:07:50Z | https://github.com/llvm/llvm-project/issues/5703 | 1,070,968,759 | 5,703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5330](https://llvm.org/bz5330) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This blocks parsing Google Test.
$ cat test.cc
template <class T... | Implement template template parameters | https://api.github.com/repos/llvm/llvm-project/issues/5702/comments | 3 | 2009-10-29T00:56:39Z | 2021-12-03T21:07:49Z | https://github.com/llvm/llvm-project/issues/5702 | 1,070,968,753 | 5,702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5329](https://llvm.org/bz5329) |
| Resolution | FIXED |
| Resolved on | Jan 25, 2012 16:25 |
| Version | unspecified |
| OS | Linux |
| Attachments | [failing testcase](https://user-images.githubusercontent.com/60944935/143740119-f30346a0-5681-405b-803d-dbb472a19f46.gz) |
| Repo... | Global ctor/dtor priorities not codegened correctly | https://api.github.com/repos/llvm/llvm-project/issues/5701/comments | 11 | 2009-10-29T00:55:17Z | 2021-12-03T21:07:48Z | https://github.com/llvm/llvm-project/issues/5701 | 1,070,968,743 | 5,701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5328](https://llvm.org/bz5328) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [patch to fix the issue](https://user-images.githubusercontent.com/60944935/143740118-bb7df5dc-ad5f-426e-9ac2-0ce94f158fec.gz) ... | -pedantic cant be specified more than once | https://api.github.com/repos/llvm/llvm-project/issues/5700/comments | 1 | 2009-10-29T00:05:17Z | 2021-12-03T21:07:48Z | https://github.com/llvm/llvm-project/issues/5700 | 1,070,968,735 | 5,700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5327](https://llvm.org/bz5327) |
| Resolution | FIXED |
| Resolved on | Mar 07, 2017 08:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [C source](https://user-images.githubusercontent.com/60944935/143740117-6ae39e9c-57b7-455d-88dc-177c6315986c.gz) |
| Reporter | LLVM Bu... | Systemz backend - verify-machineinstrs error | https://api.github.com/repos/llvm/llvm-project/issues/5699/comments | 19 | 2009-10-28T20:49:36Z | 2021-12-03T21:07:47Z | https://github.com/llvm/llvm-project/issues/5699 | 1,070,968,727 | 5,699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5326](https://llvm.org/bz5326) |
| Version | trunk |
| OS | Solaris |
| Blocks | llvm/llvm-project#5068 llvm/llvm-project#5544 |
| Attachments | [-fsun-extention patch](https://user-images.githubusercontent.com/60944935/143740116-a5a1d459-b00b-4721-9f48-4e4bb579f89d.gz) |... | Clang needs support for _Complex_I and _Imaginary_I as intrinsics. | https://api.github.com/repos/llvm/llvm-project/issues/5698/comments | 6 | 2009-10-28T04:29:26Z | 2023-08-16T16:38:15Z | https://github.com/llvm/llvm-project/issues/5698 | 1,070,968,717 | 5,698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5325](https://llvm.org/bz5325) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2009 22:27 |
| Version | 1.0 |
| OS | All |
## Extended Description
GlobalVariable::GlobalVariable takes a type, it doesn't need an LLVMContext.
/// GlobalVariable ctor - If a parent module is s... | GlobalVariable ctor doesn't need to take a context | https://api.github.com/repos/llvm/llvm-project/issues/5697/comments | 1 | 2009-10-28T03:10:20Z | 2021-12-03T21:07:45Z | https://github.com/llvm/llvm-project/issues/5697 | 1,070,968,710 | 5,697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5324](https://llvm.org/bz5324) |
| Resolution | DUPLICATE |
| Resolved on | Jul 17, 2011 12:32 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
G'Day,
Clang is currently missing the diagnostic for nes... | Clang needs a nice "nested functions not supported in ISO C" diagnostic | https://api.github.com/repos/llvm/llvm-project/issues/5696/comments | 3 | 2009-10-28T01:58:28Z | 2021-12-03T21:07:44Z | https://github.com/llvm/llvm-project/issues/5696 | 1,070,968,702 | 5,696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5323](https://llvm.org/bz5323) |
| Version | unspecified |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@vitalybuka |
## Extended Description
We have a inital version already in progress, which can be found here:
http://hg.kaworu.ch/crt/summary
Best R... | Compiler-RT needs crtbegin/crtend for linux/solaris/others. | https://api.github.com/repos/llvm/llvm-project/issues/5695/comments | 7 | 2009-10-27T21:02:35Z | 2024-08-11T15:52:35Z | https://github.com/llvm/llvm-project/issues/5695 | 1,070,968,693 | 5,695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5322](https://llvm.org/bz5322) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The attached patch makes clang respect LLVM_LIBDIR_SUFFIX for libCIndex.so & clang-s... | CMake: clang should respect LLVM_LIBDIR_SUFFIX [PATCH] | https://api.github.com/repos/llvm/llvm-project/issues/5694/comments | 4 | 2009-10-27T20:04:44Z | 2021-12-03T21:07:42Z | https://github.com/llvm/llvm-project/issues/5694 | 1,070,968,681 | 5,694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5321](https://llvm.org/bz5321) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch for clang](https://user-images.githubusercontent.com/60944935/143740110-2ba4e97a-d554-467e-b50f-937aa3f6276b.gz), [Patch for LLV... | CMake: Don't install buildsystem & other temporary files in /usr/include [PATCH] | https://api.github.com/repos/llvm/llvm-project/issues/5693/comments | 6 | 2009-10-27T20:01:38Z | 2021-12-03T21:07:42Z | https://github.com/llvm/llvm-project/issues/5693 | 1,070,968,670 | 5,693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5320](https://llvm.org/bz5320) |
| Version | 1.0 |
| OS | All |
| CC | @asl |
## Extended Description
LLVM is still using a couple of global variables:
1. TargetOptions.h still needs to go away.
2. lib/Target/X86/X86CodeEmitter.cpp and lib/CodeGen/PseudoSourceValue.cpp are st... | Need to finish LLVMContextification | https://api.github.com/repos/llvm/llvm-project/issues/5692/comments | 2 | 2009-10-27T19:07:38Z | 2022-03-06T02:26:56Z | https://github.com/llvm/llvm-project/issues/5692 | 1,070,968,660 | 5,692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5319](https://llvm.org/bz5319) |
| Resolution | FIXED |
| Resolved on | Sep 05, 2010 20:10 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143740109-fdad98ba-81f4-4c77-88cd-25fd5a6e46ab.gz) |
| Reporter | LLV... | store not sunk by licm | https://api.github.com/repos/llvm/llvm-project/issues/5691/comments | 4 | 2009-10-27T18:25:08Z | 2021-12-03T21:07:40Z | https://github.com/llvm/llvm-project/issues/5691 | 1,070,968,649 | 5,691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5318](https://llvm.org/bz5318) |
| Resolution | INVALID |
| Resolved on | Dec 06, 2009 04:00 |
| Version | unspecified |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Here's a wierd one regarding running the test/Frontend/ast-main.c test ... | diff crashes when used in a Clang test | https://api.github.com/repos/llvm/llvm-project/issues/5690/comments | 4 | 2009-10-27T17:29:47Z | 2021-12-03T21:07:39Z | https://github.com/llvm/llvm-project/issues/5690 | 1,070,968,643 | 5,690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5317](https://llvm.org/bz5317) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2016 13:15 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @MatzeB |
## Extended Description
In the Clang tests, we need a way to mark a test as expecting ... | Need target-specific XFAIL in Clang tests | https://api.github.com/repos/llvm/llvm-project/issues/5689/comments | 1 | 2009-10-27T17:23:00Z | 2021-12-03T21:07:38Z | https://github.com/llvm/llvm-project/issues/5689 | 1,070,968,631 | 5,689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5316](https://llvm.org/bz5316) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [clang_crash_JQZ0Z1.i](https://user-images.githubusercontent.com/60944935/143740106-c48fdca7-7853-4058-81b1-18e0ef6d9840.gz), [clang_cr... | crash when accessing field of lazy compound value | https://api.github.com/repos/llvm/llvm-project/issues/5688/comments | 2 | 2009-10-27T17:20:22Z | 2021-12-03T21:07:37Z | https://github.com/llvm/llvm-project/issues/5688 | 1,070,968,624 | 5,688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5315](https://llvm.org/bz5315) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2009 18:12 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [Proposed fix](https://user-images.githubusercontent.com/60944935/143740105-7da935a1-77ea-4f06-acbc-2b168226ed9a.gz) |
| Rep... | Incorrect return type of SSE2 pack intrinics | https://api.github.com/repos/llvm/llvm-project/issues/5687/comments | 5 | 2009-10-27T15:44:54Z | 2021-12-03T21:07:36Z | https://github.com/llvm/llvm-project/issues/5687 | 1,070,968,609 | 5,687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5314](https://llvm.org/bz5314) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2011 11:22 |
| Version | 2.6 |
| OS | Linux |
| Attachments | [-emit-llvm output ](https://user-images.githubusercontent.com/60944935/143740103-52dd08ad-a7c0-44a9-be37-0dcc0ab3b338.gz) |
| Reporter |... | [Linux Kernel] Inline asm asmprinter crash with P modifier | https://api.github.com/repos/llvm/llvm-project/issues/5686/comments | 7 | 2009-10-27T13:17:33Z | 2021-12-03T21:07:35Z | https://github.com/llvm/llvm-project/issues/5686 | 1,070,968,601 | 5,686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5313](https://llvm.org/bz5313) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
with this simple function:
$cat test-opt.c
void append_text(c... | Optimisation "loop-rotate" generate unoptimal dirty code | https://api.github.com/repos/llvm/llvm-project/issues/5685/comments | 5 | 2009-10-27T13:08:37Z | 2021-12-03T21:07:35Z | https://github.com/llvm/llvm-project/issues/5685 | 1,070,968,586 | 5,685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5312](https://llvm.org/bz5312) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@xuzhongxing |
## Extended Description
checker-0.223 do not report code:
char* c = (char*)malloc(100);
char* d = (char*)malloc(100);
if (c) {... | checker-0.223 do not report null pointer using | https://api.github.com/repos/llvm/llvm-project/issues/5684/comments | 5 | 2009-10-27T09:53:36Z | 2021-12-03T21:07:34Z | https://github.com/llvm/llvm-project/issues/5684 | 1,070,968,577 | 5,684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5311](https://llvm.org/bz5311) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Sema asserts on this in TemplateInstantiator::TransformDeclRefExpr:
template<typename T>
class Stri... | 'Cannot reduce non-type template parameter depth yet' | https://api.github.com/repos/llvm/llvm-project/issues/5683/comments | 1 | 2009-10-27T07:59:48Z | 2021-12-03T21:07:33Z | https://github.com/llvm/llvm-project/issues/5683 | 1,070,968,564 | 5,683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5310](https://llvm.org/bz5310) |
| Resolution | DUPLICATE |
| Resolved on | Mar 12, 2010 00:57 |
| Version | trunk |
| OS | All |
| CC | @asl |
## Extended Description
Currently, our stdcall/fastcall attribute support is limited to function declarations. We should also support... | [GCC Compatibility] Support stdcall/fastcall attribute on function types | https://api.github.com/repos/llvm/llvm-project/issues/5682/comments | 1 | 2009-10-27T01:13:12Z | 2021-12-03T21:07:32Z | https://github.com/llvm/llvm-project/issues/5682 | 1,070,968,554 | 5,682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5309](https://llvm.org/bz5309) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2010 10:14 |
| Version | 2.6 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@echristo |
## Extended Description
In lib/Target/ARM/ARMJITInfo.cpp, there are two instances of
#... | incorrect __SOFTFP__ breaks build on ARM | https://api.github.com/repos/llvm/llvm-project/issues/5681/comments | 6 | 2009-10-27T00:20:52Z | 2021-12-03T21:07:31Z | https://github.com/llvm/llvm-project/issues/5681 | 1,070,968,545 | 5,681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5308](https://llvm.org/bz5308) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2010 17:10 |
| Version | trunk |
| OS | All |
| CC | @rjmccall |
## Extended Description
See the FIXME in at the bottom of CodeGenModule::MayDeferGeneration. | LLVM IRgen should not defer static data with non-constant initializations (in C++) | https://api.github.com/repos/llvm/llvm-project/issues/5680/comments | 1 | 2009-10-26T18:13:59Z | 2021-12-03T21:07:30Z | https://github.com/llvm/llvm-project/issues/5680 | 1,070,968,533 | 5,680 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5307](https://llvm.org/bz5307) |
| Resolution | FIXED |
| Resolved on | Nov 22, 2009 10:27 |
| Version | trunk |
| OS | Solaris |
| Depends On | llvm/llvm-project#5605 |
| Blocks | llvm/llvm-project#5068 |
| Attachments | [Full test suit run, Clang & LLVM.](https://user-images... | Full test suit needs converting to FileCheck, Remove hard coded GNU grep usage. | https://api.github.com/repos/llvm/llvm-project/issues/5679/comments | 8 | 2009-10-26T17:27:14Z | 2021-12-03T21:07:29Z | https://github.com/llvm/llvm-project/issues/5679 | 1,070,968,521 | 5,679 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5306](https://llvm.org/bz5306) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2010 16:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
with the source C code:
$ cat bug.c
int buf[256];
void* malloc(unsigned int size... | r84987 breaks some simple code | https://api.github.com/repos/llvm/llvm-project/issues/5678/comments | 5 | 2009-10-26T16:59:11Z | 2021-12-03T21:07:28Z | https://github.com/llvm/llvm-project/issues/5678 | 1,070,968,509 | 5,678 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [5305](https://llvm.org/bz5305) |
| Version | 2.6 |
| OS | Linux |
| Attachments | [Sample code.](https://user-images.githubusercontent.com/60944935/143740101-a3c5dc8f-0e83-442f-90e1-30851ab809a7.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan,@tkremenek,@xuzhongx... | setjmp()/longjmp() control-flow | https://api.github.com/repos/llvm/llvm-project/issues/5677/comments | 7 | 2009-10-26T14:02:23Z | 2021-12-03T21:07:27Z | https://github.com/llvm/llvm-project/issues/5677 | 1,070,968,496 | 5,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.