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 | [4804](https://llvm.org/bz4804) |
| Resolution | FIXED |
| Resolved on | Mar 15, 2010 05:55 |
| Version | trunk |
| OS | Linux |
| CC | @rjmccall |
## Extended Description
int main(void)
{
char *x = "foo";
return 0;
}
gcc -Wwrite-strings warns:
test.c:3: warning: initializa... | -Wwrite-strings not implemented | https://api.github.com/repos/llvm/llvm-project/issues/5176/comments | 3 | 2009-08-27T18:43:55Z | 2021-12-03T20:59:49Z | https://github.com/llvm/llvm-project/issues/5176 | 1,070,963,338 | 5,176 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4803](https://llvm.org/bz4803) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2017 01:18 |
| Version | trunk |
| OS | Linux |
| CC | @grimreaper,@rjmccall,@sylvestre |
## Extended Description
void foo(void);
void foo(void);
gcc -Wredundant-decls warns:
test.c:2: warning: r... | -Wredundant-decls not implemented | https://api.github.com/repos/llvm/llvm-project/issues/5175/comments | 5 | 2009-08-27T18:41:29Z | 2021-12-03T20:59:48Z | https://github.com/llvm/llvm-project/issues/5175 | 1,070,963,326 | 5,175 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4802](https://llvm.org/bz4802) |
| Resolution | FIXED |
| Resolved on | Jul 03, 2017 11:14 |
| Version | trunk |
| OS | Linux |
| CC | @chengniansun,@DougGregor,@gribozavr,@isanbard,@LebedevRI |
## Extended Description
int main(void)
{
const char *x = 0;
char *y = (char *)x;... | -Wcast-qual not implemented | https://api.github.com/repos/llvm/llvm-project/issues/5174/comments | 7 | 2009-08-27T18:37:55Z | 2021-12-03T20:59:48Z | https://github.com/llvm/llvm-project/issues/5174 | 1,070,963,315 | 5,174 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4801](https://llvm.org/bz4801) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
## Extended Description
int main(void)
{
int *x = 0;
char y = 0;
return x[y];
}
gcc -Wall warns:
test.c:5: warning: array subscript has type ‘ch... | -Wchar-subscripts unimplemented | https://api.github.com/repos/llvm/llvm-project/issues/5173/comments | 1 | 2009-08-27T18:35:10Z | 2021-12-03T20:59:47Z | https://github.com/llvm/llvm-project/issues/5173 | 1,070,963,304 | 5,173 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4800](https://llvm.org/bz4800) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
int main(void)
{
char *y = (void *)0 + 1;
return 0;
}
gcc -Wpointer-arith:
test.c:3: warning: poi... | -Wpointer-arith not implemented | https://api.github.com/repos/llvm/llvm-project/issues/5172/comments | 4 | 2009-08-27T18:31:40Z | 2021-12-03T20:59:46Z | https://github.com/llvm/llvm-project/issues/5172 | 1,070,963,297 | 5,172 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4799](https://llvm.org/bz4799) |
| Resolution | FIXED |
| Resolved on | Nov 13, 2010 09:12 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
int main(void)
{
int x = 4294967296ULL;
return 0;
}
gcc warns:
test.c:3: warning: ove... | Missing warning for integer overflows | https://api.github.com/repos/llvm/llvm-project/issues/5171/comments | 1 | 2009-08-27T18:26:39Z | 2021-12-03T20:59:45Z | https://github.com/llvm/llvm-project/issues/5171 | 1,070,963,291 | 5,171 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4798](https://llvm.org/bz4798) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
int main(void)
{
int x = -5;
unsigned int y = 6;
return x != y;
}
gcc -W gives a warning:
test.c:5:... | Missing warning for comparing signed and unsigned variables | https://api.github.com/repos/llvm/llvm-project/issues/5170/comments | 2 | 2009-08-27T18:23:14Z | 2021-12-03T20:59:44Z | https://github.com/llvm/llvm-project/issues/5170 | 1,070,963,279 | 5,170 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4797](https://llvm.org/bz4797) |
| Resolution | WORKSFORME |
| Resolved on | Nov 21, 2009 15:29 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@lhames |
## Extended Description
Seen on Ubuntu Hardy.
regehr@john-home:~/volatile/tmp188$ valgrind --trace-children=yes llvm-gcc ... | null ptr dereference in SimpleRegisterCoalescing::JoinIntervals | https://api.github.com/repos/llvm/llvm-project/issues/5169/comments | 0 | 2009-08-27T16:03:29Z | 2022-01-20T02:02:53Z | https://github.com/llvm/llvm-project/issues/5169 | 1,070,963,271 | 5,169 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4796](https://llvm.org/bz4796) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:55 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Since upgrade to SDK 3.0 I'm unable to successfully run an... | iPhone 3.0: syntax error before ‘AT_NAME’ token | https://api.github.com/repos/llvm/llvm-project/issues/5168/comments | 2 | 2009-08-27T15:26:49Z | 2022-01-20T02:31:20Z | https://github.com/llvm/llvm-project/issues/5168 | 1,070,963,260 | 5,168 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4795](https://llvm.org/bz4795) |
| Resolution | FIXED |
| Resolved on | Aug 29, 2009 00:54 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test pattern](https://user-images.githubusercontent.com/67392/143739747-98de6221-3052-4e8b-814b-9bc223bdc8d9.gz) |
## Extended Descri... | TableGen assertion | https://api.github.com/repos/llvm/llvm-project/issues/5167/comments | 1 | 2009-08-27T13:37:05Z | 2021-12-03T20:59:42Z | https://github.com/llvm/llvm-project/issues/5167 | 1,070,963,250 | 5,167 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4794](https://llvm.org/bz4794) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor,@rjmccall |
## Extended Description
template <class T> class X
{
friend class Y;
};
X<char> x;
Crashes with the following... | clang c++ crash instantiating class containing friend class | https://api.github.com/repos/llvm/llvm-project/issues/5166/comments | 2 | 2009-08-27T08:52:22Z | 2021-12-03T20:59:41Z | https://github.com/llvm/llvm-project/issues/5166 | 1,070,963,241 | 5,166 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4793](https://llvm.org/bz4793) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2009 18:19 |
| Version | 2.6 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlattner |
## Extended Description
For lack of a better place to put these failures, here are the ou... | [2.6] MC test failures on PPC host | https://api.github.com/repos/llvm/llvm-project/issues/5165/comments | 5 | 2009-08-27T07:54:41Z | 2021-12-03T20:59:40Z | https://github.com/llvm/llvm-project/issues/5165 | 1,070,963,228 | 5,165 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4792](https://llvm.org/bz4792) |
| Resolution | FIXED |
| Resolved on | Aug 27, 2009 18:22 |
| Version | 2.6 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This error occurred during 2.6 test. When I run this command on Mac OS X PPC G5 runn... | [2.6] 2008-07-22-bitfield-init-after-zero-len-array.c Fails on PPC | https://api.github.com/repos/llvm/llvm-project/issues/5164/comments | 1 | 2009-08-27T07:42:53Z | 2021-12-03T20:59:39Z | https://github.com/llvm/llvm-project/issues/5164 | 1,070,963,217 | 5,164 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4791](https://llvm.org/bz4791) |
| Resolution | WORKSFORME |
| Resolved on | Jun 24, 2010 14:27 |
| Version | trunk |
| OS | All |
| Attachments | [a testcase in which GVN makes some alias queries](https://user-images.githubusercontent.com/4503403/143739746-329435af-e6ec-4308-be... | PassMananger can't use alternate AliasAnalysis with GVN | https://api.github.com/repos/llvm/llvm-project/issues/5163/comments | 3 | 2009-08-27T00:19:58Z | 2022-01-20T02:02:52Z | https://github.com/llvm/llvm-project/issues/5163 | 1,070,963,209 | 5,163 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4790](https://llvm.org/bz4790) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Clang accepts address space qualifiers on the type named by compound literals that appear in functions. This is inconsis... | Missing diagnostic for address space qualifier in type name of compound literal within function | https://api.github.com/repos/llvm/llvm-project/issues/5162/comments | 1 | 2009-08-26T21:11:35Z | 2022-01-20T02:32:36Z | https://github.com/llvm/llvm-project/issues/5162 | 1,070,963,196 | 5,162 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4789](https://llvm.org/bz4789) |
| Resolution | FIXED |
| Resolved on | Aug 26, 2009 20:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced .ll](https://user-images.githubusercontent.com/67392/143739745-bf570e28-d772-416b-9057-e01983f8e8e4.gz) |
## Extended Descrip... | Assertion in Thumb2 code | https://api.github.com/repos/llvm/llvm-project/issues/5161/comments | 2 | 2009-08-26T18:34:53Z | 2021-12-03T20:59:37Z | https://github.com/llvm/llvm-project/issues/5161 | 1,070,963,185 | 5,161 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4788](https://llvm.org/bz4788) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2016 08:43 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [main.i](https://user-images.githubusercontent.com/60944935/143739744-ede50097-694a-4155-81d9-9f2f496d6a39.gz) |
| Reporter | LLVM... | selected processor does not support `blx r*' | https://api.github.com/repos/llvm/llvm-project/issues/5160/comments | 3 | 2009-08-26T17:43:51Z | 2021-12-03T20:59:36Z | https://github.com/llvm/llvm-project/issues/5160 | 1,070,963,173 | 5,160 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4787](https://llvm.org/bz4787) |
| Resolution | WORKSFORME |
| Resolved on | Nov 21, 2009 15:27 |
| Version | trunk |
| OS | Linux |
## Extended Description
Seen using r80083 on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp187$ clang -w -O small.c
clang-cc: VirtRegMap.... | ICE: Assertion `(unsigned)FI-LowSpillSlot < SpillSlotToUsesMap.size() && "Invalid spill slot"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/5159/comments | 3 | 2009-08-26T16:33:59Z | 2022-01-20T02:02:50Z | https://github.com/llvm/llvm-project/issues/5159 | 1,070,963,162 | 5,159 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4786](https://llvm.org/bz4786) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Linux |
| Attachments | [config.log](https://user-images.githubusercontent.com/851100/143739743-41d24dbe-e969-49e7-84e2-3fcb74037673.gz) |
## Extended Descr... | 'isPod' is not a member of 'llvm::DenseMapInfo<long long unsigned int>' | https://api.github.com/repos/llvm/llvm-project/issues/5158/comments | 3 | 2009-08-26T04:59:09Z | 2021-12-03T20:59:34Z | https://github.com/llvm/llvm-project/issues/5158 | 1,070,963,151 | 5,158 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4785](https://llvm.org/bz4785) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2013 12:25 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@isanbard |
## Extended Description
Given this sort of code:
extern void foo (void);
__attribute((wakeup)) __attribute((interrupt(10)))... | msp430 backend: interrupt handing attributes ignored | https://api.github.com/repos/llvm/llvm-project/issues/5157/comments | 7 | 2009-08-26T04:26:53Z | 2021-12-03T20:59:34Z | https://github.com/llvm/llvm-project/issues/5157 | 1,070,963,140 | 5,157 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4784](https://llvm.org/bz4784) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
llvm/clang r80055
If a class tries to make a C f... | Making a C function a friend also creates another definition | https://api.github.com/repos/llvm/llvm-project/issues/5156/comments | 1 | 2009-08-26T02:09:43Z | 2021-12-03T20:59:33Z | https://github.com/llvm/llvm-project/issues/5156 | 1,070,963,129 | 5,156 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4783](https://llvm.org/bz4783) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic |
## Extended Description
I'm having trouble building llvm-trunk for OS X with icc (11.1 20090624).
I used "configure CC=icc CXX=icpc ... | Circular dependency in ICC build | https://api.github.com/repos/llvm/llvm-project/issues/5155/comments | 10 | 2009-08-26T02:05:26Z | 2023-08-06T03:04:12Z | https://github.com/llvm/llvm-project/issues/5155 | 1,070,963,119 | 5,155 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4782](https://llvm.org/bz4782) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
llvm/clang r80041
If a class defines its own "delete" oper... | error: no matching function for 'operator delete' | https://api.github.com/repos/llvm/llvm-project/issues/5154/comments | 6 | 2009-08-26T01:43:03Z | 2021-12-03T20:59:31Z | https://github.com/llvm/llvm-project/issues/5154 | 1,070,963,106 | 5,154 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4781](https://llvm.org/bz4781) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [stderr](https://user-images.githubusercontent.com/60944935/143739738-4e2749a3-2dc9-4f76-a3a6-c52e0116ea58.gz), [info.txt file](https... | Regression in BasicStoreManager when handling arrays (checker-0.216) | https://api.github.com/repos/llvm/llvm-project/issues/5153/comments | 3 | 2009-08-26T00:47:46Z | 2021-12-03T20:59:30Z | https://github.com/llvm/llvm-project/issues/5153 | 1,070,963,098 | 5,153 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4780](https://llvm.org/bz4780) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2011 03:24 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
"make install" doesn't seem to install the PNGs for the tutorial docs. | Tutorial PNGs don't get installed | https://api.github.com/repos/llvm/llvm-project/issues/5152/comments | 1 | 2009-08-26T00:08:50Z | 2021-12-03T20:59:29Z | https://github.com/llvm/llvm-project/issues/5152 | 1,070,963,086 | 5,152 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4779](https://llvm.org/bz4779) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2009 17:18 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
regehr@john-home:~/z/tinyos-2.x/apps/Blink/build/telosb/tmp3$ clang -ccc-host-triple msp430-generic-gener... | msp430 backend ICE: "#operands for dag node doesn't match .td file!" | https://api.github.com/repos/llvm/llvm-project/issues/5151/comments | 1 | 2009-08-25T19:52:05Z | 2021-12-03T20:59:28Z | https://github.com/llvm/llvm-project/issues/5151 | 1,070,963,077 | 5,151 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4778](https://llvm.org/bz4778) |
| Resolution | FIXED |
| Resolved on | Aug 26, 2009 08:50 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
For this code:
char __nesc_atomic_start(void )
{
char result = (({
unsigned int __x;
__asm volatile ... | msp430 specific: problem with constraint 'r' in inline asm | https://api.github.com/repos/llvm/llvm-project/issues/5150/comments | 1 | 2009-08-25T19:43:44Z | 2021-12-03T20:59:27Z | https://github.com/llvm/llvm-project/issues/5150 | 1,070,963,068 | 5,150 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4777](https://llvm.org/bz4777) |
| Resolution | FIXED |
| Resolved on | Nov 20, 2011 16:10 |
| Version | unspecified |
| OS | Linux |
| CC | @Abramo-Bagnara,@asl,@d0k,@echristo,@ismail |
## Extended Description
regehr@john-home:~/z/tinyos-2.x/apps/Null/build/telosb$ cat p1.c
... | asm labels are ignored for static local variables | https://api.github.com/repos/llvm/llvm-project/issues/5149/comments | 13 | 2009-08-25T19:32:39Z | 2021-12-03T20:59:26Z | https://github.com/llvm/llvm-project/issues/5149 | 1,070,963,054 | 5,149 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4776](https://llvm.org/bz4776) |
| Resolution | FIXED |
| Resolved on | Sep 18, 2009 13:09 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
Consider this code:
volatile unsigned char P1OUT __asm ("0x0021");
unsigned char foo (unsigned char x)
... | msp430 backend: placing a variable at a specific address doesn't seem to work | https://api.github.com/repos/llvm/llvm-project/issues/5148/comments | 11 | 2009-08-25T19:27:53Z | 2021-12-03T20:59:26Z | https://github.com/llvm/llvm-project/issues/5148 | 1,070,963,036 | 5,148 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4775](https://llvm.org/bz4775) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2009 12:46 |
| Version | 1.0 |
| OS | All |
| CC | @asl,@sunfishcode,@nlewycky |
## Extended Description
This seems pretty bad: opt -indvars turns this:
; ModuleID = '<stdin>'
target datalayout = ... | [2.6] -indvars pass turning static alloca into dynamic alloca | https://api.github.com/repos/llvm/llvm-project/issues/5147/comments | 2 | 2009-08-25T19:16:47Z | 2021-12-03T20:59:25Z | https://github.com/llvm/llvm-project/issues/5147 | 1,070,963,030 | 5,147 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4774](https://llvm.org/bz4774) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2009 15:23 |
| Version | 2.2 |
| OS | All |
## Extended Description
the gccas/gccld tools have outlived their usefulness, being replaced with opt -std-compile-opts and llvm-ld respectively, they sh... | delete the gccas/gccld tools | https://api.github.com/repos/llvm/llvm-project/issues/5146/comments | 3 | 2009-08-25T18:49:38Z | 2021-12-03T20:59:24Z | https://github.com/llvm/llvm-project/issues/5146 | 1,070,963,022 | 5,146 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4773](https://llvm.org/bz4773) |
| Resolution | DUPLICATE |
| Resolved on | Aug 25, 2009 11:34 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The following code (vec3.c):
typedef __attribute__(( ext_vector_t... | simple float[3] vector usage leads to llc failure | https://api.github.com/repos/llvm/llvm-project/issues/5145/comments | 1 | 2009-08-25T17:34:31Z | 2021-12-03T20:59:23Z | https://github.com/llvm/llvm-project/issues/5145 | 1,070,963,014 | 5,145 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4772](https://llvm.org/bz4772) |
| Resolution | DUPLICATE |
| Resolved on | Sep 12, 2009 13:33 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
(gdb) run
Starting program: /usr/src/build/buildbot/llvm-arm-linux/build/unittes... | ARM unittest JIT.GlobalInFunction fail during ARM Machine Code Emitter | https://api.github.com/repos/llvm/llvm-project/issues/5144/comments | 10 | 2009-08-25T10:13:35Z | 2021-12-03T20:59:22Z | https://github.com/llvm/llvm-project/issues/5144 | 1,070,962,999 | 5,144 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4771](https://llvm.org/bz4771) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
--
ddunbar@giles:tmp$ cat t.cpp
template<typename A>
class ... | crash on destructor synthesis in nested template | https://api.github.com/repos/llvm/llvm-project/issues/5143/comments | 1 | 2009-08-25T09:31:12Z | 2021-12-03T20:59:21Z | https://github.com/llvm/llvm-project/issues/5143 | 1,070,962,986 | 5,143 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4770](https://llvm.org/bz4770) |
| Resolution | FIXED |
| Resolved on | Oct 11, 2009 14:16 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
Seen on Ubuntu Hardy.
regehr@john-home:~/z/tinyos-2.x/apps/Blink/build/telosb/tmp1$ clang -ccc-host-trip... | msp430 backend: Assertion `MO.getOffset() == 0 && "No offsets allowed!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/5142/comments | 1 | 2009-08-25T05:45:02Z | 2021-12-03T20:59:20Z | https://github.com/llvm/llvm-project/issues/5142 | 1,070,962,977 | 5,142 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4769](https://llvm.org/bz4769) |
| Resolution | FIXED |
| Resolved on | Aug 25, 2009 12:17 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
Seen on Ubuntu Hardy. No idea if anyone cares to fix this but since I have a nice reduced test input I f... | msp430 backend: Cannot yet select | https://api.github.com/repos/llvm/llvm-project/issues/5141/comments | 2 | 2009-08-25T05:43:43Z | 2021-12-03T20:59:19Z | https://github.com/llvm/llvm-project/issues/5141 | 1,070,962,970 | 5,141 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4768](https://llvm.org/bz4768) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@rjmccall |
## Extended Description
Clang rejects the following well-formed code:
template<typename T> struct X0 {
template... | Friend class template fails when referring to self | https://api.github.com/repos/llvm/llvm-project/issues/5140/comments | 1 | 2009-08-24T23:19:16Z | 2021-12-03T20:59:18Z | https://github.com/llvm/llvm-project/issues/5140 | 1,070,962,961 | 5,140 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4767](https://llvm.org/bz4767) |
| Resolution | FIXED |
| Resolved on | Sep 08, 2009 00:18 |
| Version | 2.6 |
| OS | FreeBSD |
| Blocks | llvm/llvm-project#4068 |
| Attachments | [s_fdim.bc](https://user-images.githubusercontent.com/92601275/143739735-47f518e4-08d1-45a9-a456-e... | Cannot print this instruction. | https://api.github.com/repos/llvm/llvm-project/issues/5139/comments | 9 | 2009-08-24T23:00:56Z | 2021-12-03T20:59:17Z | https://github.com/llvm/llvm-project/issues/5139 | 1,070,962,950 | 5,139 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4766](https://llvm.org/bz4766) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On Mac OS X, x86_64 uses PIC codegen even in -static mode (no external dylib... | clang -arch x86_64 -static passing -static to assembler | https://api.github.com/repos/llvm/llvm-project/issues/5138/comments | 1 | 2009-08-24T20:41:25Z | 2021-12-03T20:59:17Z | https://github.com/llvm/llvm-project/issues/5138 | 1,070,962,945 | 5,138 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4765](https://llvm.org/bz4765) |
| Resolution | WONTFIX |
| Resolved on | Apr 08, 2011 13:28 |
| Version | unspecified |
| OS | Linux |
| Attachments | [C file](https://user-images.githubusercontent.com/60944935/143739734-61026bf9-8b6d-4419-bbde-ece5a6066f53.gz) |
| Reporter | L... | Dllexport function declaration, llvm-gcc aborted | https://api.github.com/repos/llvm/llvm-project/issues/5137/comments | 10 | 2009-08-24T18:08:18Z | 2022-01-20T02:31:17Z | https://github.com/llvm/llvm-project/issues/5137 | 1,070,962,938 | 5,137 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4764](https://llvm.org/bz4764) |
| Resolution | DUPLICATE |
| Resolved on | Aug 24, 2009 03:31 |
| Version | 1.0 |
| OS | All |
## Extended Description
sys::Path has some useful functionality but its current implementation is bad in a number of ways. As with many of the "sys"... | rewrite sys::Path | https://api.github.com/repos/llvm/llvm-project/issues/5136/comments | 1 | 2009-08-24T06:56:32Z | 2021-12-03T20:59:15Z | https://github.com/llvm/llvm-project/issues/5136 | 1,070,962,928 | 5,136 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4763](https://llvm.org/bz4763) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
--
ddunbar@giles:tmp$ cat t.cpp
template<typename T> struct... | crash on constructor synthesis with templated base class | https://api.github.com/repos/llvm/llvm-project/issues/5135/comments | 2 | 2009-08-24T06:56:04Z | 2021-12-03T20:59:13Z | https://github.com/llvm/llvm-project/issues/5135 | 1,070,962,916 | 5,135 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4762](https://llvm.org/bz4762) |
| Resolution | FIXED |
| Resolved on | Aug 26, 2009 16:03 |
| Version | unspecified |
| OS | All |
| CC | @rnk,@tlattner |
## Extended Description
examples/Kaleidoscope/toy.cpp creates a Module and does
TheExecutionEngine = EngineBuilder(The... | [2.6] AssertingVH abort in Kaleidoscope example | https://api.github.com/repos/llvm/llvm-project/issues/5134/comments | 5 | 2009-08-24T06:34:40Z | 2021-12-03T20:59:13Z | https://github.com/llvm/llvm-project/issues/5134 | 1,070,962,910 | 5,134 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4761](https://llvm.org/bz4761) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
--
ddunbar@giles:tmp$ cat t.ii
struct s0 {
int f0;
tem... | invalid diagnostic for template class constructor | https://api.github.com/repos/llvm/llvm-project/issues/5133/comments | 1 | 2009-08-24T06:14:33Z | 2021-12-03T20:59:12Z | https://github.com/llvm/llvm-project/issues/5133 | 1,070,962,900 | 5,133 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4760](https://llvm.org/bz4760) |
| Resolution | INVALID |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Basic testcase that shows the bug](https://user-images.githubusercontent.com/60944935/143739731-27f61058-be8b-4277-9d71-48eb... | postfix doesn't get priority to prefix and unary maths | https://api.github.com/repos/llvm/llvm-project/issues/5132/comments | 5 | 2009-08-24T05:53:00Z | 2021-12-03T20:59:11Z | https://github.com/llvm/llvm-project/issues/5132 | 1,070,962,894 | 5,132 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4759](https://llvm.org/bz4759) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
basically complained at the very end of build:
make[1]: Leaving... | crashed while checking mysql 5.4 src | https://api.github.com/repos/llvm/llvm-project/issues/5131/comments | 2 | 2009-08-24T02:40:23Z | 2021-12-03T20:59:10Z | https://github.com/llvm/llvm-project/issues/5131 | 1,070,962,885 | 5,131 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4758](https://llvm.org/bz4758) |
| Resolution | FIXED |
| Resolved on | Oct 11, 2009 23:01 |
| Version | 2.6 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Good day,
CMake out of tree build system for llvm is completely broken on Solaris.
... | cmake out of tree build. | https://api.github.com/repos/llvm/llvm-project/issues/5130/comments | 10 | 2009-08-24T01:46:09Z | 2021-12-03T20:59:09Z | https://github.com/llvm/llvm-project/issues/5130 | 1,070,962,872 | 5,130 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4757](https://llvm.org/bz4757) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@rjmccall |
## Extended Description
llvm/clang r79856
Sometimes C++ classes have... | Crash when making a C function a friend | https://api.github.com/repos/llvm/llvm-project/issues/5129/comments | 1 | 2009-08-23T20:38:32Z | 2021-12-03T20:59:08Z | https://github.com/llvm/llvm-project/issues/5129 | 1,070,962,867 | 5,129 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4756](https://llvm.org/bz4756) |
| Resolution | LATER |
| Resolved on | Aug 31, 2009 14:49 |
| Version | unspecified |
| OS | Linux |
| Attachments | [C file](https://user-images.githubusercontent.com/60944935/143739726-39d47eac-e245-4b50-84e4-2a65c4632929.gz) |
| Reporter | LLV... | "Undefined reference" errors when linking a C++ program with static objects | https://api.github.com/repos/llvm/llvm-project/issues/5128/comments | 2 | 2009-08-23T14:32:28Z | 2021-12-03T20:59:07Z | https://github.com/llvm/llvm-project/issues/5128 | 1,070,962,860 | 5,128 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4755](https://llvm.org/bz4755) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Patch to apply manually](https://user-images.githubusercontent.com/60944935/143739725-1b6ff247-2405-4314-b920-79bb74d09ebd.gz) |... | C++0x mode doesn't allow spurious top-level semicolons | https://api.github.com/repos/llvm/llvm-project/issues/5127/comments | 1 | 2009-08-23T10:40:30Z | 2021-12-03T20:59:07Z | https://github.com/llvm/llvm-project/issues/5127 | 1,070,962,851 | 5,127 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4754](https://llvm.org/bz4754) |
| Version | unspecified |
| OS | Linux |
| Attachments | [C and LL files](https://user-images.githubusercontent.com/60944935/143739723-601a015c-a0e1-4057-9f3a-ce2537245748.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended ... | Invalid code is silently generated for varargs function | https://api.github.com/repos/llvm/llvm-project/issues/5126/comments | 6 | 2009-08-23T08:58:24Z | 2022-03-05T14:42:37Z | https://github.com/llvm/llvm-project/issues/5126 | 1,070,962,838 | 5,126 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4753](https://llvm.org/bz4753) |
| Resolution | FIXED |
| Resolved on | Aug 23, 2009 08:03 |
| Version | unspecified |
| OS | Linux |
| Attachments | [failure-inducing bitcode](https://user-images.githubusercontent.com/732536/143739722-1b4dfb2b-8d9d-47e6-acb9-6d93fca65527.gz) |
... | ice: Can't find corresponding super-register! | https://api.github.com/repos/llvm/llvm-project/issues/5125/comments | 1 | 2009-08-23T04:52:03Z | 2021-12-03T20:59:05Z | https://github.com/llvm/llvm-project/issues/5125 | 1,070,962,828 | 5,125 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4752](https://llvm.org/bz4752) |
| Resolution | FIXED |
| Resolved on | Jul 07, 2010 13:30 |
| Version | unspecified |
| OS | Linux |
| Attachments | [ZIP archive with C and BC files](https://user-images.githubusercontent.com/60944935/143739721-eb3e03d4-6400-4732-9012-be4c7ae7fb... | [inline asm] Assertion failed: "Interval does not exist for register" / LLVM ERROR: Ran out of registers during register allocation! | https://api.github.com/repos/llvm/llvm-project/issues/5124/comments | 6 | 2009-08-22T16:14:21Z | 2021-12-03T20:59:04Z | https://github.com/llvm/llvm-project/issues/5124 | 1,070,962,818 | 5,124 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4751](https://llvm.org/bz4751) |
| Resolution | FIXED |
| Resolved on | Aug 24, 2009 19:18 |
| Version | unspecified |
| OS | Linux |
| Attachments | [C and BC files](https://user-images.githubusercontent.com/60944935/143739720-c19b286e-1788-4700-a3c8-beee4908d5d8.gz) |
| Report... | [inline asm] `%a' template: LLVM ERROR: Invalid operand found in inline asm | https://api.github.com/repos/llvm/llvm-project/issues/5123/comments | 1 | 2009-08-22T15:53:41Z | 2021-12-03T20:59:03Z | https://github.com/llvm/llvm-project/issues/5123 | 1,070,962,806 | 5,123 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4750](https://llvm.org/bz4750) |
| Resolution | FIXED |
| Resolved on | Aug 22, 2009 22:07 |
| Version | unspecified |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlattner |
## Extended Description
FAIL: /export/home2/edward/lab/llvm/llvm/test/MC/MachO/da... | MC/MachO tests fail on Solaris. | https://api.github.com/repos/llvm/llvm-project/issues/5122/comments | 3 | 2009-08-22T11:19:20Z | 2021-12-03T20:59:02Z | https://github.com/llvm/llvm-project/issues/5122 | 1,070,962,800 | 5,122 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4749](https://llvm.org/bz4749) |
| Resolution | LATER |
| Resolved on | Nov 28, 2010 15:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Take the following test case tt.c,
----------------------------------... | StrongPhiElimination losts a copy | https://api.github.com/repos/llvm/llvm-project/issues/5121/comments | 2 | 2009-08-21T22:01:38Z | 2021-12-03T20:59:01Z | https://github.com/llvm/llvm-project/issues/5121 | 1,070,962,793 | 5,121 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4748](https://llvm.org/bz4748) |
| Resolution | FIXED |
| Resolved on | Aug 30, 2009 15:39 |
| Version | trunk |
| OS | All |
| Attachments | [File with bad alias info](https://user-images.githubusercontent.com/60944935/143739718-f19a9ee6-c992-43ea-89f6-a45b11b5358c.gz) |
| Repo... | Instcombine transform confuse basicaa | https://api.github.com/repos/llvm/llvm-project/issues/5120/comments | 11 | 2009-08-20T19:31:17Z | 2021-12-03T20:59:00Z | https://github.com/llvm/llvm-project/issues/5120 | 1,070,962,783 | 5,120 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4747](https://llvm.org/bz4747) |
| Resolution | FIXED |
| Resolved on | Aug 30, 2009 20:40 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [testcase (from SingleSourcehttps://user-images.githubusercontent.com/60944935/143739715-c20e75a2-360e-47ad-b30e-fef0dda2234a.gz) |
|... | [sjlj EH] assertion failed: setOperand() out of range! | https://api.github.com/repos/llvm/llvm-project/issues/5119/comments | 4 | 2009-08-20T17:43:25Z | 2021-12-03T20:58:59Z | https://github.com/llvm/llvm-project/issues/5119 | 1,070,962,765 | 5,119 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4746](https://llvm.org/bz4746) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @davidchisnall |
## Extended Description
The header files crypt.h and unistd.h from the GNU C library use a variable named __block in a few function defini... | __block storage qualifier conflicts with variable name in glibc headers | https://api.github.com/repos/llvm/llvm-project/issues/5118/comments | 9 | 2009-08-20T15:04:01Z | 2023-05-21T12:54:16Z | https://github.com/llvm/llvm-project/issues/5118 | 1,070,962,753 | 5,118 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4745](https://llvm.org/bz4745) |
| Version | trunk |
| OS | All |
| Attachments | [Patch to add recoverable string parsing errors to APFloat.](https://user-images.githubusercontent.com/60944935/143739711-680f8260-dfd7-49db-acc6-53382cc059a4.gz), [An updated patch for APFloat.](h... | Add recoverable string parsing errors to APInt and APFloat | https://api.github.com/repos/llvm/llvm-project/issues/5117/comments | 3 | 2009-08-20T11:08:17Z | 2021-12-03T20:58:57Z | https://github.com/llvm/llvm-project/issues/5117 | 1,070,962,745 | 5,117 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4744](https://llvm.org/bz4744) |
| Resolution | WORKSFORME |
| Resolved on | Aug 21, 2009 18:32 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Using binutils 2.18 and newlib 1.17
Configure args:
timMac:llv... | error compiling multilib for llvm-gcc as a cross-compiler for arm | https://api.github.com/repos/llvm/llvm-project/issues/5116/comments | 3 | 2009-08-19T23:32:17Z | 2022-01-20T02:02:49Z | https://github.com/llvm/llvm-project/issues/5116 | 1,070,962,736 | 5,116 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4743](https://llvm.org/bz4743) |
| Resolution | DUPLICATE |
| Resolved on | Aug 19, 2009 09:12 |
| Version | unspecified |
| OS | Linux |
| Attachments | [ZIP archive with examples](https://user-images.githubusercontent.com/60944935/143739710-e086720c-9da7-4d54-9e5d-f34c1bc1e2b2... | Linker warnings "resolving _Xxx by linking to _Xxx@nn" when compiling W32 programs | https://api.github.com/repos/llvm/llvm-project/issues/5115/comments | 1 | 2009-08-19T15:44:22Z | 2021-12-03T20:58:56Z | https://github.com/llvm/llvm-project/issues/5115 | 1,070,962,731 | 5,115 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4742](https://llvm.org/bz4742) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2009 17:52 |
| Version | unspecified |
| OS | Linux |
| Attachments | [ZIP archive with C and BC files](https://user-images.githubusercontent.com/60944935/143739709-aa5fce4e-2ddc-4a08-9e6f-2f2b1d63b0... | [inline asm] `%a' template does not work | https://api.github.com/repos/llvm/llvm-project/issues/5114/comments | 4 | 2009-08-19T14:33:36Z | 2021-12-03T20:58:55Z | https://github.com/llvm/llvm-project/issues/5114 | 1,070,962,718 | 5,114 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4741](https://llvm.org/bz4741) |
| Resolution | WONTFIX |
| Resolved on | Nov 25, 2011 11:30 |
| Version | 2.5 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@d0k |
## Extended Description
Hello.
As I have been trying to update world on my gentoo box, ... | libpcre-7.9-r1 build errors gentoo | https://api.github.com/repos/llvm/llvm-project/issues/5113/comments | 3 | 2009-08-19T07:29:01Z | 2022-01-20T02:31:16Z | https://github.com/llvm/llvm-project/issues/5113 | 1,070,962,711 | 5,113 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4740](https://llvm.org/bz4740) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2009 20:39 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
line 187: #if definded (__thumb2__)
discovered while trying to cross compile for arm | typo in llvm-gcc/config/arm/lib1funcs.asm | https://api.github.com/repos/llvm/llvm-project/issues/5112/comments | 1 | 2009-08-19T03:23:55Z | 2021-12-03T20:58:53Z | https://github.com/llvm/llvm-project/issues/5112 | 1,070,962,702 | 5,112 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4739](https://llvm.org/bz4739) |
| Resolution | INVALID |
| Resolved on | Aug 22, 2009 12:58 |
| Version | unspecified |
| OS | All |
| CC | @asl,@lattner |
## Extended Description
A global alias may be defined as a GEP pointing to an element in the middle of a structure, in w... | GlobalAlias of ConstantExpr emits incorrect code | https://api.github.com/repos/llvm/llvm-project/issues/5111/comments | 24 | 2009-08-18T22:09:17Z | 2021-12-03T20:58:52Z | https://github.com/llvm/llvm-project/issues/5111 | 1,070,962,691 | 5,111 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4738](https://llvm.org/bz4738) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2009 19:23 |
| Version | unspecified |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
If a GlobalVariable is weak and has a constant initializer some optimizations may make optimizati... | Invalid strcmp optimization involving weak GV initializers | https://api.github.com/repos/llvm/llvm-project/issues/5110/comments | 3 | 2009-08-18T21:04:38Z | 2021-12-03T20:58:51Z | https://github.com/llvm/llvm-project/issues/5110 | 1,070,962,683 | 5,110 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4737](https://llvm.org/bz4737) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2009 03:54 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
Sorry for the size of the test input, I wasn't able to reduce it any more. I think the test in... | possible clang wrong code bug | https://api.github.com/repos/llvm/llvm-project/issues/5109/comments | 4 | 2009-08-18T17:38:22Z | 2021-12-03T20:58:51Z | https://github.com/llvm/llvm-project/issues/5109 | 1,070,962,679 | 5,109 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4736](https://llvm.org/bz4736) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2009 19:27 |
| Version | unspecified |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
Seen on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp184$ clang -O2 small.c
clang-cc: Se... | ice: Binary operator types must match! | https://api.github.com/repos/llvm/llvm-project/issues/5108/comments | 1 | 2009-08-18T17:08:57Z | 2021-12-03T20:58:50Z | https://github.com/llvm/llvm-project/issues/5108 | 1,070,962,668 | 5,108 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4735](https://llvm.org/bz4735) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2009 09:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [Possible solution](https://user-images.githubusercontent.com/60944935/143739705-3ae84faf-0e39-4339-96ce-d3dbe907ffe4.gz) |
| Reporter ... | LLVM-GCC miscompiles libstdc++ | https://api.github.com/repos/llvm/llvm-project/issues/5107/comments | 4 | 2009-08-18T01:19:10Z | 2021-12-03T20:58:49Z | https://github.com/llvm/llvm-project/issues/5107 | 1,070,962,662 | 5,107 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4734](https://llvm.org/bz4734) |
| Resolution | FIXED |
| Resolved on | Aug 18, 2009 11:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143739703-50279792-698a-4d1a-b09a-ce902152a9c5.gz), [script that demonstr... | -loop-rotate produces invalid code | https://api.github.com/repos/llvm/llvm-project/issues/5106/comments | 2 | 2009-08-17T18:47:06Z | 2021-12-03T20:58:48Z | https://github.com/llvm/llvm-project/issues/5106 | 1,070,962,650 | 5,106 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4733](https://llvm.org/bz4733) |
| Resolution | FIXED |
| Resolved on | Sep 16, 2009 19:59 |
| Version | unspecified |
| OS | Linux |
| CC | @asl,@lhames |
## Extended Description
regehr@john-home:~/volatile/tmp182$ llvm-gcc -c -O small.c
LLVM ERROR: Ran out of registers duri... | Ran out of registers during register allocation! | https://api.github.com/repos/llvm/llvm-project/issues/5105/comments | 2 | 2009-08-17T18:46:35Z | 2021-12-03T20:58:47Z | https://github.com/llvm/llvm-project/issues/5105 | 1,070,962,639 | 5,105 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4732](https://llvm.org/bz4732) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2010 20:01 |
| Version | 1.0 |
| OS | Linux |
| CC | @lattner,@sunfishcode |
## Extended Description
Seen on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp181$ clang -O3 small.c -o foo
/tmp/... | codegen pass breaks machine cfg | https://api.github.com/repos/llvm/llvm-project/issues/5104/comments | 17 | 2009-08-17T18:32:52Z | 2021-12-03T20:58:46Z | https://github.com/llvm/llvm-project/issues/5104 | 1,070,962,631 | 5,104 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4731](https://llvm.org/bz4731) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2009 00:06 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [test case](https://user-images.githubusercontent.com/1445253/143739700-7d3fb1d2-d80b-47f5-ada5-64c2920e1a94.gz), [possible ... | NEON vbslq_f32() intrinsic triggers an assert | https://api.github.com/repos/llvm/llvm-project/issues/5103/comments | 1 | 2009-08-17T05:23:49Z | 2021-12-03T20:58:45Z | https://github.com/llvm/llvm-project/issues/5103 | 1,070,962,617 | 5,103 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4730](https://llvm.org/bz4730) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Summary:
When compiling Objective-C, if the compiler were aware of type i... | Clang should be aware of Objective-C toll free bridging | https://api.github.com/repos/llvm/llvm-project/issues/5102/comments | 1 | 2009-08-16T19:37:00Z | 2023-08-15T13:18:00Z | https://github.com/llvm/llvm-project/issues/5102 | 1,070,962,606 | 5,102 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4729](https://llvm.org/bz4729) |
| Resolution | FIXED |
| Resolved on | May 22, 2014 16:15 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Sample Xcode Project](https://user-images.githubusercontent.com/60944935/143739698-63e53be8-8088-4c15-8786-c5b0ffffe539.gz) |
... | Low-quality diagnostic for non-constant struct initializer | https://api.github.com/repos/llvm/llvm-project/issues/5101/comments | 7 | 2009-08-16T19:24:37Z | 2021-12-03T20:58:44Z | https://github.com/llvm/llvm-project/issues/5101 | 1,070,962,598 | 5,101 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4728](https://llvm.org/bz4728) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2009 10:01 |
| Version | unspecified |
| OS | Linux |
| CC | @d0k,@oscarfv |
## Extended Description
See http://google1.osuosl.org:8011/builders/clang-i686-xp-msvc9 | msvc buildbot broken due to r79177 | https://api.github.com/repos/llvm/llvm-project/issues/5100/comments | 4 | 2009-08-16T08:36:05Z | 2021-12-03T20:58:43Z | https://github.com/llvm/llvm-project/issues/5100 | 1,070,962,593 | 5,100 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4727](https://llvm.org/bz4727) |
| Resolution | FIXED |
| Resolved on | Aug 15, 2009 21:18 |
| Version | trunk |
| OS | All |
| Attachments | [Adds cast functions to IRBuilder.](https://user-images.githubusercontent.com/60944935/143739692-d28c4cc3-7328-42f6-804b-341099fbb05d.gz)... | Expose most of IRBuilder and Constant* to llvm-c and ocaml | https://api.github.com/repos/llvm/llvm-project/issues/5099/comments | 2 | 2009-08-15T23:34:41Z | 2021-12-03T20:58:42Z | https://github.com/llvm/llvm-project/issues/5099 | 1,070,962,585 | 5,099 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4726](https://llvm.org/bz4726) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2009 03:55 |
| Version | trunk |
| OS | All |
| Attachments | [unit tests for APInt](https://user-images.githubusercontent.com/60944935/143739687-26ab1b90-06c8-483f-9541-c3be4c340c19.gz), [Modify APF... | Patch series to get APInt and APFloat to take StringRefs | https://api.github.com/repos/llvm/llvm-project/issues/5098/comments | 3 | 2009-08-15T22:29:36Z | 2021-12-03T20:58:41Z | https://github.com/llvm/llvm-project/issues/5098 | 1,070,962,578 | 5,098 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4725](https://llvm.org/bz4725) |
| Version | trunk |
| OS | All |
| Attachments | [Test case for Blackfin back-end](https://user-images.githubusercontent.com/92601353/143739686-5884d737-a031-4f92-a56f-047faa7c1d78.gz) |
## Extended Description
The attached test case fails wi... | SoftenFloatOp_FP_TO_SINT assertion | https://api.github.com/repos/llvm/llvm-project/issues/5097/comments | 1 | 2009-08-15T20:42:21Z | 2023-08-17T16:19:23Z | https://github.com/llvm/llvm-project/issues/5097 | 1,070,962,572 | 5,097 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4724](https://llvm.org/bz4724) |
| Resolution | FIXED |
| Resolved on | Aug 15, 2009 13:34 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@sunfishcode,@nlewycky |
## Extended Description
I'm trying to build llvm/llvm-gc... | "relocation R_X86_64_PC32 against undefined symbol" building C++ shared libraries | https://api.github.com/repos/llvm/llvm-project/issues/5096/comments | 7 | 2009-08-15T06:21:38Z | 2021-12-03T20:58:39Z | https://github.com/llvm/llvm-project/issues/5096 | 1,070,962,560 | 5,096 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4723](https://llvm.org/bz4723) |
| Resolution | DUPLICATE |
| Resolved on | Aug 15, 2009 04:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed C++ source](https://user-images.githubusercontent.com/4503403/143739685-a79643af-de57-4c53-88b0-77ee9eb80408.gz) |
| ... | invalid relocation for PIC emitted in libstdc++ build | https://api.github.com/repos/llvm/llvm-project/issues/5095/comments | 3 | 2009-08-15T04:19:21Z | 2021-12-03T20:58:38Z | https://github.com/llvm/llvm-project/issues/5095 | 1,070,962,550 | 5,095 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4722](https://llvm.org/bz4722) |
| Resolution | WONTFIX |
| Resolved on | Aug 15, 2009 21:26 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic,@nlewycky |
## Extended Description
This probably isn't GVN's fault directl... | GVN doesn't look through select for alloca | https://api.github.com/repos/llvm/llvm-project/issues/5094/comments | 6 | 2009-08-15T02:47:49Z | 2022-01-20T02:31:15Z | https://github.com/llvm/llvm-project/issues/5094 | 1,070,962,535 | 5,094 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4721](https://llvm.org/bz4721) |
| Resolution | FIXED |
| Resolved on | Aug 14, 2009 21:56 |
| Version | unspecified |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
This testcase:
void sum1(int rb) {
typedef unsigned char imgrow[rb];
typedef imgrow img[rb];... | memory bugs and codegen crash with vlas | https://api.github.com/repos/llvm/llvm-project/issues/5093/comments | 1 | 2009-08-15T02:03:33Z | 2021-12-03T20:58:37Z | https://github.com/llvm/llvm-project/issues/5093 | 1,070,962,527 | 5,093 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4720](https://llvm.org/bz4720) |
| Resolution | FIXED |
| Resolved on | Aug 14, 2009 21:16 |
| Version | unspecified |
| OS | OpenBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rjmccall |
## Extended Description
Recent versions of clang now error on main defined differ... | clang should not error on different main | https://api.github.com/repos/llvm/llvm-project/issues/5092/comments | 6 | 2009-08-15T01:30:59Z | 2021-12-03T20:58:36Z | https://github.com/llvm/llvm-project/issues/5092 | 1,070,962,522 | 5,092 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4719](https://llvm.org/bz4719) |
| Resolution | WONTFIX |
| Resolved on | Apr 08, 2011 13:28 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#5253 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
llvm/clang r79008
... | llvm-gcc should not use duplicate definitions of the same inline function | https://api.github.com/repos/llvm/llvm-project/issues/5091/comments | 8 | 2009-08-14T22:03:44Z | 2022-01-20T02:31:14Z | https://github.com/llvm/llvm-project/issues/5091 | 1,070,962,516 | 5,091 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4718](https://llvm.org/bz4718) |
| Resolution | WONTFIX |
| Resolved on | Apr 08, 2011 13:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc rejects
class A {
public:
A();
priva... | [llvm-g++ upstream] Rejects valid c++ | https://api.github.com/repos/llvm/llvm-project/issues/5090/comments | 4 | 2009-08-14T12:29:33Z | 2022-01-20T02:31:13Z | https://github.com/llvm/llvm-project/issues/5090 | 1,070,962,512 | 5,090 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4717](https://llvm.org/bz4717) |
| Resolution | WONTFIX |
| Resolved on | Mar 17, 2010 10:34 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
llvm-gcc rejects
class C {
public:
... | [llvm-g++ upstream] Rejects valid c++ | https://api.github.com/repos/llvm/llvm-project/issues/5089/comments | 8 | 2009-08-14T12:25:21Z | 2022-01-20T02:31:13Z | https://github.com/llvm/llvm-project/issues/5089 | 1,070,962,506 | 5,089 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4716](https://llvm.org/bz4716) |
| Resolution | FIXED |
| Resolved on | Aug 15, 2009 08:21 |
| Version | trunk |
| OS | All |
| Attachments | [regscav.ll](https://user-images.githubusercontent.com/67392/143739683-71e342b1-0c86-4c11-af06-0c787a8af69c.gz) |
| CC | @stoklund |
## ... | Another regscavenger assertion | https://api.github.com/repos/llvm/llvm-project/issues/5088/comments | 2 | 2009-08-14T09:18:23Z | 2021-12-03T20:58:32Z | https://github.com/llvm/llvm-project/issues/5088 | 1,070,962,500 | 5,088 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4715](https://llvm.org/bz4715) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm/clang r78979
Attempting to built llvm-gcc-4.2 with clang as the stage1 C... | -Wno-error treated same a -Werror | https://api.github.com/repos/llvm/llvm-project/issues/5087/comments | 2 | 2009-08-14T05:18:42Z | 2021-12-03T20:58:32Z | https://github.com/llvm/llvm-project/issues/5087 | 1,070,962,494 | 5,087 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4714](https://llvm.org/bz4714) |
| Resolution | FIXED |
| Resolved on | Aug 13, 2009 19:02 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
llvm\include\llvm/Operator.h(104) : warning C4624: 'llvm:... | compiler warnings on windows | https://api.github.com/repos/llvm/llvm-project/issues/5086/comments | 2 | 2009-08-13T19:29:38Z | 2021-12-03T20:58:31Z | https://github.com/llvm/llvm-project/issues/5086 | 1,070,962,484 | 5,086 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4713](https://llvm.org/bz4713) |
| Resolution | INVALID |
| Resolved on | Oct 26, 2009 13:56 |
| Version | 2.5 |
| OS | other |
| Attachments | [Log of make demonstrating the failure.](https://user-images.githubusercontent.com/60944935/143739682-d118a585-0020-4d21-ba08-e8ccc263e... | xgcc fails silently, cannot build crtbegin.o | https://api.github.com/repos/llvm/llvm-project/issues/5085/comments | 3 | 2009-08-13T15:18:37Z | 2021-12-03T20:58:30Z | https://github.com/llvm/llvm-project/issues/5085 | 1,070,962,472 | 5,085 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4712](https://llvm.org/bz4712) |
| Resolution | WONTFIX |
| Resolved on | Apr 08, 2011 13:28 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Testcase code that causes internal compiler error, reduced as per: https://user-images.githubusercontent.com/60944935/14373967... | internal compiler error when compiling ObjC 2.0 code with fast enumeration | https://api.github.com/repos/llvm/llvm-project/issues/5084/comments | 6 | 2009-08-13T04:21:57Z | 2022-01-20T02:31:11Z | https://github.com/llvm/llvm-project/issues/5084 | 1,070,962,464 | 5,084 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4711](https://llvm.org/bz4711) |
| Resolution | FIXED |
| Resolved on | Aug 23, 2009 04:48 |
| Version | unspecified |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pwo |
## Extended Description
Good day,
No idea where to start debugging this:
FAIL: /expo... | Thumb2 tests fail horrifyingly on Solaris. | https://api.github.com/repos/llvm/llvm-project/issues/5083/comments | 4 | 2009-08-12T03:05:23Z | 2021-12-03T20:58:28Z | https://github.com/llvm/llvm-project/issues/5083 | 1,070,962,450 | 5,083 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4710](https://llvm.org/bz4710) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 13:59 |
| Version | unspecified |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Good day,
/opt/clang/bin/opt asserts and aborts with the following trac... | simplifycfg horks phi node | https://api.github.com/repos/llvm/llvm-project/issues/5082/comments | 1 | 2009-08-12T02:34:47Z | 2021-12-03T20:58:27Z | https://github.com/llvm/llvm-project/issues/5082 | 1,070,962,441 | 5,082 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4709](https://llvm.org/bz4709) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | All |
## Extended Description
llvm-gcc (and regular gcc) default to -fomit-frame-pointer on x86-64.
clang appears to default to -fno-omit-frame-p... | clang shouldn't use --disable-fp-elim by default on x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/5081/comments | 1 | 2009-08-12T00:57:40Z | 2022-01-20T02:02:48Z | https://github.com/llvm/llvm-project/issues/5081 | 1,070,962,435 | 5,081 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4708](https://llvm.org/bz4708) |
| Resolution | FIXED |
| Resolved on | Aug 12, 2009 20:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch to fix warnings in llvm-prof.cpp](https://user-images.githubusercontent.com/60944935/143739676-1b51252a-761d-425f-8896-b0d1d00f6... | llvm-prof has cast warnings after r78477 | https://api.github.com/repos/llvm/llvm-project/issues/5080/comments | 1 | 2009-08-11T21:41:12Z | 2021-12-03T20:58:25Z | https://github.com/llvm/llvm-project/issues/5080 | 1,070,962,428 | 5,080 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4707](https://llvm.org/bz4707) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2009 06:58 |
| Version | trunk |
| OS | All |
| CC | @asl,@pwo |
## Extended Description
the following tests show errors in valgrind:
test/CodeGen/Thumb2/thumb2-ldr.ll
test/CodeGen/Thumb2/thumb2-ld... | Use after free in Thumb2SizeReduction | https://api.github.com/repos/llvm/llvm-project/issues/5079/comments | 2 | 2009-08-11T21:36:24Z | 2021-12-03T20:58:24Z | https://github.com/llvm/llvm-project/issues/5079 | 1,070,962,410 | 5,079 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4706](https://llvm.org/bz4706) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2010 00:04 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [IR file that will crash bitcode reader when compiled and read](https://user-images.githubusercontent.com/60944935/143739673... | Bitcode reader fails after rev# 78258 | https://api.github.com/repos/llvm/llvm-project/issues/5078/comments | 10 | 2009-08-11T02:30:22Z | 2021-12-03T20:58:23Z | https://github.com/llvm/llvm-project/issues/5078 | 1,070,962,399 | 5,078 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [4705](https://llvm.org/bz4705) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint -run-llc foo.bc --tool-args -march=msp430](https://user-images.githubusercontent.com/60944935/143739671-2b4086e6-12b5-4449-a4... | llc : Assertion failed: (Reg && "this is not a register!") | https://api.github.com/repos/llvm/llvm-project/issues/5077/comments | 12 | 2009-08-10T21:11:30Z | 2021-12-03T20:58:22Z | https://github.com/llvm/llvm-project/issues/5077 | 1,070,962,391 | 5,077 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.