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 | [3504](https://llvm.org/bz3504) |
| Resolution | DUPLICATE |
| Resolved on | Feb 07, 2009 16:28 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#3875 |
| Attachments | [bugpoint.test.bc-e314SK](https://user-images.githubusercontent.com/92601246/1437388... | [llvm2.5prerelease] tramp3d-v4 cbe failure | https://api.github.com/repos/llvm/llvm-project/issues/3876/comments | 1 | 2009-02-07T21:47:15Z | 2021-12-03T20:40:34Z | https://github.com/llvm/llvm-project/issues/3876 | 1,070,950,663 | 3,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3503](https://llvm.org/bz3503) |
| Resolution | FIXED |
| Resolved on | Feb 07, 2009 16:38 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#3504 |
## Extended Description
On x86-64 linux using the 2.5 prerelease branch:
$ llc -march=c x.bc
$ g... | cbe: emits incorrect code for double/long double | https://api.github.com/repos/llvm/llvm-project/issues/3875/comments | 2 | 2009-02-07T21:27:47Z | 2021-12-03T20:40:33Z | https://github.com/llvm/llvm-project/issues/3875 | 1,070,950,654 | 3,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3502](https://llvm.org/bz3502) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2009 11:20 |
| Version | trunk |
| OS | Linux |
| Attachments | [Revert some of 54175 to help ARM cross-compiler build](https://user-images.githubusercontent.com/60944935/143738825-a4feeaf7-6e9d-4ec5... | Cross-compile llvm-gcc Linux x86 to arm-linux | https://api.github.com/repos/llvm/llvm-project/issues/3874/comments | 18 | 2009-02-07T17:47:01Z | 2021-12-03T20:40:32Z | https://github.com/llvm/llvm-project/issues/3874 | 1,070,950,649 | 3,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3501](https://llvm.org/bz3501) |
| Resolution | FIXED |
| Resolved on | Feb 16, 2009 22:02 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Testcase:
unsigned a(struct {int a : 5, b : 5;} x) { return x.a; }
gcc asm:
sall $3, %edi
sarb $3, %dil
movsb... | clang x86-64 ABI bug with bit-fields | https://api.github.com/repos/llvm/llvm-project/issues/3873/comments | 3 | 2009-02-07T05:41:53Z | 2021-12-03T20:40:31Z | https://github.com/llvm/llvm-project/issues/3873 | 1,070,950,639 | 3,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3500](https://llvm.org/bz3500) |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Testcase:
struct {unsigned x : 2;} x;
__typeof__(x.x+1) y;
int y;
This should compile without errors/warnings. clang gives an error; gcc accepts it.
Standa... | Wrong type computed for member access to unsigned bitfield | https://api.github.com/repos/llvm/llvm-project/issues/3872/comments | 11 | 2009-02-07T05:04:58Z | 2024-04-10T00:21:52Z | https://github.com/llvm/llvm-project/issues/3872 | 1,070,950,632 | 3,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3499](https://llvm.org/bz3499) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | All |
| CC | @asl,@tlattner |
## Extended Description
llvmc tests fail if llvm-g++ is not in your path. This should not be a requirement and the tests should... | llvmc dejagnu tests require llvm-g++ in the path | https://api.github.com/repos/llvm/llvm-project/issues/3871/comments | 5 | 2009-02-07T02:02:51Z | 2021-12-03T20:40:30Z | https://github.com/llvm/llvm-project/issues/3871 | 1,070,950,619 | 3,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3498](https://llvm.org/bz3498) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:07 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#3869 |
| CC | @asl |
## Extended Description
They currently emit only llvm.atomic.* intrinsics, but gcc defines t... | meta: __sync_ builtins not properly lowered to LLVM IR | https://api.github.com/repos/llvm/llvm-project/issues/3870/comments | 4 | 2009-02-06T12:16:30Z | 2021-12-03T20:40:28Z | https://github.com/llvm/llvm-project/issues/3870 | 1,070,950,602 | 3,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3497](https://llvm.org/bz3497) |
| Resolution | DUPLICATE |
| Resolved on | Apr 22, 2009 04:05 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#3498 |
| CC | @asl |
## Extended Description
__sync_synchronize is lowered to nothing on x86/x86... | memory barriers not lowered correctly on x86/x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/3869/comments | 2 | 2009-02-06T12:07:59Z | 2021-12-03T20:40:27Z | https://github.com/llvm/llvm-project/issues/3869 | 1,070,950,594 | 3,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3496](https://llvm.org/bz3496) |
| Resolution | INVALID |
| Resolved on | Feb 07, 2009 16:43 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Moving of sub-expressions from loops and replacement of array
acce... | LLVM misses some loop optimizations compared to GCC | https://api.github.com/repos/llvm/llvm-project/issues/3868/comments | 3 | 2009-02-06T10:42:57Z | 2021-12-03T20:40:26Z | https://github.com/llvm/llvm-project/issues/3868 | 1,070,950,583 | 3,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3495](https://llvm.org/bz3495) |
| Resolution | FIXED |
| Resolved on | Feb 11, 2009 02:27 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
LocalSpiller::RewriteMBB seems not to propagate the information
abou... | LocalSpiller::RewriteMBB does not propagate the information about AvailableSpills between MBBs | https://api.github.com/repos/llvm/llvm-project/issues/3867/comments | 1 | 2009-02-06T10:36:29Z | 2021-12-03T20:40:25Z | https://github.com/llvm/llvm-project/issues/3867 | 1,070,950,572 | 3,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3494](https://llvm.org/bz3494) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2009 14:09 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143738823-f69a90d6-3f72-467f-958d-31cfb49aa46c.gz) |
| CC | @edwintor... | assertion thrown in codegen of debug info "Multiple main" | https://api.github.com/repos/llvm/llvm-project/issues/3866/comments | 17 | 2009-02-06T07:49:04Z | 2021-12-03T20:40:24Z | https://github.com/llvm/llvm-project/issues/3866 | 1,070,950,565 | 3,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3493](https://llvm.org/bz3493) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Consider:
namespace foo {
struct x { int y; };
}
namespace bar {
typedef int y;
}
void test() {... | types should preserve namespace qualification in the non-canonical piece | https://api.github.com/repos/llvm/llvm-project/issues/3865/comments | 2 | 2009-02-05T19:32:23Z | 2021-12-03T20:40:24Z | https://github.com/llvm/llvm-project/issues/3865 | 1,070,950,559 | 3,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3492](https://llvm.org/bz3492) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:55 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
By default, clang should stop parsing (but continue preprocessing) after #includ... | #include failures should be a fatal error | https://api.github.com/repos/llvm/llvm-project/issues/3864/comments | 2 | 2009-02-05T19:07:34Z | 2021-12-03T20:40:23Z | https://github.com/llvm/llvm-project/issues/3864 | 1,070,950,553 | 3,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3491](https://llvm.org/bz3491) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2009 15:52 |
| Version | unspecified |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738822-adb0fa98-6630-4ee3-928b-83b6d112df55.gz) |
| Reporter | ... | ssertion failed: (S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"), function Create, file Instructions.cpp, line 1575. | https://api.github.com/repos/llvm/llvm-project/issues/3863/comments | 3 | 2009-02-05T15:43:31Z | 2021-12-03T20:40:22Z | https://github.com/llvm/llvm-project/issues/3863 | 1,070,950,543 | 3,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3490](https://llvm.org/bz3490) |
| Resolution | INVALID |
| Resolved on | Feb 09, 2009 09:55 |
| Version | trunk |
| OS | All |
| CC | @ggreif |
## Extended Description
There seem to be a bug with partial loop unrolling. I have patched
BranchInst::setSuccessor(indx, NewSucc) ... | (Partial) Loop unrolling calls setSuccessor with NULL | https://api.github.com/repos/llvm/llvm-project/issues/3862/comments | 9 | 2009-02-05T15:29:05Z | 2021-12-03T20:40:21Z | https://github.com/llvm/llvm-project/issues/3862 | 1,070,950,531 | 3,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3489](https://llvm.org/bz3489) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2009 22:34 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [input C file](https://user-images.githubusercontent.com/60944935/143738815-2195ac26-6ecc-476f-af51-b836e4fe8a2b.gz), [clang ge... | misoptimization in presence of bitcast/memcpy | https://api.github.com/repos/llvm/llvm-project/issues/3861/comments | 2 | 2009-02-05T12:52:57Z | 2021-12-03T20:40:20Z | https://github.com/llvm/llvm-project/issues/3861 | 1,070,950,521 | 3,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3488](https://llvm.org/bz3488) |
| Resolution | FIXED |
| Resolved on | Apr 24, 2010 07:06 |
| Version | 2.4 |
| OS | Windows XP |
| Attachments | [suggested fix](https://user-images.githubusercontent.com/60944935/143738814-020a3f6e-6579-4837-96bf-8f13f41872ba.gz) |
| Reporter |... | llvm-ar r doesn't replace existing files | https://api.github.com/repos/llvm/llvm-project/issues/3860/comments | 1 | 2009-02-05T12:20:34Z | 2021-12-03T20:40:19Z | https://github.com/llvm/llvm-project/issues/3860 | 1,070,950,516 | 3,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3487](https://llvm.org/bz3487) |
| Version | unspecified |
| OS | All |
## Extended Description
googletest requires a gcc 4.X which limits the versions of gcc that can be used to compile llvm. We should still allow users to use 3.X because many version of 4.X don't work.
We s... | googletest should not be compiled by default | https://api.github.com/repos/llvm/llvm-project/issues/3859/comments | 2 | 2009-02-05T06:37:27Z | 2022-01-27T02:05:08Z | https://github.com/llvm/llvm-project/issues/3859 | 1,070,950,506 | 3,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3486](https://llvm.org/bz3486) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2009 05:05 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Seen using r63800 on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp136$ llvm-gcc -O3 small.c
small.c:21: interna... | null ptr deref in llvm::SimpleRegisterCoalescing::JoinIntervals(llvm::LiveInterval&, llvm::LiveInterval&, bool&) | https://api.github.com/repos/llvm/llvm-project/issues/3858/comments | 1 | 2009-02-05T05:48:04Z | 2021-12-03T20:40:18Z | https://github.com/llvm/llvm-project/issues/3858 | 1,070,950,495 | 3,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3485](https://llvm.org/bz3485) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2009 23:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The byval attribute for arguments supports an alignment, this should be documented in ... | byval attribute should document optional alignment | https://api.github.com/repos/llvm/llvm-project/issues/3857/comments | 1 | 2009-02-05T05:31:09Z | 2021-12-03T20:40:17Z | https://github.com/llvm/llvm-project/issues/3857 | 1,070,950,482 | 3,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3484](https://llvm.org/bz3484) |
| Resolution | FIXED |
| Resolved on | Sep 08, 2009 01:23 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is useful for testing clang, and it will be a while before we care about our C+... | test-suite should support building only C/ObjC programs | https://api.github.com/repos/llvm/llvm-project/issues/3856/comments | 1 | 2009-02-05T05:26:34Z | 2021-12-03T20:40:16Z | https://github.com/llvm/llvm-project/issues/3856 | 1,070,950,471 | 3,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3483](https://llvm.org/bz3483) |
| Resolution | WORKSFORME |
| Resolved on | Apr 26, 2009 20:06 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
213d212
< -1.33360001e+02 5.53799988e+02 6.47020020e+02 -8.72010010e+02 -... | clang miscompiles MultiSource/Benchmarks/VersaBench/dbms | https://api.github.com/repos/llvm/llvm-project/issues/3855/comments | 2 | 2009-02-05T05:25:19Z | 2022-01-20T02:01:48Z | https://github.com/llvm/llvm-project/issues/3855 | 1,070,950,464 | 3,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3482](https://llvm.org/bz3482) |
| Resolution | WORKSFORME |
| Resolved on | Apr 26, 2009 20:05 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
ddunbar@frank:bmm$ diff Output/bmm.out-???
1c1
< final sum = 2455048192.0... | clang miscompiles MultiSource/Benchmarks/VersaBench/bmm | https://api.github.com/repos/llvm/llvm-project/issues/3854/comments | 4 | 2009-02-05T05:20:44Z | 2022-01-20T02:01:47Z | https://github.com/llvm/llvm-project/issues/3854 | 1,070,950,454 | 3,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3481](https://llvm.org/bz3481) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2009 01:59 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The assembler warnings are suspicious, and the executable cr... | clang miscompiles Benchmarks/Prolangs-C/cdecl on x86-32 | https://api.github.com/repos/llvm/llvm-project/issues/3853/comments | 8 | 2009-02-05T05:18:31Z | 2021-12-03T20:40:14Z | https://github.com/llvm/llvm-project/issues/3853 | 1,070,950,446 | 3,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3480](https://llvm.org/bz3480) |
| Resolution | FIXED |
| Resolved on | Sep 16, 2009 01:27 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
MultiSource/Applications/oggenc from the test suite fail... | clang miscompiles MultiSource/Applications/oggenc? | https://api.github.com/repos/llvm/llvm-project/issues/3852/comments | 3 | 2009-02-05T04:25:31Z | 2021-12-03T20:40:13Z | https://github.com/llvm/llvm-project/issues/3852 | 1,070,950,440 | 3,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3479](https://llvm.org/bz3479) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2009 23:38 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The test should be self contained and not require an installed sqlite3.h | MultiSource/Applications/sqlite3 uses system sqlite3.h | https://api.github.com/repos/llvm/llvm-project/issues/3851/comments | 1 | 2009-02-05T04:18:40Z | 2021-12-03T20:40:12Z | https://github.com/llvm/llvm-project/issues/3851 | 1,070,950,430 | 3,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3478](https://llvm.org/bz3478) |
| Resolution | FIXED |
| Resolved on | Mar 10, 2009 11:31 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
EOM. | raw_ostream should not buffer stderr | https://api.github.com/repos/llvm/llvm-project/issues/3850/comments | 1 | 2009-02-05T01:23:30Z | 2021-12-03T20:40:11Z | https://github.com/llvm/llvm-project/issues/3850 | 1,070,950,423 | 3,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3477](https://llvm.org/bz3477) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2009 12:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Compiling on Fedora (Rawhide), x86_64
Using clang revisi... | interpreter doesn't handle i64 main result | https://api.github.com/repos/llvm/llvm-project/issues/3849/comments | 2 | 2009-02-04T18:56:05Z | 2021-12-03T20:40:10Z | https://github.com/llvm/llvm-project/issues/3849 | 1,070,950,412 | 3,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3476](https://llvm.org/bz3476) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#3573 |
| CC | @danchr |
## Extended Description
I'd like tools/gold to depend on libLTO, but it can't because llvm-config doesn't even list it.
It doesn't list it because of the ... | libLTO doesn't show up in llvm-config | https://api.github.com/repos/llvm/llvm-project/issues/3848/comments | 3 | 2009-02-04T06:09:59Z | 2021-12-03T20:40:09Z | https://github.com/llvm/llvm-project/issues/3848 | 1,070,950,405 | 3,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3475](https://llvm.org/bz3475) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Code like:
class A {
class X {};
};
class B {
class X {};
};
class C : public A, public B {... | Incorrect diagnostic for class member field of type found in two base classes. | https://api.github.com/repos/llvm/llvm-project/issues/3847/comments | 1 | 2009-02-04T04:12:47Z | 2021-12-03T20:40:09Z | https://github.com/llvm/llvm-project/issues/3847 | 1,070,950,399 | 3,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3474](https://llvm.org/bz3474) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic |
## Extended Description
clang currently passes some structures byval even when they will be passed in an integer register. clang sh... | x86-32: clang could avoid byval in more cases | https://api.github.com/repos/llvm/llvm-project/issues/3846/comments | 6 | 2009-02-03T20:59:35Z | 2021-12-03T20:40:08Z | https://github.com/llvm/llvm-project/issues/3846 | 1,070,950,389 | 3,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3473](https://llvm.org/bz3473) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2018 11:58 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#2991 |
## Extended Description
This example:
struct s { short a, b, c, d; };
struct s foo(struct s x) {
return x;
... | need load/store merging in dag combine | https://api.github.com/repos/llvm/llvm-project/issues/3845/comments | 4 | 2009-02-03T20:38:46Z | 2021-12-03T20:40:07Z | https://github.com/llvm/llvm-project/issues/3845 | 1,070,950,377 | 3,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3472](https://llvm.org/bz3472) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2011 13:36 |
| Version | unspecified |
| OS | Linux |
| Attachments | ["opt -gvn | llc" to reproduce](https://user-images.githubusercontent.com/92601246/143738808-b564259e-2f22-4f77-8236-c9a6e41e8dc4... | Cannot compile code with FP inline asm | https://api.github.com/repos/llvm/llvm-project/issues/3844/comments | 8 | 2009-02-03T20:11:11Z | 2021-12-03T20:40:06Z | https://github.com/llvm/llvm-project/issues/3844 | 1,070,950,365 | 3,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3471](https://llvm.org/bz3471) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2009 01:34 |
| Version | unspecified |
| OS | Linux |
| Attachments | [preprocessed file](https://user-images.githubusercontent.com/92601246/143738807-911112ab-ed68-4ef8-b631-7aeb76cc0391.gz) |
| CC ... | assert in LSR | https://api.github.com/repos/llvm/llvm-project/issues/3843/comments | 3 | 2009-02-03T19:52:33Z | 2021-12-03T20:40:05Z | https://github.com/llvm/llvm-project/issues/3843 | 1,070,950,356 | 3,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3470](https://llvm.org/bz3470) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following LLVM IR snippet:
target datalayout = "E-p:32:32:128-i1:8:128-i8:8:128-i16:16:128-i32:32:128-i64:32:128-f32:32:128-f64:64:128-v64:... | vararg related bug in custom lowering of FORMAL_ARGUMENTS | https://api.github.com/repos/llvm/llvm-project/issues/3842/comments | 5 | 2009-02-03T19:47:54Z | 2023-08-05T22:25:49Z | https://github.com/llvm/llvm-project/issues/3842 | 1,070,950,346 | 3,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3469](https://llvm.org/bz3469) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 13:59 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
I have installed the analyser files into ~/bin (i.e. /... | clang static analyser fails with iPhone projects | https://api.github.com/repos/llvm/llvm-project/issues/3841/comments | 3 | 2009-02-03T18:37:01Z | 2021-12-03T20:40:03Z | https://github.com/llvm/llvm-project/issues/3841 | 1,070,950,337 | 3,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3468](https://llvm.org/bz3468) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2009 04:20 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
This breaks the Ada build just in time for the release!
Run... | instcombine crash on x86-32 long double | https://api.github.com/repos/llvm/llvm-project/issues/3840/comments | 2 | 2009-02-03T15:43:44Z | 2021-12-03T20:40:02Z | https://github.com/llvm/llvm-project/issues/3840 | 1,070,950,328 | 3,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3467](https://llvm.org/bz3467) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738806-7d93d396-acc3-4fdb-b87d-b49d22cb24e2.gz) |
| Reporter | ... | ssertion failed: ((NumParams == FTy->getNumParams() || (FTy->isVarArg() && NumParams > FTy->getNumParams())) && "Calling a function with bad signature!"), function init, file Instructions.cpp, line 290. | https://api.github.com/repos/llvm/llvm-project/issues/3839/comments | 1 | 2009-02-03T11:09:31Z | 2021-12-03T20:40:01Z | https://github.com/llvm/llvm-project/issues/3839 | 1,070,950,318 | 3,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3466](https://llvm.org/bz3466) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
x86-64 MallocBench/gs is broken.
Assertion failed: (NV->getType() =... | SROA ConvertUsesOfLoadToScalar assertion | https://api.github.com/repos/llvm/llvm-project/issues/3838/comments | 2 | 2009-02-03T08:48:28Z | 2021-12-03T20:40:00Z | https://github.com/llvm/llvm-project/issues/3838 | 1,070,950,303 | 3,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3465](https://llvm.org/bz3465) |
| Resolution | FIXED |
| Resolved on | Feb 02, 2009 20:11 |
| Version | trunk |
| OS | All |
| Attachments | [](https://user-images.githubusercontent.com/4503403/143738805-d416e377-6dc9-41ab-9c77-c6aa161ddd85.gz) |
## Extended Description
In Si... | bitcode reader can't handle extractvalue correctly | https://api.github.com/repos/llvm/llvm-project/issues/3837/comments | 3 | 2009-02-03T03:43:48Z | 2021-12-03T20:39:59Z | https://github.com/llvm/llvm-project/issues/3837 | 1,070,950,293 | 3,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3464](https://llvm.org/bz3464) |
| Resolution | DUPLICATE |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
--
ddunbar@lordcrumb:tmp$ touch a.h
ddunbar@lordcrumb:tmp$ gcc -fsyntax-only... | clang doesn't search current directory for -include | https://api.github.com/repos/llvm/llvm-project/issues/3836/comments | 5 | 2009-02-03T01:20:15Z | 2021-12-03T20:39:58Z | https://github.com/llvm/llvm-project/issues/3836 | 1,070,950,284 | 3,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3463](https://llvm.org/bz3463) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738803-500d2847-a11d-4fd0-a23c-b27c1ed74658.gz) |
| Reporter ... | error: cannot codegen this constant expression yet | https://api.github.com/repos/llvm/llvm-project/issues/3835/comments | 7 | 2009-02-02T23:48:56Z | 2021-12-03T20:39:57Z | https://github.com/llvm/llvm-project/issues/3835 | 1,070,950,270 | 3,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3462](https://llvm.org/bz3462) |
| Resolution | LATER |
| Resolved on | Feb 08, 2010 23:55 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
the intrinsic "llvm.atomic.cmp.swap.i128.p0i128" is not implemented, although ... | missing 128bit intrinsic on x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/3834/comments | 2 | 2009-02-02T21:42:35Z | 2023-08-15T13:43:55Z | https://github.com/llvm/llvm-project/issues/3834 | 1,070,950,257 | 3,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3461](https://llvm.org/bz3461) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Testcase:
struct foo x = {1};
Run through clang, prints no warnings/errors. Should print an error. | clang accepts initializer for incomplete type | https://api.github.com/repos/llvm/llvm-project/issues/3833/comments | 8 | 2009-02-02T20:17:23Z | 2021-12-03T20:39:56Z | https://github.com/llvm/llvm-project/issues/3833 | 1,070,950,242 | 3,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3460](https://llvm.org/bz3460) |
| Resolution | FIXED |
| Resolved on | Mar 29, 2009 21:17 |
| Version | 2.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I am experiencing a failed assertion when the LDR_PRE instruction is handled by the JI... | Failed assertion when handling LDR_PRE | https://api.github.com/repos/llvm/llvm-project/issues/3832/comments | 6 | 2009-02-02T19:20:52Z | 2021-12-03T20:39:55Z | https://github.com/llvm/llvm-project/issues/3832 | 1,070,950,234 | 3,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3459](https://llvm.org/bz3459) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
## Extended Description
the follwing code is rejected by clang -fsyntax-only:
struct bar {
char n[1];
};
struct foo {
char name[(int)&((struc... | addrof struct field not regarded as constant | https://api.github.com/repos/llvm/llvm-project/issues/3831/comments | 0 | 2009-02-02T15:21:19Z | 2021-12-03T20:39:54Z | https://github.com/llvm/llvm-project/issues/3831 | 1,070,950,224 | 3,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3458](https://llvm.org/bz3458) |
| Resolution | DUPLICATE |
| Resolved on | Feb 17, 2011 22:06 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [zip of crashes directory](https://user-images.githubusercontent.com/60944935/143738800-0a494d57-2b4a-4fed-9adb-4b8daadeae4... | scan-build (checker-0.147) fails on locally declared labels | https://api.github.com/repos/llvm/llvm-project/issues/3830/comments | 3 | 2009-02-02T13:55:05Z | 2021-12-03T20:39:53Z | https://github.com/llvm/llvm-project/issues/3830 | 1,070,950,217 | 3,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3457](https://llvm.org/bz3457) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2009 13:44 |
| Version | 1.0 |
| OS | All |
| Attachments | [testcase ](https://user-images.githubusercontent.com/15152540/143738799-42891e50-ac08-4088-ac94-b235eb2c2fc5.gz) |
| CC | @asl,@sunfishcod... | scheduling severely pessimizing scimark2 montecarlo loop | https://api.github.com/repos/llvm/llvm-project/issues/3829/comments | 6 | 2009-02-02T08:16:16Z | 2021-12-03T20:39:52Z | https://github.com/llvm/llvm-project/issues/3829 | 1,070,950,208 | 3,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3456](https://llvm.org/bz3456) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is probably not a bug but maybe something wrong with my system. Nevert... | scan-build fails | https://api.github.com/repos/llvm/llvm-project/issues/3828/comments | 2 | 2009-02-01T22:54:29Z | 2021-12-03T20:39:51Z | https://github.com/llvm/llvm-project/issues/3828 | 1,070,950,198 | 3,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3455](https://llvm.org/bz3455) |
| Resolution | WORKSFORME |
| Resolved on | Jun 17, 2009 00:41 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
At -O3, llvm-gcc r63488 on Ubuntu Hardy on x86 turns this program into one that crashes vi... | another spurious divide by zero | https://api.github.com/repos/llvm/llvm-project/issues/3827/comments | 2 | 2009-02-01T20:49:26Z | 2022-01-20T02:01:45Z | https://github.com/llvm/llvm-project/issues/3827 | 1,070,950,182 | 3,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3454](https://llvm.org/bz3454) |
| Resolution | FIXED |
| Resolved on | Feb 10, 2009 02:30 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738797-2e02aa8f-39fe-4acc-b9f2-a052e3405416.gz) |
| Reporter ... | error: cannot codegen this break/continue/return inside scope with VLA yet | https://api.github.com/repos/llvm/llvm-project/issues/3826/comments | 3 | 2009-02-01T15:53:25Z | 2021-12-03T20:39:50Z | https://github.com/llvm/llvm-project/issues/3826 | 1,070,950,177 | 3,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3453](https://llvm.org/bz3453) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2009 12:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143738796-88526bd0-1307-4129-9cd5-0d46ab41c7c3.gz) |
## Extended Descripti... | assert on and i288 | https://api.github.com/repos/llvm/llvm-project/issues/3825/comments | 4 | 2009-01-31T23:11:26Z | 2021-12-03T20:39:49Z | https://github.com/llvm/llvm-project/issues/3825 | 1,070,950,164 | 3,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3452](https://llvm.org/bz3452) |
| Resolution | FIXED |
| Resolved on | Jan 31, 2009 13:07 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase: llvm-as <x.ll | opt -O1](https://user-images.githubusercontent.com/92601246/143738795-6b122100-72df-4aa7-ab22-36e98778... | InstCombiner::SimplifyDemandedInstructionBit hangs | https://api.github.com/repos/llvm/llvm-project/issues/3824/comments | 3 | 2009-01-31T11:33:29Z | 2021-12-03T20:39:48Z | https://github.com/llvm/llvm-project/issues/3824 | 1,070,950,157 | 3,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3451](https://llvm.org/bz3451) |
| Resolution | FIXED |
| Resolved on | Nov 08, 2009 21:16 |
| Version | 1.0 |
| OS | All |
| Attachments | [example](https://user-images.githubusercontent.com/15152540/143738793-901cba0c-d010-41b2-aea7-b0f46d10f8eb.gz) |
## Extended Description ... | Instcombine should break up insane integer phi nodes | https://api.github.com/repos/llvm/llvm-project/issues/3823/comments | 11 | 2009-01-31T10:50:19Z | 2021-12-03T20:39:47Z | https://github.com/llvm/llvm-project/issues/3823 | 1,070,950,151 | 3,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3450](https://llvm.org/bz3450) |
| Resolution | DUPLICATE |
| Resolved on | Jan 31, 2009 02:45 |
| Version | 1.0 |
| OS | All |
| Attachments | [testcase ](https://user-images.githubusercontent.com/15152540/143738792-c3f3d0d0-6232-4242-9118-e97b484caa25.gz) |
| CC | @sunfishcode... | codegen assertion on i960 value | https://api.github.com/repos/llvm/llvm-project/issues/3822/comments | 4 | 2009-01-31T08:43:07Z | 2021-12-03T20:39:46Z | https://github.com/llvm/llvm-project/issues/3822 | 1,070,950,142 | 3,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3449](https://llvm.org/bz3449) |
| Resolution | DUPLICATE |
| Resolved on | Jan 31, 2009 02:34 |
| Version | 1.0 |
| OS | All |
| CC | @sunfishcode |
## Extended Description
sumarrray-dbl now fails because SROA is promoting a struct to an i512 and codegen is shifting by the wr... | miscompilation of i512 | https://api.github.com/repos/llvm/llvm-project/issues/3821/comments | 2 | 2009-01-31T08:38:54Z | 2021-12-03T20:39:45Z | https://github.com/llvm/llvm-project/issues/3821 | 1,070,950,134 | 3,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3448](https://llvm.org/bz3448) |
| Resolution | WONTFIX |
| Resolved on | Jul 29, 2010 17:59 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gcc/llvm-gcc return T0 in the following code in memory
--
ddunbar@lordcrumb:r... | clang does not match gcc/llvm-gcc in returning struct { <2 x float> } | https://api.github.com/repos/llvm/llvm-project/issues/3820/comments | 4 | 2009-01-31T02:25:51Z | 2022-01-20T02:29:51Z | https://github.com/llvm/llvm-project/issues/3820 | 1,070,950,121 | 3,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3447](https://llvm.org/bz3447) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2009 02:13 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
clang miscompiles the following:
--
ddunbar@lordcrumb:re... | miscompilation of union { long double } | https://api.github.com/repos/llvm/llvm-project/issues/3819/comments | 1 | 2009-01-30T23:24:01Z | 2021-12-03T20:39:44Z | https://github.com/llvm/llvm-project/issues/3819 | 1,070,950,109 | 3,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3446](https://llvm.org/bz3446) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
$ llvm-gcc testcase-min.i -c -O1
testcase-min.i:16: error: Alias ‘__thread_start__key’ used with invali... | aliases with different types | https://api.github.com/repos/llvm/llvm-project/issues/3818/comments | 2 | 2009-01-30T21:43:03Z | 2021-12-03T20:39:43Z | https://github.com/llvm/llvm-project/issues/3818 | 1,070,950,101 | 3,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3445](https://llvm.org/bz3445) |
| Resolution | DUPLICATE |
| Resolved on | Mar 16, 2009 04:36 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, optimization passes call getAnalysis<TargetData> when they want archite... | Making TargetData optional for passes | https://api.github.com/repos/llvm/llvm-project/issues/3817/comments | 2 | 2009-01-30T19:51:11Z | 2021-12-03T20:39:42Z | https://github.com/llvm/llvm-project/issues/3817 | 1,070,950,096 | 3,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3444](https://llvm.org/bz3444) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@edwintorok,@xuzhongxing |
## Extended Description
clang -fsyntax-only crashes with:
void foo() {
switch (1) {
case 2: | unterminated switch statement crashes clang | https://api.github.com/repos/llvm/llvm-project/issues/3816/comments | 17 | 2009-01-30T17:57:44Z | 2021-12-03T20:39:41Z | https://github.com/llvm/llvm-project/issues/3816 | 1,070,950,086 | 3,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3443](https://llvm.org/bz3443) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
I've here a recent regression in clang:
/cvs/php5/Zend/zend_ini_parser.c:1192:34: er... | recent regression: undeclared function isn't infered the right type | https://api.github.com/repos/llvm/llvm-project/issues/3815/comments | 15 | 2009-01-30T17:27:11Z | 2021-12-03T20:39:40Z | https://github.com/llvm/llvm-project/issues/3815 | 1,070,950,081 | 3,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3442](https://llvm.org/bz3442) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2009 10:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738788-1e0cd7e3-c207-4542-852e-41987605c31d.gz) |
| Reporter | ... | Assertion failed: ((i >= FTy->getNumParams() || FTy->getParamType(i) == Params[i]->getType()) && "Calling a function with a bad signature!"), function init, file Instructions.cpp, line 294. | https://api.github.com/repos/llvm/llvm-project/issues/3814/comments | 2 | 2009-01-30T16:56:35Z | 2021-12-03T20:39:40Z | https://github.com/llvm/llvm-project/issues/3814 | 1,070,950,070 | 3,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3441](https://llvm.org/bz3441) |
| Resolution | DUPLICATE |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Attachments | [source that compiles OK](https://user-images.githubusercontent.com/60944935/143738786-ca179e9c-2fc8-4366-822a-ad072b991286.g... | mixing ANSI C declaration and K&R function is sometimes allowed and sometimes not | https://api.github.com/repos/llvm/llvm-project/issues/3813/comments | 4 | 2009-01-30T15:54:45Z | 2021-12-03T20:39:39Z | https://github.com/llvm/llvm-project/issues/3813 | 1,070,950,064 | 3,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3440](https://llvm.org/bz3440) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2010 20:03 |
| Version | trunk |
| OS | All |
| Attachments | [bugpoint-tonotoptimize.bc](https://user-images.githubusercontent.com/60944935/143738784-8b06173f-08c4-420b-b5aa-ad66eed4a82f.gz), [bugpo... | llvm miscompiles gcc.target/i386/sse4_1-mpsadbw.c | https://api.github.com/repos/llvm/llvm-project/issues/3812/comments | 7 | 2009-01-29T20:47:30Z | 2021-12-03T20:39:38Z | https://github.com/llvm/llvm-project/issues/3812 | 1,070,950,054 | 3,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3439](https://llvm.org/bz3439) |
| Resolution | FIXED |
| Resolved on | Jun 16, 2009 21:58 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
On Ubuntu Hardy on x86, llvm-gcc -O3 from 1/29/09 miscompiles the code below such that it print... | math wrong-code bug | https://api.github.com/repos/llvm/llvm-project/issues/3811/comments | 3 | 2009-01-29T20:16:18Z | 2021-12-03T20:39:37Z | https://github.com/llvm/llvm-project/issues/3811 | 1,070,950,047 | 3,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3438](https://llvm.org/bz3438) |
| Resolution | WONTFIX |
| Resolved on | Jan 30, 2009 15:54 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
In the following testcase, the alloca could be
turned into... | SROA could peel one level off struct, but doesn't | https://api.github.com/repos/llvm/llvm-project/issues/3810/comments | 11 | 2009-01-29T17:14:50Z | 2022-01-20T02:29:50Z | https://github.com/llvm/llvm-project/issues/3810 | 1,070,950,040 | 3,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3437](https://llvm.org/bz3437) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Attachments | [original preprocessed file](https://user-images.githubusercontent.com/92601246/143738782-c0aaf754-1f36-44be-893e-772e20d975a8.gz... | clang creates preprocessed file that is refused by itself: # 0 | https://api.github.com/repos/llvm/llvm-project/issues/3809/comments | 3 | 2009-01-29T16:01:19Z | 2021-12-03T20:39:35Z | https://github.com/llvm/llvm-project/issues/3809 | 1,070,950,031 | 3,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3436](https://llvm.org/bz3436) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2009 06:51 |
| Version | unspecified |
| OS | Linux |
| Attachments | [fixed preprocessed file](https://user-images.githubusercontent.com/92601246/143738781-b18941dc-db81-4e03-b28f-16ecec1eb18d.gz) |... | clang: cannot codegen constant aggregates with designated initializers | https://api.github.com/repos/llvm/llvm-project/issues/3808/comments | 8 | 2009-01-29T15:59:11Z | 2021-12-03T20:39:34Z | https://github.com/llvm/llvm-project/issues/3808 | 1,070,950,022 | 3,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3435](https://llvm.org/bz3435) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Constructs of the form:
@​interface MyClass {
}
@... | error: synthesized property 'virtualProperty' must either be named the same as | https://api.github.com/repos/llvm/llvm-project/issues/3807/comments | 3 | 2009-01-29T11:48:47Z | 2021-12-03T20:39:34Z | https://github.com/llvm/llvm-project/issues/3807 | 1,070,950,011 | 3,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3434](https://llvm.org/bz3434) |
| Resolution | DUPLICATE |
| Resolved on | Feb 09, 2009 02:57 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is LLVM 2.6svn, rev 63214, generating code for x86.
The code below... | Wrong x86 code generated | https://api.github.com/repos/llvm/llvm-project/issues/3806/comments | 4 | 2009-01-28T23:35:28Z | 2021-12-03T20:39:33Z | https://github.com/llvm/llvm-project/issues/3806 | 1,070,949,996 | 3,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3433](https://llvm.org/bz3433) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
For example, on x86-32 gcc reports __alignof__(double) a... | __alignof__ for basic types doesn't match gcc | https://api.github.com/repos/llvm/llvm-project/issues/3805/comments | 3 | 2009-01-28T21:45:55Z | 2021-12-03T20:39:31Z | https://github.com/llvm/llvm-project/issues/3805 | 1,070,949,981 | 3,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3432](https://llvm.org/bz3432) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
#include <xmmintrin.h>
typedef union
{
int i[4];
float f[4];
__m128 v;
} vector... | llvm-gcc is overly pessimistic of union alignment | https://api.github.com/repos/llvm/llvm-project/issues/3804/comments | 2 | 2009-01-28T21:41:04Z | 2021-12-03T20:39:31Z | https://github.com/llvm/llvm-project/issues/3804 | 1,070,949,974 | 3,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3431](https://llvm.org/bz3431) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2009 18:05 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [Mentions rdynamic](https://user-images.githubusercontent.com/60944935/143738779-dce61c32-cda2-44e8-b5fa-d962efc404e2.gz), [Previo... | Kaleidascope tutorial doesn't mention -rdynamic | https://api.github.com/repos/llvm/llvm-project/issues/3803/comments | 1 | 2009-01-28T19:57:29Z | 2021-12-03T20:39:30Z | https://github.com/llvm/llvm-project/issues/3803 | 1,070,949,967 | 3,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3430](https://llvm.org/bz3430) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
'clang -fsyntax-only' does eat the following:
struct s {
struct st {
int v;
} *ts;
};
// it wo... | top-level 'struct x;' decl shadows other non-top level 'struct s {...}' decls | https://api.github.com/repos/llvm/llvm-project/issues/3802/comments | 2 | 2009-01-28T15:59:22Z | 2021-12-03T20:39:29Z | https://github.com/llvm/llvm-project/issues/3802 | 1,070,949,958 | 3,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3429](https://llvm.org/bz3429) |
| Resolution | FIXED |
| Resolved on | Feb 17, 2011 22:11 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#4068 llvm/llvm-bugzilla-archive#6815 llvm/llvm-bugzilla-archive#3696 llvm/llvm-bugzilla-archive#4151 llvm/llv... | __label__ not supported | https://api.github.com/repos/llvm/llvm-project/issues/3801/comments | 29 | 2009-01-28T03:34:04Z | 2021-12-03T20:39:28Z | https://github.com/llvm/llvm-project/issues/3801 | 1,070,949,945 | 3,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3428](https://llvm.org/bz3428) |
| Resolution | FIXED |
| Resolved on | May 27, 2009 13:48 |
| Version | trunk |
| OS | All |
| CC | @pwo |
## Extended Description
llvm-gcc crashes on this asm in selectiondagbuild:
#include <stdint.h>
typedef struct { uint64_t a0, a1; } u1... | inline asm crash | https://api.github.com/repos/llvm/llvm-project/issues/3800/comments | 3 | 2009-01-28T02:43:35Z | 2021-12-03T20:39:27Z | https://github.com/llvm/llvm-project/issues/3800 | 1,070,949,932 | 3,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3427](https://llvm.org/bz3427) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2009 18:38 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [the original file](https://user-images.githubusercontent.com/60944935/143738771-6126c7d8-68a6-458b-91e6-d575c541b74a.gz), [the... | Assertion failed: (0 && "Incomplete types have no size!"), function getTypeInfo, file ASTContext.cpp, line 296. | https://api.github.com/repos/llvm/llvm-project/issues/3799/comments | 4 | 2009-01-27T22:10:16Z | 2021-12-03T20:39:26Z | https://github.com/llvm/llvm-project/issues/3799 | 1,070,949,925 | 3,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3426](https://llvm.org/bz3426) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode,@nlewycky |
## Extended Description
Compiling and trying to run the bitcode of the binarytrees benchmark crashes lli.
The following bitcode was compi... | JIT is locked when materializeFunction is called | https://api.github.com/repos/llvm/llvm-project/issues/3798/comments | 7 | 2009-01-27T17:34:05Z | 2021-12-03T20:39:25Z | https://github.com/llvm/llvm-project/issues/3798 | 1,070,949,911 | 3,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3425](https://llvm.org/bz3425) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| Attachments | [WIP](https://user-images.githubusercontent.com/56606707/143738770-9a258ae4-7e2d-42c3-a61c-af87125e3d6f.gz) |
| CC | @DougGregor ... | Inaccurate storage class for redeclaration of function | https://api.github.com/repos/llvm/llvm-project/issues/3797/comments | 1 | 2009-01-27T15:48:24Z | 2021-12-03T20:39:24Z | https://github.com/llvm/llvm-project/issues/3797 | 1,070,949,904 | 3,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3424](https://llvm.org/bz3424) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2009 22:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner |
## Extended Description
Due to the order of static initialization being undefined in ... | C++ static initialization order problem | https://api.github.com/repos/llvm/llvm-project/issues/3796/comments | 9 | 2009-01-27T14:28:00Z | 2021-12-03T20:39:23Z | https://github.com/llvm/llvm-project/issues/3796 | 1,070,949,894 | 3,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3423](https://llvm.org/bz3423) |
| Resolution | FIXED |
| Resolved on | Feb 01, 2009 00:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch to fix linking](https://user-images.githubusercontent.com/60944935/143738766-7fec16c5-602d-446a-8d0a-4710fde469d8.gz) |
| Report... | link fails on ARM EABI machine | https://api.github.com/repos/llvm/llvm-project/issues/3795/comments | 1 | 2009-01-27T14:23:35Z | 2021-12-03T20:39:23Z | https://github.com/llvm/llvm-project/issues/3795 | 1,070,949,883 | 3,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3422](https://llvm.org/bz3422) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2009 12:30 |
| Version | unspecified |
| OS | Linux |
| Attachments | [preprocessed file](https://user-images.githubusercontent.com/92601246/143738764-dbe4416b-46fc-4175-9516-62c66e3b1291.gz) |
| CC ... | clang: static analyzer crash when analyzing aspack.c | https://api.github.com/repos/llvm/llvm-project/issues/3794/comments | 3 | 2009-01-27T12:43:11Z | 2021-12-03T20:39:22Z | https://github.com/llvm/llvm-project/issues/3794 | 1,070,949,871 | 3,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3421](https://llvm.org/bz3421) |
| Resolution | INVALID |
| Resolved on | Jan 27, 2009 11:55 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/56606707/143738763-4ad785f4-9e1f-4b4c-8b5a-70209f8c76be.gz) |
| CC | @nlew... | miscompilation on x86 (involves addressing?) | https://api.github.com/repos/llvm/llvm-project/issues/3793/comments | 3 | 2009-01-27T12:31:28Z | 2021-12-03T20:39:21Z | https://github.com/llvm/llvm-project/issues/3793 | 1,070,949,862 | 3,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3420](https://llvm.org/bz3420) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic,@nunoplopes |
## Extended Description
/* testcase */
typedef unsigned long mp_word __attribute__ ((mode(TI)))
$ /ho... | clang: unsupported machine mode 'TI' | https://api.github.com/repos/llvm/llvm-project/issues/3792/comments | 5 | 2009-01-27T12:09:42Z | 2021-12-03T20:39:20Z | https://github.com/llvm/llvm-project/issues/3792 | 1,070,949,852 | 3,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3419](https://llvm.org/bz3419) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2009 02:20 |
| Version | unspecified |
| OS | Linux |
## Extended Description
When compiling part of LibTomMath using llvm-gcc -O1 I get a failure in Codegen:
cc1: /home/edwin/llvm-bootstrap/llvm... | llc: assertion failure with i128 "Too many bits for int64_t" | https://api.github.com/repos/llvm/llvm-project/issues/3791/comments | 6 | 2009-01-27T11:44:19Z | 2021-12-03T20:39:19Z | https://github.com/llvm/llvm-project/issues/3791 | 1,070,949,847 | 3,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3418](https://llvm.org/bz3418) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Testcase:
int a() {
__extension__ (*(char*)0) = 1;
}
clang output:
<stdin>:2:29: error: expected ';' after expressio... | Strange parse error with __extension__ operator | https://api.github.com/repos/llvm/llvm-project/issues/3790/comments | 1 | 2009-01-27T09:56:31Z | 2021-12-03T20:39:18Z | https://github.com/llvm/llvm-project/issues/3790 | 1,070,949,834 | 3,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3417](https://llvm.org/bz3417) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
| CC | @lattner,@tkremenek,@xuzhongxing |
## Extended Description
Below is a delta-debugging reduced code fragment from Wine that produces the fo... | [analyzer on wine]: Assertion failed: (asLValue), function VisitDeclRefExpr, file GRExprEngine.cpp, line 882. | https://api.github.com/repos/llvm/llvm-project/issues/3789/comments | 4 | 2009-01-27T07:48:25Z | 2021-12-03T20:39:17Z | https://github.com/llvm/llvm-project/issues/3789 | 1,070,949,825 | 3,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3416](https://llvm.org/bz3416) |
| Resolution | WORKSFORME |
| Resolved on | Aug 28, 2009 08:46 |
| Version | unspecified |
| OS | Linux |
| CC | @pwo |
## Extended Description
Seen using r63072 on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp133$ llvm-gcc -O3 small.c
... | ice: Assertion `vi.AliveBlocks.none() && "Shouldn't be alive across any blocks!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/3788/comments | 2 | 2009-01-27T06:17:43Z | 2022-01-20T02:01:44Z | https://github.com/llvm/llvm-project/issues/3788 | 1,070,949,814 | 3,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3415](https://llvm.org/bz3415) |
| Resolution | FIXED |
| Resolved on | Jan 28, 2009 05:38 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738760-069be2a9-e08e-4937-bc8e-4f9f52671b7a.gz) |
| Reporter | LLVM B... | Infinite loop in escape analysis | https://api.github.com/repos/llvm/llvm-project/issues/3787/comments | 3 | 2009-01-27T03:13:03Z | 2021-12-03T20:39:16Z | https://github.com/llvm/llvm-project/issues/3787 | 1,070,949,805 | 3,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3414](https://llvm.org/bz3414) |
| Version | trunk |
| OS | All |
## Extended Description
The x86-64 ABI states
"An array uses the same alignment as its elements, except that a local or global
array variable of length at least 16 bytes or a C99 variable-length array variable... | missing x86-64 ABI alignment for arrays | https://api.github.com/repos/llvm/llvm-project/issues/3786/comments | 11 | 2009-01-27T02:56:58Z | 2022-03-05T14:46:06Z | https://github.com/llvm/llvm-project/issues/3786 | 1,070,949,800 | 3,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3413](https://llvm.org/bz3413) |
| Resolution | WONTFIX |
| Resolved on | Jul 29, 2010 17:32 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc generates an out of bounds read when passing struct { char a, b, c; }... | llvm-gcc: x86_64 passing of struct { char a, b, c; } generates invalid read | https://api.github.com/repos/llvm/llvm-project/issues/3785/comments | 5 | 2009-01-26T21:00:43Z | 2022-01-20T02:29:48Z | https://github.com/llvm/llvm-project/issues/3785 | 1,070,949,788 | 3,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3412](https://llvm.org/bz3412) |
| Resolution | WORKSFORME |
| Resolved on | Apr 25, 2009 17:29 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738759-217d4ad0-754b-422d-b78b-e6b1e4ada293.gz) |
| Reporter | L... | -licm -loop-reduce crash | https://api.github.com/repos/llvm/llvm-project/issues/3784/comments | 1 | 2009-01-26T21:00:34Z | 2022-01-20T02:01:43Z | https://github.com/llvm/llvm-project/issues/3784 | 1,070,949,778 | 3,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3411](https://llvm.org/bz3411) |
| Resolution | FIXED |
| Resolved on | Feb 03, 2009 04:42 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Seen using r62977 on Ubuntu Hardy on x86.
regehr@john-home:~/volatile/tmp132$ llvm-gcc -O small.c
cc1: LegalizeTypes.c... | ice: Invalid node ID for RAUW analysis! | https://api.github.com/repos/llvm/llvm-project/issues/3783/comments | 1 | 2009-01-26T17:31:47Z | 2021-12-03T20:39:12Z | https://github.com/llvm/llvm-project/issues/3783 | 1,070,949,774 | 3,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3410](https://llvm.org/bz3410) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Consider this erroneous program:
void foo() {
int X;
X = 4
}
We currently emit:
t.c:4:1: erro... | Better 'expected ';' at end of statement diagnostic | https://api.github.com/repos/llvm/llvm-project/issues/3782/comments | 1 | 2009-01-26T08:52:58Z | 2021-12-03T20:39:12Z | https://github.com/llvm/llvm-project/issues/3782 | 1,070,949,766 | 3,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3409](https://llvm.org/bz3409) |
| Resolution | WONTFIX |
| Resolved on | Apr 22, 2009 05:15 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738758-7263e44f-6081-45fb-966f-f137a86c1a13.gz) |
| Reporter | LLVM... | gvnpre: segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/3781/comments | 2 | 2009-01-26T04:43:51Z | 2022-01-20T02:29:46Z | https://github.com/llvm/llvm-project/issues/3781 | 1,070,949,758 | 3,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3408](https://llvm.org/bz3408) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2009 19:19 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738757-4f9baf54-8d6a-47cb-b47f-cec39ea9b9d9.gz) |
| Reporter | LLVM B... | looprotate crash | https://api.github.com/repos/llvm/llvm-project/issues/3780/comments | 2 | 2009-01-26T03:27:26Z | 2021-12-03T20:39:10Z | https://github.com/llvm/llvm-project/issues/3780 | 1,070,949,746 | 3,780 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3407](https://llvm.org/bz3407) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2019 14:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Running
opt -targetdata
on the attached bitcode causes this assertion failure:... | -targetdata shouldn't show up in the list of passes opt provides | https://api.github.com/repos/llvm/llvm-project/issues/3779/comments | 3 | 2009-01-26T03:02:39Z | 2021-12-03T20:39:09Z | https://github.com/llvm/llvm-project/issues/3779 | 1,070,949,738 | 3,779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3406](https://llvm.org/bz3406) |
| Resolution | INVALID |
| Resolved on | Oct 08, 2010 10:18 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738755-0f1aa4a1-4943-4c3a-a2b7-14a92ceb249b.gz) |
| Reporter | LLVM... | [loop-index-split] llvm::SplitCriticalEdge can't update DomFrontier info without DomTree info | https://api.github.com/repos/llvm/llvm-project/issues/3778/comments | 3 | 2009-01-26T02:51:07Z | 2021-12-03T20:39:08Z | https://github.com/llvm/llvm-project/issues/3778 | 1,070,949,725 | 3,778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [3405](https://llvm.org/bz3405) |
| Resolution | FIXED |
| Resolved on | Jan 25, 2009 20:19 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Running opt -condprop on the attached bitcode file causes an assertion failure.
Rev... | condprop crash on single-entry phi | https://api.github.com/repos/llvm/llvm-project/issues/3777/comments | 1 | 2009-01-26T02:38:15Z | 2021-12-03T20:39:07Z | https://github.com/llvm/llvm-project/issues/3777 | 1,070,949,717 | 3,777 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.