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 | [2004](https://llvm.org/bz2004) |
| Resolution | FIXED |
| Resolved on | May 26, 2008 05:35 |
| Version | 1.0 |
| OS | Linux |
| CC | @nlewycky |
## Extended Description
define i32 @​a(i32 %x) {
entry:
%tmp14 = shl i32 %x, 27
%tmp15 = ashr i32 %tmp14, 27
... | missed instcombine with trunc+sext | https://api.github.com/repos/llvm/llvm-project/issues/2376/comments | 2 | 2008-02-10T03:11:32Z | 2021-12-03T20:17:28Z | https://github.com/llvm/llvm-project/issues/2376 | 1,070,934,935 | 2,376 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2003](https://llvm.org/bz2003) |
| Resolution | FIXED |
| Resolved on | Feb 20, 2008 03:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
For the following LLVM code:
define void @​foo(i32 %n) {
ent... | Incorrect iteration count for loop with unsigned ICMP condition | https://api.github.com/repos/llvm/llvm-project/issues/2375/comments | 13 | 2008-02-10T01:05:42Z | 2021-12-03T20:17:27Z | https://github.com/llvm/llvm-project/issues/2375 | 1,070,934,924 | 2,375 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2002](https://llvm.org/bz2002) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2008 09:14 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
For the following LLVM code:
define void @​foo(i8 signext %n... | Incorrect iteration count for loop with signed ICMP condition | https://api.github.com/repos/llvm/llvm-project/issues/2374/comments | 6 | 2008-02-09T23:13:27Z | 2021-12-03T20:17:26Z | https://github.com/llvm/llvm-project/issues/2374 | 1,070,934,911 | 2,374 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2001](https://llvm.org/bz2001) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| CC | @tkremenek |
## Extended Description
int a(int x) {
struct {signed int x:5;} s;
return s.x = x;
}
clang -emit-llvm-bc | opt -std-compil... | clang bitfield assignment produces wrong value | https://api.github.com/repos/llvm/llvm-project/issues/2373/comments | 2 | 2008-02-09T12:04:17Z | 2021-12-03T20:17:25Z | https://github.com/llvm/llvm-project/issues/2373 | 1,070,934,902 | 2,373 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2000](https://llvm.org/bz2000) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
extern const void cv1;
const void *f (void)
{
return &cv1;
} | Rejects valid C90 and C99 | https://api.github.com/repos/llvm/llvm-project/issues/2372/comments | 9 | 2008-02-09T05:21:30Z | 2021-12-03T20:17:24Z | https://github.com/llvm/llvm-project/issues/2372 | 1,070,934,893 | 2,372 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1999](https://llvm.org/bz1999) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
void g1 (register); | Rejects valid C90. | https://api.github.com/repos/llvm/llvm-project/issues/2371/comments | 5 | 2008-02-09T05:19:52Z | 2021-12-03T20:17:24Z | https://github.com/llvm/llvm-project/issues/2371 | 1,070,934,883 | 2,371 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1998](https://llvm.org/bz1998) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2008 01:30 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
e.g. inline functions in standard headers, and (according to sabre) unused st... | clang codegens unused stuff | https://api.github.com/repos/llvm/llvm-project/issues/2370/comments | 2 | 2008-02-09T05:17:23Z | 2021-12-03T20:17:23Z | https://github.com/llvm/llvm-project/issues/2370 | 1,070,934,872 | 2,370 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1997](https://llvm.org/bz1997) |
| Resolution | FIXED |
| Resolved on | Feb 19, 2008 20:55 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
typedef struct
{
unsigned int line_number;
} c_coords;
void foo (void)
{
... | Cannot codegen simple initializer | https://api.github.com/repos/llvm/llvm-project/issues/2369/comments | 1 | 2008-02-09T05:14:21Z | 2021-12-03T20:17:22Z | https://github.com/llvm/llvm-project/issues/2369 | 1,070,934,866 | 2,369 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1996](https://llvm.org/bz1996) |
| Resolution | FIXED |
| Resolved on | Feb 13, 2008 00:56 |
| Version | unspecified |
| OS | Linux |
## Extended Description
define i32 @​b() {
entry:
%b = alloca i32 ; <i32*> [#uses=3]
%tmp2 = load i32* %b, align ... | llvm doesn't optmize out loads of undef | https://api.github.com/repos/llvm/llvm-project/issues/2368/comments | 12 | 2008-02-09T04:39:37Z | 2021-12-03T20:17:21Z | https://github.com/llvm/llvm-project/issues/2368 | 1,070,934,854 | 2,368 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1995](https://llvm.org/bz1995) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2008 16:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [reduction](https://user-images.githubusercontent.com/60944935/143737643-01e5cf7a-efb0-4b2e-92a9-d1e7dc09eac0.gz) |
| Reporter | LLVM B... | LoopIndexSplit crashes | https://api.github.com/repos/llvm/llvm-project/issues/2367/comments | 1 | 2008-02-08T21:46:26Z | 2021-12-03T20:17:21Z | https://github.com/llvm/llvm-project/issues/2367 | 1,070,934,843 | 2,367 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1994](https://llvm.org/bz1994) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2008 02:24 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
c++ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wmissing-format... | llvm-gcc-4.2 build broken on x86-64-linux | https://api.github.com/repos/llvm/llvm-project/issues/2366/comments | 2 | 2008-02-07T14:17:19Z | 2021-12-03T20:17:20Z | https://github.com/llvm/llvm-project/issues/2366 | 1,070,934,832 | 2,366 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1993](https://llvm.org/bz1993) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase to demonstrate variant pattern pruning bug](https://user-images.githubusercontent.com/60944935/143737628-d42e6955-f042-4437-a56... | Variants are inappropriately pruned | https://api.github.com/repos/llvm/llvm-project/issues/2365/comments | 21 | 2008-02-07T03:20:54Z | 2021-12-03T20:17:19Z | https://github.com/llvm/llvm-project/issues/2365 | 1,070,934,820 | 2,365 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1992](https://llvm.org/bz1992) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
The following code generates spurious warnings (duplicate case value):
void func()
{
switch (2)... | string literals get wrong type | https://api.github.com/repos/llvm/llvm-project/issues/2364/comments | 2 | 2008-02-06T22:42:55Z | 2021-12-03T20:17:18Z | https://github.com/llvm/llvm-project/issues/2364 | 1,070,934,817 | 2,364 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1991](https://llvm.org/bz1991) |
| Resolution | FIXED |
| Resolved on | Feb 19, 2008 20:54 |
| Version | unspecified |
| OS | All |
| Attachments | [test case (delta reduced)](https://user-images.githubusercontent.com/2998477/143737627-492ad5d8-b83f-47ec-955c-1c5d09fa1bd6.gz) |
... | Assertion `E && !hasAggregateLLVMType(E->getType()) && "Invalid scalar expression to emit"' failed | https://api.github.com/repos/llvm/llvm-project/issues/2363/comments | 2 | 2008-02-06T22:32:44Z | 2021-12-03T20:17:17Z | https://github.com/llvm/llvm-project/issues/2363 | 1,070,934,814 | 2,363 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1990](https://llvm.org/bz1990) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2008 12:50 |
| Version | unspecified |
| OS | All |
| Attachments | [test case (delta reduced)](https://user-images.githubusercontent.com/2998477/143737626-77685666-a5ea-4853-8274-a8f7af28a878.gz) |
... | codegen: structures with bitfields trigger an assertion | https://api.github.com/repos/llvm/llvm-project/issues/2362/comments | 1 | 2008-02-06T22:20:11Z | 2021-12-03T20:17:16Z | https://github.com/llvm/llvm-project/issues/2362 | 1,070,934,804 | 2,362 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1989](https://llvm.org/bz1989) |
| Resolution | FIXED |
| Resolved on | Feb 27, 2008 00:50 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [test case](https://user-images.githubusercontent.com/2998477/143737625-c703d8d4-24f6-4523-b85d-d1a19902cfef.gz) |
| CC | @e... | "All operands to PHI node must be the same type as the PHI node" assertion triggered | https://api.github.com/repos/llvm/llvm-project/issues/2361/comments | 6 | 2008-02-06T22:05:17Z | 2021-12-03T20:17:15Z | https://github.com/llvm/llvm-project/issues/2361 | 1,070,934,795 | 2,361 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1988](https://llvm.org/bz1988) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [test case](https://user-images.githubusercontent.com/2998477/143737624-c54bc561-9fdd-4046-871f-b376ef6058a4.gz) |
## Exten... | clang crashes on invalid struct definition | https://api.github.com/repos/llvm/llvm-project/issues/2360/comments | 1 | 2008-02-06T20:41:36Z | 2021-12-03T20:17:15Z | https://github.com/llvm/llvm-project/issues/2360 | 1,070,934,784 | 2,360 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1987](https://llvm.org/bz1987) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:59 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
clang crashes with the following invalid code:
struct _zend_module_entry {
}
typedef struct _zend_func... | sema crashes on invalid function definition | https://api.github.com/repos/llvm/llvm-project/issues/2359/comments | 1 | 2008-02-06T20:30:08Z | 2021-12-03T20:17:14Z | https://github.com/llvm/llvm-project/issues/2359 | 1,070,934,773 | 2,359 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1986](https://llvm.org/bz1986) |
| Resolution | DUPLICATE |
| Resolved on | May 27, 2008 00:20 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The following code
struct s
{
struct {
int a;
... | Incorrect type generated for anonymous struct | https://api.github.com/repos/llvm/llvm-project/issues/2358/comments | 1 | 2008-02-06T17:48:15Z | 2021-12-03T20:17:13Z | https://github.com/llvm/llvm-project/issues/2358 | 1,070,934,762 | 2,358 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1985](https://llvm.org/bz1985) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
any invocation of llvm-ar rcs seems to use 100% of the cpu and never halt. It is ... | llvm-ar is unkillable and doesn't halt | https://api.github.com/repos/llvm/llvm-project/issues/2357/comments | 4 | 2008-02-06T05:31:05Z | 2021-12-03T20:17:12Z | https://github.com/llvm/llvm-project/issues/2357 | 1,070,934,747 | 2,357 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1984](https://llvm.org/bz1984) |
| Resolution | FIXED |
| Resolved on | Dec 19, 2019 22:29 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@lhames |
## Extended Description
The kaleidoscope tutorial starts to segfault at stag... | kaleidoscope tutorial, segfault on dump | https://api.github.com/repos/llvm/llvm-project/issues/2356/comments | 11 | 2008-02-05T07:49:42Z | 2021-12-03T20:17:11Z | https://github.com/llvm/llvm-project/issues/2356 | 1,070,934,733 | 2,356 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1983](https://llvm.org/bz1983) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2020 12:12 |
| Version | trunk |
| OS | Linux |
| CC | @topperc,@gnzlbg,@MaskRay,@RKSimon,@rotateright,@stoklund |
## Extended Description
Spun off of Bug 1979, because I don't want to pollute that... | Optimize __builtin_parity | https://api.github.com/repos/llvm/llvm-project/issues/2355/comments | 5 | 2008-02-05T06:30:54Z | 2021-12-03T20:17:10Z | https://github.com/llvm/llvm-project/issues/2355 | 1,070,934,727 | 2,355 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1982](https://llvm.org/bz1982) |
| Resolution | FIXED |
| Resolved on | May 04, 2012 06:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jayfoad |
## Extended Description
The Ada -E binder option stores a stack traceback in the exce... | Stack backtraces in exceptions not supported | https://api.github.com/repos/llvm/llvm-project/issues/2354/comments | 6 | 2008-02-04T22:24:07Z | 2021-12-03T20:17:09Z | https://github.com/llvm/llvm-project/issues/2354 | 1,070,934,717 | 2,354 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1981](https://llvm.org/bz1981) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The Ada front-end expects the back-end to handle bitfields of
arbitrary type. In the following example, a bitfield of struct type:
package Bit... | Objects of arbitrary type can be bitfields | https://api.github.com/repos/llvm/llvm-project/issues/2353/comments | 3 | 2008-02-04T22:20:08Z | 2022-03-05T14:59:07Z | https://github.com/llvm/llvm-project/issues/2353 | 1,070,934,712 | 2,353 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1980](https://llvm.org/bz1980) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2008 22:34 |
| Version | unspecified |
| OS | Linux |
| Attachments | [unreduced testcase bitcode](https://user-images.githubusercontent.com/60944935/143737621-7f12314f-c2e7-425b-8fb7-cc0e1f1072d2.gz... | DSE handleEndBlock uses freed memory | https://api.github.com/repos/llvm/llvm-project/issues/2352/comments | 2 | 2008-02-04T12:32:15Z | 2021-12-03T20:17:08Z | https://github.com/llvm/llvm-project/issues/2352 | 1,070,934,703 | 2,352 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1979](https://llvm.org/bz1979) |
| Resolution | FIXED |
| Resolved on | Jun 10, 2008 14:44 |
| Version | unspecified |
| OS | All |
## Extended Description
Comparing LLVM trunk (clang -emit-llvm-bc | opt -std-compile-opts | llc) and gcc 4.1 (gcc -O3 -S) for the following code,... | Potential loop codegen improvement | https://api.github.com/repos/llvm/llvm-project/issues/2351/comments | 4 | 2008-02-04T03:57:24Z | 2021-12-03T20:17:07Z | https://github.com/llvm/llvm-project/issues/2351 | 1,070,934,694 | 2,351 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1978](https://llvm.org/bz1978) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2008 22:55 |
| Version | 2.2 |
| OS | All |
| CC | @asl |
## Extended Description
I think this is likely to be a C++ FE bug, probably something similar to the struct copy thing. | tramp3d fails at -O0 but passes at -O3 | https://api.github.com/repos/llvm/llvm-project/issues/2350/comments | 6 | 2008-02-03T22:35:43Z | 2021-12-03T20:17:06Z | https://github.com/llvm/llvm-project/issues/2350 | 1,070,934,684 | 2,350 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1977](https://llvm.org/bz1977) |
| Resolution | WONTFIX |
| Resolved on | Oct 18, 2013 13:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [llvm-dis crtbegin.bc](https://user-images.githubusercontent.com/60944935/143737620-f4feb9e5-d846-459c-b074-abad05d6bde3.gz) |
| Repo... | Hang compiling llvm-gcc-4.2 on linux/alpha | https://api.github.com/repos/llvm/llvm-project/issues/2349/comments | 11 | 2008-02-03T20:49:57Z | 2022-01-20T02:28:47Z | https://github.com/llvm/llvm-project/issues/2349 | 1,070,934,674 | 2,349 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1976](https://llvm.org/bz1976) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2008 01:43 |
| Version | trunk |
| OS | All |
| Attachments | [proposed patch (a little ugly)](https://user-images.githubusercontent.com/392652/143737619-dae450f9-c5ae-4832-8a2a-bff937e317d3.gz) |
#... | instcombine doesn't fold x*y+x*z to x*(y+z) | https://api.github.com/repos/llvm/llvm-project/issues/2348/comments | 4 | 2008-02-03T06:41:38Z | 2021-12-03T20:17:04Z | https://github.com/llvm/llvm-project/issues/2348 | 1,070,934,657 | 2,348 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1975](https://llvm.org/bz1975) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2008 16:50 |
| Version | 2.2 |
| OS | All |
| CC | @asl |
## Extended Description
The dag isel emitter is generating code that uses RAUW on a the flag result of the wrong node in some cases. For e... | dag isel emitter isels wrong flag result | https://api.github.com/repos/llvm/llvm-project/issues/2347/comments | 3 | 2008-02-03T05:33:18Z | 2021-12-03T20:17:03Z | https://github.com/llvm/llvm-project/issues/2347 | 1,070,934,646 | 2,347 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1974](https://llvm.org/bz1974) |
| Resolution | LATER |
| Resolved on | Dec 14, 2009 12:43 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Generates a miscompilation with the anders pass](https://user-images.githubusercontent.com/60944935/143737618-ca74394d-acb8-4491-b94... | Anders pass can produce miscompiled code | https://api.github.com/repos/llvm/llvm-project/issues/2346/comments | 3 | 2008-02-02T16:22:06Z | 2021-12-03T20:17:02Z | https://github.com/llvm/llvm-project/issues/2346 | 1,070,934,638 | 2,346 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1973](https://llvm.org/bz1973) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2008 01:32 |
| Version | trunk |
| OS | All |
| Attachments | [testcase, compile with -emit-llvm -O0](https://user-images.githubusercontent.com/15152540/143737617-6be3803a-ce0c-485c-ad27-d64d7aa7ab3c... | Fix for #1942 causes miscompilation of clang | https://api.github.com/repos/llvm/llvm-project/issues/2345/comments | 4 | 2008-02-02T01:58:45Z | 2021-12-03T20:17:01Z | https://github.com/llvm/llvm-project/issues/2345 | 1,070,934,631 | 2,345 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1972](https://llvm.org/bz1972) |
| Resolution | INVALID |
| Resolved on | Feb 01, 2008 22:34 |
| Version | unspecified |
| OS | Linux |
## Extended Description
@​g = global i32* zeroinitializer
define i1 @​b(i32 %t) {
entry:
%r = mul i32 %t, 2863311532
%alloc ... | Invalid alloca instcombine | https://api.github.com/repos/llvm/llvm-project/issues/2344/comments | 1 | 2008-02-02T01:56:18Z | 2021-12-03T20:17:00Z | https://github.com/llvm/llvm-project/issues/2344 | 1,070,934,624 | 2,344 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1971](https://llvm.org/bz1971) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2008 04:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143737616-125f3541-a088-4188-9ce9-aaecb3158752.gz) |
## Extended Descriptio... | EQUIVALENCE not supported in llvm-gfortran | https://api.github.com/repos/llvm/llvm-project/issues/2343/comments | 4 | 2008-02-01T13:08:09Z | 2023-08-15T13:43:46Z | https://github.com/llvm/llvm-project/issues/2343 | 1,070,934,614 | 2,343 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1970](https://llvm.org/bz1970) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2008 15:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
It makes some CBE tests fail on ARM (for example Applications/ClamAV/c... | CBackend doesn't handle properly unaligned load/stores | https://api.github.com/repos/llvm/llvm-project/issues/2342/comments | 1 | 2008-01-31T22:10:16Z | 2021-12-03T20:16:59Z | https://github.com/llvm/llvm-project/issues/2342 | 1,070,934,598 | 2,342 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1969](https://llvm.org/bz1969) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows NT |
## Extended Description
clang crashes when a objc file is given by stdin. this make the whole objc rewrite test suite crash on my pc.
pat... | HeaderSearch::LookupSubframeworkHeader() crashes when input comes from stdin | https://api.github.com/repos/llvm/llvm-project/issues/2341/comments | 1 | 2008-01-31T19:21:08Z | 2021-12-03T20:16:58Z | https://github.com/llvm/llvm-project/issues/2341 | 1,070,934,589 | 2,341 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1968](https://llvm.org/bz1968) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2008 00:38 |
| Version | unspecified |
| OS | Linux |
## Extended Description
static int array[];
static int array[4];
produces
@​array = internal global [0 x i32] zeroinitializer ... | clang codegen for static forward declaration broken | https://api.github.com/repos/llvm/llvm-project/issues/2340/comments | 1 | 2008-01-31T18:57:08Z | 2021-12-03T20:16:57Z | https://github.com/llvm/llvm-project/issues/2340 | 1,070,934,578 | 2,340 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1967](https://llvm.org/bz1967) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Windows NT |
| CC | @tkremenek |
## Extended Description
clang crashes with invalid code (if without then clause):
void x() {
if (1) { | sema crashes on if() without then | https://api.github.com/repos/llvm/llvm-project/issues/2339/comments | 1 | 2008-01-31T18:36:06Z | 2021-12-03T20:16:56Z | https://github.com/llvm/llvm-project/issues/2339 | 1,070,934,564 | 2,339 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1966](https://llvm.org/bz1966) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Clang defines macros indicating it is GCC, so it pulls in GCC-specific declar... | -pedantic-errors unusable | https://api.github.com/repos/llvm/llvm-project/issues/2338/comments | 3 | 2008-01-31T15:23:41Z | 2021-12-03T20:16:55Z | https://github.com/llvm/llvm-project/issues/2338 | 1,070,934,551 | 2,338 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1965](https://llvm.org/bz1965) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Clang eats all of these just fine:
int bar(, );
int foo(, int a);
int baz(int a... | missing error for parameters missing type specifiers | https://api.github.com/repos/llvm/llvm-project/issues/2337/comments | 2 | 2008-01-31T07:03:03Z | 2021-12-03T20:16:54Z | https://github.com/llvm/llvm-project/issues/2337 | 1,070,934,546 | 2,337 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1964](https://llvm.org/bz1964) |
| Resolution | FIXED |
| Resolved on | Feb 06, 2008 13:47 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nunoplopes |
## Extended Description
clang segfaults from this code:
#define CONST 1
struct a... | constant expression error | https://api.github.com/repos/llvm/llvm-project/issues/2336/comments | 3 | 2008-01-31T03:35:42Z | 2021-12-03T20:16:54Z | https://github.com/llvm/llvm-project/issues/2336 | 1,070,934,530 | 2,336 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1963](https://llvm.org/bz1963) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I think this is a known issue, but adding a bug just in case. The following ... | Addr of functions not considered a constant expr | https://api.github.com/repos/llvm/llvm-project/issues/2335/comments | 1 | 2008-01-31T00:56:56Z | 2021-12-03T20:16:53Z | https://github.com/llvm/llvm-project/issues/2335 | 1,070,934,523 | 2,335 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1962](https://llvm.org/bz1962) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2008 20:42 |
| Version | unspecified |
| OS | Linux |
## Extended Description
struct s { short a; int b; } x = {1, 1};
(From http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-January/000941.html; pu... | clang struct init codegen + padding broken | https://api.github.com/repos/llvm/llvm-project/issues/2334/comments | 2 | 2008-01-30T18:35:34Z | 2021-12-03T20:16:52Z | https://github.com/llvm/llvm-project/issues/2334 | 1,070,934,509 | 2,334 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1961](https://llvm.org/bz1961) |
| Resolution | WORKSFORME |
| Resolved on | May 25, 2008 09:25 |
| Version | unspecified |
| OS | Linux |
## Extended Description
(From http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-January/000916.html)
On my machine (Ubuntu Linux), all of t... | Test failures with clang objc tests | https://api.github.com/repos/llvm/llvm-project/issues/2333/comments | 1 | 2008-01-30T18:32:50Z | 2022-01-20T02:00:10Z | https://github.com/llvm/llvm-project/issues/2333 | 1,070,934,498 | 2,333 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1960](https://llvm.org/bz1960) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2008 11:55 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Simple test:
void a() {
__complex__ long long v = 2;
}
(from http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-Januar... | Complex integer codegen broken | https://api.github.com/repos/llvm/llvm-project/issues/2332/comments | 1 | 2008-01-30T18:30:37Z | 2021-12-03T20:14:50Z | https://github.com/llvm/llvm-project/issues/2332 | 1,070,931,428 | 2,332 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1959](https://llvm.org/bz1959) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2008 11:04 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143737614-3ce990f2-9bca-46e4-81a5-873bb1374500.gz), [the obvious fix](https... | -dse mysteriously eliminates "free" instructions | https://api.github.com/repos/llvm/llvm-project/issues/2331/comments | 1 | 2008-01-30T09:36:44Z | 2021-12-03T20:14:49Z | https://github.com/llvm/llvm-project/issues/2331 | 1,070,931,404 | 2,331 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1958](https://llvm.org/bz1958) |
| Resolution | WONTFIX |
| Resolved on | Apr 17, 2019 16:52 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Simple module pass requiring LoopInfo](https://user-images.githubusercontent.com/60944935/143737613-1e9c1a68-63cb-43b7-a390-fe... | Assertion when Module Pass requires Function Pass | https://api.github.com/repos/llvm/llvm-project/issues/2330/comments | 10 | 2008-01-29T22:32:31Z | 2022-01-20T02:28:46Z | https://github.com/llvm/llvm-project/issues/2330 | 1,070,931,378 | 2,330 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1957](https://llvm.org/bz1957) |
| Resolution | FIXED |
| Resolved on | Nov 22, 2008 15:11 |
| Version | unspecified |
| OS | Windows NT |
| CC | @efriedma-quic |
## Extended Description
the following code triggers an assertion in the codegen module (run with -emit-llvm):
dou... | initialization of a __complex__ number triggers an assert() | https://api.github.com/repos/llvm/llvm-project/issues/2329/comments | 2 | 2008-01-29T21:57:08Z | 2021-12-03T20:14:48Z | https://github.com/llvm/llvm-project/issues/2329 | 1,070,931,356 | 2,329 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1956](https://llvm.org/bz1956) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows NT |
| CC | @efriedma-quic |
## Extended Description
The following code throws some errors in both the Sema and Codegen code:
struct x {
stru... | Sema+Codegen fail to use '((struct foo*)0)->m' as initializer | https://api.github.com/repos/llvm/llvm-project/issues/2328/comments | 4 | 2008-01-29T19:16:46Z | 2021-12-03T20:14:46Z | https://github.com/llvm/llvm-project/issues/2328 | 1,070,931,313 | 2,328 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1955](https://llvm.org/bz1955) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [test case](https://user-images.githubusercontent.com/2998477/143737612-522d871c-a43b-4060-aa66-615a026ec488.gz) |
| CC | @e... | tgmath.h is broken on Linux | https://api.github.com/repos/llvm/llvm-project/issues/2327/comments | 5 | 2008-01-29T15:52:22Z | 2021-12-03T20:14:45Z | https://github.com/llvm/llvm-project/issues/2327 | 1,070,931,286 | 2,327 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1954](https://llvm.org/bz1954) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | Windows NT |
| CC | @efriedma-quic |
## Extended Description
The following code produces a "declaration does not declare anything" warning.
Stripped t... | incorrect type+warning for "unnamed" union | https://api.github.com/repos/llvm/llvm-project/issues/2326/comments | 9 | 2008-01-29T15:19:00Z | 2021-12-03T20:14:44Z | https://github.com/llvm/llvm-project/issues/2326 | 1,070,931,264 | 2,326 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1953](https://llvm.org/bz1953) |
| Resolution | WONTFIX |
| Resolved on | Jul 27, 2010 10:01 |
| Version | 2.2 |
| OS | All |
| CC | @asl |
## Extended Description
llvm-gcc currently lowers code like this:
void foo(float f, _Complex float *P) {
_Complex float x = f;
*P += x;
... | Improve llvm-gcc complex code generation | https://api.github.com/repos/llvm/llvm-project/issues/2325/comments | 5 | 2008-01-29T07:16:56Z | 2022-01-20T02:28:45Z | https://github.com/llvm/llvm-project/issues/2325 | 1,070,931,244 | 2,325 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1952](https://llvm.org/bz1952) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2008 00:40 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#824 |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737610-fea93f82-4263-477... | memcpy between locals at end of function not eliminated | https://api.github.com/repos/llvm/llvm-project/issues/2324/comments | 4 | 2008-01-28T19:30:11Z | 2021-12-03T20:14:43Z | https://github.com/llvm/llvm-project/issues/2324 | 1,070,931,214 | 2,324 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1951](https://llvm.org/bz1951) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2008 23:53 |
| Version | trunk |
| OS | All |
| Attachments | [SPU testcase for tblgen's gratuitous variable renaming](https://user-images.githubusercontent.com/60944935/143737607-dd1ec5c3-7ebc-4e43-... | tblgen gratuitously renames variables | https://api.github.com/repos/llvm/llvm-project/issues/2323/comments | 4 | 2008-01-28T09:12:18Z | 2021-12-03T20:14:42Z | https://github.com/llvm/llvm-project/issues/2323 | 1,070,931,187 | 2,323 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1950](https://llvm.org/bz1950) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [patch](https://user-images.githubusercontent.com/2998477/143737606-df3209ae-1b2f-47ec-a17e-e5643d64bdb6.gz) |
| CC | @efrie... | duplicate functions protos and __restrict throw bogus warning | https://api.github.com/repos/llvm/llvm-project/issues/2322/comments | 7 | 2008-01-27T21:35:40Z | 2021-12-03T20:14:41Z | https://github.com/llvm/llvm-project/issues/2322 | 1,070,931,163 | 2,322 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1949](https://llvm.org/bz1949) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2008 10:34 |
| Version | trunk |
| OS | All |
## Extended Description
From other optimizations, instcombine will produce this:
define i1 @​f(i32 %a) {
%a.off = add i32 %a, 4 ; <i3... | instcombine doesn't fold away add/icmp ult | https://api.github.com/repos/llvm/llvm-project/issues/2321/comments | 8 | 2008-01-27T07:37:32Z | 2021-12-03T20:14:40Z | https://github.com/llvm/llvm-project/issues/2321 | 1,070,931,140 | 2,321 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1948](https://llvm.org/bz1948) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Following recent great work on initializers, this is the only issue I could f... | Local aggregate initializers | https://api.github.com/repos/llvm/llvm-project/issues/2320/comments | 1 | 2008-01-26T06:58:58Z | 2021-12-03T20:14:39Z | https://github.com/llvm/llvm-project/issues/2320 | 1,070,931,123 | 2,320 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1947](https://llvm.org/bz1947) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2008 12:35 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@nlewycky |
## Extended Description
Valgrind shows memory being used after being freed in ... | LoopUnroll - use after free | https://api.github.com/repos/llvm/llvm-project/issues/2319/comments | 1 | 2008-01-25T23:21:29Z | 2021-12-03T20:14:38Z | https://github.com/llvm/llvm-project/issues/2319 | 1,070,931,099 | 2,319 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1946](https://llvm.org/bz1946) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2008 22:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Patch](https://user-images.githubusercontent.com/56606707/143737602-03788773-6d96-4fe3-8d23-8f8a3fc84401.gz) |
## Extended Desc... | memcpy should be converted into llvm.memcpy.* | https://api.github.com/repos/llvm/llvm-project/issues/2318/comments | 1 | 2008-01-25T21:19:46Z | 2021-12-03T20:14:37Z | https://github.com/llvm/llvm-project/issues/2318 | 1,070,931,073 | 2,318 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1945](https://llvm.org/bz1945) |
| Resolution | WONTFIX |
| Resolved on | Apr 24, 2010 07:06 |
| Version | 2.2 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143737601-700d7eba-5231-4637-820a-f6bbbd9e87f8.gz) |
| Reporter | LLVM B... | can't catch exception thrown by destructor | https://api.github.com/repos/llvm/llvm-project/issues/2317/comments | 7 | 2008-01-25T11:40:59Z | 2022-01-20T02:28:44Z | https://github.com/llvm/llvm-project/issues/2317 | 1,070,931,045 | 2,317 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1944](https://llvm.org/bz1944) |
| Version | 2.2 |
| OS | All |
## Extended Description
Consider the output of llvm-as < pr1505b.ll | llc -mcpu=i486:
```asm
call L_tan$stub
fstpl 24(%esp)
...
call L__ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc$stub
... | Scheduler deficiency on CodeGen/X86/pr1505b.ll | https://api.github.com/repos/llvm/llvm-project/issues/2316/comments | 4 | 2008-01-25T06:11:58Z | 2025-02-14T09:20:16Z | https://github.com/llvm/llvm-project/issues/2316 | 1,070,931,018 | 2,316 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1943](https://llvm.org/bz1943) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2008 19:21 |
| Version | trunk |
| OS | Windows 2000 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
// First, determine the length of the command line.
unsigned ... | A potential single buffer overflow in program.inc for win32 | https://api.github.com/repos/llvm/llvm-project/issues/2315/comments | 1 | 2008-01-24T03:16:07Z | 2021-12-03T20:14:35Z | https://github.com/llvm/llvm-project/issues/2315 | 1,070,930,998 | 2,315 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1942](https://llvm.org/bz1942) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2010 07:06 |
| Version | 2.1 |
| OS | Linux |
| Depends On | llvm/llvm-project#2309 |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143737600-bf725e08-7a75-49b3-ba9b... | problem with assigning returned object to *this | https://api.github.com/repos/llvm/llvm-project/issues/2314/comments | 12 | 2008-01-23T14:45:03Z | 2021-12-03T20:14:34Z | https://github.com/llvm/llvm-project/issues/2314 | 1,070,930,967 | 2,314 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1941](https://llvm.org/bz1941) |
| Resolution | LATER |
| Resolved on | Oct 15, 2008 11:33 |
| Version | trunk |
| OS | All |
## Extended Description
Instcombine will merge comparisons like (x >= 10) && (x < 20) by producing (x - 10) u< 10, but only when the comparisons have m... | instcombine doesn't merge mixed sign-unsign comparisons | https://api.github.com/repos/llvm/llvm-project/issues/2313/comments | 2 | 2008-01-22T09:01:39Z | 2021-12-03T20:14:33Z | https://github.com/llvm/llvm-project/issues/2313 | 1,070,930,945 | 2,313 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1940](https://llvm.org/bz1940) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2008 21:49 |
| Version | trunk |
| OS | All |
## Extended Description
define i1 @​test(i8 %A, i8 %B) {
%a = zext i8 %A to i32
%b = zext i8 %B to i32
%c = icmp sgt i32 ... | instcombine doesn't fold sgt(zext, zext) into ugt | https://api.github.com/repos/llvm/llvm-project/issues/2312/comments | 10 | 2008-01-22T02:29:50Z | 2021-12-03T20:14:32Z | https://github.com/llvm/llvm-project/issues/2312 | 1,070,930,921 | 2,312 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1939](https://llvm.org/bz1939) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2008 18:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
--- b.c ---
struct X { long double b; unsigned char c; double __attribute__((packed)) ... | LLVM type size doesn't match GCC type size! | https://api.github.com/repos/llvm/llvm-project/issues/2311/comments | 2 | 2008-01-21T22:35:46Z | 2021-12-03T20:14:31Z | https://github.com/llvm/llvm-project/issues/2311 | 1,070,930,898 | 2,311 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1938](https://llvm.org/bz1938) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2010 07:06 |
| Version | 2.1 |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143737597-dfffbaae-8f9b-4b32-8a4b-90eaa7f63406.gz) |
| Reporter | LLVM Bug... | SCCP mis-optimizes branches with undefined condition | https://api.github.com/repos/llvm/llvm-project/issues/2310/comments | 4 | 2008-01-21T17:26:07Z | 2021-12-03T20:14:31Z | https://github.com/llvm/llvm-project/issues/2310 | 1,070,930,879 | 2,310 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1937](https://llvm.org/bz1937) |
| Resolution | INVALID |
| Resolved on | Apr 24, 2010 07:06 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#1942 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jayfoad |
## Extended Description
ByVal f... | The StructReturn attribute should imply a copy | https://api.github.com/repos/llvm/llvm-project/issues/2309/comments | 6 | 2008-01-20T21:37:55Z | 2021-12-03T20:14:30Z | https://github.com/llvm/llvm-project/issues/2309 | 1,070,930,851 | 2,309 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1936](https://llvm.org/bz1936) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the following testcase
#define f(x) x
#if f(2
#endif
the newline at the ... | Segfault for unterminated macro invocation | https://api.github.com/repos/llvm/llvm-project/issues/2308/comments | 1 | 2008-01-20T15:27:23Z | 2021-12-03T20:14:29Z | https://github.com/llvm/llvm-project/issues/2308 | 1,070,930,822 | 2,308 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1935](https://llvm.org/bz1935) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2008 10:52 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Here's where the freed memory was used:
Invalid read of size 2
... | Use of freed memory in CodeGenPrepare::OptimizeBlock | https://api.github.com/repos/llvm/llvm-project/issues/2307/comments | 1 | 2008-01-20T11:07:51Z | 2021-12-03T20:14:28Z | https://github.com/llvm/llvm-project/issues/2307 | 1,070,930,796 | 2,307 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1934](https://llvm.org/bz1934) |
| Resolution | INVALID |
| Resolved on | Jan 27, 2008 11:30 |
| Version | unspecified |
| OS | Linux |
## Extended Description
define i32 @​fold(i32 %a) {
%b = sdiv i32 %a, -1
%s = icmp eq i32 %b, -2147483648
%c = zext i1 %s to i32
ret i3... | Another invalid division instcombine | https://api.github.com/repos/llvm/llvm-project/issues/2306/comments | 2 | 2008-01-20T08:24:31Z | 2021-12-03T20:14:27Z | https://github.com/llvm/llvm-project/issues/2306 | 1,070,930,775 | 2,306 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1933](https://llvm.org/bz1933) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2008 00:49 |
| Version | unspecified |
| OS | Linux |
| CC | @nlewycky |
## Extended Description
define i32 @​fold(i32 %a) {
%s = mul i32 %a, 3
%c = urem i32 %s, 3
ret i32 %c
}
using opt -st... | Invalid remainder instcombine | https://api.github.com/repos/llvm/llvm-project/issues/2305/comments | 22 | 2008-01-20T07:31:24Z | 2021-12-03T20:14:26Z | https://github.com/llvm/llvm-project/issues/2305 | 1,070,930,748 | 2,305 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1932](https://llvm.org/bz1932) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2008 18:59 |
| Version | 2.2 |
| OS | Linux |
## Extended Description
define double @​fold(i1 %a, double %b) {
%s = select i1 %a, double 0., double 1.
%c = fdiv double %b, %s
ret double %c
}
... | Invalid float division instcombine | https://api.github.com/repos/llvm/llvm-project/issues/2304/comments | 2 | 2008-01-20T07:10:37Z | 2021-12-03T20:14:25Z | https://github.com/llvm/llvm-project/issues/2304 | 1,070,930,729 | 2,304 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1931](https://llvm.org/bz1931) |
| Resolution | INVALID |
| Resolved on | Jan 27, 2008 11:28 |
| Version | unspecified |
| OS | Linux |
## Extended Description
define i32 @​fold(i32 %a) {
%b = sdiv i32 %a, -1
%c = sdiv i32 %b, -2
ret i32 %c
}
gets combined into
define ... | Invalid division instcombine | https://api.github.com/repos/llvm/llvm-project/issues/2303/comments | 6 | 2008-01-20T06:49:33Z | 2021-12-03T20:14:24Z | https://github.com/llvm/llvm-project/issues/2303 | 1,070,930,708 | 2,303 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1930](https://llvm.org/bz1930) |
| Resolution | FIXED |
| Resolved on | Mar 01, 2008 23:42 |
| Version | trunk |
| OS | All |
| CC | @asl |
## Extended Description
The C Backend doesn't deal with the vectors. It doesn't have visitors for InsertElement, ExtractElement or Shuffl... | cbe doesn't handle insertelement, extractelement and shufflevector | https://api.github.com/repos/llvm/llvm-project/issues/2302/comments | 2 | 2008-01-20T00:50:19Z | 2021-12-03T20:14:24Z | https://github.com/llvm/llvm-project/issues/2302 | 1,070,930,685 | 2,302 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1929](https://llvm.org/bz1929) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| CC | @tkremenek |
## Extended Description
Build fails for svn r46191.
make[2]: Entering directory `/home/edwin/llvm-svn/llvm/utils/TableGen'... | APInt.h:216: error: expected ‘,’ or ‘...’ before numeric constant | https://api.github.com/repos/llvm/llvm-project/issues/2301/comments | 7 | 2008-01-19T15:41:46Z | 2021-12-03T20:14:23Z | https://github.com/llvm/llvm-project/issues/2301 | 1,070,930,653 | 2,301 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1928](https://llvm.org/bz1928) |
| Resolution | FIXED |
| Resolved on | Jan 21, 2008 23:22 |
| Version | unspecified |
| OS | MacOS X |
## Extended Description
llvm[3]: Compiling MipsRegisterInfo.cpp for Release build
MipsRegisterInfo.cpp: In member function 'virtual void llvm... | new warnings on darwin8 | https://api.github.com/repos/llvm/llvm-project/issues/2300/comments | 2 | 2008-01-19T10:03:29Z | 2021-12-03T20:14:22Z | https://github.com/llvm/llvm-project/issues/2300 | 1,070,930,633 | 2,300 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1927](https://llvm.org/bz1927) |
| Resolution | FIXED |
| Resolved on | Jan 21, 2008 23:20 |
| Version | unspecified |
| OS | Linux |
## Extended Description
On linux, I get the following error when running make clean:
gmake[1]: *** No rule to make target `/mounts/zion/disks/0... | make clean gives errors | https://api.github.com/repos/llvm/llvm-project/issues/2299/comments | 1 | 2008-01-19T10:01:57Z | 2021-12-03T20:14:21Z | https://github.com/llvm/llvm-project/issues/2299 | 1,070,930,605 | 2,299 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1926](https://llvm.org/bz1926) |
| Resolution | FIXED |
| Resolved on | Jan 21, 2008 14:14 |
| Version | unspecified |
| OS | All |
| CC | @asl |
## Extended Description
Specifying LLVM_VERSION_INFO=XX when building llvm-gcc-4.2 does not set the version. | llvm-gcc-4.2 does not use LLVM_VERSION_INFO | https://api.github.com/repos/llvm/llvm-project/issues/2298/comments | 1 | 2008-01-19T06:57:36Z | 2021-12-03T20:14:20Z | https://github.com/llvm/llvm-project/issues/2298 | 1,070,930,581 | 2,298 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1925](https://llvm.org/bz1925) |
| Resolution | FIXED |
| Resolved on | Feb 29, 2008 12:52 |
| Version | unspecified |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143737589-223bbf9e-cd33-4b48-be90-9bd3fa34817... | Assertion failed in RegisterScavenging with regalloc=local | https://api.github.com/repos/llvm/llvm-project/issues/2297/comments | 8 | 2008-01-19T01:46:06Z | 2021-12-03T20:14:19Z | https://github.com/llvm/llvm-project/issues/2297 | 1,070,930,554 | 2,297 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1924](https://llvm.org/bz1924) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Text file with error info as listed in the bug description for easier reading.](https://user-images.githubusercontent.com/6094... | Assertion failure at ParseStmt.cpp:983 | https://api.github.com/repos/llvm/llvm-project/issues/2296/comments | 2 | 2008-01-18T22:13:59Z | 2021-12-03T20:14:19Z | https://github.com/llvm/llvm-project/issues/2296 | 1,070,930,524 | 2,296 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1923](https://llvm.org/bz1923) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | Linux |
| Attachments | [delta reduced testcase](https://user-images.githubusercontent.com/92601246/143737587-36584b1d-4249-414f-9992-52af9f5a72c2.gz) |
... | clang: Assertion `V.size() == T->getNumElements() && "Invalid initializer vector for constant structure"' | https://api.github.com/repos/llvm/llvm-project/issues/2295/comments | 2 | 2008-01-18T12:50:36Z | 2021-12-03T20:14:18Z | https://github.com/llvm/llvm-project/issues/2295 | 1,070,930,496 | 2,295 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1922](https://llvm.org/bz1922) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2008 12:21 |
| Version | unspecified |
| OS | Linux |
| Attachments | [delta reduced testcase](https://user-images.githubusercontent.com/92601246/143737586-095bebef-f267-4b66-a3e3-4bdbdc7a10f7.gz) |
... | clang can't codegen pthread_mutex_t initializer | https://api.github.com/repos/llvm/llvm-project/issues/2294/comments | 3 | 2008-01-18T12:46:13Z | 2021-12-03T20:14:17Z | https://github.com/llvm/llvm-project/issues/2294 | 1,070,930,468 | 2,294 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1921](https://llvm.org/bz1921) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2008 22:13 |
| Version | unspecified |
| OS | Linux |
| Attachments | [delta reduced testcase](https://user-images.githubusercontent.com/92601246/143737585-7ed5a27d-2092-4b3c-aab4-5b5b7df605af.gz) |
... | clang codegen crash on ptr-short | https://api.github.com/repos/llvm/llvm-project/issues/2293/comments | 2 | 2008-01-18T12:40:42Z | 2021-12-03T20:14:16Z | https://github.com/llvm/llvm-project/issues/2293 | 1,070,930,442 | 2,293 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1920](https://llvm.org/bz1920) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 13:59 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Test Case](https://user-images.githubusercontent.com/60944935/143737583-b263fdd8-1381-467a-924d-3d651e40399e.gz), [x86-64 -O... | Structures are not Correctly Passed to Variadic Functions | https://api.github.com/repos/llvm/llvm-project/issues/2292/comments | 1 | 2008-01-17T21:47:41Z | 2021-12-03T20:14:15Z | https://github.com/llvm/llvm-project/issues/2292 | 1,070,930,418 | 2,292 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1919](https://llvm.org/bz1919) |
| Resolution | LATER |
| Resolved on | Jan 17, 2008 19:54 |
| Version | trunk |
| OS | All |
| Attachments | [source code for the passes](https://user-images.githubusercontent.com/60944935/143737582-6ae9bef3-fa97-47e2-8793-6fe7b2ef4560.gz) |
| Re... | Problem with ModulePass depending on FunctionPass depending on AA | https://api.github.com/repos/llvm/llvm-project/issues/2291/comments | 2 | 2008-01-17T17:46:39Z | 2021-12-03T20:14:14Z | https://github.com/llvm/llvm-project/issues/2291 | 1,070,930,397 | 2,291 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1918](https://llvm.org/bz1918) |
| Resolution | WORKSFORME |
| Resolved on | Mar 06, 2010 13:58 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
cat test2.c
#include <math.h>
ccc -c test2.c
cla... | clang asserts when including gcc's C99 math.h header. | https://api.github.com/repos/llvm/llvm-project/issues/2290/comments | 2 | 2008-01-15T12:06:01Z | 2022-01-20T02:00:07Z | https://github.com/llvm/llvm-project/issues/2290 | 1,070,930,373 | 2,290 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1917](https://llvm.org/bz1917) |
| Resolution | WONTFIX |
| Resolved on | Dec 02, 2010 01:25 |
| Version | trunk |
| OS | All |
| CC | @asl |
## Extended Description
One of the big bad things about the llvm.gcroot intrinsic is that it implicitly pins the variable on the stack,... | Use address space markers to improve GC | https://api.github.com/repos/llvm/llvm-project/issues/2289/comments | 3 | 2008-01-14T21:30:50Z | 2022-01-20T02:28:42Z | https://github.com/llvm/llvm-project/issues/2289 | 1,070,930,349 | 2,289 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1916](https://llvm.org/bz1916) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@nlewycky |
## Extended Description
When unwinding code generated by LLVM, every invoke encountered causes
a branch to the corresponding landing pad, ... | LLVM stack unwinding is slow | https://api.github.com/repos/llvm/llvm-project/issues/2288/comments | 1 | 2008-01-14T20:46:57Z | 2022-05-16T23:57:48Z | https://github.com/llvm/llvm-project/issues/2288 | 1,070,930,323 | 2,288 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1915](https://llvm.org/bz1915) |
| Resolution | FIXED |
| Resolved on | Feb 26, 2008 17:38 |
| Version | trunk |
| OS | All |
| CC | @asl,@sunfishcode |
## Extended Description
Linear scan spends most of its time (on x86) in rewriteInstructionsForSpills and rewriteInstructionF... | Speedup linscan by using register iterators | https://api.github.com/repos/llvm/llvm-project/issues/2287/comments | 6 | 2008-01-14T20:40:36Z | 2021-12-03T20:14:11Z | https://github.com/llvm/llvm-project/issues/2287 | 1,070,930,301 | 2,287 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1914](https://llvm.org/bz1914) |
| Resolution | FIXED |
| Resolved on | Jan 31, 2012 03:08 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#1880 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Due to inlining, we can... | Should turn invoke of a resume into a branch | https://api.github.com/repos/llvm/llvm-project/issues/2286/comments | 1 | 2008-01-14T20:24:16Z | 2021-12-03T20:14:09Z | https://github.com/llvm/llvm-project/issues/2286 | 1,070,930,275 | 2,286 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1913](https://llvm.org/bz1913) |
| Resolution | FIXED |
| Resolved on | Oct 14, 2011 21:22 |
| Version | trunk |
| OS | All |
| CC | @asl,@efriedma-quic,@nlewycky |
## Extended Description
It is common in C++ code to end up with an invoke whose unwind destination just does the... | EH: Should turn invoke+resume into call | https://api.github.com/repos/llvm/llvm-project/issues/2285/comments | 2 | 2008-01-14T20:06:00Z | 2021-12-03T20:14:09Z | https://github.com/llvm/llvm-project/issues/2285 | 1,070,930,252 | 2,285 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1912](https://llvm.org/bz1912) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [bugpoint-reduced-function.bc](https://user-images.githubusercontent.com/60944935/143737580-a109fdb2-4e56-4d03-90ea-cd6ac05572ea.gz),... | ClamAV triggers assertion in loop index splitting pass | https://api.github.com/repos/llvm/llvm-project/issues/2284/comments | 2 | 2008-01-14T05:30:15Z | 2021-12-03T20:14:08Z | https://github.com/llvm/llvm-project/issues/2284 | 1,070,930,227 | 2,284 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1911](https://llvm.org/bz1911) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 2.1 |
| OS | All |
| Attachments | [testcase](https://user-images.githubusercontent.com/15152540/143737579-e2b4bae4-c9e7-4a30-9cba-a01678a5e0ab.gz) |
| CC | @nlewycky |
## E... | --enable-sinking causes crash in stackifier | https://api.github.com/repos/llvm/llvm-project/issues/2283/comments | 4 | 2008-01-13T23:41:14Z | 2021-12-03T20:14:07Z | https://github.com/llvm/llvm-project/issues/2283 | 1,070,930,207 | 2,283 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1910](https://llvm.org/bz1910) |
| Resolution | WONTFIX |
| Resolved on | Oct 15, 2008 11:31 |
| Version | unspecified |
| OS | Linux |
| Attachments | [file 1](https://user-images.githubusercontent.com/60944935/143737576-b082fd5f-12f1-4e0e-b5a8-b3f6fbf68a28.gz), [file 2](https:... | llvm-ld does not support linking archives with mixed .bc and .o objects | https://api.github.com/repos/llvm/llvm-project/issues/2282/comments | 2 | 2008-01-13T06:53:52Z | 2022-01-20T02:28:40Z | https://github.com/llvm/llvm-project/issues/2282 | 1,070,930,188 | 2,282 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1909](https://llvm.org/bz1909) |
| Resolution | FIXED |
| Resolved on | Feb 26, 2008 13:55 |
| Version | 2.1 |
| OS | All |
## Extended Description
Consider:
#include <stdio.h>
#include <stdlib.h>
#define MIN(a,b) ((a)<(b)?(a):(b))
#define MAX(a,b) ((a)>(b)?(a):(b))
void min... | Serious tail merging pessimization | https://api.github.com/repos/llvm/llvm-project/issues/2281/comments | 15 | 2008-01-12T21:52:20Z | 2021-12-03T20:14:05Z | https://github.com/llvm/llvm-project/issues/2281 | 1,070,930,157 | 2,281 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1908](https://llvm.org/bz1908) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm/clang revision: 45908
test case:
const int a [1] = {1};
extern const int... | variable redefiniton error | https://api.github.com/repos/llvm/llvm-project/issues/2280/comments | 1 | 2008-01-12T15:22:38Z | 2021-12-03T20:14:04Z | https://github.com/llvm/llvm-project/issues/2280 | 1,070,930,136 | 2,280 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1907](https://llvm.org/bz1907) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On X86-32 Mac OS X:
make ENABLE_OPTIMIZED=1 TEST=nightly DISABLE_LTO=1 clean repor... | 176.gcc is miscompiled with LTO turned off | https://api.github.com/repos/llvm/llvm-project/issues/2279/comments | 9 | 2008-01-12T11:29:33Z | 2021-12-03T20:14:03Z | https://github.com/llvm/llvm-project/issues/2279 | 1,070,930,111 | 2,279 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1906](https://llvm.org/bz1906) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:55 |
| Version | unspecified |
| OS | NetBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Silly example:
double a; int *b; void f(void) { int c = a +
#include "some.h... | Diagnostics can be confused when more than one file is involved | https://api.github.com/repos/llvm/llvm-project/issues/2278/comments | 1 | 2008-01-12T08:24:18Z | 2021-12-03T20:14:02Z | https://github.com/llvm/llvm-project/issues/2278 | 1,070,930,082 | 2,278 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1905](https://llvm.org/bz1905) |
| Resolution | WORKSFORME |
| Resolved on | Jan 10, 2008 22:54 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143737574-035ce96f-412e-496b-8ae6-b6bf8e8ff586.gz) |
## Extended Desc... | instcombine crash in targetdata on vector | https://api.github.com/repos/llvm/llvm-project/issues/2277/comments | 1 | 2008-01-11T06:48:44Z | 2022-01-20T02:00:06Z | https://github.com/llvm/llvm-project/issues/2277 | 1,070,930,051 | 2,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.