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 | [10104](https://llvm.org/bz10104) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2011 20:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
One of the test cases checked in from llvm/llvm-project#1045... | Test case from #10082 miscompiled | https://api.github.com/repos/llvm/llvm-project/issues/10476/comments | 6 | 2011-06-09T01:09:27Z | 2021-12-03T22:19:13Z | https://github.com/llvm/llvm-project/issues/10476 | 1,071,013,961 | 10,476 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10103](https://llvm.org/bz10103) |
| Resolution | FIXED |
| Resolved on | Jun 18, 2011 05:38 |
| Version | trunk |
| OS | All |
| CC | @zmodem |
## Extended Description
The following code compiles to a jump table instead of a simpler version that uses the fact that the enum va... | enum type translation functions generate a lot of code | https://api.github.com/repos/llvm/llvm-project/issues/10475/comments | 2 | 2011-06-09T00:46:43Z | 2021-12-03T22:19:12Z | https://github.com/llvm/llvm-project/issues/10475 | 1,071,013,953 | 10,475 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10102](https://llvm.org/bz10102) |
| Version | trunk |
| OS | Linux |
| CC | @AaronBallman,@pageexec |
## Extended Description
clang doesn't warn for the following when compiling for i386:
__attribute__((__regparm__(3))) int test(int);
int test(int a)
{
return a;
}
GCC war... | Warn on attribute mismatch between prototype and body | https://api.github.com/repos/llvm/llvm-project/issues/10474/comments | 3 | 2011-06-08T23:33:28Z | 2023-08-15T04:14:32Z | https://github.com/llvm/llvm-project/issues/10474 | 1,071,013,946 | 10,474 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10101](https://llvm.org/bz10101) |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#16862 |
| CC | @DougGregor,@zmodem |
## Extended Description
I occasionally forget to remove the semicolon after the function declaration when copying it to write a... | [QoI] error recovery and fixit for stray ; in function definition | https://api.github.com/repos/llvm/llvm-project/issues/10473/comments | 3 | 2011-06-08T19:31:40Z | 2022-02-10T16:25:21Z | https://github.com/llvm/llvm-project/issues/10473 | 1,071,013,938 | 10,473 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10100](https://llvm.org/bz10100) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2011 16:26 |
| Version | trunk |
| OS | Linux |
| Attachments | [Search crt{1,i,n}.o in mutli-arch library directory on Debian](https://user-images.githubusercontent.com/60944935/143743286-1c904928... | Debian sid installs crt{1,i,n}.o in multi-arch lib directory | https://api.github.com/repos/llvm/llvm-project/issues/10472/comments | 6 | 2011-06-08T13:11:15Z | 2021-12-03T22:19:09Z | https://github.com/llvm/llvm-project/issues/10472 | 1,071,013,924 | 10,472 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10099](https://llvm.org/bz10099) |
| Resolution | INVALID |
| Resolved on | Dec 13, 2016 10:07 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @topperc,@RKSimon |
## Extended Description
The rsqrtss instruction takes the reciprocal square roo... | rsqrt_ss has wrong type | https://api.github.com/repos/llvm/llvm-project/issues/10471/comments | 1 | 2011-06-08T11:48:53Z | 2021-12-03T22:19:08Z | https://github.com/llvm/llvm-project/issues/10471 | 1,071,013,912 | 10,471 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10098](https://llvm.org/bz10098) |
| Resolution | FIXED |
| Resolved on | Oct 20, 2020 07:38 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743284-636bdf9d-4ca9-4a1e-bde4-ccd880c516a5.gz), [additional testc... | Should codegen to CVTDQ2PD etc but is scalarized | https://api.github.com/repos/llvm/llvm-project/issues/10470/comments | 1 | 2011-06-08T11:03:02Z | 2021-12-03T22:19:08Z | https://github.com/llvm/llvm-project/issues/10470 | 1,071,013,903 | 10,470 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10097](https://llvm.org/bz10097) |
| Resolution | DUPLICATE |
| Resolved on | Jun 21, 2011 11:08 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The MCDisassembler is unable to decode the XOR r32,r/m... | MCDisassembler is unable to decode XOR r32,r/m32 | https://api.github.com/repos/llvm/llvm-project/issues/10469/comments | 2 | 2011-06-07T22:20:19Z | 2021-12-03T22:19:07Z | https://github.com/llvm/llvm-project/issues/10469 | 1,071,013,898 | 10,469 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10096](https://llvm.org/bz10096) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2011 20:12 |
| Version | trunk |
| OS | Linux |
| Attachments | [master2.bc](https://user-images.githubusercontent.com/60944935/143743268-562e99e3-a132-4dde-9d46-71c7d67ac37e.gz) |
| Reporter | LLV... | Early tail dup can cause problems to register allocator | https://api.github.com/repos/llvm/llvm-project/issues/10468/comments | 23 | 2011-06-07T07:17:36Z | 2021-12-03T22:19:06Z | https://github.com/llvm/llvm-project/issues/10468 | 1,071,013,889 | 10,468 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10095](https://llvm.org/bz10095) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2011 18:30 |
| Version | trunk |
| OS | Linux |
| Attachments | [Unreduced test case](https://user-images.githubusercontent.com/296817/143743267-deed0928-e06b-40d0-9081-305433d11aa8.gz) |
## Exten... | [MC] Object writer drops W even if relocations are present | https://api.github.com/repos/llvm/llvm-project/issues/10467/comments | 2 | 2011-06-07T01:21:22Z | 2021-12-03T22:19:05Z | https://github.com/llvm/llvm-project/issues/10467 | 1,071,013,876 | 10,467 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10094](https://llvm.org/bz10094) |
| Resolution | WONTFIX |
| Resolved on | Jun 06, 2011 22:44 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Test program from OpenSSL website](https://user-images.githubusercontent.com/92601412/143743264-ceddeb95-5208-447c-bdca-41... | --analyze does not produce warning when ignoring return values | https://api.github.com/repos/llvm/llvm-project/issues/10466/comments | 7 | 2011-06-07T00:24:01Z | 2022-01-20T02:34:38Z | https://github.com/llvm/llvm-project/issues/10466 | 1,071,013,866 | 10,466 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10093](https://llvm.org/bz10093) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 21:21 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [testcase](https://user-images.githubusercontent.com/95090477/143743263-5b6d7ec7-0d99-40f2-b517-19dd6e24731e.gz) |
| CC | @DougGreg... | clang disallows to instantiate template for typedefed class | https://api.github.com/repos/llvm/llvm-project/issues/10465/comments | 3 | 2011-06-07T00:16:39Z | 2021-12-03T22:19:03Z | https://github.com/llvm/llvm-project/issues/10465 | 1,071,013,854 | 10,465 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10092](https://llvm.org/bz10092) |
| Resolution | FIXED |
| Resolved on | Jun 09, 2011 20:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [test.ll](https://user-images.githubusercontent.com/60944935/143743262-d6cc2a11-0e1c-4079-a788-e29d844e9375.gz) |
| Reporter | LLVM B... | -O0 -regalloc=greedy -disable-fp-elim crash | https://api.github.com/repos/llvm/llvm-project/issues/10464/comments | 2 | 2011-06-07T00:04:24Z | 2021-12-03T22:19:02Z | https://github.com/llvm/llvm-project/issues/10464 | 1,071,013,843 | 10,464 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10091](https://llvm.org/bz10091) |
| Version | trunk |
| OS | All |
| CC | @XVilka,@slacka,@nlewycky |
## Extended Description
From GCC help:
-MT target Change the target of the rule emitted by dependency generation. By default CPP takes the name of the main input file, delet... | Please, add support of -MT and -MM options | https://api.github.com/repos/llvm/llvm-project/issues/10463/comments | 8 | 2011-06-06T23:14:46Z | 2023-06-25T14:12:47Z | https://github.com/llvm/llvm-project/issues/10463 | 1,071,013,833 | 10,463 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10090](https://llvm.org/bz10090) |
| Version | 2.9 |
| OS | Windows XP |
| CC | @asl,@atrick,@LebedevRI,@nlewycky |
## Extended Description
The test case below stress the recursive algorithm used in ScalarEvulution.
On 64bit win7 with stack size set to 4MB, running "opt -O3" g... | ScalarEvolution: requires 8MB stack size to compile a test case with long "value chain" | https://api.github.com/repos/llvm/llvm-project/issues/10462/comments | 3 | 2011-06-06T22:52:54Z | 2023-08-17T11:56:46Z | https://github.com/llvm/llvm-project/issues/10462 | 1,071,013,824 | 10,462 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10089](https://llvm.org/bz10089) |
| Resolution | FIXED |
| Resolved on | Jun 30, 2011 20:15 |
| Version | trunk |
| OS | All |
| Attachments | [jsinterp.ii](https://user-images.githubusercontent.com/60944935/143743261-4b5ffea7-3713-4176-b757-cc7369021963.gz) |
| Reporter | LLVM... | Lots of spills generated | https://api.github.com/repos/llvm/llvm-project/issues/10461/comments | 2 | 2011-06-06T20:11:13Z | 2021-12-03T22:18:59Z | https://github.com/llvm/llvm-project/issues/10461 | 1,071,013,813 | 10,461 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10088](https://llvm.org/bz10088) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [.bc file](https://user-images.githubusercontent.com/92601524/143743259-49e11beb-0968-4fa4-b45f-ad2e8f31a780.gz) |
| CC | @efriedma... | compilation regression "fatal error: error in backend" building vxl | https://api.github.com/repos/llvm/llvm-project/issues/10460/comments | 2 | 2011-06-06T17:48:07Z | 2021-12-03T22:18:59Z | https://github.com/llvm/llvm-project/issues/10460 | 1,071,013,805 | 10,460 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10087](https://llvm.org/bz10087) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2011 11:44 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Complete log file](https://user-images.githubusercontent.com/60944935/143743258-7d971a8c-7da0-496a-93d1-90d0d849b838.gz) |
| Repor... | Regression: Compile error with a map of strings | https://api.github.com/repos/llvm/llvm-project/issues/10459/comments | 5 | 2011-06-06T17:47:01Z | 2021-12-03T22:18:58Z | https://github.com/llvm/llvm-project/issues/10459 | 1,071,013,796 | 10,459 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10086](https://llvm.org/bz10086) |
| Resolution | DUPLICATE |
| Resolved on | Oct 10, 2011 09:53 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
CLANG seems to accept explicit template instantiati... | Explicit Template Instantiation without Original Template Definition | https://api.github.com/repos/llvm/llvm-project/issues/10458/comments | 2 | 2011-06-06T16:51:34Z | 2021-12-03T22:18:57Z | https://github.com/llvm/llvm-project/issues/10458 | 1,071,013,790 | 10,458 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10085](https://llvm.org/bz10085) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 14:07 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic,@nlewycky |
## Extended Description
This straight-line C code crashes clang:
... | cannot select FGETSIGN on x86_fp80 | https://api.github.com/repos/llvm/llvm-project/issues/10457/comments | 3 | 2011-06-05T23:31:15Z | 2021-12-03T22:18:56Z | https://github.com/llvm/llvm-project/issues/10457 | 1,071,013,776 | 10,457 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10084](https://llvm.org/bz10084) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2011 11:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch adding Ubuntu Oneiric handling](https://user-images.githubusercontent.com/60944935/143743257-abdf2b0d-4824-4dc5-b984-4f8841718... | Clang doesn't know about Ubuntu Oneiric | https://api.github.com/repos/llvm/llvm-project/issues/10456/comments | 1 | 2011-06-05T18:01:56Z | 2021-12-03T22:18:55Z | https://github.com/llvm/llvm-project/issues/10456 | 1,071,013,770 | 10,456 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10083](https://llvm.org/bz10083) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2016 17:01 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm running Ubuntu 10.04. I installed the latest versions of llvm and polly ... | RegionPass:createPrinterPass | https://api.github.com/repos/llvm/llvm-project/issues/10455/comments | 9 | 2011-06-04T20:41:13Z | 2021-12-03T22:18:54Z | https://github.com/llvm/llvm-project/issues/10455 | 1,071,013,764 | 10,455 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10082](https://llvm.org/bz10082) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2011 17:10 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
clang++ -O2 a.cc -c
fails with an invalid cast assertion. ... | invalid cast assertion | https://api.github.com/repos/llvm/llvm-project/issues/10454/comments | 5 | 2011-06-04T17:51:54Z | 2021-12-03T22:18:53Z | https://github.com/llvm/llvm-project/issues/10454 | 1,071,013,755 | 10,454 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10081](https://llvm.org/bz10081) |
| Resolution | INVALID |
| Resolved on | Aug 09, 2011 15:09 |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There is a one-character typo in CBackend.cpp that causes global variable definition... | c backend emits multiple definitions of global variables | https://api.github.com/repos/llvm/llvm-project/issues/10453/comments | 4 | 2011-06-04T17:35:24Z | 2021-12-03T22:18:52Z | https://github.com/llvm/llvm-project/issues/10453 | 1,071,013,744 | 10,453 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10080](https://llvm.org/bz10080) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
This code crashes clang (trunk 132184):
```
template<typename T> using Fn = void(T);
template<typename T> Fn<T> f; // ill-formed!
int mai... | accepting ill-formed alias-template code causing a dependent function declaration | https://api.github.com/repos/llvm/llvm-project/issues/10452/comments | 8 | 2011-06-04T13:24:30Z | 2023-05-22T15:50:14Z | https://github.com/llvm/llvm-project/issues/10452 | 1,071,013,733 | 10,452 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10079](https://llvm.org/bz10079) |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
$ clang -c -Wa,-mtune=i686 conftest.c
clang: error: unsupported argument '-mtune=i686' to option '-Wa,'
To my surprise, GNU as actually has this flag. I'm not sur... | -mtune not supported to the assembler | https://api.github.com/repos/llvm/llvm-project/issues/10451/comments | 4 | 2011-06-04T11:35:02Z | 2023-11-05T19:33:50Z | https://github.com/llvm/llvm-project/issues/10451 | 1,071,013,725 | 10,451 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10078](https://llvm.org/bz10078) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If you check out LLVM into a directory with '.' characters in the path, the %p variable seems to be mis-expanded when running the LLVM test ... | LLVM test suite intolerant of '.' in directory names | https://api.github.com/repos/llvm/llvm-project/issues/10450/comments | 2 | 2011-06-04T01:17:39Z | 2021-12-14T21:25:59Z | https://github.com/llvm/llvm-project/issues/10450 | 1,071,013,719 | 10,450 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10077](https://llvm.org/bz10077) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 00:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
$ cat test.ll
%bar = type { i32 }
define i32 @​foo() ... | Crash with -O0 -regalloc=greedy | https://api.github.com/repos/llvm/llvm-project/issues/10449/comments | 1 | 2011-06-04T01:12:42Z | 2021-12-03T22:18:49Z | https://github.com/llvm/llvm-project/issues/10449 | 1,071,013,709 | 10,449 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10076](https://llvm.org/bz10076) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 04:15 |
| Version | 2.8 |
| OS | All |
## Extended Description
This wouldn't be terribly shocking if it were a different compiler, or if C++ templates were involved, but it really surprised ... | Simple mixup of "abs" and "fabs" leads to 65-line cascade of error messages | https://api.github.com/repos/llvm/llvm-project/issues/10448/comments | 1 | 2011-06-04T00:46:33Z | 2021-12-03T22:18:48Z | https://github.com/llvm/llvm-project/issues/10448 | 1,071,013,696 | 10,448 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10075](https://llvm.org/bz10075) |
| Version | trunk |
| OS | All |
| Attachments | [bitcode testcase](https://user-images.githubusercontent.com/60944935/143743252-585108fe-08e3-4dd4-a427-ab97eb6fe90b.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended... | Fast register allocator produces code that uses a lot of stack | https://api.github.com/repos/llvm/llvm-project/issues/10447/comments | 3 | 2011-06-03T23:55:50Z | 2021-12-03T22:18:47Z | https://github.com/llvm/llvm-project/issues/10447 | 1,071,013,687 | 10,447 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10074](https://llvm.org/bz10074) |
| Resolution | DUPLICATE |
| Resolved on | Jun 20, 2011 19:40 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan |
## Extended Description
The following little test project compiles with... | clang++ does not use env. variable CPLUS_INCLUDE_PATH | https://api.github.com/repos/llvm/llvm-project/issues/10446/comments | 3 | 2011-06-03T14:27:31Z | 2021-12-03T22:18:46Z | https://github.com/llvm/llvm-project/issues/10446 | 1,071,013,679 | 10,446 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10073](https://llvm.org/bz10073) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2011 13:21 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The AVX backend gets confused about mask code as e.g. produced by VCMPPS togethe... | "Cannot select" for bitcasts of AVX data types | https://api.github.com/repos/llvm/llvm-project/issues/10445/comments | 2 | 2011-06-03T11:23:16Z | 2021-12-03T22:18:45Z | https://github.com/llvm/llvm-project/issues/10445 | 1,071,013,670 | 10,445 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10072](https://llvm.org/bz10072) |
| Resolution | FIXED |
| Resolved on | Jun 04, 2011 04:42 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [testcase](https://user-images.githubusercontent.com/95090477/143743250-675fd1e3-14df-4d86-b74f-9575d49902d7.gz) |
## Extended Des... | Necessary 'indirectbr' instruction is dropped by optimizer [regression] | https://api.github.com/repos/llvm/llvm-project/issues/10444/comments | 7 | 2011-06-03T07:41:18Z | 2021-12-03T22:18:44Z | https://github.com/llvm/llvm-project/issues/10444 | 1,071,013,656 | 10,444 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10071](https://llvm.org/bz10071) |
| Resolution | FIXED |
| Resolved on | Dec 09, 2011 12:49 |
| Version | unspecified |
| OS | All |
| CC | @tkremenek |
## Extended Description
Consider the following testcase:
struct Foo {
union {
struct {
unsigned char padding1[... | Assertion in clang codegen | https://api.github.com/repos/llvm/llvm-project/issues/10443/comments | 3 | 2011-06-03T07:24:22Z | 2021-12-03T22:18:44Z | https://github.com/llvm/llvm-project/issues/10443 | 1,071,013,648 | 10,443 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10070](https://llvm.org/bz10070) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 18:55 |
| Version | trunk |
| OS | All |
| CC | @asl,@stoklund |
## Extended Description
The following code:
#include <math.h>
class gfxRect {
double x;
double y;
do... | Needless sse spill/reload | https://api.github.com/repos/llvm/llvm-project/issues/10442/comments | 3 | 2011-06-03T06:19:12Z | 2021-12-03T22:18:43Z | https://github.com/llvm/llvm-project/issues/10442 | 1,071,013,642 | 10,442 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10069](https://llvm.org/bz10069) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 22:00 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
This is a case reduced from code in libstdc++ (as shipped with gcc 4.5.2).
The following code, which ... | Clang incorrectly reports substitution failure with default template arguments in function template | https://api.github.com/repos/llvm/llvm-project/issues/10441/comments | 1 | 2011-06-02T22:14:38Z | 2021-12-03T22:18:42Z | https://github.com/llvm/llvm-project/issues/10441 | 1,071,013,639 | 10,441 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10068](https://llvm.org/bz10068) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 14:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [test.ll](https://user-images.githubusercontent.com/60944935/143743249-f681dd0d-b5ca-4f06-827a-2b6b5cf952bd.gz) |
| Reporter | LLVM B... | Assertion `Num < NumOperands && "Invalid child # of SDNode!" | https://api.github.com/repos/llvm/llvm-project/issues/10440/comments | 4 | 2011-06-02T21:08:49Z | 2021-12-03T22:18:41Z | https://github.com/llvm/llvm-project/issues/10440 | 1,071,013,630 | 10,440 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10067](https://llvm.org/bz10067) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 16:25 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced c++ testcase](https://user-images.githubusercontent.com/16542/143743245-5415e32c-e07c-483e-92a0-9e274c8a969f.gz), [bugpoint-re... | clang miscompiles MipsISelLowering.cpp on i386-linux. | https://api.github.com/repos/llvm/llvm-project/issues/10439/comments | 1 | 2011-06-02T18:40:59Z | 2021-12-03T22:18:40Z | https://github.com/llvm/llvm-project/issues/10439 | 1,071,013,622 | 10,439 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10066](https://llvm.org/bz10066) |
| Version | trunk |
| OS | All |
| Attachments | [LLVM IR source](https://user-images.githubusercontent.com/60944935/143743243-b6eab9dc-836f-4510-9d41-e6bfb9763fbc.gz), [Resulting code](https://user-images.githubusercontent.com/60944935/1437432... | Greedy allocator fails to fold a memory operand when spilling | https://api.github.com/repos/llvm/llvm-project/issues/10438/comments | 2 | 2011-06-02T17:33:55Z | 2021-12-03T22:18:39Z | https://github.com/llvm/llvm-project/issues/10438 | 1,071,013,618 | 10,438 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10065](https://llvm.org/bz10065) |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [test code showing bogus pedantic offsetof warning](https://user-images.githubusercontent.com/60944935/143743242-e366471d-b48e-4acd-a669-93660ebb4b3d.gz) |
| Reporter | LLVM Bugzilla Contributo... | Bogus pedantic warning when using offsetof(type, field[n]) | https://api.github.com/repos/llvm/llvm-project/issues/10437/comments | 4 | 2011-06-02T16:23:49Z | 2023-08-22T05:28:28Z | https://github.com/llvm/llvm-project/issues/10437 | 1,071,013,611 | 10,437 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10064](https://llvm.org/bz10064) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 17:20 |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch adding Debian wheezy/sid handling](https://user-images.githubusercontent.com/60944935/143743240-9f22ac10-95bd-4620-bbe3-f61559... | Clang doesn't know about Debian wheezy/sid | https://api.github.com/repos/llvm/llvm-project/issues/10436/comments | 2 | 2011-06-02T12:58:47Z | 2021-12-03T22:18:38Z | https://github.com/llvm/llvm-project/issues/10436 | 1,071,013,597 | 10,436 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10063](https://llvm.org/bz10063) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2011 05:10 |
| Version | trunk |
| OS | Linux |
| Attachments | [test cases](https://user-images.githubusercontent.com/60944935/143743239-bf51b612-f1af-4405-8fc3-fd48c34867b6.gz) |
| Reporter | LLV... | Problems with 'switch' and destructors in control flow graph | https://api.github.com/repos/llvm/llvm-project/issues/10435/comments | 3 | 2011-06-02T01:03:48Z | 2021-12-03T22:18:37Z | https://github.com/llvm/llvm-project/issues/10435 | 1,071,013,587 | 10,435 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10062](https://llvm.org/bz10062) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
This is related to bug 5039 but is specifically concerned with cases where LLVM should be able to merge the loads/tests acro... | llvm doesn't merge masked loads | https://api.github.com/repos/llvm/llvm-project/issues/10434/comments | 4 | 2011-06-02T00:38:06Z | 2025-02-04T17:19:46Z | https://github.com/llvm/llvm-project/issues/10434 | 1,071,013,581 | 10,434 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10061](https://llvm.org/bz10061) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 09:32 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Yesterday morning I built everything from over the weekend and all tests passed (e... | chain-empty-initial-namespace fails unit testing | https://api.github.com/repos/llvm/llvm-project/issues/10433/comments | 1 | 2011-06-01T16:31:27Z | 2021-12-03T22:18:35Z | https://github.com/llvm/llvm-project/issues/10433 | 1,071,013,575 | 10,433 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10060](https://llvm.org/bz10060) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2011 11:15 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [A test application](https://user-images.githubusercontent.com/60944935/143743238-4b1000f9-4917-4699-b098-40c2d0c0423d.gz) |
| Report... | Calling new[] with a variable size causes a crash (was: overloaded operator new[] gets a wrong argument value) | https://api.github.com/repos/llvm/llvm-project/issues/10432/comments | 2 | 2011-06-01T16:01:22Z | 2021-12-03T22:18:34Z | https://github.com/llvm/llvm-project/issues/10432 | 1,071,013,567 | 10,432 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10059](https://llvm.org/bz10059) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2011 10:50 |
| Version | trunk |
| OS | Linux |
| Attachments | [reduced test case](https://user-images.githubusercontent.com/1148786/143743236-35002129-1342-4720-b43b-888442de51d4.gz) |
| CC | @st... | UNREACHABLE executed at X86InstrInfo.cpp:2020 | https://api.github.com/repos/llvm/llvm-project/issues/10431/comments | 7 | 2011-06-01T15:02:24Z | 2021-12-03T22:18:33Z | https://github.com/llvm/llvm-project/issues/10431 | 1,071,013,555 | 10,431 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10058](https://llvm.org/bz10058) |
| Resolution | INVALID |
| Resolved on | Jun 01, 2011 16:31 |
| Version | 2.8 |
| OS | Linux |
| Attachments | [The C source file.](https://user-images.githubusercontent.com/60944935/143743234-4bea76fb-757e-423e-82d8-17dcc52b5c71.gz), [Resultin... | C standard incompatibility concerning untyped functions (and varargs) | https://api.github.com/repos/llvm/llvm-project/issues/10430/comments | 1 | 2011-06-01T09:31:07Z | 2021-12-03T22:18:33Z | https://github.com/llvm/llvm-project/issues/10430 | 1,071,013,546 | 10,430 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10057](https://llvm.org/bz10057) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2011 02:45 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nlewycky |
## Extended Description
This tiny program causes a crash in clang++ -fsynta... | leftover temporaries in function | https://api.github.com/repos/llvm/llvm-project/issues/10429/comments | 3 | 2011-06-01T05:53:03Z | 2021-12-03T22:18:32Z | https://github.com/llvm/llvm-project/issues/10429 | 1,071,013,540 | 10,429 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10056](https://llvm.org/bz10056) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 19:50 |
| Version | trunk |
| OS | Linux |
| Attachments | [Skeleton code](https://user-images.githubusercontent.com/60944935/143743233-622432a6-dc73-4837-8242-0100d5d0f532.gz) |
| Reporter | ... | PassManager segfault when trying to schedule custom Immutable Pass | https://api.github.com/repos/llvm/llvm-project/issues/10428/comments | 4 | 2011-05-31T22:52:24Z | 2021-12-03T22:18:31Z | https://github.com/llvm/llvm-project/issues/10428 | 1,071,013,528 | 10,428 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10055](https://llvm.org/bz10055) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2011 22:30 |
| Version | unspecified |
| OS | Linux |
| CC | @akyrtzi,@DougGregor,@tkremenek |
## Extended Description
Sitting at my console running that test over and over, I was able to reprodu... | ~1 in 100 crash in PCH/chain-late-anonymous-namespace.cpp | https://api.github.com/repos/llvm/llvm-project/issues/10427/comments | 4 | 2011-05-31T10:38:32Z | 2021-12-03T22:18:30Z | https://github.com/llvm/llvm-project/issues/10427 | 1,071,013,518 | 10,427 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10054](https://llvm.org/bz10054) |
| Version | trunk |
| OS | MacOS X |
| CC | @efriedma-quic,@nlewycky,@pcc |
## Extended Description
take the following for example:
unsigned sb_4(unsigned x, unsigned y) {
if ((x & y) == 0) {
x &= ~y;
}
... | LLVM should transform bit test branch into select for better backend codegen | https://api.github.com/repos/llvm/llvm-project/issues/10426/comments | 5 | 2011-05-31T04:02:22Z | 2021-12-03T22:18:29Z | https://github.com/llvm/llvm-project/issues/10426 | 1,071,013,507 | 10,426 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10053](https://llvm.org/bz10053) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2011 17:44 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
A recurring problem when people try to switch from g++ to clang is errors due to two-stage name ... | [QoI] diagnostic in case of two-stage name lookup-related errors could be better | https://api.github.com/repos/llvm/llvm-project/issues/10425/comments | 4 | 2011-05-31T00:14:56Z | 2021-12-03T22:18:28Z | https://github.com/llvm/llvm-project/issues/10425 | 1,071,013,498 | 10,425 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10052](https://llvm.org/bz10052) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2011 10:15 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following Objective-C++ program fails to compile:
@... | Comparision of pointer to Objective-C object with C++0x nullptr fails to compile | https://api.github.com/repos/llvm/llvm-project/issues/10424/comments | 1 | 2011-05-30T22:18:11Z | 2021-12-03T22:18:27Z | https://github.com/llvm/llvm-project/issues/10424 | 1,071,013,492 | 10,424 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10051](https://llvm.org/bz10051) |
| Resolution | WONTFIX |
| Resolved on | Jun 06, 2018 17:59 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @vitalybuka |
## Extended Description
To test if a toolchain is valid, the compiler-rt sc... | Toolchain check broken (since the last change, r131256) | https://api.github.com/repos/llvm/llvm-project/issues/10423/comments | 2 | 2011-05-30T15:59:15Z | 2022-01-20T02:34:36Z | https://github.com/llvm/llvm-project/issues/10423 | 1,071,013,481 | 10,423 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10050](https://llvm.org/bz10050) |
| Resolution | FIXED |
| Resolved on | May 20, 2019 11:01 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#9693 llvm/llvm-bugzilla-archive#11727 llvm/llvm-bugzilla-archive#15732 |
| CC | @arrowd,@arsenm,@steveire,@sylvestre |
... | cmake build system doesn't generate manpages | https://api.github.com/repos/llvm/llvm-project/issues/10422/comments | 18 | 2011-05-30T15:31:42Z | 2021-12-03T22:18:25Z | https://github.com/llvm/llvm-project/issues/10422 | 1,071,013,471 | 10,422 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10049](https://llvm.org/bz10049) |
| Resolution | INVALID |
| Resolved on | May 30, 2011 08:56 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm building SVN trunk on Ubuntu natty 64 bit using CMake. Building fails ... | SVN trunk will not build | https://api.github.com/repos/llvm/llvm-project/issues/10421/comments | 7 | 2011-05-30T13:03:09Z | 2021-12-03T22:18:24Z | https://github.com/llvm/llvm-project/issues/10421 | 1,071,013,466 | 10,421 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10048](https://llvm.org/bz10048) |
| Resolution | INVALID |
| Resolved on | Jun 20, 2011 07:16 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
Hi all,
It seems that there is a regression in LLVM ... | llc 2.9 doesn't care of packed attribute to generate code for x86 target | https://api.github.com/repos/llvm/llvm-project/issues/10420/comments | 13 | 2011-05-30T09:46:46Z | 2021-12-03T22:18:23Z | https://github.com/llvm/llvm-project/issues/10420 | 1,071,013,461 | 10,420 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10047](https://llvm.org/bz10047) |
| Resolution | FIXED |
| Resolved on | May 29, 2011 13:42 |
| Version | trunk |
| OS | Linux |
## Extended Description
Following code:
struct A {
A():a() { }
int a[100];
};
A a;
$ clang++ -S -O3 -emit-llvm main1.cpp -o -
This output c... | LLVM doesn't optimize a constructor that memsets-to-0 on a zero-initialized global | https://api.github.com/repos/llvm/llvm-project/issues/10419/comments | 1 | 2011-05-29T19:36:19Z | 2021-12-03T22:18:22Z | https://github.com/llvm/llvm-project/issues/10419 | 1,071,013,451 | 10,419 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10046](https://llvm.org/bz10046) |
| Resolution | FIXED |
| Resolved on | May 29, 2011 15:10 |
| Version | trunk |
| OS | Linux |
| Attachments | [LLVM assembly test case.](https://user-images.githubusercontent.com/60944935/143743225-4ed780f5-718d-46b0-89d9-2c705c10803b.gz) |
| ... | The Mips code generator fails during the Greedy Register Allocator pass. | https://api.github.com/repos/llvm/llvm-project/issues/10418/comments | 2 | 2011-05-29T16:56:20Z | 2021-12-03T22:18:21Z | https://github.com/llvm/llvm-project/issues/10418 | 1,071,013,441 | 10,418 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10045](https://llvm.org/bz10045) |
| Resolution | FIXED |
| Resolved on | May 29, 2011 14:58 |
| Version | unspecified |
| OS | Linux |
| Attachments | [buildit.patch](https://user-images.githubusercontent.com/60944935/143743224-b28bf628-eb1b-4dfb-9fd0-9c634fe5d5d8.gz) |
| Repor... | [PATCH] fix linking on Linux | https://api.github.com/repos/llvm/llvm-project/issues/10417/comments | 2 | 2011-05-29T14:40:18Z | 2021-12-03T22:18:20Z | https://github.com/llvm/llvm-project/issues/10417 | 1,071,013,432 | 10,417 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10044](https://llvm.org/bz10044) |
| Resolution | FIXED |
| Resolved on | Mar 19, 2012 22:22 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
Clang should not instantiate the definition of the scoped enumeration:
template<typename T... | Scoped enumeration instantiated even if not required | https://api.github.com/repos/llvm/llvm-project/issues/10416/comments | 1 | 2011-05-28T15:37:19Z | 2021-12-03T22:18:20Z | https://github.com/llvm/llvm-project/issues/10416 | 1,071,013,427 | 10,416 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10043](https://llvm.org/bz10043) |
| Resolution | INVALID |
| Resolved on | Jun 01, 2011 11:05 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Consider the following code:
% cat y.cc
struct X {
X();
private:
X(const X&) {};
};
struct ... | Failure to warn about inaccessible copy constructor of member of class in -Wbind-to-temporary-copy | https://api.github.com/repos/llvm/llvm-project/issues/10415/comments | 1 | 2011-05-28T10:02:39Z | 2021-12-03T22:18:19Z | https://github.com/llvm/llvm-project/issues/10415 | 1,071,013,417 | 10,415 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10042](https://llvm.org/bz10042) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2012 06:33 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [testcase reduced from source/hbuild.f from xplor-nih 2.27](https://user-images.githubusercontent.com/60944935/143743223-ff7a47b0-9... | -fplugin-arg-dragonegg-enable-gcc-optzns -O3 -fdefault-integer-8 ICE | https://api.github.com/repos/llvm/llvm-project/issues/10414/comments | 20 | 2011-05-28T03:44:18Z | 2021-12-03T22:18:18Z | https://github.com/llvm/llvm-project/issues/10414 | 1,071,013,408 | 10,414 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10041](https://llvm.org/bz10041) |
| Resolution | FIXED |
| Resolved on | Jun 02, 2011 11:14 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Yep, I've found code that says "-std=c99 -fgnu89-inline". It does what you'd expec... | add support for -fgnu89-inline | https://api.github.com/repos/llvm/llvm-project/issues/10413/comments | 2 | 2011-05-28T03:29:30Z | 2021-12-03T22:18:17Z | https://github.com/llvm/llvm-project/issues/10413 | 1,071,013,400 | 10,413 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10040](https://llvm.org/bz10040) |
| Resolution | FIXED |
| Resolved on | May 28, 2011 05:17 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@efriedma-quic,@tkremenek |
## Extended Description
[regehr@gamow ~]$ clang -v
clang version 3.0 (trunk 132199)
Target: x86_64-unknown-... | Assertion `0 && "Invalid for compares"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10412/comments | 3 | 2011-05-27T23:08:14Z | 2021-12-03T22:18:16Z | https://github.com/llvm/llvm-project/issues/10412 | 1,071,013,388 | 10,412 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10039](https://llvm.org/bz10039) |
| Resolution | FIXED |
| Resolved on | May 27, 2011 20:50 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [Reduced testcase](https://user-images.githubusercontent.com/60944935/143743222-7cd3c77d-31c4-4e93-9468-edee37c6678c.gz) |
| Reporter... | False positive warning indicating dead code on nested loop variable reuse | https://api.github.com/repos/llvm/llvm-project/issues/10411/comments | 2 | 2011-05-27T21:23:16Z | 2021-12-03T22:18:15Z | https://github.com/llvm/llvm-project/issues/10411 | 1,071,013,378 | 10,411 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10038](https://llvm.org/bz10038) |
| Resolution | DUPLICATE |
| Resolved on | Jul 28, 2011 09:23 |
| Version | trunk |
| OS | All |
| Attachments | [repro case for clang++/g++ differenc](https://user-images.githubusercontent.com/60944935/143743221-47f291e6-4291-4801-980c-ab3abc5... | clang++ generates HIDDEN symbols where g++ doesn't | https://api.github.com/repos/llvm/llvm-project/issues/10410/comments | 4 | 2011-05-27T19:00:21Z | 2021-12-03T22:18:14Z | https://github.com/llvm/llvm-project/issues/10410 | 1,071,013,368 | 10,410 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10037](https://llvm.org/bz10037) |
| Resolution | WONTFIX |
| Resolved on | May 31, 2011 11:09 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
Consider this:
define <4 x i32> @​lshr(<4 x i32> %x) ... | Poor code generated for whole-vector shifts | https://api.github.com/repos/llvm/llvm-project/issues/10409/comments | 7 | 2011-05-27T17:33:13Z | 2022-01-20T02:34:35Z | https://github.com/llvm/llvm-project/issues/10409 | 1,071,013,360 | 10,409 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10036](https://llvm.org/bz10036) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2012 02:10 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Apple clang version 3.0 (trunk 131788) (based on LLVM 3.0svn)
T... | noexcept can't reference member data | https://api.github.com/repos/llvm/llvm-project/issues/10408/comments | 5 | 2011-05-27T17:04:37Z | 2021-12-03T22:18:12Z | https://github.com/llvm/llvm-project/issues/10408 | 1,071,013,350 | 10,408 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10035](https://llvm.org/bz10035) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2011 13:32 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Apple clang version 3.0 (trunk 131788) (based on LLVM 3.0svn)
T... | noexcept can't reference function arguments | https://api.github.com/repos/llvm/llvm-project/issues/10407/comments | 1 | 2011-05-27T17:04:30Z | 2021-12-03T22:18:12Z | https://github.com/llvm/llvm-project/issues/10407 | 1,071,013,346 | 10,407 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10034](https://llvm.org/bz10034) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [The problematic file](https://user-images.githubusercontent.com/60944935/143743220-70ba0219-1e24-434c-9c26-defad1e75311.gz) |
|... | Invalid "goto into protected scope" error | https://api.github.com/repos/llvm/llvm-project/issues/10406/comments | 3 | 2011-05-27T16:22:11Z | 2021-12-03T22:18:11Z | https://github.com/llvm/llvm-project/issues/10406 | 1,071,013,332 | 10,406 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10033](https://llvm.org/bz10033) |
| Resolution | FIXED |
| Resolved on | May 31, 2011 11:08 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While at r132184, the rnflow test case can be compiled with -O3 -fplugin-arg-dra... | -O3 -fplugin-arg-dragonegg-enable-gcc-optzns miscompiles rnflow.f90 | https://api.github.com/repos/llvm/llvm-project/issues/10405/comments | 4 | 2011-05-27T14:48:26Z | 2021-12-03T22:18:10Z | https://github.com/llvm/llvm-project/issues/10405 | 1,071,013,327 | 10,405 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10032](https://llvm.org/bz10032) |
| Resolution | FIXED |
| Resolved on | May 20, 2012 17:28 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143743219-28814f31-e5b9-4604-b1af-... | VerifyCoalescing failure on espresso | https://api.github.com/repos/llvm/llvm-project/issues/10404/comments | 6 | 2011-05-27T07:18:14Z | 2021-12-03T22:18:09Z | https://github.com/llvm/llvm-project/issues/10404 | 1,071,013,319 | 10,404 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10031](https://llvm.org/bz10031) |
| Resolution | FIXED |
| Resolved on | Jun 03, 2011 01:27 |
| Version | trunk |
| OS | All |
| Attachments | [repro](https://user-images.githubusercontent.com/3487/143743216-f3524026-148a-4536-973a-bceab9919df6.gz), [smaller repro](https://user... | crash when building with -O3 | https://api.github.com/repos/llvm/llvm-project/issues/10403/comments | 2 | 2011-05-27T02:46:08Z | 2021-12-03T22:18:08Z | https://github.com/llvm/llvm-project/issues/10403 | 1,071,013,306 | 10,403 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10030](https://llvm.org/bz10030) |
| Version | trunk |
| OS | Linux |
| CC | @DimitryAndric,@tkremenek,@m-gupta,@zygoloid |
## Extended Description
Consider the following input:
int foo = 1 > 2 ? 1 << -1 : 0;
This results in a warning about the negative shift, even if that b... | Dead branch warning elimination doesn't trigger for global initialisation | https://api.github.com/repos/llvm/llvm-project/issues/10402/comments | 10 | 2011-05-27T00:58:45Z | 2023-08-22T05:31:06Z | https://github.com/llvm/llvm-project/issues/10402 | 1,071,013,297 | 10,402 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10029](https://llvm.org/bz10029) |
| Resolution | FIXED |
| Resolved on | May 27, 2011 00:05 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Running VerifyCoalescing on a TEST=simple buil... | VerifyCoalescing failure on patterns_dfa.c of 445.gobmk | https://api.github.com/repos/llvm/llvm-project/issues/10401/comments | 2 | 2011-05-27T00:38:54Z | 2021-12-03T22:18:06Z | https://github.com/llvm/llvm-project/issues/10401 | 1,071,013,289 | 10,401 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10028](https://llvm.org/bz10028) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2011 15:00 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic,@sunfishcode |
## Extended Description
Sorry for the long test case but I already spent a while reducing this. I believe the... | likely wrong code bug | https://api.github.com/repos/llvm/llvm-project/issues/10400/comments | 4 | 2011-05-26T23:09:35Z | 2021-12-03T22:18:05Z | https://github.com/llvm/llvm-project/issues/10400 | 1,071,013,279 | 10,400 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10027](https://llvm.org/bz10027) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Consider the following source file:
namespace S { typedef int T; }
const S::T x = 5;
A RecursiveASTVisitor with the foll... | Assertion failure when calling ElaboratedTypeLoc::getTypePtr() | https://api.github.com/repos/llvm/llvm-project/issues/10399/comments | 2 | 2011-05-26T22:46:41Z | 2023-08-05T14:17:21Z | https://github.com/llvm/llvm-project/issues/10399 | 1,071,013,272 | 10,399 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10026](https://llvm.org/bz10026) |
| Resolution | INVALID |
| Resolved on | May 27, 2011 15:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@DougGregor,@efriedma-quic,@nlewycky |
## Extended Description
In SemaTemplateInstantiat... | Sema::InstantiateFunctionDefinition doesn't handle null pattern decls | https://api.github.com/repos/llvm/llvm-project/issues/10398/comments | 5 | 2011-05-26T22:39:09Z | 2021-12-03T22:18:04Z | https://github.com/llvm/llvm-project/issues/10398 | 1,071,013,264 | 10,398 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10025](https://llvm.org/bz10025) |
| Resolution | FIXED |
| Resolved on | Jul 15, 2011 15:04 |
| Version | unspecified |
| OS | All |
| Depends On | llvm/llvm-project#10388 |
| Blocks | llvm/llvm-bugzilla-archive#10316 |
| Attachments | [Proposed patch to add missing lines to ... | Missing line in OCaml Kaleidoscope tutorial Chapter 3 | https://api.github.com/repos/llvm/llvm-project/issues/10397/comments | 2 | 2011-05-26T19:03:02Z | 2021-12-03T22:18:02Z | https://github.com/llvm/llvm-project/issues/10397 | 1,071,013,258 | 10,397 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10024](https://llvm.org/bz10024) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2011 10:23 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@tkremenek |
## Extended Description
template <typename T>
struct Test{
template <typename U>
void get(U i) {}
};
template <t... | Assertion hit when specializing a member function of a template | https://api.github.com/repos/llvm/llvm-project/issues/10396/comments | 2 | 2011-05-26T18:10:26Z | 2021-12-03T22:18:02Z | https://github.com/llvm/llvm-project/issues/10396 | 1,071,013,250 | 10,396 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10023](https://llvm.org/bz10023) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:21 |
| Version | unspecified |
| OS | All |
| CC | @jdoerfert |
## Extended Description
hi,
While running polly on the test-suite, i got a fail case, in this
case, we have two scop:
sco... | IndependentBlocks pass break Scop | https://api.github.com/repos/llvm/llvm-project/issues/10395/comments | 5 | 2011-05-26T16:52:38Z | 2021-12-03T22:18:01Z | https://github.com/llvm/llvm-project/issues/10395 | 1,071,013,239 | 10,395 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10022](https://llvm.org/bz10022) |
| Resolution | FIXED |
| Resolved on | Aug 28, 2011 17:22 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@DimitryAndric |
## Extended Description
Source code:
#include <math.h>
double foo(double x) {
return cos(x);
}
Create a shared ... | Ubuntu 11.04 Natty x86: clang++ fails to build shared library | https://api.github.com/repos/llvm/llvm-project/issues/10394/comments | 9 | 2011-05-26T16:01:46Z | 2021-12-03T22:18:00Z | https://github.com/llvm/llvm-project/issues/10394 | 1,071,013,229 | 10,394 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10021](https://llvm.org/bz10021) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2011 14:56 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @bcardosolopes,@tkremenek |
## Extended Description
I would like to use __m128 and __m256.
Howev... | fatal error with AVX | https://api.github.com/repos/llvm/llvm-project/issues/10393/comments | 3 | 2011-05-26T09:58:41Z | 2021-12-03T22:17:59Z | https://github.com/llvm/llvm-project/issues/10393 | 1,071,013,219 | 10,393 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10020](https://llvm.org/bz10020) |
| Resolution | FIXED |
| Resolved on | May 31, 2011 03:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143743211-564d78fc-6d9a-42f5-ab4b-db2bd19b5d51.gz) |
| Reporter | LLVM ... | fail to codegen virtual function in template | https://api.github.com/repos/llvm/llvm-project/issues/10392/comments | 4 | 2011-05-26T05:48:56Z | 2021-12-03T22:17:58Z | https://github.com/llvm/llvm-project/issues/10392 | 1,071,013,210 | 10,392 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10019](https://llvm.org/bz10019) |
| Resolution | FIXED |
| Resolved on | May 26, 2011 08:16 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The induct.f90 Polyhedron 2005 benchmark produces a LLVM ERROR when compiled wit... | -ffast-math -O3 -fplugin-arg-dragonegg-enable-gcc-optzns LLVM ERRORs on induct.f90 | https://api.github.com/repos/llvm/llvm-project/issues/10391/comments | 9 | 2011-05-26T05:14:04Z | 2021-12-03T22:17:57Z | https://github.com/llvm/llvm-project/issues/10391 | 1,071,013,201 | 10,391 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10018](https://llvm.org/bz10018) |
| Resolution | DUPLICATE |
| Resolved on | Sep 08, 2011 09:30 |
| Version | trunk |
| OS | MacOS X |
| Depends On | llvm/llvm-project#2686 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The doduc.f90 Polyhedron 2005 bench... | -ffast-math -O3 -fplugin-arg-dragonegg-enable-gcc-optzns ICEs on doduc.f90 | https://api.github.com/repos/llvm/llvm-project/issues/10390/comments | 13 | 2011-05-26T03:42:06Z | 2021-12-03T22:17:55Z | https://github.com/llvm/llvm-project/issues/10390 | 1,071,013,188 | 10,390 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10017](https://llvm.org/bz10017) |
| Resolution | DUPLICATE |
| Resolved on | Sep 07, 2011 02:05 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The channel.f90 Polyhedron 2005 benchmark ICEs the FSF gcc 4.5.3 compiler wi... | -ffast-math -O3 -fplugin-arg-dragonegg-enable-gcc-optzns ICEs on channel.f90 | https://api.github.com/repos/llvm/llvm-project/issues/10389/comments | 4 | 2011-05-26T03:37:55Z | 2021-12-03T22:17:54Z | https://github.com/llvm/llvm-project/issues/10389 | 1,071,013,182 | 10,389 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10016](https://llvm.org/bz10016) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2013 06:14 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#10025 llvm/llvm-bugzilla-archive#10316 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic,@w... | Missing line in OCaml Kaleidoscope tutorial | https://api.github.com/repos/llvm/llvm-project/issues/10388/comments | 5 | 2011-05-26T03:33:53Z | 2021-12-03T22:17:53Z | https://github.com/llvm/llvm-project/issues/10388 | 1,071,013,180 | 10,388 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10015](https://llvm.org/bz10015) |
| Resolution | FIXED |
| Resolved on | May 27, 2011 03:12 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [reduced test case](https://user-images.githubusercontent.com/60944935/143743208-52ad9db2-0966-4110-920b-a106c7d14736.gz) |
| Repor... | -O3 -fplugin-arg-dragonegg-enable-gcc-optzns ICEs compiler for rnflow.f90 | https://api.github.com/repos/llvm/llvm-project/issues/10387/comments | 1 | 2011-05-26T03:24:53Z | 2021-12-03T22:17:52Z | https://github.com/llvm/llvm-project/issues/10387 | 1,071,013,172 | 10,387 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10014](https://llvm.org/bz10014) |
| Resolution | FIXED |
| Resolved on | Jun 08, 2011 11:21 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
With dragon egg svn at r132085, the fatigue.f90 ICEs the gcc 4.5.3 compiler when... | vect_var_.957_3273 = [vec_unpack_float_lo_expr] vect_var_.955_3272 | https://api.github.com/repos/llvm/llvm-project/issues/10386/comments | 3 | 2011-05-26T03:08:47Z | 2021-12-03T22:17:51Z | https://github.com/llvm/llvm-project/issues/10386 | 1,071,013,164 | 10,386 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10013](https://llvm.org/bz10013) |
| Resolution | FIXED |
| Resolved on | Jun 29, 2011 16:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@belkadan,@tkremenek |
## Extended Description
When multiple extern declarations for an... | Scope of extern declarations extend past enclosing block | https://api.github.com/repos/llvm/llvm-project/issues/10385/comments | 3 | 2011-05-25T22:56:26Z | 2021-12-03T22:17:51Z | https://github.com/llvm/llvm-project/issues/10385 | 1,071,013,156 | 10,385 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10012](https://llvm.org/bz10012) |
| Resolution | FIXED |
| Resolved on | Nov 10, 2011 03:44 |
| Version | trunk |
| OS | Linux |
| Attachments | [Output of compilation](https://user-images.githubusercontent.com/92601362/143743206-cec5659c-5f1f-4711-8428-460592abbc60.gz) |
| CC ... | Ubuntu 11.04 Natty x86: problems finding system headers | https://api.github.com/repos/llvm/llvm-project/issues/10384/comments | 10 | 2011-05-25T18:46:36Z | 2021-12-03T22:17:50Z | https://github.com/llvm/llvm-project/issues/10384 | 1,071,013,146 | 10,384 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10011](https://llvm.org/bz10011) |
| Resolution | FIXED |
| Resolved on | Apr 02, 2018 14:50 |
| Version | trunk |
| OS | All |
| CC | @lattner,@DougGregor,@mclow,@zygoloid,@sylvestre |
## Extended Description
#include <string>
using namespace std;
void f(string& s) {
s.emp... | clang should warn on "string.empty()" when the return value is ignored | https://api.github.com/repos/llvm/llvm-project/issues/10383/comments | 16 | 2011-05-25T18:39:22Z | 2021-12-03T22:17:49Z | https://github.com/llvm/llvm-project/issues/10383 | 1,071,013,133 | 10,383 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10010](https://llvm.org/bz10010) |
| Version | 2.9 |
| OS | Linux |
| CC | @atrick |
## Extended Description
make install seems to be performing linking and compiling in this target after a complete build. While it works, I think this is wrong : The install target's only job s... | install target performs compiling and linking | https://api.github.com/repos/llvm/llvm-project/issues/10382/comments | 1 | 2011-05-25T15:56:23Z | 2023-08-10T12:57:44Z | https://github.com/llvm/llvm-project/issues/10382 | 1,071,013,121 | 10,382 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10009](https://llvm.org/bz10009) |
| Resolution | FIXED |
| Resolved on | May 25, 2011 13:53 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Using r132050
clang: /usr/src/packages/BUILD/llvm-clang-head-2.9.99.git20110525/include/llvm/ADT/Poin... | test/SemaCXX/underlying_type.cpp fails on x86 | https://api.github.com/repos/llvm/llvm-project/issues/10381/comments | 1 | 2011-05-25T13:22:53Z | 2021-12-03T22:17:47Z | https://github.com/llvm/llvm-project/issues/10381 | 1,071,013,112 | 10,381 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10008](https://llvm.org/bz10008) |
| Resolution | FIXED |
| Resolved on | Jun 03, 2011 08:07 |
| Version | trunk |
| OS | Linux |
| Attachments | [Fix include pathes of clang for ubuntu 11.11](https://user-images.githubusercontent.com/60944935/143743203-94db33e8-e1ea-4adb-a521-f... | Clang does not work on upcoming ubuntu 11.11 | https://api.github.com/repos/llvm/llvm-project/issues/10380/comments | 5 | 2011-05-25T08:42:24Z | 2021-12-03T22:17:46Z | https://github.com/llvm/llvm-project/issues/10380 | 1,071,013,104 | 10,380 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10007](https://llvm.org/bz10007) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic,@rengolin |
## Extended Description
The ARM branch instructions have inconsistent predicate operand placement. BL/tBL want the predicate befo... | ARM branch instructions have inconsistent predicate operand placement | https://api.github.com/repos/llvm/llvm-project/issues/10379/comments | 2 | 2011-05-25T06:22:47Z | 2021-12-03T22:17:45Z | https://github.com/llvm/llvm-project/issues/10379 | 1,071,013,097 | 10,379 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10006](https://llvm.org/bz10006) |
| Resolution | FIXED |
| Resolved on | Jul 19, 2021 06:12 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tahonermann,@vchirca0 |
## Extended Description
When a designated initializer is used to override ... | Behavior of Overridden Initializations with Designated Initializers | https://api.github.com/repos/llvm/llvm-project/issues/10378/comments | 2 | 2011-05-25T02:43:03Z | 2021-12-03T22:17:44Z | https://github.com/llvm/llvm-project/issues/10378 | 1,071,013,092 | 10,378 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10005](https://llvm.org/bz10005) |
| Resolution | WONTFIX |
| Resolved on | Jun 22, 2011 16:23 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [test case that looses debug information.](https://user-images.githubusercontent.com/60944935/143743202-2667eea2-8911-449b-adc... | DebugLoc information is lost in code generation | https://api.github.com/repos/llvm/llvm-project/issues/10377/comments | 1 | 2011-05-24T23:23:55Z | 2022-01-20T02:34:33Z | https://github.com/llvm/llvm-project/issues/10377 | 1,071,013,085 | 10,377 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.