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 | [19405](https://llvm.org/bz19405) |
| Version | 3.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @irishrover |
## Extended Description
#include "stdio.h"
int
b(void)
{
return 1;
}
int a(int (*b)(void))
{
return b();
}
m()
{
int i;
for (i=0; i<10000... | Invalid optimization with -fPIC | https://api.github.com/repos/llvm/llvm-project/issues/19779/comments | 0 | 2014-04-11T22:38:24Z | 2021-12-09T22:18:48Z | https://github.com/llvm/llvm-project/issues/19779 | 1,076,114,211 | 19,779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19404](https://llvm.org/bz19404) |
| Resolution | FIXED |
| Resolved on | Apr 18, 2014 16:39 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#19766 |
| CC | @TNorthover |
## Extended Description
AArch64 has a scheduling model for Cortex-A53 which needs to be ... | Port Cortex-A53 scheduling model to ARM64 | https://api.github.com/repos/llvm/llvm-project/issues/19778/comments | 3 | 2014-04-11T22:10:43Z | 2021-12-09T22:18:38Z | https://github.com/llvm/llvm-project/issues/19778 | 1,076,114,015 | 19,778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19403](https://llvm.org/bz19403) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @amykhuang,@dwblaikie,@zmodem,@MikeHolman,@rnk |
## Extended Description
Why is zlib support disabled for windows/MSVC in CMake?
I got the zlib headers a... | zlib support in windows with MSVC | https://api.github.com/repos/llvm/llvm-project/issues/19777/comments | 8 | 2014-04-11T20:54:53Z | 2023-08-15T02:00:00Z | https://github.com/llvm/llvm-project/issues/19777 | 1,076,113,992 | 19,777 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19402](https://llvm.org/bz19402) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Bigcheese,@filcab |
## Extended Description
Instcombine got an IR builder in r80492, but the move is still not done. Right now a we have a mix of visit methods ... | Finish converting instcombine to use IRBuilder | https://api.github.com/repos/llvm/llvm-project/issues/19776/comments | 0 | 2014-04-11T19:43:21Z | 2021-12-09T22:18:36Z | https://github.com/llvm/llvm-project/issues/19776 | 1,076,113,981 | 19,776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19401](https://llvm.org/bz19401) |
| Version | trunk |
| OS | NetBSD |
| CC | @rnk |
## Extended Description
I'm using clang coming with NetBSD, on NetBSD-6.99.40/amd64, currently:
clang version 3.5 (trunk 202566)
Target: x86_64--netbsd
Thread model: posix
NetBSD also comes ... | clang-compiled gcc has reproducible internal compiler error | https://api.github.com/repos/llvm/llvm-project/issues/19775/comments | 2 | 2014-04-11T16:36:58Z | 2023-08-08T12:44:44Z | https://github.com/llvm/llvm-project/issues/19775 | 1,076,113,953 | 19,775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19400](https://llvm.org/bz19400) |
| Version | trunk |
| OS | Linux |
| CC | @jmolloy,@TNorthover |
## Extended Description
Big-endian support is currently being implemented on AArch64, and this will probably need to be ported to ARM64 before the merge can be called complete.
... | Port big-endian support to ARM64 | https://api.github.com/repos/llvm/llvm-project/issues/19774/comments | 5 | 2014-04-11T13:46:01Z | 2023-08-15T01:33:23Z | https://github.com/llvm/llvm-project/issues/19774 | 1,076,113,933 | 19,774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19399](https://llvm.org/bz19399) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2015 01:08 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#12849 |
## Extended Description
consider:
extern "C" int printf(const char *, ...);
struct A {
virtual void fun(... | MS ABI: Layout of class hierarchy with overridden methods and virtual inheritance is wrong | https://api.github.com/repos/llvm/llvm-project/issues/19773/comments | 2 | 2014-04-11T09:41:01Z | 2021-12-09T22:18:33Z | https://github.com/llvm/llvm-project/issues/19773 | 1,076,113,916 | 19,773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19398](https://llvm.org/bz19398) |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @majnemer,@timurrrr |
## Extended Description
MSVC supports an extension that allows users to delete an array of polymorphic objects where the... | Implement vector deleting destructors | https://api.github.com/repos/llvm/llvm-project/issues/19772/comments | 13 | 2014-04-11T03:11:25Z | 2025-03-04T14:59:03Z | https://github.com/llvm/llvm-project/issues/19772 | 1,076,113,905 | 19,772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19397](https://llvm.org/bz19397) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2014 06:30 |
| Version | unspecified |
| OS | Windows NT |
| CC | @majnemer,@timurrrr |
## Extended Description
In this example, we generate a thunk for g and MSVC doesn't. This may not be a cor... | MS ABI: Extra vtordisp thunk generated method inherited from virtual base | https://api.github.com/repos/llvm/llvm-project/issues/19771/comments | 3 | 2014-04-11T02:49:45Z | 2021-12-09T22:18:31Z | https://github.com/llvm/llvm-project/issues/19771 | 1,076,113,883 | 19,771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19396](https://llvm.org/bz19396) |
| Resolution | FIXED |
| Resolved on | Jan 19, 2016 05:52 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rengolin |
## Extended Description
The following code snippet (post opt -O2 optimization):
%136 =... | ARM code emitter misoptimization with 16-bit multiplication | https://api.github.com/repos/llvm/llvm-project/issues/19770/comments | 1 | 2014-04-10T23:27:57Z | 2021-12-09T22:18:29Z | https://github.com/llvm/llvm-project/issues/19770 | 1,076,113,849 | 19,770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19395](https://llvm.org/bz19395) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2014 13:46 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#19766 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Patterns need to... | [ARM64] Maintain compatibility with armv7 intrinsics. | https://api.github.com/repos/llvm/llvm-project/issues/19769/comments | 22 | 2014-04-10T23:05:38Z | 2021-12-09T22:18:25Z | https://github.com/llvm/llvm-project/issues/19769 | 1,076,113,774 | 19,769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19394](https://llvm.org/bz19394) |
| Resolution | INVALID |
| Resolved on | Apr 16, 2014 07:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/910929/143749310-69848274-698c-4edf-9eed-2887890fd651.gz) |
| CC | @alexey-ba... | Failure to compute loop count (and, thus, vectorize) | https://api.github.com/repos/llvm/llvm-project/issues/19768/comments | 2 | 2014-04-10T22:51:56Z | 2021-12-09T22:18:24Z | https://github.com/llvm/llvm-project/issues/19768 | 1,076,113,754 | 19,768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19393](https://llvm.org/bz19393) |
| Version | trunk |
| OS | Linux |
| Attachments | [Minimal reproducer, courtesy of Aleksandr Drozd](https://user-images.githubusercontent.com/60944935/143749308-d12f2fe2-4deb-47ce-99b1-6cc798879bfc.gz) |
| Reporter | LLVM Bugzilla Contributor ... | C++11 atomics fail to link | https://api.github.com/repos/llvm/llvm-project/issues/19767/comments | 1 | 2014-04-10T21:36:47Z | 2021-12-14T21:11:11Z | https://github.com/llvm/llvm-project/issues/19767 | 1,076,113,734 | 19,767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19392](https://llvm.org/bz19392) |
| Resolution | FIXED |
| Resolved on | May 24, 2014 09:56 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#19761 llvm/llvm-project#19769 llvm/llvm-project#19778 llvm/llvm-project#19780 llvm/llvm-project#19798 llvm/llvm-proj... | AArch64/ARM64 top-level merge issue | https://api.github.com/repos/llvm/llvm-project/issues/19766/comments | 12 | 2014-04-10T16:50:56Z | 2021-12-09T22:22:47Z | https://github.com/llvm/llvm-project/issues/19766 | 1,076,113,321 | 19,766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19391](https://llvm.org/bz19391) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2019 03:05 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
clang 3.4 on x86_64-pc-linux-gnu hangs when compiling the following test case w/ -Os... | clang 3.4 hangs in SymbolTableListTraits::transferNodesFromList() w/ -Os | https://api.github.com/repos/llvm/llvm-project/issues/19765/comments | 2 | 2014-04-10T09:06:52Z | 2021-12-09T22:18:00Z | https://github.com/llvm/llvm-project/issues/19765 | 1,076,113,300 | 19,765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19390](https://llvm.org/bz19390) |
| Version | trunk |
| OS | Windows 2000 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dommldomml,@sebpop |
## Extended Description
A CMake build using MinGW under CYGWIN fails in FileSystem.h. This is due to the LLVM source code using Po... | [windows] Cmake llvm build of MinGW under Cygwin fails: Posix filesystem calls. | https://api.github.com/repos/llvm/llvm-project/issues/19764/comments | 2 | 2014-04-10T00:16:41Z | 2024-06-27T09:05:24Z | https://github.com/llvm/llvm-project/issues/19764 | 1,076,113,273 | 19,764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19389](https://llvm.org/bz19389) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2014 08:25 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| Attachments | [preprocessed source file (tar.bz2)](https://user-images.githubusercontent.com/60944935/14374930... | SSE register return with SSE disabled | https://api.github.com/repos/llvm/llvm-project/issues/19763/comments | 3 | 2014-04-10T00:06:30Z | 2021-12-09T22:17:58Z | https://github.com/llvm/llvm-project/issues/19763 | 1,076,113,248 | 19,763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19388](https://llvm.org/bz19388) |
| Resolution | FIXED |
| Resolved on | Jun 04, 2014 19:54 |
| Version | trunk |
| OS | All |
| CC | @dwblaikie,@echristo |
## Extended Description
The following snippet demonstrates the issue:
struct S { int i; };
int function(struct S s, in... | formal parameter reordered with optimisations | https://api.github.com/repos/llvm/llvm-project/issues/19762/comments | 1 | 2014-04-09T23:17:15Z | 2021-12-09T22:17:57Z | https://github.com/llvm/llvm-project/issues/19762 | 1,076,113,230 | 19,762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19387](https://llvm.org/bz19387) |
| Resolution | INVALID |
| Resolved on | Apr 10, 2014 14:24 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#19766 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case:
-----... | [ARM64] Assertion `Subtarget->isTargetDarwin() && "automatic va_arg instruction only works on Darwin"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/19761/comments | 4 | 2014-04-09T20:45:29Z | 2021-12-09T22:18:22Z | https://github.com/llvm/llvm-project/issues/19761 | 1,076,113,136 | 19,761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19386](https://llvm.org/bz19386) |
| Resolution | INVALID |
| Resolved on | May 02, 2014 11:52 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor | | Add ARM64 backend component to libraries product. | https://api.github.com/repos/llvm/llvm-project/issues/19760/comments | 1 | 2014-04-09T20:34:58Z | 2021-12-09T22:17:52Z | https://github.com/llvm/llvm-project/issues/19760 | 1,076,113,112 | 19,760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19385](https://llvm.org/bz19385) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [File demonstrating the bug](https://user-images.githubusercontent.com/60944935/143749305-0667d752-aac7-42db-99f8-2325fa990e25.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
... | Adding static_asserts suppresses errors | https://api.github.com/repos/llvm/llvm-project/issues/19759/comments | 2 | 2014-04-09T19:01:52Z | 2023-09-19T18:26:53Z | https://github.com/llvm/llvm-project/issues/19759 | 1,076,113,086 | 19,759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19384](https://llvm.org/bz19384) |
| Resolution | DUPLICATE |
| Resolved on | Aug 09, 2014 14:22 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It would be useful if I could specify a list of identifiers (either globally, or... | Feature request: add option to skip formatting of certains functions and variables | https://api.github.com/repos/llvm/llvm-project/issues/19758/comments | 2 | 2014-04-09T17:48:12Z | 2021-12-09T22:17:49Z | https://github.com/llvm/llvm-project/issues/19758 | 1,076,113,063 | 19,758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19383](https://llvm.org/bz19383) |
| Resolution | INVALID |
| Resolved on | Jun 07, 2018 17:56 |
| Version | unspecified |
| OS | All |
| Attachments | [Proposed patch for denormalized division results.](https://user-images.githubusercontent.com/60944935/143749304-f2a108bd-98a8-... | [builtins] Denormalized results for divsf3 and divdf3 | https://api.github.com/repos/llvm/llvm-project/issues/19757/comments | 1 | 2014-04-09T17:38:38Z | 2021-12-09T22:17:48Z | https://github.com/llvm/llvm-project/issues/19757 | 1,076,113,042 | 19,757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19382](https://llvm.org/bz19382) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It would be great if there was an option to tweak AlignTrailingComments slightly to continue aligning comments even if there are some bl... | Feature request: align trailing comments even across a blank lines | https://api.github.com/repos/llvm/llvm-project/issues/19756/comments | 4 | 2014-04-09T15:27:46Z | 2022-11-14T21:04:47Z | https://github.com/llvm/llvm-project/issues/19756 | 1,076,113,020 | 19,756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19381](https://llvm.org/bz19381) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2014 09:06 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is with clang SVN 205846 (via git mirror). My .clang-format contains just
Sp... | SpacesBeforeTrailingComments only works for inline comments, not block comments | https://api.github.com/repos/llvm/llvm-project/issues/19755/comments | 6 | 2014-04-09T15:10:45Z | 2021-12-09T22:17:46Z | https://github.com/llvm/llvm-project/issues/19755 | 1,076,113,002 | 19,755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19380](https://llvm.org/bz19380) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2014 11:42 |
| Version | unspecified |
| OS | FreeBSD |
## Extended Description
The status line at the bottom of the text UI displays the thread ID in hex - e.g. "Thread: 0x186de"
On Linux and F... | Thread ID in text UI shown in hex, not decimal | https://api.github.com/repos/llvm/llvm-project/issues/19754/comments | 2 | 2014-04-09T15:00:46Z | 2021-12-09T22:17:45Z | https://github.com/llvm/llvm-project/issues/19754 | 1,076,112,988 | 19,754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19379](https://llvm.org/bz19379) |
| Version | trunk |
| OS | Windows NT |
## Extended Description
1. Run CMake with the following args:
cmake -G "Visual Studio 10 Win64" -DCMAKE_INCLUDE_EXAMPLES=OFF -DCMAKE_INCLUDE_TESTS=OFF c:/path/to/llvm
2. Open the generated .sln file i... | llvm-lit does not get built on Windows. | https://api.github.com/repos/llvm/llvm-project/issues/19753/comments | 0 | 2014-04-09T14:08:59Z | 2021-12-09T22:17:45Z | https://github.com/llvm/llvm-project/issues/19753 | 1,076,112,968 | 19,753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19378](https://llvm.org/bz19378) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2014 08:44 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In our C code base, we have a lot of static struct instances which currently loo... | Struct instance declaration with trailing C-style comments | https://api.github.com/repos/llvm/llvm-project/issues/19752/comments | 5 | 2014-04-09T13:44:21Z | 2021-12-09T22:17:44Z | https://github.com/llvm/llvm-project/issues/19752 | 1,076,112,947 | 19,752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19377](https://llvm.org/bz19377) |
| Version | 3.4 |
| OS | Linux |
| CC | @xgupta |
## Extended Description
The operations 'inv', 'neg', 'fneg' are not mentioned in http://llvm.org/docs/LangRef.html | LangRef: missing documentation for unary operations 'inv', 'neg', 'fneg' | https://api.github.com/repos/llvm/llvm-project/issues/19751/comments | 5 | 2014-04-09T09:20:16Z | 2023-03-30T14:42:32Z | https://github.com/llvm/llvm-project/issues/19751 | 1,076,112,924 | 19,751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19376](https://llvm.org/bz19376) |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie,@Weverything |
## Extended Description
This test case:
-------------
struct Bar {
int val = 0;
};
struct Foo {
Foo(const Bar& b) : val(b.val)
{
}
int val;
};
clas... | Missing -Wuninitialized warning for construction of member with another member using a constructor | https://api.github.com/repos/llvm/llvm-project/issues/19750/comments | 2 | 2014-04-09T03:07:18Z | 2021-12-09T22:17:42Z | https://github.com/llvm/llvm-project/issues/19750 | 1,076,112,911 | 19,750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19375](https://llvm.org/bz19375) |
| Resolution | INVALID |
| Resolved on | Apr 29, 2014 12:01 |
| Version | 3.4 |
| OS | MacOS X |
| Attachments | [tar cvjf of the pre-processed .c file and resulting .o's in question](https://user-images.githubusercontent.com/60944935/143749303... | -Os generates crashy ARM iOS binary | https://api.github.com/repos/llvm/llvm-project/issues/19749/comments | 4 | 2014-04-09T02:18:37Z | 2021-12-09T22:17:41Z | https://github.com/llvm/llvm-project/issues/19749 | 1,076,112,884 | 19,749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19374](https://llvm.org/bz19374) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Working example archive.](https://user-images.githubusercontent.com/60944935/143749302-311629e3-2e69-44f6-8595-feb83dbe20c2.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Descriptio... | Getting 'is not a member of' compiling error while accessing class member in nested class. | https://api.github.com/repos/llvm/llvm-project/issues/19748/comments | 0 | 2014-04-08T22:42:24Z | 2021-12-09T22:17:40Z | https://github.com/llvm/llvm-project/issues/19748 | 1,076,112,863 | 19,748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19373](https://llvm.org/bz19373) |
| Resolution | INVALID |
| Resolved on | Apr 13, 2014 18:54 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Gcc 4.8.2 accepts the following code. I thin... | clang erroneously enforcing alias template parameter kind | https://api.github.com/repos/llvm/llvm-project/issues/19747/comments | 1 | 2014-04-08T22:23:28Z | 2021-12-09T22:17:39Z | https://github.com/llvm/llvm-project/issues/19747 | 1,076,112,842 | 19,747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19372](https://llvm.org/bz19372) |
| Resolution | FIXED |
| Resolved on | Nov 24, 2014 11:05 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [self-contained repro](https://user-images.githubusercontent.com/60944935/143749300-46ac8baa-e1f4-403d-abae-72c7a0a6d3c4.gz) |
|... | assertion "Replacement.isCanonical() && "replacement types must always be canonical"" | https://api.github.com/repos/llvm/llvm-project/issues/19746/comments | 12 | 2014-04-08T22:13:03Z | 2021-12-09T22:17:38Z | https://github.com/llvm/llvm-project/issues/19746 | 1,076,112,817 | 19,746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19371](https://llvm.org/bz19371) |
| Version | trunk |
| OS | Windows 2000 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
An svn-clang-tests step needs to be added to bring in the clang-tests project for this step.
C:\buildbots\hexagon-build-01-exp\clang-m... | [zorg] getClangMinGWBuildFactory calls non-existant target ninja clang-test | https://api.github.com/repos/llvm/llvm-project/issues/19745/comments | 2 | 2014-04-08T19:27:59Z | 2024-07-06T03:08:34Z | https://github.com/llvm/llvm-project/issues/19745 | 1,076,112,804 | 19,745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19370](https://llvm.org/bz19370) |
| Resolution | FIXED |
| Resolved on | Oct 17, 2014 13:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case and assembly output](https://user-images.githubusercontent.com/60944935/143749299-44707aa3-aa84-4a09-8af7-135f4ae7b12c.gz)... | [X86] Non-temporal store from _mm_stream_ps is not mapped to movntps in some cases | https://api.github.com/repos/llvm/llvm-project/issues/19744/comments | 3 | 2014-04-08T19:13:53Z | 2021-12-09T22:17:36Z | https://github.com/llvm/llvm-project/issues/19744 | 1,076,112,787 | 19,744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19369](https://llvm.org/bz19369) |
| Version | trunk |
| OS | All |
| CC | @qcolombet |
## Extended Description
This came up during code review. Full thread at:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140331/211991.html
In particular, the discussion of ... | Initialization of static cl::opt variables is not thread safe | https://api.github.com/repos/llvm/llvm-project/issues/19743/comments | 0 | 2014-04-08T18:48:42Z | 2021-12-09T22:17:35Z | https://github.com/llvm/llvm-project/issues/19743 | 1,076,112,764 | 19,743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19368](https://llvm.org/bz19368) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2014 09:54 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [The file that causes the crash](https://user-images.githubusercontent.com/60944935/143749298-9693b7f1-a062-41b7-98f4-c75938ea59... | clang crashes on applying coding standards | https://api.github.com/repos/llvm/llvm-project/issues/19742/comments | 5 | 2014-04-08T15:49:04Z | 2021-12-09T22:17:34Z | https://github.com/llvm/llvm-project/issues/19742 | 1,076,112,749 | 19,742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19367](https://llvm.org/bz19367) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2014 02:07 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case:
--------------------------------------------------... | [ARM64] Can not select ARM64ISD::NOT of v1i64 type | https://api.github.com/repos/llvm/llvm-project/issues/19741/comments | 2 | 2014-04-08T08:51:00Z | 2021-12-09T22:17:33Z | https://github.com/llvm/llvm-project/issues/19741 | 1,076,112,736 | 19,741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19366](https://llvm.org/bz19366) |
| Resolution | DUPLICATE |
| Resolved on | Jul 26, 2017 03:10 |
| Version | 3.4 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Theodor |
## Extended Description
On Solaris 10 (sparcv9) i get following compilation problem:... | [3.4] no futimes/futimens on solaris (use futimesat instead?) | https://api.github.com/repos/llvm/llvm-project/issues/19740/comments | 6 | 2014-04-08T07:58:06Z | 2021-12-09T22:17:32Z | https://github.com/llvm/llvm-project/issues/19740 | 1,076,112,710 | 19,740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19365](https://llvm.org/bz19365) |
| Version | 3.4 |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
### REDUCED SOURCE:> cat crashes.cc
struct A { template <class T> A(T t); };
template <> A::A(int) { }
struct B : A { using A::A; };
int main() { B b(42); }
Retu... | Explicit specialization of base inherited constructor: Assertion `Method->isCanonicalDecl() && Overridden->isCanonicalDecl()' failed. | https://api.github.com/repos/llvm/llvm-project/issues/19739/comments | 3 | 2014-04-08T05:18:04Z | 2023-07-28T17:40:49Z | https://github.com/llvm/llvm-project/issues/19739 | 1,076,112,693 | 19,739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19364](https://llvm.org/bz19364) |
| Resolution | WONTFIX |
| Resolved on | Apr 09, 2014 11:04 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jsonn |
## Extended Description
$./bin/lldb
(lldb) gui
# Ncurses UI appears.
- Press F1... | F1 does no work when in gnome terminal | https://api.github.com/repos/llvm/llvm-project/issues/19738/comments | 2 | 2014-04-08T04:40:42Z | 2022-01-20T02:39:47Z | https://github.com/llvm/llvm-project/issues/19738 | 1,076,112,676 | 19,738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19363](https://llvm.org/bz19363) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2014 05:02 |
| Version | unspecified |
| OS | Linux |
| CC | @zetafunction |
## Extended Description
It looks like http://llvm.org/viewvc/llvm-project?view=revision&revision=201504 updated clang-... | clang-format should prefer to place OVERRIDE on same line for Chromium style | https://api.github.com/repos/llvm/llvm-project/issues/19737/comments | 2 | 2014-04-07T23:50:53Z | 2021-12-09T22:17:29Z | https://github.com/llvm/llvm-project/issues/19737 | 1,076,112,654 | 19,737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19362](https://llvm.org/bz19362) |
| Resolution | WORKSFORME |
| Resolved on | Jul 15, 2014 06:20 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Disassembling ldrht, ldrsht, strht, and ldrsbt with llvm-mc produces instructio... | ARM disassembler ignores negative offset bit for ldrht, ldrsht, strht, and ldrsbt | https://api.github.com/repos/llvm/llvm-project/issues/19736/comments | 1 | 2014-04-07T23:02:52Z | 2022-01-20T02:14:09Z | https://github.com/llvm/llvm-project/issues/19736 | 1,076,112,630 | 19,736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19361](https://llvm.org/bz19361) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2014 00:22 |
| Version | unspecified |
| OS | Windows NT |
| Blocks | llvm/llvm-project#12849 |
| CC | @majnemer |
## Extended Description
TIL this program should print "lval ref\nrval ref\n":
... | MS mangler: No mangling for C++11 reference qualified methods | https://api.github.com/repos/llvm/llvm-project/issues/19735/comments | 2 | 2014-04-07T22:27:47Z | 2021-12-09T22:17:27Z | https://github.com/llvm/llvm-project/issues/19735 | 1,076,112,608 | 19,735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19360](https://llvm.org/bz19360) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2014 13:02 |
| Version | unspecified |
| OS | All |
## Extended Description
$ echo 'scoped_ptr<const char*[]> array(new const char*[vector.size()]);' | Release+Asserts/bin/clang-format -style Goo... | Formatter mistakes '*' as binary op in front of [] in a template argument | https://api.github.com/repos/llvm/llvm-project/issues/19734/comments | 2 | 2014-04-07T20:19:02Z | 2021-12-09T22:17:27Z | https://github.com/llvm/llvm-project/issues/19734 | 1,076,112,587 | 19,734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19359](https://llvm.org/bz19359) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | All |
## Extended Description
The Cpp11BracedListStyle documentation says "Fundamentally, C++11 braced lists are formatted exactly like function call... | Formatter should take BinPackParameters into account for Cpp11BracedListStyle | https://api.github.com/repos/llvm/llvm-project/issues/19733/comments | 5 | 2014-04-07T20:05:44Z | 2021-12-09T22:17:26Z | https://github.com/llvm/llvm-project/issues/19733 | 1,076,112,571 | 19,733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19358](https://llvm.org/bz19358) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
Repro:
module A {}
module B { conflict A }
Building B will assert, because it tries to allocate a submodule ID for 'A', which is neither part of the current... | module 'conflict' stanza doesn't work across top-level modules | https://api.github.com/repos/llvm/llvm-project/issues/19732/comments | 1 | 2014-04-07T19:22:24Z | 2021-12-09T22:17:25Z | https://github.com/llvm/llvm-project/issues/19732 | 1,076,112,553 | 19,732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19357](https://llvm.org/bz19357) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
If module A depends on module B, and module B depends on module A, and we perform a -j2 build where one action builds module A first and the other builds B fi... | cyclic module dependencies can deadlock | https://api.github.com/repos/llvm/llvm-project/issues/19731/comments | 0 | 2014-04-07T19:20:23Z | 2021-12-09T22:17:24Z | https://github.com/llvm/llvm-project/issues/19731 | 1,076,112,532 | 19,731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19356](https://llvm.org/bz19356) |
| Version | trunk |
| OS | Linux |
| CC | @hfinkel,@rotateright |
## Extended Description
#include <complex>
float abs2(std::complex<float> c)
{
return abs(c) * abs(c);
}
$ clang++ -mllvm --x86-asm-syntax=intel -std=c++11 -O3 -g -ffast-math... | builtin cabs(z) resp. hypot(z) squared should be optimized | https://api.github.com/repos/llvm/llvm-project/issues/19730/comments | 2 | 2014-04-07T19:19:50Z | 2021-12-09T22:17:23Z | https://github.com/llvm/llvm-project/issues/19730 | 1,076,112,515 | 19,730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19355](https://llvm.org/bz19355) |
| Version | 3.4 |
| OS | All |
| CC | @Lastique,@sylvestre |
## Extended Description
Hello,
when compiling the Boost Atomic library I noticed a test case failure which expects that boost::atomic<long long> is always lock-free on X86 [1].
Th... | __GCC_ATOMIC_LLONG_LOCK_FREE only set to 1 on X86 | https://api.github.com/repos/llvm/llvm-project/issues/19729/comments | 4 | 2014-04-07T18:43:19Z | 2023-06-10T14:57:34Z | https://github.com/llvm/llvm-project/issues/19729 | 1,076,112,499 | 19,729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19354](https://llvm.org/bz19354) |
| Resolution | DUPLICATE |
| Resolved on | Apr 07, 2014 10:31 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mclow |
## Extended Description
Thought I would report the following difference betwee... | failed stream extraction consumes characters after clear (libstdc++ vs libc++) | https://api.github.com/repos/llvm/llvm-project/issues/19728/comments | 1 | 2014-04-07T16:23:50Z | 2021-12-09T22:17:21Z | https://github.com/llvm/llvm-project/issues/19728 | 1,076,112,481 | 19,728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19353](https://llvm.org/bz19353) |
| Version | trunk |
| OS | All |
## Extended Description
GCC provides -ftree-vectorizer-verbose=x to inspect what the vectorizer is doing. This allows you to see e.g. why the vectorizer is not vectorizing a construct in which you expected vec... | Provide easy to inspect vectorization information | https://api.github.com/repos/llvm/llvm-project/issues/19727/comments | 2 | 2014-04-07T14:14:04Z | 2021-12-09T22:17:20Z | https://github.com/llvm/llvm-project/issues/19727 | 1,076,112,466 | 19,727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19352](https://llvm.org/bz19352) |
| Resolution | FIXED |
| Resolved on | May 23, 2014 07:50 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Locations of friend declarations that are type declarations sho... | getLocation() points to the wrong position for FriendDecls | https://api.github.com/repos/llvm/llvm-project/issues/19726/comments | 2 | 2014-04-07T12:05:24Z | 2021-12-09T22:17:19Z | https://github.com/llvm/llvm-project/issues/19726 | 1,076,112,448 | 19,726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19351](https://llvm.org/bz19351) |
| Resolution | FIXED |
| Resolved on | Feb 12, 2015 10:42 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [error reporting by clang, assertion failed while building event.c](https://user-images.githubusercontent.com/60944935/143749294-e9... | Clang/LLVM can't compile Neovim anymove: Assertion failed: (found && "Losing a member during member list replacement") | https://api.github.com/repos/llvm/llvm-project/issues/19725/comments | 27 | 2014-04-07T10:16:26Z | 2021-12-09T22:17:18Z | https://github.com/llvm/llvm-project/issues/19725 | 1,076,112,434 | 19,725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19350](https://llvm.org/bz19350) |
| Resolution | INVALID |
| Resolved on | Apr 16, 2014 06:56 |
| Version | 3.3 |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
-DOK : error during linking
without -DOK: success
If I remove 'const' before std::string, both compile... | Cannot use const std::string as key for unordered_multimap: linking error | https://api.github.com/repos/llvm/llvm-project/issues/19724/comments | 1 | 2014-04-07T07:26:34Z | 2021-12-09T22:17:17Z | https://github.com/llvm/llvm-project/issues/19724 | 1,076,112,417 | 19,724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19349](https://llvm.org/bz19349) |
| Resolution | WORKSFORME |
| Resolved on | Apr 06, 2014 01:30 |
| Version | 3.0 |
| OS | Linux |
| Attachments | [clang error log](https://user-images.githubusercontent.com/95090545/143749293-1dc62eb1-86c6-45fd-b9b6-7a83a20d8036.gz) |
| CC | @... | segmentation fault durin compilation | https://api.github.com/repos/llvm/llvm-project/issues/19723/comments | 1 | 2014-04-05T19:35:26Z | 2022-01-20T02:14:07Z | https://github.com/llvm/llvm-project/issues/19723 | 1,076,112,396 | 19,723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19348](https://llvm.org/bz19348) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | All |
| CC | @arsenm |
## Extended Description
Our custom BE does not support extloads from i8 and i16 right into i64, but there are no legal i8 and i16 ty... | DAGCombiner does not check for legal ExtLoad operation before folding (aext (zextload x)) -> (aext (truncate (*extload x))) | https://api.github.com/repos/llvm/llvm-project/issues/19722/comments | 4 | 2014-04-04T23:24:40Z | 2021-12-09T22:17:15Z | https://github.com/llvm/llvm-project/issues/19722 | 1,076,112,382 | 19,722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19347](https://llvm.org/bz19347) |
| Version | unspecified |
| OS | FreeBSD |
| CC | @jimingham |
## Extended Description
FAIL: test_step_all_threads_with_dwarf (TestThreadStepOut.ThreadStepOutTestCase)
1. one thread stops at a breakpoint
2. "bt all" shows the other thread wi... | thread step-out -m all-threads failing on FreeBSD | https://api.github.com/repos/llvm/llvm-project/issues/19721/comments | 17 | 2014-04-04T22:43:19Z | 2022-06-17T11:28:55Z | https://github.com/llvm/llvm-project/issues/19721 | 1,076,112,357 | 19,721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19346](https://llvm.org/bz19346) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2014 07:19 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
constexpr int* p = nullptr;
constexpr int n = 0;
constexpr int* p2 = p + n;
a.cc:3:16: erro... | adding zero to null pointer rejected in constant expressions | https://api.github.com/repos/llvm/llvm-project/issues/19720/comments | 1 | 2014-04-04T20:21:36Z | 2021-12-09T22:17:13Z | https://github.com/llvm/llvm-project/issues/19720 | 1,076,112,339 | 19,720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19345](https://llvm.org/bz19345) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2014 15:33 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@TNorthover |
## Extended Description
I'm seeing output mismatch in SPEC2000 tests equake and ... | [ARM64] Miscompile/miscompare of SPEC2000 benchmarks | https://api.github.com/repos/llvm/llvm-project/issues/19719/comments | 13 | 2014-04-04T20:18:35Z | 2021-12-09T22:17:12Z | https://github.com/llvm/llvm-project/issues/19719 | 1,076,112,318 | 19,719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19344](https://llvm.org/bz19344) |
| Version | trunk |
| OS | Linux |
| CC | @Lastique,@DougGregor,@hfinkel,@zygoloid |
## Extended Description
```cpp
struct base
{
constexpr base() { }
~base() { }
};
struct derived : base {
constexpr derived() { }
};
... | constexpr constructor incorrectly rejected due to base class of non-literal type | https://api.github.com/repos/llvm/llvm-project/issues/19718/comments | 7 | 2014-04-04T19:41:27Z | 2025-01-03T07:49:48Z | https://github.com/llvm/llvm-project/issues/19718 | 1,076,112,297 | 19,718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19343](https://llvm.org/bz19343) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2014 07:50 |
| Version | trunk |
| OS | All |
## Extended Description
$ echo '#define COMPILER(WTF_FEATURE) (defined WTF_COMPILER_##WTF_FEATURE && WTF_COMPILER_##WTF_FEATURE)' | ~/src/chrome/src... | clang-format thinks a boolean and is a rvalue ref in preprocessor line | https://api.github.com/repos/llvm/llvm-project/issues/19717/comments | 1 | 2014-04-04T18:52:26Z | 2021-12-09T22:17:10Z | https://github.com/llvm/llvm-project/issues/19717 | 1,076,112,278 | 19,717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19342](https://llvm.org/bz19342) |
| Resolution | FIXED |
| Resolved on | Apr 15, 2014 03:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
int bi{1'000'000};
is perfect C++1y. clang++ 3.5.0 compiles it.
When I format th... | clang-format destroys digit separator format in C++ file | https://api.github.com/repos/llvm/llvm-project/issues/19716/comments | 1 | 2014-04-04T17:12:12Z | 2021-12-09T22:17:09Z | https://github.com/llvm/llvm-project/issues/19716 | 1,076,112,249 | 19,716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19341](https://llvm.org/bz19341) |
| Resolution | INVALID |
| Resolved on | Apr 18, 2014 12:51 |
| Version | trunk |
| OS | Linux |
| CC | @dwblaikie,@echristo,@pogo59 |
## Extended Description
The testcase below links correctly when built without -g specified, but fails with ... | enabling debuginfo with -g causes an undefined reference error at link time | https://api.github.com/repos/llvm/llvm-project/issues/19715/comments | 6 | 2014-04-04T14:15:14Z | 2021-12-09T22:17:08Z | https://github.com/llvm/llvm-project/issues/19715 | 1,076,112,226 | 19,715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19340](https://llvm.org/bz19340) |
| Resolution | FIXED |
| Resolved on | Apr 16, 2014 22:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [Terminal output + two generated files](https://user-images.githubusercontent.com/60944935/143749290-cef2e9e2-64cd-44a5-a37b-2b7e4c2e... | Crash when parsing specific template specialization code | https://api.github.com/repos/llvm/llvm-project/issues/19714/comments | 1 | 2014-04-04T12:35:05Z | 2021-12-09T22:17:07Z | https://github.com/llvm/llvm-project/issues/19714 | 1,076,112,205 | 19,714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19339](https://llvm.org/bz19339) |
| Resolution | FIXED |
| Resolved on | Apr 12, 2014 23:32 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
#include <utility>
#include <vector>
struct Foo {
templa... | generalized lambda capture in uniform initialization failed to compile | https://api.github.com/repos/llvm/llvm-project/issues/19713/comments | 2 | 2014-04-04T11:30:19Z | 2021-12-09T22:17:06Z | https://github.com/llvm/llvm-project/issues/19713 | 1,076,112,177 | 19,713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19338](https://llvm.org/bz19338) |
| Resolution | DUPLICATE |
| Resolved on | Apr 04, 2014 10:59 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Analyzing the following program using the pre-built 'chec... | False positive: reinterpret_cast<*> garbage or undefined assignment | https://api.github.com/repos/llvm/llvm-project/issues/19712/comments | 3 | 2014-04-04T10:50:06Z | 2021-12-09T22:17:05Z | https://github.com/llvm/llvm-project/issues/19712 | 1,076,112,144 | 19,712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19337](https://llvm.org/bz19337) |
| Resolution | INVALID |
| Resolved on | Apr 23, 2019 15:42 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Analyzing the following program using the pre-built 'checke... | Assert: illegal float point comparison | https://api.github.com/repos/llvm/llvm-project/issues/19711/comments | 2 | 2014-04-04T10:40:55Z | 2021-12-09T22:17:04Z | https://github.com/llvm/llvm-project/issues/19711 | 1,076,112,120 | 19,711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19336](https://llvm.org/bz19336) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2014 03:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced test case](https://user-images.githubusercontent.com/92601279/143749289-a1084b0c-1b54-45a2-80e0-c9a657ad075c.gz) |
| CC | @s... | Delinearization fails when loop indexes are in reverse order | https://api.github.com/repos/llvm/llvm-project/issues/19710/comments | 5 | 2014-04-04T09:37:22Z | 2021-12-09T22:17:03Z | https://github.com/llvm/llvm-project/issues/19710 | 1,076,112,104 | 19,710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19335](https://llvm.org/bz19335) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 11:42 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case test.c:
-------------------------------------------... | [ARM64] Assertion failure on type legalization about operand wasn't scalarized | https://api.github.com/repos/llvm/llvm-project/issues/19709/comments | 1 | 2014-04-04T07:42:52Z | 2021-12-09T22:17:02Z | https://github.com/llvm/llvm-project/issues/19709 | 1,076,112,090 | 19,709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19334](https://llvm.org/bz19334) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2019 03:01 |
| Version | 3.4 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
clang 3.4 segfaults when compiling the following reduced testcase ... | Segmentation fault in llvm::SelectionDAGBuilder::visitBinary(llvm::User const&, unsigned int) | https://api.github.com/repos/llvm/llvm-project/issues/19708/comments | 1 | 2014-04-04T06:28:02Z | 2021-12-09T22:17:01Z | https://github.com/llvm/llvm-project/issues/19708 | 1,076,112,072 | 19,708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19333](https://llvm.org/bz19333) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tstellar |
## Extended Description
This doesn't apply to Windows because by default symbols are hidden in DLLs. On Unix like systems like Linux and Mac though t... | LLVM exports too many symbols (on Unix like systems like Linux and Mac) | https://api.github.com/repos/llvm/llvm-project/issues/19707/comments | 2 | 2014-04-04T05:42:50Z | 2021-12-09T22:17:00Z | https://github.com/llvm/llvm-project/issues/19707 | 1,076,112,057 | 19,707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19332](https://llvm.org/bz19332) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 04:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case test1.c:
------------------------------------------... | [ARM64] Unrecognized MLA in DAG selection phase | https://api.github.com/repos/llvm/llvm-project/issues/19706/comments | 1 | 2014-04-04T04:57:52Z | 2021-12-09T22:16:59Z | https://github.com/llvm/llvm-project/issues/19706 | 1,076,112,039 | 19,706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19331](https://llvm.org/bz19331) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 04:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case:
--------------------------------------------------... | [ARM64] An Assertion failure about INSERT_SUBREG in EmitSubregNode() | https://api.github.com/repos/llvm/llvm-project/issues/19705/comments | 2 | 2014-04-04T04:31:09Z | 2021-12-09T22:16:58Z | https://github.com/llvm/llvm-project/issues/19705 | 1,076,112,021 | 19,705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19330](https://llvm.org/bz19330) |
| Resolution | FIXED |
| Resolved on | Sep 11, 2014 22:13 |
| Version | 3.4 |
| OS | All |
| Attachments | [minimal code to reproduce the error](https://user-images.githubusercontent.com/60944935/143749288-359b91dd-fd50-4de7-bb40-9f421146c4c5.g... | __builtin_setjmp causes `fatal error in backend' or segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/19704/comments | 2 | 2014-04-04T04:09:32Z | 2021-12-09T22:16:57Z | https://github.com/llvm/llvm-project/issues/19704 | 1,076,112,009 | 19,704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19329](https://llvm.org/bz19329) |
| Resolution | FIXED |
| Resolved on | Apr 20, 2014 17:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143749286-0af1f151-5b9b-407f-9ff3-4679d74bc0bc.gz) |
| Reporter | LLVM... | UNREACHABLE executed at MCFixup.cpp:17 | https://api.github.com/repos/llvm/llvm-project/issues/19703/comments | 4 | 2014-04-04T03:05:30Z | 2021-12-09T22:16:56Z | https://github.com/llvm/llvm-project/issues/19703 | 1,076,111,987 | 19,703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19328](https://llvm.org/bz19328) |
| Version | trunk |
| OS | Linux |
## Extended Description
$ clang -c -Xclang -fixit-recompile -fPIC empty.cpp
$ clang -shared -o somelib.so -Xclang -fixit-recompile empty.o
clang: warning: argument unused during compilation: '-Xclang -fixit... | Message 'argument unused during compilation' emitting while linking | https://api.github.com/repos/llvm/llvm-project/issues/19702/comments | 2 | 2014-04-03T21:45:49Z | 2023-01-19T10:18:09Z | https://github.com/llvm/llvm-project/issues/19702 | 1,076,111,965 | 19,702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19327](https://llvm.org/bz19327) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc |
## Extended Description
At least gold has a -O option, but I don't thing it gets used very often since people normally link with "clang -O2"... | Forward -ON to the linker | https://api.github.com/repos/llvm/llvm-project/issues/19701/comments | 0 | 2014-04-03T20:21:02Z | 2021-12-09T22:16:54Z | https://github.com/llvm/llvm-project/issues/19701 | 1,076,111,942 | 19,701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19326](https://llvm.org/bz19326) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 10:39 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel |
## Extended Description
The problem I am observing is in the following snippet, where wi... | PowerPC: invalid code generation at -O2 due to bad ordering of instructions | https://api.github.com/repos/llvm/llvm-project/issues/19700/comments | 5 | 2014-04-03T17:42:36Z | 2021-12-09T22:16:53Z | https://github.com/llvm/llvm-project/issues/19700 | 1,076,111,919 | 19,700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19325](https://llvm.org/bz19325) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2014 11:13 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Running clang-format should ideally idempotent, i.e. if I run it,
then run it ag... | clang-format is not idempotent / misaligns trailing comments | https://api.github.com/repos/llvm/llvm-project/issues/19699/comments | 3 | 2014-04-03T16:48:55Z | 2021-12-09T22:16:52Z | https://github.com/llvm/llvm-project/issues/19699 | 1,076,111,896 | 19,699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19324](https://llvm.org/bz19324) |
| Resolution | FIXED |
| Resolved on | Apr 03, 2014 12:19 |
| Version | unspecified |
| OS | FreeBSD |
| CC | @jimingham |
## Extended Description
feynman% bin/lldb /bin/ls
Current executable set to '/bin/ls' (x86_64).
(lldb) disass -s 0x0... | disassemble command with -s <start> -c <count> produces no output after r204689 | https://api.github.com/repos/llvm/llvm-project/issues/19698/comments | 1 | 2014-04-03T15:24:33Z | 2021-12-09T22:16:51Z | https://github.com/llvm/llvm-project/issues/19698 | 1,076,111,878 | 19,698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19323](https://llvm.org/bz19323) |
| Resolution | DUPLICATE |
| Resolved on | Apr 03, 2014 09:49 |
| Version | unspecified |
| OS | Linux |
| Attachments | [abort log](https://user-images.githubusercontent.com/60944935/143749285-22e75c45-05fd-4696-be57-6170f8c79fed.gz) |
| Repor... | abort in static analysis | https://api.github.com/repos/llvm/llvm-project/issues/19697/comments | 2 | 2014-04-03T14:41:04Z | 2021-12-09T22:16:50Z | https://github.com/llvm/llvm-project/issues/19697 | 1,076,111,865 | 19,697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19322](https://llvm.org/bz19322) |
| Resolution | FIXED |
| Resolved on | Apr 17, 2019 13:40 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hiraditya,@belkadan |
## Extended Description
It aborts during static analysis. Sorry but I ... | Assertion `Last && "empty structs should already be handled"' in static analyzer | https://api.github.com/repos/llvm/llvm-project/issues/19696/comments | 16 | 2014-04-03T14:36:37Z | 2021-12-09T22:16:49Z | https://github.com/llvm/llvm-project/issues/19696 | 1,076,111,837 | 19,696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19321](https://llvm.org/bz19321) |
| Version | trunk |
| OS | All |
## Extended Description
The following simple test program:
```cpp
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <Block.h>
typedef int (^block_t)(void);
static void frees... | `__attribute__((cleanup))` does not respect `__block` qualifier | https://api.github.com/repos/llvm/llvm-project/issues/19695/comments | 1 | 2014-04-03T13:00:28Z | 2024-07-27T20:08:40Z | https://github.com/llvm/llvm-project/issues/19695 | 1,076,111,815 | 19,695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19320](https://llvm.org/bz19320) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2014 02:32 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#19300 |
| Attachments | [Test case](https://user-images.githubusercontent.com/857042/143749278-3d00729f-6626-4695-acfa-cf... | Gnu Assembler compatibility fails on ldrd r12, [...] | https://api.github.com/repos/llvm/llvm-project/issues/19694/comments | 5 | 2014-04-03T12:30:54Z | 2021-12-09T22:16:41Z | https://github.com/llvm/llvm-project/issues/19694 | 1,076,111,668 | 19,694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19319](https://llvm.org/bz19319) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Most of passes that inherit FunctionPass start their implementation of runOnFunction() like this (code taken from SLPVectorizer.cpp in the same ... | LoopVectorize.cpp: runOnFunction() does not check if function should be optimized at all | https://api.github.com/repos/llvm/llvm-project/issues/19693/comments | 1 | 2014-04-03T06:07:53Z | 2022-05-21T17:00:03Z | https://github.com/llvm/llvm-project/issues/19693 | 1,076,111,650 | 19,693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19318](https://llvm.org/bz19318) |
| Resolution | FIXED |
| Resolved on | Apr 03, 2014 00:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/57020969/143749276-f55b0a44-f60f-4d41-b61e-5d09269dd896.gz), [Run scr... | Assertion during Peephole Optimization | https://api.github.com/repos/llvm/llvm-project/issues/19692/comments | 2 | 2014-04-03T05:52:14Z | 2021-12-09T22:16:39Z | https://github.com/llvm/llvm-project/issues/19692 | 1,076,111,632 | 19,692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19317](https://llvm.org/bz19317) |
| Resolution | INVALID |
| Resolved on | Jul 18, 2014 09:51 |
| Version | trunk |
| OS | All |
| CC | @rengolin,@rnk,@tinti |
## Extended Description
When compiling with -pg, the instrumentation code injection appears to cause user-visible si... | [ARM] instrumentation code injection has user visible side-effects | https://api.github.com/repos/llvm/llvm-project/issues/19691/comments | 9 | 2014-04-03T04:31:52Z | 2021-12-09T22:16:38Z | https://github.com/llvm/llvm-project/issues/19691 | 1,076,111,611 | 19,691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19316](https://llvm.org/bz19316) |
| Resolution | FIXED |
| Resolved on | Jul 18, 2019 19:01 |
| Version | unspecified |
| OS | FreeBSD |
| CC | @JDevlieghere |
## Extended Description
Sometime in the last month or so dependency handling for LLDBWrapPython.cpp broke, causing f... | configure build lacks dependencies for swig python wrapper | https://api.github.com/repos/llvm/llvm-project/issues/19690/comments | 2 | 2014-04-03T02:43:19Z | 2021-12-09T22:16:38Z | https://github.com/llvm/llvm-project/issues/19690 | 1,076,111,590 | 19,690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19315](https://llvm.org/bz19315) |
| Version | 3.3 |
| OS | Linux |
| Attachments | [repro](https://user-images.githubusercontent.com/60944935/143749271-824e7a23-4697-4165-b23d-bfe1fdf49052.gz), [compiled repro](https://user-images.githubusercontent.com/60944935/143749272-aa30c3... | scalar evolution crashes on function with many loops | https://api.github.com/repos/llvm/llvm-project/issues/19689/comments | 1 | 2014-04-03T01:38:07Z | 2023-08-09T17:11:12Z | https://github.com/llvm/llvm-project/issues/19689 | 1,076,111,565 | 19,689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19314](https://llvm.org/bz19314) |
| Resolution | FIXED |
| Resolved on | Apr 04, 2014 09:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
From ARM64ISelLowering.cpp:
---------------------------------... | [ARM64] Use of __sincos_stret on non-Darwin platforms. | https://api.github.com/repos/llvm/llvm-project/issues/19688/comments | 2 | 2014-04-03T01:05:27Z | 2021-12-09T22:16:35Z | https://github.com/llvm/llvm-project/issues/19688 | 1,076,111,546 | 19,688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19313](https://llvm.org/bz19313) |
| Resolution | FIXED |
| Resolved on | Apr 03, 2014 10:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case:
--------------------------------------------------... | [ARM64] ARM64InstrInfo.cpp:1343: Assertion `0 && "unimplemented reg-to-reg copy"' failed | https://api.github.com/repos/llvm/llvm-project/issues/19687/comments | 3 | 2014-04-03T00:14:05Z | 2021-12-09T22:16:34Z | https://github.com/llvm/llvm-project/issues/19687 | 1,076,111,535 | 19,687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19312](https://llvm.org/bz19312) |
| Resolution | FIXED |
| Resolved on | Apr 03, 2014 02:30 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @TNorthover |
## Extended Description
Test case:
--------------------------------------------------... | [ARM64] APInt(128b, 0u 0s)LLVM ERROR: Cannot select: 0x249f338: f128 = ConstantFP<APFloat()> [ID=1] | https://api.github.com/repos/llvm/llvm-project/issues/19686/comments | 3 | 2014-04-02T22:45:11Z | 2021-12-09T22:16:33Z | https://github.com/llvm/llvm-project/issues/19686 | 1,076,111,523 | 19,686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19311](https://llvm.org/bz19311) |
| Resolution | DUPLICATE |
| Resolved on | Nov 04, 2020 11:57 |
| Version | unspecified |
| OS | FreeBSD |
| CC | @jimingham,@tberghammer |
## Extended Description
Consider this sample code:
(lldb) list 1
1 int
2 main(int argc, c... | LLDB does not stop at breakpoint on resumed-to instruction (on FreeBSD) -- ThreadPlanStepOverBreakpoint skips subsequent braeakpoint | https://api.github.com/repos/llvm/llvm-project/issues/19685/comments | 6 | 2014-04-02T20:24:55Z | 2021-12-09T22:16:32Z | https://github.com/llvm/llvm-project/issues/19685 | 1,076,111,502 | 19,685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19310](https://llvm.org/bz19310) |
| Resolution | FIXED |
| Resolved on | Dec 07, 2020 01:00 |
| Version | unspecified |
| OS | FreeBSD |
| CC | @labath,@tberghammer |
## Extended Description
======================================================================
FAIL: test_att... | test_attach_continue_interrupt_detach failing on FreeBSD | https://api.github.com/repos/llvm/llvm-project/issues/19684/comments | 13 | 2014-04-02T16:41:00Z | 2021-12-09T22:16:31Z | https://github.com/llvm/llvm-project/issues/19684 | 1,076,111,487 | 19,684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19309](https://llvm.org/bz19309) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@kcc |
## Extended Description
I believe __attribute__((no_sanitize_address)) should only be allowed at function/method definitions.
Consider a code like this:
--- x.h ---
class X... | __attribute__((no_sanitize_address)) should only be allowed at definitions | https://api.github.com/repos/llvm/llvm-project/issues/19683/comments | 6 | 2014-04-02T16:38:55Z | 2021-12-09T22:16:30Z | https://github.com/llvm/llvm-project/issues/19683 | 1,076,111,468 | 19,683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19308](https://llvm.org/bz19308) |
| Version | trunk |
| OS | All |
| Attachments | [We shouldn't break before YES argument](https://user-images.githubusercontent.com/60944935/143749266-bed5d79e-ec35-4278-bd99-fb222ba52c8d.gz), [Several column limit violations when using blocks]... | ObjC blocks violate column limit and produce weird breaks | https://api.github.com/repos/llvm/llvm-project/issues/19682/comments | 4 | 2014-04-02T11:19:54Z | 2022-03-16T10:01:28Z | https://github.com/llvm/llvm-project/issues/19682 | 1,076,111,444 | 19,682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19307](https://llvm.org/bz19307) |
| Resolution | FIXED |
| Resolved on | Dec 12, 2016 14:50 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#30616 |
| Attachments | [Test case](https://user-images.githubusercontent.com/296817/143749265-c4ab7687-b865-4287-869b-... | Variables optimized too aggressively | https://api.github.com/repos/llvm/llvm-project/issues/19681/comments | 7 | 2014-04-02T10:15:12Z | 2021-12-10T04:15:37Z | https://github.com/llvm/llvm-project/issues/19681 | 1,076,111,248 | 19,681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [19306](https://llvm.org/bz19306) |
| Resolution | FIXED |
| Resolved on | Sep 27, 2014 12:16 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @mkurdej |
## Extended Description
It would be nice to have a way (probably similar to clang-... | Provide a way to store project specific configurations | https://api.github.com/repos/llvm/llvm-project/issues/19680/comments | 1 | 2014-04-02T09:37:10Z | 2021-12-09T22:16:19Z | https://github.com/llvm/llvm-project/issues/19680 | 1,076,111,231 | 19,680 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.