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 | [10004](https://llvm.org/bz10004) |
| Version | trunk |
| OS | Linux |
| CC | @gnzlbg |
## Extended Description
clang -Wall -Wextra produces no warnings for this:
// a.h
struct S {
void f();
};
void S::f() {}
// a.cpp
#include "a.h"
void g() {
S s;
s.f();
}
This issue... | [QoI] warn about non-static, non-inline, non-template function definitions in header files | https://api.github.com/repos/llvm/llvm-project/issues/10376/comments | 5 | 2011-05-24T17:00:27Z | 2022-01-17T21:47:41Z | https://github.com/llvm/llvm-project/issues/10376 | 1,071,013,072 | 10,376 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10003](https://llvm.org/bz10003) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [test case that shows problem](https://user-images.githubusercontent.com/60944935/143743200-82289639-fd4b-4717-ad6e-bbebabd23b28.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majn... | SelectionDAG instruction selection performs CSE on nodes with debug information | https://api.github.com/repos/llvm/llvm-project/issues/10375/comments | 11 | 2011-05-24T15:15:27Z | 2023-08-17T11:57:02Z | https://github.com/llvm/llvm-project/issues/10375 | 1,071,013,059 | 10,375 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10002](https://llvm.org/bz10002) |
| Resolution | INVALID |
| Resolved on | Apr 12, 2017 22:40 |
| Version | trunk |
| OS | All |
| Attachments | [A simple test case which fails](https://user-images.githubusercontent.com/60944935/143743195-fff4f552-44b3-457a-8a47-3c9be7660d26.gz... | [opencl] Wrongfully assuming RHS is always unsigned | https://api.github.com/repos/llvm/llvm-project/issues/10374/comments | 17 | 2011-05-24T14:48:33Z | 2021-12-03T22:17:41Z | https://github.com/llvm/llvm-project/issues/10374 | 1,071,013,043 | 10,374 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10001](https://llvm.org/bz10001) |
| Resolution | FIXED |
| Resolved on | Mar 17, 2012 18:18 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Clang isn't properly instantiating templates when it is required to do so to complete some types:
... | Clang fails to instantiate an initializer required to complete a type | https://api.github.com/repos/llvm/llvm-project/issues/10373/comments | 8 | 2011-05-24T10:29:48Z | 2021-12-03T22:17:40Z | https://github.com/llvm/llvm-project/issues/10373 | 1,071,013,037 | 10,373 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10000](https://llvm.org/bz10000) |
| Resolution | WORKSFORME |
| Resolved on | Jul 24, 2021 07:11 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#472 llvm/llvm-project#1372 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor,@tkremenek... | Doug is Buggy | https://api.github.com/repos/llvm/llvm-project/issues/10372/comments | 8 | 2011-05-24T04:30:46Z | 2022-01-20T02:06:54Z | https://github.com/llvm/llvm-project/issues/10372 | 1,071,013,027 | 10,372 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9999](https://llvm.org/bz9999) |
| Resolution | FIXED |
| Resolved on | May 24, 2011 22:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test program to illustrate the problem built with clang -c testit.cpp](https://user-images.githubusercontent.com/60944935/143743193-c2... | A simple recursive TMP static const initializer defeats clang. | https://api.github.com/repos/llvm/llvm-project/issues/10371/comments | 5 | 2011-05-24T03:51:29Z | 2021-12-03T22:17:38Z | https://github.com/llvm/llvm-project/issues/10371 | 1,071,013,019 | 10,371 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9998](https://llvm.org/bz9998) |
| Resolution | FIXED |
| Resolved on | May 25, 2011 18:26 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
[regehr@gamow tmp025]$ clang -O0 small.c -o small
[regehr@gamow tmp025]$ ./small
1
[regehr@gamow tmp0... | likely wrong code bug | https://api.github.com/repos/llvm/llvm-project/issues/10370/comments | 1 | 2011-05-24T03:20:07Z | 2021-12-03T22:17:37Z | https://github.com/llvm/llvm-project/issues/10370 | 1,071,013,012 | 10,370 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9997](https://llvm.org/bz9997) |
| Resolution | INVALID |
| Resolved on | May 23, 2011 19:34 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [error: in-class initializer is not a constant expression](https://user-images.githubusercontent.com/60944935/143743192-1b2cdc83-9890... | error: in-class initializer is not a constant expression | https://api.github.com/repos/llvm/llvm-project/issues/10369/comments | 1 | 2011-05-24T02:33:08Z | 2021-12-03T22:17:36Z | https://github.com/llvm/llvm-project/issues/10369 | 1,071,013,006 | 10,369 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9996](https://llvm.org/bz9996) |
| Resolution | FIXED |
| Resolved on | Nov 17, 2011 13:58 |
| Version | unspecified |
| OS | Linux |
| CC | @dwblaikie,@DougGregor,@efriedma-quic,@tkremenek |
## Extended Description
clang accepts this ill-formed code:
union U {
int a;
int... | clang allows multiple members to be initialized in a union constructor | https://api.github.com/repos/llvm/llvm-project/issues/10368/comments | 3 | 2011-05-24T02:31:58Z | 2021-12-03T22:17:35Z | https://github.com/llvm/llvm-project/issues/10368 | 1,071,012,997 | 10,368 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9995](https://llvm.org/bz9995) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2013 00:45 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It looks like llc might be producing malformed DWARF debug info. I'm no DWARF expert,... | Malformed DWARF from llc? | https://api.github.com/repos/llvm/llvm-project/issues/10367/comments | 9 | 2011-05-24T00:33:50Z | 2021-12-03T22:17:34Z | https://github.com/llvm/llvm-project/issues/10367 | 1,071,012,987 | 10,367 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9994](https://llvm.org/bz9994) |
| Resolution | FIXED |
| Resolved on | May 18, 2015 18:53 |
| Version | trunk |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @davidchisnall,@dwblaikie,@tkremenek |
## Extended Description
assertion "isa<X>(Val) && "cast<Ty>()... | assertion "isa<X>(Val) && "cast<Ty>() argument of incompatible type!"" failed | https://api.github.com/repos/llvm/llvm-project/issues/10366/comments | 13 | 2011-05-23T22:22:15Z | 2021-12-03T22:17:34Z | https://github.com/llvm/llvm-project/issues/10366 | 1,071,012,981 | 10,366 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9993](https://llvm.org/bz9993) |
| Resolution | FIXED |
| Resolved on | Oct 31, 2011 10:52 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following program fails to compile with clang r131897:
/... | Enum with explicit enum-base is not promoted to int | https://api.github.com/repos/llvm/llvm-project/issues/10365/comments | 2 | 2011-05-23T21:49:13Z | 2021-12-03T22:17:33Z | https://github.com/llvm/llvm-project/issues/10365 | 1,071,012,974 | 10,365 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9992](https://llvm.org/bz9992) |
| Resolution | FIXED |
| Resolved on | Mar 27, 2014 10:49 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#13707 |
| CC | @DougGregor,@tritao,@synopsys-sig-compiler-frontends |
## Extended Description
$ echo 'template... | clang -cc1 -fdelayed-template-parsing -emit-pch does not save template contents in PCH | https://api.github.com/repos/llvm/llvm-project/issues/10364/comments | 3 | 2011-05-23T20:41:21Z | 2021-12-03T22:17:32Z | https://github.com/llvm/llvm-project/issues/10364 | 1,071,012,958 | 10,364 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9991](https://llvm.org/bz9991) |
| Resolution | FIXED |
| Resolved on | May 24, 2011 18:13 |
| Version | unspecified |
| OS | All |
| Attachments | [failing testcase](https://user-images.githubusercontent.com/60944935/143743189-7e6d6deb-da9a-4005-b115-fc3ae7b57d18.gz) |
| Report... | Compile segfaults in valid code with -O3 | https://api.github.com/repos/llvm/llvm-project/issues/10363/comments | 4 | 2011-05-23T19:21:11Z | 2021-12-03T22:17:31Z | https://github.com/llvm/llvm-project/issues/10363 | 1,071,012,948 | 10,363 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9990](https://llvm.org/bz9990) |
| Resolution | FIXED |
| Resolved on | Nov 20, 2012 16:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
I recently filed bug 9972 ( http://llvm.org/bugs/show_bug.cgi?id... | Driver/hello.c failing after svn update | https://api.github.com/repos/llvm/llvm-project/issues/10362/comments | 2 | 2011-05-23T17:44:43Z | 2021-12-03T22:17:30Z | https://github.com/llvm/llvm-project/issues/10362 | 1,071,012,937 | 10,362 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9989](https://llvm.org/bz9989) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2011 09:49 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
I cannot see anything in the FDIS that makes the following invalid:
struct A {
static int co... | Wrong point of declaration for static data member | https://api.github.com/repos/llvm/llvm-project/issues/10361/comments | 2 | 2011-05-23T08:15:31Z | 2021-12-03T22:17:29Z | https://github.com/llvm/llvm-project/issues/10361 | 1,071,012,930 | 10,361 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9988](https://llvm.org/bz9988) |
| Resolution | INVALID |
| Resolved on | May 23, 2011 12:16 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
<Endiannes> clang, template<typename T> void secret_cow_le... | coppro asked me to file this bug. | https://api.github.com/repos/llvm/llvm-project/issues/10360/comments | 1 | 2011-05-23T03:10:23Z | 2021-12-03T22:17:28Z | https://github.com/llvm/llvm-project/issues/10360 | 1,071,012,926 | 10,360 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9987](https://llvm.org/bz9987) |
| Resolution | INVALID |
| Resolved on | May 23, 2011 10:30 |
| Version | trunk |
| OS | Linux |
| CC | @rjmccall |
## Extended Description
For GCC, the -Wall and -Wextra (aka -W) options are supposed to set the warning defaults and -Wno-* can ... | -Wextra overrides earlier -Wno-sign-compare | https://api.github.com/repos/llvm/llvm-project/issues/10359/comments | 2 | 2011-05-23T00:02:31Z | 2021-12-03T22:17:27Z | https://github.com/llvm/llvm-project/issues/10359 | 1,071,012,921 | 10,359 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9986](https://llvm.org/bz9986) |
| Version | 2.8 |
| OS | Linux |
| CC | @reinderien |
## Extended Description
I'm using this release on Ubuntu:
clang version 2.8 (branches/release_28)
Target: x86_64-pc-linux-gnu
Thread model: posix
It's missing -s. My current workaround is ... | -s (strip) missing from command-line options | https://api.github.com/repos/llvm/llvm-project/issues/10358/comments | 0 | 2011-05-22T20:49:27Z | 2021-12-03T22:17:27Z | https://github.com/llvm/llvm-project/issues/10358 | 1,071,012,912 | 10,358 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9985](https://llvm.org/bz9985) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2011 16:06 |
| Version | trunk |
| OS | All |
| Attachments | [Code that fails](https://user-images.githubusercontent.com/60944935/143743188-75d3cb9c-bfd5-45f6-89da-0811307f2100.gz) |
| Reporter | LL... | Codegen fails when -gdwarf-2 is set | https://api.github.com/repos/llvm/llvm-project/issues/10357/comments | 2 | 2011-05-22T20:24:39Z | 2021-12-03T22:17:25Z | https://github.com/llvm/llvm-project/issues/10357 | 1,071,012,899 | 10,357 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9984](https://llvm.org/bz9984) |
| Resolution | FIXED |
| Resolved on | Dec 14, 2014 22:19 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#13707 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @alexey-bataev,@majnemer,@DougGregor,@zmodem,@zygoloid,@rn... | -fms-compatibility: Clang should form a wide string literal from L#macro_arg in a function-like macro | https://api.github.com/repos/llvm/llvm-project/issues/10356/comments | 4 | 2011-05-22T12:25:00Z | 2021-12-03T22:17:24Z | https://github.com/llvm/llvm-project/issues/10356 | 1,071,012,892 | 10,356 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9983](https://llvm.org/bz9983) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2011 00:39 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/60944935/143743186-02afbab6-d368-4753-8b70-7a45edcb0950.gz), [Crash l... | clang crashes when using std::bind with a non-static method | https://api.github.com/repos/llvm/llvm-project/issues/10355/comments | 4 | 2011-05-22T10:02:11Z | 2021-12-03T22:17:23Z | https://github.com/llvm/llvm-project/issues/10355 | 1,071,012,884 | 10,355 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9982](https://llvm.org/bz9982) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2011 00:04 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Code that fires the assertion](https://user-images.githubusercontent.com/60944935/143743185-2e82c99a-7b37-4b58-94ed-22adf1405e0e.gz)... | Templated function returning an apple-block throwing assertion | https://api.github.com/repos/llvm/llvm-project/issues/10354/comments | 2 | 2011-05-22T01:25:18Z | 2021-12-03T22:17:22Z | https://github.com/llvm/llvm-project/issues/10354 | 1,071,012,873 | 10,354 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9981](https://llvm.org/bz9981) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2011 13:19 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
The following code can be used to crash clang for me.
The issue is... | crash with ## token | https://api.github.com/repos/llvm/llvm-project/issues/10353/comments | 5 | 2011-05-21T12:09:11Z | 2021-12-03T22:17:21Z | https://github.com/llvm/llvm-project/issues/10353 | 1,071,012,869 | 10,353 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9980](https://llvm.org/bz9980) |
| Resolution | WONTFIX |
| Resolved on | May 21, 2011 02:45 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It would be nice if it were possible to have multiple __COUNTER__s, for examp... | Multiple __COUNTER__s | https://api.github.com/repos/llvm/llvm-project/issues/10352/comments | 1 | 2011-05-21T09:32:20Z | 2022-01-20T02:34:33Z | https://github.com/llvm/llvm-project/issues/10352 | 1,071,012,859 | 10,352 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9979](https://llvm.org/bz9979) |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended Description
I've attached a reduction. Here's the error:
*** Bad machine code: Value live out of pre... | VerifyCoalescing failure on MultiSource/Benchmarks/btSoftBody.cpp on x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/10351/comments | 4 | 2011-05-21T06:24:44Z | 2021-12-03T22:17:19Z | https://github.com/llvm/llvm-project/issues/10351 | 1,071,012,850 | 10,351 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9978](https://llvm.org/bz9978) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 23:14 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended Description
Here is a reduction of the fa... | VerifyCoalescing failure on MultiSource/Benchmarks/btAlignedAllocator.cpp on x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/10350/comments | 3 | 2011-05-21T01:57:50Z | 2021-12-03T22:17:19Z | https://github.com/llvm/llvm-project/issues/10350 | 1,071,012,837 | 10,350 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9977](https://llvm.org/bz9977) |
| Resolution | FIXED |
| Resolved on | Mar 14, 2013 20:31 |
| Version | trunk |
| OS | All |
| CC | @zmodem,@nbriggs |
## Extended Description
#include <memory.h>
struct S {
char a;
};
void f(S* s) {
memset(s, 0, sizeof(s));
}
clang sho... | clang should warn on memset(s, 0, sizeof(s)) – needs to be sizeof(*s) | https://api.github.com/repos/llvm/llvm-project/issues/10349/comments | 4 | 2011-05-21T01:40:28Z | 2021-12-03T22:17:18Z | https://github.com/llvm/llvm-project/issues/10349 | 1,071,012,832 | 10,349 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9976](https://llvm.org/bz9976) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [Patch with test case and fix](https://user-images.githubusercontent.com/60944935/143743180-006915ec-835d-4ad2-99fa-ebbe52d465c1... | Crash in LiveVariables::runOnMachineFunction in Release builds | https://api.github.com/repos/llvm/llvm-project/issues/10348/comments | 15 | 2011-05-21T00:22:53Z | 2021-12-03T22:17:17Z | https://github.com/llvm/llvm-project/issues/10348 | 1,071,012,826 | 10,348 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9975](https://llvm.org/bz9975) |
| Resolution | INVALID |
| Resolved on | May 21, 2011 16:54 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Does not compile](https://user-images.githubusercontent.com/60944935/143743178-4972e158-d08e-4fe2-836b-cf1942495add.gz), [Does com... | [C++0x] Inconsistency I don't understand | https://api.github.com/repos/llvm/llvm-project/issues/10347/comments | 3 | 2011-05-20T23:29:10Z | 2021-12-03T22:17:16Z | https://github.com/llvm/llvm-project/issues/10347 | 1,071,012,818 | 10,347 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9974](https://llvm.org/bz9974) |
| Resolution | FIXED |
| Resolved on | May 21, 2011 17:17 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The invalid C++0x code (the rvalue reference is ... | Assertion "Assertion `Arg != S.Context.OverloadTy && "Unresolved overloaded function"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10346/comments | 2 | 2011-05-20T23:10:04Z | 2021-12-03T22:17:15Z | https://github.com/llvm/llvm-project/issues/10346 | 1,071,012,809 | 10,346 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9973](https://llvm.org/bz9973) |
| Resolution | FIXED |
| Resolved on | May 21, 2011 16:05 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The code below crashes clang, with the backtrace... | Assertion getValueKind() == VK_LValue in reduced boost testcase | https://api.github.com/repos/llvm/llvm-project/issues/10345/comments | 2 | 2011-05-20T22:56:03Z | 2021-12-03T22:17:14Z | https://github.com/llvm/llvm-project/issues/10345 | 1,071,012,802 | 10,345 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9972](https://llvm.org/bz9972) |
| Resolution | INVALID |
| Resolved on | May 26, 2011 12:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
compiled in CentOS5 with GCC4.4.4. LLVM builds and checks ... | clang make test...8 unexpected failures | CentOS5 GCC4.4.4 | https://api.github.com/repos/llvm/llvm-project/issues/10344/comments | 8 | 2011-05-20T22:37:22Z | 2021-12-03T22:17:13Z | https://github.com/llvm/llvm-project/issues/10344 | 1,071,012,791 | 10,344 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9971](https://llvm.org/bz9971) |
| Resolution | FIXED |
| Resolved on | May 21, 2011 10:07 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@sunfishcode |
## Extended Description
The test case below (plain C) is miscompiled by cla... | wrong code in union access | https://api.github.com/repos/llvm/llvm-project/issues/10343/comments | 3 | 2011-05-20T22:25:15Z | 2021-12-03T22:17:12Z | https://github.com/llvm/llvm-project/issues/10343 | 1,071,012,779 | 10,343 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9970](https://llvm.org/bz9970) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@francisvm |
## Extended Description
I have a function labelled __attribute__((noreturn)), essentially my main(), on an ARM Thumb 2 where I have 256 by... | A way to prevent the function-entry-time saving of registers | https://api.github.com/repos/llvm/llvm-project/issues/10342/comments | 4 | 2011-05-20T18:56:38Z | 2021-12-03T22:17:11Z | https://github.com/llvm/llvm-project/issues/10342 | 1,071,012,771 | 10,342 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9969](https://llvm.org/bz9969) |
| Resolution | FIXED |
| Resolved on | Jun 10, 2011 02:49 |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc,@nico |
## Extended Description
http://www.viva64.com/en/d/0091/ seems to warn on this code:
int foo(int a, bool b, int c, int d) ... | Warn about missing parentheses for ?: operator | https://api.github.com/repos/llvm/llvm-project/issues/10341/comments | 3 | 2011-05-20T18:36:42Z | 2021-12-03T22:17:11Z | https://github.com/llvm/llvm-project/issues/10341 | 1,071,012,761 | 10,341 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9968](https://llvm.org/bz9968) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2011 15:18 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @akyrtzi,@DougGregor,@tkremenek,@zygoloid |
## Extended Description
The following program results i... | False positive "unused variable '__range'" with ranged for loop in template | https://api.github.com/repos/llvm/llvm-project/issues/10340/comments | 6 | 2011-05-20T17:32:50Z | 2021-12-03T22:17:10Z | https://github.com/llvm/llvm-project/issues/10340 | 1,071,012,752 | 10,340 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9967](https://llvm.org/bz9967) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 18:21 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The following code segfaults the compiler the th... | enum class values as default template arguments causes segfault in C++0x | https://api.github.com/repos/llvm/llvm-project/issues/10339/comments | 2 | 2011-05-20T17:19:18Z | 2021-12-03T22:17:09Z | https://github.com/llvm/llvm-project/issues/10339 | 1,071,012,748 | 10,339 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9966](https://llvm.org/bz9966) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 11:22 |
| Version | unspecified |
| OS | Linux |
| CC | @oscarfv |
## Extended Description
With autoconf one can do;
make CLANG_VENDOR="SUSE Linux"
which will make clang -v to say something ... | cmake build system doesn't support CLANG_VENDOR parameter | https://api.github.com/repos/llvm/llvm-project/issues/10338/comments | 2 | 2011-05-20T15:52:59Z | 2021-12-03T22:17:08Z | https://github.com/llvm/llvm-project/issues/10338 | 1,071,012,740 | 10,338 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9965](https://llvm.org/bz9965) |
| Resolution | FIXED |
| Resolved on | May 23, 2011 16:08 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following code fails to link, when compiled with -std=g... | default constructor not emitted for templated class | https://api.github.com/repos/llvm/llvm-project/issues/10337/comments | 1 | 2011-05-20T12:11:16Z | 2021-12-03T22:17:07Z | https://github.com/llvm/llvm-project/issues/10337 | 1,071,012,732 | 10,337 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9964](https://llvm.org/bz9964) |
| Resolution | FIXED |
| Resolved on | May 09, 2012 14:08 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
I have to use MOVS R0, R1.
This would be fine, except I... | ARM Thumb 2: MOV R0, R1 does not work | https://api.github.com/repos/llvm/llvm-project/issues/10336/comments | 2 | 2011-05-20T10:56:44Z | 2021-12-03T22:17:06Z | https://github.com/llvm/llvm-project/issues/10336 | 1,071,012,721 | 10,336 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9963](https://llvm.org/bz9963) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 22:24 |
| Version | unspecified |
| OS | Linux |
| Attachments | [a minimal code to replicate the error](https://user-images.githubusercontent.com/92601411/143743176-9e2fe825-2eec-41aa-9cbb-beb9... | hash in memory and functional collides | https://api.github.com/repos/llvm/llvm-project/issues/10335/comments | 2 | 2011-05-20T09:08:34Z | 2021-12-03T22:17:05Z | https://github.com/llvm/llvm-project/issues/10335 | 1,071,012,717 | 10,335 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9962](https://llvm.org/bz9962) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 18:27 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Attachments | [Reduction](https://user-images.githubusercontent.com/60944935/143743175-6e402ba2-f2a0-4a9a-996c-57... | MultiSource/Applications/JM/ldecod fails with -verify-coalescing on x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/10334/comments | 6 | 2011-05-20T07:56:26Z | 2021-12-03T22:17:04Z | https://github.com/llvm/llvm-project/issues/10334 | 1,071,012,709 | 10,334 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9961](https://llvm.org/bz9961) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2014 02:07 |
| Version | unspecified |
| OS | Linux |
| CC | @lattner,@BaoshanPang |
## Extended Description
I wrote the equivalent to this sequence in a function:
void test(char *ptr) {
ptr... | missing simple store merging | https://api.github.com/repos/llvm/llvm-project/issues/10333/comments | 6 | 2011-05-20T07:36:25Z | 2021-12-03T22:17:03Z | https://github.com/llvm/llvm-project/issues/10333 | 1,071,012,699 | 10,333 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9960](https://llvm.org/bz9960) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 22:54 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#10331 |
| Attachments | [Reduced test case](https://user-images.githubusercontent.com/60944935/143743174-f385107e-4265-40a3... | VerifyCoalescing failure on Stanford QuickSort | https://api.github.com/repos/llvm/llvm-project/issues/10332/comments | 2 | 2011-05-20T04:36:11Z | 2021-12-03T22:17:02Z | https://github.com/llvm/llvm-project/issues/10332 | 1,071,012,692 | 10,332 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9959](https://llvm.org/bz9959) |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#9979 llvm/llvm-bugzilla-archive#9960 llvm/llvm-bugzilla-archive#9962 llvm/llvm-bugzilla-archive#9978 llvm/llvm-bugzilla-archive#10029 llvm/llvm-bugzilla-archive#10032 |
|... | LLVM test-suite + Apple Externals should pass with VerifyCoalescing on x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/10331/comments | 6 | 2011-05-20T04:34:37Z | 2021-12-03T22:17:01Z | https://github.com/llvm/llvm-project/issues/10331 | 1,071,012,685 | 10,331 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9958](https://llvm.org/bz9958) |
| Resolution | WONTFIX |
| Resolved on | Sep 05, 2011 23:05 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
With LLVM-2.9, building on powerpc-darwin8 (Mac OS X 10.4), compile dies at:
/sw/... | powerpc-darwin8 build: multiply defined _abort | https://api.github.com/repos/llvm/llvm-project/issues/10330/comments | 4 | 2011-05-20T02:44:28Z | 2022-01-20T02:34:32Z | https://github.com/llvm/llvm-project/issues/10330 | 1,071,012,672 | 10,330 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9957](https://llvm.org/bz9957) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 19:37 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
With LLVM-2.9 (release) on powerpc-darwin8:
cmake dies on:
...
--... | cmake -DLLVM_TARGETS_TO_BUILD=PowerPC broken | https://api.github.com/repos/llvm/llvm-project/issues/10329/comments | 1 | 2011-05-20T02:29:04Z | 2021-12-03T22:16:59Z | https://github.com/llvm/llvm-project/issues/10329 | 1,071,012,656 | 10,329 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9956](https://llvm.org/bz9956) |
| Resolution | FIXED |
| Resolved on | Mar 25, 2019 04:47 |
| Version | trunk |
| OS | All |
| Attachments | [Preprocessed file](https://user-images.githubusercontent.com/46970/143743173-9d215245-e66f-46e3-922f-f35c69b1bbe7.gz) |
| CC | @fhahn,@n... | [DSE] [InstCombine] Compiling a single file with optimizations on takes > 10 minutes | https://api.github.com/repos/llvm/llvm-project/issues/10328/comments | 4 | 2011-05-20T00:53:01Z | 2021-12-03T22:16:58Z | https://github.com/llvm/llvm-project/issues/10328 | 1,071,012,646 | 10,328 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9955](https://llvm.org/bz9955) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 18:45 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#9182 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
I see these failures on Cod... | MOVLPSmr incorrectly gets LD memory operands | https://api.github.com/repos/llvm/llvm-project/issues/10327/comments | 2 | 2011-05-19T23:49:58Z | 2021-12-03T22:16:57Z | https://github.com/llvm/llvm-project/issues/10327 | 1,071,012,632 | 10,327 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9954](https://llvm.org/bz9954) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 04:01 |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Simple test case:
#include <iostream>
#include <exception>
class... | set_terminate doesn't catch exceptions thrown by constructors invoked through new | https://api.github.com/repos/llvm/llvm-project/issues/10326/comments | 1 | 2011-05-19T22:24:29Z | 2021-12-03T22:16:56Z | https://github.com/llvm/llvm-project/issues/10326 | 1,071,012,619 | 10,326 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9953](https://llvm.org/bz9953) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 10:50 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [The actual template definitions](https://user-images.githubusercontent.com/60944935/143743171-c6f22ceb-6880-41ef-b073-38ac05228144.g... | Variadic template instantiation with apple-blocks causes a codegen error | https://api.github.com/repos/llvm/llvm-project/issues/10325/comments | 4 | 2011-05-19T21:19:35Z | 2021-12-03T22:16:55Z | https://github.com/llvm/llvm-project/issues/10325 | 1,071,012,608 | 10,325 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9952](https://llvm.org/bz9952) |
| Version | unspecified |
| OS | All |
| CC | @chandlerc,@AnnaZaks,@gribozavr,@zmodem,@pwo,@seanm |
## Extended Description
http://www.viva64.com/ru/pvs-studio/ seems to warn on this code:
void f() {
int a0 = 0, a1 = 1;
if (a0 == 0 || a0 =... | Warn on identical subexpressions to the left and right of ||, &&, possibly >= etc | https://api.github.com/repos/llvm/llvm-project/issues/10324/comments | 8 | 2011-05-19T18:59:53Z | 2022-01-17T21:51:04Z | https://github.com/llvm/llvm-project/issues/10324 | 1,071,012,603 | 10,324 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9951](https://llvm.org/bz9951) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 18:15 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743167-b484cfea-ccfe-4b9f-a843-f3e16b3c576a.gz) |
| Reporter | LLVM Bug... | "LLVM ERROR: unsupported relocation of variable" from llc as of @​131140 | https://api.github.com/repos/llvm/llvm-project/issues/10323/comments | 1 | 2011-05-19T18:06:12Z | 2021-12-03T22:16:53Z | https://github.com/llvm/llvm-project/issues/10323 | 1,071,012,595 | 10,323 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9950](https://llvm.org/bz9950) |
| Resolution | INVALID |
| Resolved on | May 20, 2019 02:31 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
So I am in the process of narrowing down where this occurred and ... | regression in trunk...failing make check | https://api.github.com/repos/llvm/llvm-project/issues/10322/comments | 8 | 2011-05-19T14:44:45Z | 2021-12-03T22:16:52Z | https://github.com/llvm/llvm-project/issues/10322 | 1,071,012,588 | 10,322 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9949](https://llvm.org/bz9949) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 05:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While compiling "gc" I see this error:
gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME... | libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h:114:3: error: unsupported inline asm: input constraint with a matching output constraint of incompatible type! | https://api.github.com/repos/llvm/llvm-project/issues/10321/comments | 4 | 2011-05-19T13:59:54Z | 2021-12-03T22:16:51Z | https://github.com/llvm/llvm-project/issues/10321 | 1,071,012,580 | 10,321 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9948](https://llvm.org/bz9948) |
| Resolution | DUPLICATE |
| Resolved on | May 19, 2011 07:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [draw.i ](https://user-images.githubusercontent.com/60944935/143743163-94a73eb6-5fcb-45d1-8e2c-8073c60e7961.gz), [draw.s](https://u... | dragonegg doesn't compile ImageMagick | https://api.github.com/repos/llvm/llvm-project/issues/10320/comments | 4 | 2011-05-19T13:39:53Z | 2021-12-03T22:16:50Z | https://github.com/llvm/llvm-project/issues/10320 | 1,071,012,574 | 10,320 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9947](https://llvm.org/bz9947) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 16:27 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#9182 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode,@stoklund |
## Extended Description
It appears that f... | Isel always places memory operands on a root, even when there is only one other memory instruction | https://api.github.com/repos/llvm/llvm-project/issues/10319/comments | 9 | 2011-05-19T06:49:26Z | 2021-12-03T22:16:49Z | https://github.com/llvm/llvm-project/issues/10319 | 1,071,012,568 | 10,319 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9946](https://llvm.org/bz9946) |
| Resolution | FIXED |
| Resolved on | May 18, 2011 21:36 |
| Version | trunk |
| OS | All |
| Attachments | [test.ll](https://user-images.githubusercontent.com/60944935/143743161-1d8a44cd-7a62-44b3-88da-8239a89cefe3.gz) |
| Reporter | LLVM Bugzi... | crash in simplifycfg | https://api.github.com/repos/llvm/llvm-project/issues/10318/comments | 1 | 2011-05-19T03:56:49Z | 2021-12-03T22:16:48Z | https://github.com/llvm/llvm-project/issues/10318 | 1,071,012,551 | 10,318 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9945](https://llvm.org/bz9945) |
| Resolution | FIXED |
| Resolved on | May 18, 2011 19:40 |
| Version | unspecified |
| OS | All |
| Attachments | [source file that triggers the problem](https://user-images.githubusercontent.com/60944935/143743160-7090ac8c-9dd7-4f0b-b6af-6649a2... | -ftrapv triggers "fatal error: error in backend: Cannot select: 0x7f833b2cdc10: i8 = setcc 0x7f833b2c1710, 0x7f833b2cd110, 0x7f833b2cf610 [ID=44] " | https://api.github.com/repos/llvm/llvm-project/issues/10317/comments | 1 | 2011-05-18T23:11:30Z | 2021-12-03T22:16:47Z | https://github.com/llvm/llvm-project/issues/10317 | 1,071,012,545 | 10,317 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9944](https://llvm.org/bz9944) |
| Resolution | INVALID |
| Resolved on | May 18, 2011 14:47 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
GCC incorrectly fails to compile this code
template<typename T> void f(T[1]) = delete;
template<type... | Doesn't SFINAE away an invalid substitution into toplevel parameter type "T[N]" | https://api.github.com/repos/llvm/llvm-project/issues/10316/comments | 1 | 2011-05-18T21:46:23Z | 2021-12-03T22:16:46Z | https://github.com/llvm/llvm-project/issues/10316 | 1,071,012,526 | 10,316 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9943](https://llvm.org/bz9943) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
A not-yet-applied patch to the x86_64 byval logic will teach it to pass tiny byval structs in registers as required by the x86_64 AB... | x86 sibcall logic mis-understands 'byval' | https://api.github.com/repos/llvm/llvm-project/issues/10315/comments | 7 | 2011-05-18T21:16:26Z | 2023-08-15T16:08:58Z | https://github.com/llvm/llvm-project/issues/10315 | 1,071,012,515 | 10,315 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9942](https://llvm.org/bz9942) |
| Resolution | DUPLICATE |
| Resolved on | May 18, 2011 15:10 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
$ clang++ -std=c++0x test.cpp
class __shared_count
{
protect... | error: exception specification of overriding function is more lax than base version | https://api.github.com/repos/llvm/llvm-project/issues/10314/comments | 1 | 2011-05-18T14:44:22Z | 2021-12-03T22:16:44Z | https://github.com/llvm/llvm-project/issues/10314 | 1,071,012,501 | 10,314 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9941](https://llvm.org/bz9941) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 09:37 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following code fails to compile with -std=c++0x
struct... | Error in simple code in C++0x: exception specification of overriding function is more lax than base version | https://api.github.com/repos/llvm/llvm-project/issues/10313/comments | 9 | 2011-05-18T14:21:06Z | 2021-12-03T22:16:43Z | https://github.com/llvm/llvm-project/issues/10313 | 1,071,012,491 | 10,313 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9940](https://llvm.org/bz9940) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Testcase:
template<typename T> int f();
int main() {
int((*f)())(f<int>); f();
}
clang gives:
<stdin>:5:15: error: use of undeclared identifier 'f'
int((*f... | Strange error with function pointer variable and function template with same name | https://api.github.com/repos/llvm/llvm-project/issues/10312/comments | 2 | 2011-05-18T05:40:07Z | 2023-06-09T21:08:53Z | https://github.com/llvm/llvm-project/issues/10312 | 1,071,012,485 | 10,312 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9939](https://llvm.org/bz9939) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 16:21 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143743158-c4d96379-8a32-4822-a7e7-b523c523d700.gz), [self contained test]... | Loop strength reduction breaks this test | https://api.github.com/repos/llvm/llvm-project/issues/10311/comments | 2 | 2011-05-18T03:03:40Z | 2021-12-03T22:16:41Z | https://github.com/llvm/llvm-project/issues/10311 | 1,071,012,476 | 10,311 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9938](https://llvm.org/bz9938) |
| Resolution | INVALID |
| Resolved on | May 18, 2011 15:09 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@RealLitb |
## Extended Description
The following code should not execute success... | Implicit copy assignment exception spec not enforced | https://api.github.com/repos/llvm/llvm-project/issues/10310/comments | 2 | 2011-05-18T02:53:01Z | 2021-12-03T22:16:40Z | https://github.com/llvm/llvm-project/issues/10310 | 1,071,012,467 | 10,310 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9937](https://llvm.org/bz9937) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
The following parses incorrectly in Clang:
```c++
template<typename T>
struct A { };
namespace N {
A<int> A<int>();
}
```
The second "A<int>" shou... | Incorrect parse of simple-declaration containing two type-name template-ids | https://api.github.com/repos/llvm/llvm-project/issues/10309/comments | 1 | 2011-05-17T21:03:44Z | 2023-08-19T03:12:13Z | https://github.com/llvm/llvm-project/issues/10309 | 1,071,012,457 | 10,309 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9936](https://llvm.org/bz9936) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
I think the following should be a local declaration of "A<int>" and be ill-formed:
```cpp
template<typename T>
int f();
int main() {
int(f<int>()... | Incorrect statement ambiguity resolution for declaration with template-id | https://api.github.com/repos/llvm/llvm-project/issues/10308/comments | 1 | 2011-05-17T20:50:43Z | 2023-11-04T02:08:58Z | https://github.com/llvm/llvm-project/issues/10308 | 1,071,012,445 | 10,308 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9935](https://llvm.org/bz9935) |
| Resolution | FIXED |
| Resolved on | Oct 11, 2011 01:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The reference manual for the insertvalue[1] instruction, shows the syntax of inservalu... | insertvalue syntax in Language Reference Manual does not show it being vararg. | https://api.github.com/repos/llvm/llvm-project/issues/10307/comments | 3 | 2011-05-17T19:09:36Z | 2021-12-03T22:16:38Z | https://github.com/llvm/llvm-project/issues/10307 | 1,071,012,440 | 10,307 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9934](https://llvm.org/bz9934) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 17:16 |
| Version | trunk |
| OS | Linux |
## Extended Description
In NetBSD's Xen code, the following can be found:
addq $hypercall_page,%rax
With llvm-mc, this gets turned into:
0: 48... | Assembler parser gives wrong relocations for $foo | https://api.github.com/repos/llvm/llvm-project/issues/10306/comments | 2 | 2011-05-17T09:00:47Z | 2021-12-03T22:16:37Z | https://github.com/llvm/llvm-project/issues/10306 | 1,071,012,428 | 10,306 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9933](https://llvm.org/bz9933) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2017 06:18 |
| Version | trunk |
| OS | NetBSD |
## Extended Description
At the moment, building with -mcmodel=kernel and -no-integrated-as disables the use of .cfi* instructions. The explicitly ge... | ShouldDisableCFI logic can break ELF kernel build | https://api.github.com/repos/llvm/llvm-project/issues/10305/comments | 10 | 2011-05-17T08:52:59Z | 2021-12-03T22:16:36Z | https://github.com/llvm/llvm-project/issues/10305 | 1,071,012,417 | 10,305 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9932](https://llvm.org/bz9932) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2014 14:32 |
| Version | 2.9 |
| OS | Windows XP |
| Attachments | [The testme.s file](https://user-images.githubusercontent.com/60944935/143743155-21f7494b-0fa5-4c2c-adbb-15c43b9f914d.gz) |
| Report... | BX LR does not work in Thumb | https://api.github.com/repos/llvm/llvm-project/issues/10304/comments | 2 | 2011-05-17T04:50:59Z | 2021-12-03T22:16:36Z | https://github.com/llvm/llvm-project/issues/10304 | 1,071,012,410 | 10,304 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9931](https://llvm.org/bz9931) |
| Resolution | FIXED |
| Resolved on | Jun 09, 2011 10:01 |
| Version | trunk |
| OS | All |
| CC | @lattner,@efriedma-quic,@sunfishcode |
## Extended Description
[regehr@gamow tmp023]$ clang -c -O3 small.c -w
clang: LCSSA.cpp:160: virtual bool... | Assertion `L->isLCSSAForm(*DT)' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10303/comments | 7 | 2011-05-17T03:12:40Z | 2021-12-03T22:16:34Z | https://github.com/llvm/llvm-project/issues/10303 | 1,071,012,400 | 10,303 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9930](https://llvm.org/bz9930) |
| Version | trunk |
| OS | All |
| Attachments | [Example file generating error (gcc -O0 -std=c99)](https://user-images.githubusercontent.com/60944935/143743153-baee8acc-a614-421d-9730-544dc096b931.gz), [Generated report.](https://user-images.git... | false positive garbage value when set from cast. | https://api.github.com/repos/llvm/llvm-project/issues/10302/comments | 4 | 2011-05-16T17:28:25Z | 2022-01-26T22:18:11Z | https://github.com/llvm/llvm-project/issues/10302 | 1,071,012,392 | 10,302 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9929](https://llvm.org/bz9929) |
| Resolution | DUPLICATE |
| Resolved on | May 16, 2011 09:58 |
| Version | trunk |
| OS | All |
## Extended Description
I see several crashes when I try to update clang on the chrome bots from r130990 to r131395. They look like this:
clang: ... | Regression: Assertion failure in getObjCEncodingForStructureImpl | https://api.github.com/repos/llvm/llvm-project/issues/10301/comments | 1 | 2011-05-16T16:57:40Z | 2021-12-03T22:16:33Z | https://github.com/llvm/llvm-project/issues/10301 | 1,071,012,376 | 10,301 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9928](https://llvm.org/bz9928) |
| Resolution | LATER |
| Resolved on | May 16, 2011 10:37 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If you have code with blocks inside macros with token pasting in it, the rewriter cr... | objective C rewriter doesn't like token-pasting | https://api.github.com/repos/llvm/llvm-project/issues/10300/comments | 1 | 2011-05-16T13:52:48Z | 2021-12-03T22:16:32Z | https://github.com/llvm/llvm-project/issues/10300 | 1,071,012,372 | 10,300 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9927](https://llvm.org/bz9927) |
| Resolution | FIXED |
| Resolved on | May 16, 2011 09:58 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@nico |
## Extended Description
clang crashes in
--------------------
class allocato... | crash in objc++ codegen | https://api.github.com/repos/llvm/llvm-project/issues/10299/comments | 3 | 2011-05-16T13:40:47Z | 2021-12-03T22:16:31Z | https://github.com/llvm/llvm-project/issues/10299 | 1,071,012,361 | 10,299 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9926](https://llvm.org/bz9926) |
| Version | 2.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello,
It seems that libclang *needs* to find headers in the clang/2.9/include subdirectory for it to create the automagic PCH cache. If it doens't... | libclang PCH creation depends on headers in the clang/2.9/include subdirectory | https://api.github.com/repos/llvm/llvm-project/issues/10298/comments | 0 | 2011-05-16T11:48:08Z | 2023-11-05T16:22:30Z | https://github.com/llvm/llvm-project/issues/10298 | 1,071,012,351 | 10,298 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9925](https://llvm.org/bz9925) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 11:08 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The following program crashes with a failed assert... | Regression: Invalid point of instantiation when using std::string from libc++ in C++0x mode | https://api.github.com/repos/llvm/llvm-project/issues/10297/comments | 4 | 2011-05-16T11:20:13Z | 2021-12-03T22:16:29Z | https://github.com/llvm/llvm-project/issues/10297 | 1,071,012,341 | 10,297 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9924](https://llvm.org/bz9924) |
| Resolution | FIXED |
| Resolved on | Oct 11, 2011 10:24 |
| Version | 2.9 |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
Hi,
I've been encountering a strange problem in both... | Programs compiled with clang++ cause GDB to segfault | https://api.github.com/repos/llvm/llvm-project/issues/10296/comments | 7 | 2011-05-16T09:23:54Z | 2021-12-03T22:16:28Z | https://github.com/llvm/llvm-project/issues/10296 | 1,071,012,333 | 10,296 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9923](https://llvm.org/bz9923) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 17:59 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
I wouldn't have even bothered filing this bug (yet) ex... | enum class streaming causes clang stack dump | https://api.github.com/repos/llvm/llvm-project/issues/10295/comments | 3 | 2011-05-16T02:49:53Z | 2021-12-03T22:16:27Z | https://github.com/llvm/llvm-project/issues/10295 | 1,071,012,324 | 10,295 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9922](https://llvm.org/bz9922) |
| Resolution | FIXED |
| Resolved on | Apr 26, 2012 03:11 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@zygoloid,@RealLitb |
## Extended Description
The following example ... | 'final' pseudo-keyword consumed too greedily | https://api.github.com/repos/llvm/llvm-project/issues/10294/comments | 7 | 2011-05-15T21:02:00Z | 2021-12-03T22:16:26Z | https://github.com/llvm/llvm-project/issues/10294 | 1,071,012,310 | 10,294 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9921](https://llvm.org/bz9921) |
| Resolution | FIXED |
| Resolved on | Jun 20, 2011 19:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @beevvy,@efriedma-quic |
## Extended Description
Compile this code:
long long f(int a, int b)
{
retur... | UNREACHABLE at LegalizeIntegerTypes.cpp:982 when using clang's -ftrapv | https://api.github.com/repos/llvm/llvm-project/issues/10293/comments | 5 | 2011-05-15T17:20:22Z | 2021-12-03T22:16:25Z | https://github.com/llvm/llvm-project/issues/10293 | 1,071,012,303 | 10,293 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9920](https://llvm.org/bz9920) |
| Resolution | DUPLICATE |
| Resolved on | Oct 07, 2011 05:56 |
| Version | trunk |
| OS | All |
| Attachments | [Trigger unneeded "shift count is negative" warning](https://user-images.githubusercontent.com/9060368/143743152-a59d0f28-2875-4161-b... | Another case of unnecessary "shift count is negative" warning | https://api.github.com/repos/llvm/llvm-project/issues/10292/comments | 5 | 2011-05-15T15:10:09Z | 2021-12-03T22:16:25Z | https://github.com/llvm/llvm-project/issues/10292 | 1,071,012,291 | 10,292 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9919](https://llvm.org/bz9919) |
| Resolution | FIXED |
| Resolved on | Jun 17, 2014 01:30 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@ismail |
## Extended Description
I believe this is well-formed code.
struct A {};
templa... | error: binding of reference to type 'A' to a value of type 'A' drops qualifiers | https://api.github.com/repos/llvm/llvm-project/issues/10291/comments | 4 | 2011-05-14T23:29:26Z | 2021-12-03T22:16:24Z | https://github.com/llvm/llvm-project/issues/10291 | 1,071,012,279 | 10,291 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9918](https://llvm.org/bz9918) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
clang ToT fails this test:
```cpp
struct S {
S(int a = (throw "eep", 0)) noexcept;
};
struct T : S {
T() = default;
};
sta... | exception specification for defaulted constructor misses default arguments | https://api.github.com/repos/llvm/llvm-project/issues/10290/comments | 10 | 2011-05-14T20:38:05Z | 2024-12-27T14:33:49Z | https://github.com/llvm/llvm-project/issues/10290 | 1,071,012,275 | 10,290 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9917](https://llvm.org/bz9917) |
| Resolution | FIXED |
| Resolved on | May 17, 2011 22:42 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [This is a preprocess of libc++ <valarray>](https://user-images.githubusercontent.com/60944935/143743150-76ae62e8-302a-4020-bc15-b89a... | Crash by including libc++ <valarray> in c++0x mode | https://api.github.com/repos/llvm/llvm-project/issues/10289/comments | 6 | 2011-05-14T17:20:05Z | 2021-12-03T22:16:22Z | https://github.com/llvm/llvm-project/issues/10289 | 1,071,012,264 | 10,289 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9916](https://llvm.org/bz9916) |
| Resolution | FIXED |
| Resolved on | Jun 14, 2013 20:25 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
I know this area is still under active development. Ju... | link-time undefined copy constructor when defaulting missing testcases | https://api.github.com/repos/llvm/llvm-project/issues/10288/comments | 4 | 2011-05-14T16:15:32Z | 2021-12-03T22:16:21Z | https://github.com/llvm/llvm-project/issues/10288 | 1,071,012,250 | 10,288 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9915](https://llvm.org/bz9915) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
I think that clang should not accept this according to the spec:
struct A { int(a) : 1; };
A bitfield has only a plain "identifier_opt" a the start of its mem... | Clang parses parenthesized identifier as a bitfield | https://api.github.com/repos/llvm/llvm-project/issues/10287/comments | 3 | 2011-05-14T15:33:58Z | 2023-08-22T05:22:24Z | https://github.com/llvm/llvm-project/issues/10287 | 1,071,012,239 | 10,287 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9914](https://llvm.org/bz9914) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 18:47 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Assertion failed: (InitVal->getType() == Ty && "Initializer sh... | Clang crashes in Globals.cpp | https://api.github.com/repos/llvm/llvm-project/issues/10286/comments | 8 | 2011-05-14T14:17:26Z | 2021-12-03T22:16:19Z | https://github.com/llvm/llvm-project/issues/10286 | 1,071,012,225 | 10,286 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9913](https://llvm.org/bz9913) |
| Resolution | FIXED |
| Resolved on | May 15, 2011 12:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
clang recently started rejecting this code:
template<class,cla... | Refuses out-of-class definition of class in partial specialization | https://api.github.com/repos/llvm/llvm-project/issues/10285/comments | 1 | 2011-05-14T09:57:38Z | 2021-12-03T22:16:18Z | https://github.com/llvm/llvm-project/issues/10285 | 1,071,012,216 | 10,285 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9912](https://llvm.org/bz9912) |
| Resolution | WONTFIX |
| Resolved on | Sep 13, 2011 16:07 |
| Version | 2.9 |
| OS | Windows NT |
| Attachments | [test case that shows the problem](https://user-images.githubusercontent.com/60944935/143743147-bedb05da-3b18-4c0a-9e19-c250c79aa1... | ScheduleDAGRRList.cpp does not take debug information into account | https://api.github.com/repos/llvm/llvm-project/issues/10284/comments | 2 | 2011-05-14T02:09:15Z | 2022-01-20T02:34:31Z | https://github.com/llvm/llvm-project/issues/10284 | 1,071,012,203 | 10,284 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9911](https://llvm.org/bz9911) |
| Resolution | FIXED |
| Resolved on | Jan 25, 2012 15:00 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
The following code produces some terrible diagnostics:
int *t... | Bad typo correction: variable name "fool" -> "bool" | https://api.github.com/repos/llvm/llvm-project/issues/10283/comments | 2 | 2011-05-13T23:55:16Z | 2021-12-03T22:16:16Z | https://github.com/llvm/llvm-project/issues/10283 | 1,071,012,198 | 10,283 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9910](https://llvm.org/bz9910) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 14:51 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Apple clang version 3.0 (trunk 131287) (based on LLVM 3.0svn)
Tar... | Constructor mistakenly marked deleted | https://api.github.com/repos/llvm/llvm-project/issues/10282/comments | 4 | 2011-05-13T18:55:44Z | 2021-12-03T22:16:16Z | https://github.com/llvm/llvm-project/issues/10282 | 1,071,012,191 | 10,282 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9909](https://llvm.org/bz9909) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There are no corresponded code in CodeGenModule::EmitGlobalFunctionDefinition to add annotation attributes to Annotations array (though this c... | EmitGlobalFunctionDefinition ignores Annotations | https://api.github.com/repos/llvm/llvm-project/issues/10281/comments | 1 | 2011-05-13T04:47:47Z | 2021-12-03T22:16:15Z | https://github.com/llvm/llvm-project/issues/10281 | 1,071,012,181 | 10,281 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9908](https://llvm.org/bz9908) |
| Resolution | FIXED |
| Resolved on | May 14, 2011 10:12 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Apple clang version 3.0 (trunk 131228) (based on LLVM 3... | alias templates, something is not quite right | https://api.github.com/repos/llvm/llvm-project/issues/10280/comments | 3 | 2011-05-13T03:43:14Z | 2021-12-03T22:16:14Z | https://github.com/llvm/llvm-project/issues/10280 | 1,071,012,177 | 10,280 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9907](https://llvm.org/bz9907) |
| Version | trunk |
| OS | Windows NT |
| Attachments | [optimized bitcode that loosed debug information](https://user-images.githubusercontent.com/60944935/143743145-d6b17d90-614f-46ca-9926-dfcb33394573.gz) |
| Reporter | LLVM Bugzilla Contribut... | LLVM drops line number information for variables that have debug information attached to PHI nodes | https://api.github.com/repos/llvm/llvm-project/issues/10279/comments | 4 | 2011-05-12T22:25:18Z | 2021-12-03T22:16:13Z | https://github.com/llvm/llvm-project/issues/10279 | 1,071,012,173 | 10,279 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9906](https://llvm.org/bz9906) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2013 04:54 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Overview:
In a program which #includes boost's Trim algorithm, if bo... | Clang incorrectly fails to detect nested struct in class definition with Boost. | https://api.github.com/repos/llvm/llvm-project/issues/10278/comments | 1 | 2011-05-12T18:03:06Z | 2021-12-03T22:16:12Z | https://github.com/llvm/llvm-project/issues/10278 | 1,071,012,166 | 10,278 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9905](https://llvm.org/bz9905) |
| Resolution | FIXED |
| Resolved on | Dec 14, 2011 13:26 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [LLVM source file](https://user-images.githubusercontent.com/60944935/143743144-d6b535c1-99ee-4473-b73f-783f27dc7587.gz) |
| Reporter | L... | Failure in code selection for llvm intrinsics sqrt/exp | https://api.github.com/repos/llvm/llvm-project/issues/10277/comments | 3 | 2011-05-12T14:53:38Z | 2021-12-03T22:16:11Z | https://github.com/llvm/llvm-project/issues/10277 | 1,071,012,156 | 10,277 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.