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 | [9904](https://llvm.org/bz9904) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans,@mattmccutchen-cci,@modocache |
## Extended Description
There's a bunch of tests now that use `rm -rf %t` to clear out directories they create i... | lit doesn't delete `%t` directories | https://api.github.com/repos/llvm/llvm-project/issues/10276/comments | 1 | 2011-05-12T05:40:07Z | 2024-07-28T11:33:52Z | https://github.com/llvm/llvm-project/issues/10276 | 1,071,012,149 | 10,276 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9903](https://llvm.org/bz9903) |
| Resolution | FIXED |
| Resolved on | Nov 15, 2012 18:08 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following crashes clang:
struct foo {
typedef void... | Member function typedef on weird declaration crash | https://api.github.com/repos/llvm/llvm-project/issues/10275/comments | 2 | 2011-05-12T05:11:35Z | 2021-12-03T22:16:10Z | https://github.com/llvm/llvm-project/issues/10275 | 1,071,012,143 | 10,275 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9902](https://llvm.org/bz9902) |
| Resolution | FIXED |
| Resolved on | May 11, 2011 19:22 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Apple clang version 3.0 (trunk 131179) (based on LLVM 3... | ICE with alias templates | https://api.github.com/repos/llvm/llvm-project/issues/10274/comments | 4 | 2011-05-11T22:23:07Z | 2021-12-03T22:16:09Z | https://github.com/llvm/llvm-project/issues/10274 | 1,071,012,136 | 10,274 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9901](https://llvm.org/bz9901) |
| Version | trunk |
| OS | Linux |
## Extended Description
$ clang -std=gnu99 test.c -c
-> no warning
$ clang -std=gnu99 test.o
clang: warning: argument unused during compilation: '-std=gnu99'
When using Makefiles, how can we specify CFLAGS='-... | -std=gnu99 produces a warning when linking | https://api.github.com/repos/llvm/llvm-project/issues/10273/comments | 3 | 2011-05-11T19:30:49Z | 2023-08-09T00:46:36Z | https://github.com/llvm/llvm-project/issues/10273 | 1,071,012,126 | 10,273 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9900](https://llvm.org/bz9900) |
| Resolution | FIXED |
| Resolved on | Mar 19, 2018 16:12 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Running opt -scalarrepl-ssa on
-----------------------------
arge... | scalarrepl-ssa can produce invalid code for zero sized array members | https://api.github.com/repos/llvm/llvm-project/issues/10272/comments | 16 | 2011-05-11T17:50:29Z | 2021-12-03T22:16:07Z | https://github.com/llvm/llvm-project/issues/10272 | 1,071,012,115 | 10,272 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9899](https://llvm.org/bz9899) |
| Resolution | FIXED |
| Resolved on | May 11, 2011 21:36 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
It would be wonderful if the following:
#include ... | noexcept for destructors of scalars | https://api.github.com/repos/llvm/llvm-project/issues/10271/comments | 2 | 2011-05-11T17:14:37Z | 2021-12-03T22:16:06Z | https://github.com/llvm/llvm-project/issues/10271 | 1,071,012,106 | 10,271 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9898](https://llvm.org/bz9898) |
| Resolution | DUPLICATE |
| Resolved on | Jun 25, 2011 00:33 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I start "opt -analyze -view-cfg SomeFile.s" with a Debug-compiled "opt" ... | debug assertion (and possibly more errors) in ~ScopedNullTerminator() | https://api.github.com/repos/llvm/llvm-project/issues/10270/comments | 3 | 2011-05-11T14:18:53Z | 2021-12-03T22:16:05Z | https://github.com/llvm/llvm-project/issues/10270 | 1,071,012,094 | 10,270 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9897](https://llvm.org/bz9897) |
| Resolution | INVALID |
| Resolved on | May 11, 2011 04:38 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ /opt/clang_trunk/bin/clang -O3 bug.c # OK
$ /opt/clang_trunk/bin/clang -O4 bug.... | "File format not recognized" when compiling with -O4 | https://api.github.com/repos/llvm/llvm-project/issues/10269/comments | 3 | 2011-05-11T10:05:40Z | 2021-12-03T22:16:04Z | https://github.com/llvm/llvm-project/issues/10269 | 1,071,012,082 | 10,269 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9896](https://llvm.org/bz9896) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 14:56 |
| Version | trunk |
| OS | Linux |
| Attachments | [CGVTables.ll.bz2](https://user-images.githubusercontent.com/60944935/143743137-caa4da0c-e9bb-4284-ba28-a7c5228d6e73.gz) |
| Reporter |... | 131172 miscompiles CGVTables.cpp | https://api.github.com/repos/llvm/llvm-project/issues/10268/comments | 2 | 2011-05-11T05:50:03Z | 2021-12-03T22:16:03Z | https://github.com/llvm/llvm-project/issues/10268 | 1,071,012,077 | 10,268 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9895](https://llvm.org/bz9895) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is a missed optimization I found doing a superoptimizer run, and it occurs plenty often in our code:
; Input: 00:07:07:12:-0001:01:-0005:-... | missed optz'n on uadd.with.overflow | https://api.github.com/repos/llvm/llvm-project/issues/10267/comments | 4 | 2011-05-11T03:06:35Z | 2023-08-09T01:14:29Z | https://github.com/llvm/llvm-project/issues/10267 | 1,071,012,069 | 10,267 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9894](https://llvm.org/bz9894) |
| Resolution | INVALID |
| Resolved on | May 10, 2011 18:51 |
| Version | 2.9 |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
template<class MDL> struct modelcommands
{
template<class F> void modelcommand(F *fun) {}
static voi... | "error: use of undeclared identifier" on valid template code | https://api.github.com/repos/llvm/llvm-project/issues/10266/comments | 1 | 2011-05-11T01:50:15Z | 2021-12-03T22:16:02Z | https://github.com/llvm/llvm-project/issues/10266 | 1,071,012,061 | 10,266 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9893](https://llvm.org/bz9893) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2011 23:20 |
| Version | 2.9 |
| OS | Linux |
| CC | @DougGregor,@rjmccall |
## Extended Description
The following code fails to compile with clang:
======
#include "stdio.h"
struct usvec
{
int... | "Invalid GetElementPtrInst indices for type!" on valid structure | https://api.github.com/repos/llvm/llvm-project/issues/10265/comments | 2 | 2011-05-11T01:10:14Z | 2021-12-03T22:16:01Z | https://github.com/llvm/llvm-project/issues/10265 | 1,071,012,044 | 10,265 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9892](https://llvm.org/bz9892) |
| Resolution | FIXED |
| Resolved on | May 19, 2011 03:58 |
| Version | trunk |
| OS | All |
| Attachments | [Excerpt from xgettext.c, demonstrating miscompilation](https://user-images.githubusercontent.com/9060368/143743135-262dcca4-ae26-439d-af... | clang can miscompile GNU gettext's xgettext.c | https://api.github.com/repos/llvm/llvm-project/issues/10264/comments | 3 | 2011-05-10T22:14:21Z | 2021-12-03T22:16:00Z | https://github.com/llvm/llvm-project/issues/10264 | 1,071,012,037 | 10,264 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9891](https://llvm.org/bz9891) |
| Resolution | WONTFIX |
| Resolved on | Jun 08, 2011 10:49 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Program that fails to run correctly after compiling with llvm-gcc](https://user-images.githubusercontent.com/60944935/143743... | static const struct optimized-away incorrectly by llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/10263/comments | 4 | 2011-05-10T22:07:30Z | 2022-01-20T02:34:29Z | https://github.com/llvm/llvm-project/issues/10263 | 1,071,012,025 | 10,263 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9890](https://llvm.org/bz9890) |
| Resolution | FIXED |
| Resolved on | Nov 21, 2011 13:37 |
| Version | trunk |
| OS | All |
| CC | @zygoloid |
## Extended Description
For some silly reason, GCC used
-ftemplate-depth-N
rather than the more obvious
-ftemplate-depth=N
a... | Should accept -ftemplate-depth=N with a warning | https://api.github.com/repos/llvm/llvm-project/issues/10262/comments | 3 | 2011-05-10T19:58:28Z | 2021-12-03T22:15:58Z | https://github.com/llvm/llvm-project/issues/10262 | 1,071,012,014 | 10,262 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9889](https://llvm.org/bz9889) |
| Resolution | FIXED |
| Resolved on | May 10, 2011 17:12 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743133-87c76c07-2b05-49e9-8366-c7873429ad35.gz) |
| Reporter ... | Assertion failed: (*(block->succ_begin()+1) == dstBlock), function getValueVector, file UninitializedValues.cpp, line 231. | https://api.github.com/repos/llvm/llvm-project/issues/10261/comments | 3 | 2011-05-10T19:54:36Z | 2021-12-03T22:15:57Z | https://github.com/llvm/llvm-project/issues/10261 | 1,071,012,001 | 10,261 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9888](https://llvm.org/bz9888) |
| Resolution | WONTFIX |
| Resolved on | May 20, 2011 10:08 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Source code and backtrace](https://user-images.githubusercontent.com/60944935/143743132-0285c1e6-e3bc-4880-9fdf-19a5b50e0f5e.gz) |... | Crash when parsing a piece of template metaprogramming code. | https://api.github.com/repos/llvm/llvm-project/issues/10260/comments | 2 | 2011-05-10T19:21:39Z | 2022-01-20T02:34:28Z | https://github.com/llvm/llvm-project/issues/10260 | 1,071,011,992 | 10,260 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9887](https://llvm.org/bz9887) |
| Resolution | FIXED |
| Resolved on | May 10, 2011 13:08 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ clang bug.c -O3 && echo OK
OK
$ clang bug.c -O4 && echo OK
clang: error: 'x86_64-pc-... | "unable to pass LLVM bit-code files to linker" when compiling with -O4 | https://api.github.com/repos/llvm/llvm-project/issues/10259/comments | 1 | 2011-05-10T17:53:26Z | 2021-12-03T22:15:55Z | https://github.com/llvm/llvm-project/issues/10259 | 1,071,011,985 | 10,259 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9886](https://llvm.org/bz9886) |
| Resolution | FIXED |
| Resolved on | May 11, 2011 08:58 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#9693 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @oscarfv |
## Extended Description
For example:
$ readelf -SW .... | cmake build enables exceptions in more files than configure | https://api.github.com/repos/llvm/llvm-project/issues/10258/comments | 4 | 2011-05-10T16:54:29Z | 2021-12-03T22:15:54Z | https://github.com/llvm/llvm-project/issues/10258 | 1,071,011,977 | 10,258 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9885](https://llvm.org/bz9885) |
| Resolution | DUPLICATE |
| Resolved on | May 10, 2011 09:02 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Trying to build the current libc++ results in a clang cra... | Regression: clang crashes when compiling constructor call to protected base constructor with argument | https://api.github.com/repos/llvm/llvm-project/issues/10257/comments | 5 | 2011-05-10T09:50:12Z | 2021-12-03T22:15:53Z | https://github.com/llvm/llvm-project/issues/10257 | 1,071,011,967 | 10,257 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9884](https://llvm.org/bz9884) |
| Resolution | FIXED |
| Resolved on | May 10, 2011 09:14 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
This testcase triggers a unreachable assert:
class Base {
prote... | Assert when derived class calls base class constructor with protected visibility | https://api.github.com/repos/llvm/llvm-project/issues/10256/comments | 5 | 2011-05-10T08:54:00Z | 2021-12-03T22:15:52Z | https://github.com/llvm/llvm-project/issues/10256 | 1,071,011,956 | 10,256 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9883](https://llvm.org/bz9883) |
| Resolution | FIXED |
| Resolved on | May 10, 2011 12:38 |
| Version | trunk |
| OS | Linux |
| CC | @stoklund |
## Extended Description
[regehr@gamow tmp022]$ clang -O2 small.c -c -w
clang: /uusoc/exports/scratch/regehr/z/compiler-build/llvm... | Assertion `valid() && "Cannot access invalid iterator"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10255/comments | 1 | 2011-05-10T06:45:39Z | 2021-12-03T22:15:51Z | https://github.com/llvm/llvm-project/issues/10255 | 1,071,011,949 | 10,255 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9882](https://llvm.org/bz9882) |
| Resolution | FIXED |
| Resolved on | May 11, 2011 07:56 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
#include <iostream>
template <class T, T v>
struc... | noexcept sometimes returns unexpected value | https://api.github.com/repos/llvm/llvm-project/issues/10254/comments | 3 | 2011-05-09T22:46:37Z | 2021-12-03T22:15:50Z | https://github.com/llvm/llvm-project/issues/10254 | 1,071,011,945 | 10,254 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9881](https://llvm.org/bz9881) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
All the tests under 'make check' fail with a message like this:
.../Release+Asserts/bin/opt: error while loading shared libraries: libLLVM-3.0s... | 'make check' fails by default when configured with --enable-shared | https://api.github.com/repos/llvm/llvm-project/issues/10253/comments | 1 | 2011-05-09T19:43:59Z | 2023-08-13T19:37:25Z | https://github.com/llvm/llvm-project/issues/10253 | 1,071,011,935 | 10,253 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9880](https://llvm.org/bz9880) |
| Resolution | FIXED |
| Resolved on | May 09, 2011 15:46 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [The code crashing clang](https://user-images.githubusercontent.com/60944935/143743127-e10d2964-d45d-492c-acef-acaa2dc0c1db.gz), [The... | Regression: clang crashes with "HasMemberXXX" template when return types are outside the template | https://api.github.com/repos/llvm/llvm-project/issues/10252/comments | 3 | 2011-05-09T19:32:21Z | 2021-12-03T22:15:49Z | https://github.com/llvm/llvm-project/issues/10252 | 1,071,011,923 | 10,252 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9879](https://llvm.org/bz9879) |
| Resolution | FIXED |
| Resolved on | May 23, 2011 12:45 |
| Version | trunk |
| OS | Linux |
| Attachments | [bitcode file that causes debug information to get dropped.](https://user-images.githubusercontent.com/60944935/143743125-1d09829e-6493... | SelectionDAGBuilder does not preserve debug information attached to phi nodes | https://api.github.com/repos/llvm/llvm-project/issues/10251/comments | 1 | 2011-05-09T18:44:23Z | 2021-12-03T22:15:48Z | https://github.com/llvm/llvm-project/issues/10251 | 1,071,011,919 | 10,251 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9878](https://llvm.org/bz9878) |
| Resolution | DUPLICATE |
| Resolved on | May 09, 2011 10:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [Example code](https://user-images.githubusercontent.com/60944935/143743124-d10256f4-8960-4277-bc05-e9d357cd4a93.gz) |
| Reporter |... | Constructor's/Destructor's priorities are ignored | https://api.github.com/repos/llvm/llvm-project/issues/10250/comments | 1 | 2011-05-09T17:11:37Z | 2021-12-03T22:15:47Z | https://github.com/llvm/llvm-project/issues/10250 | 1,071,011,914 | 10,250 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9877](https://llvm.org/bz9877) |
| Resolution | FIXED |
| Resolved on | May 10, 2011 13:46 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
template<int>
struct X
{
struct Y;
};
template<> struct X<0>::Y { static const int Z = 1; };
const i... | cannot define member of explicitly specialized member class | https://api.github.com/repos/llvm/llvm-project/issues/10249/comments | 2 | 2011-05-09T16:51:40Z | 2021-12-03T22:15:46Z | https://github.com/llvm/llvm-project/issues/10249 | 1,071,011,905 | 10,249 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9876](https://llvm.org/bz9876) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
The following code:
namespace A {
namespace Class {
class Class { void doIt(); };
}
}
using names... | class in nested namespace with same name suddenly ambigous when compiling with Objective-C++ | https://api.github.com/repos/llvm/llvm-project/issues/10248/comments | 5 | 2011-05-09T16:29:08Z | 2023-05-22T11:18:20Z | https://github.com/llvm/llvm-project/issues/10248 | 1,071,011,900 | 10,248 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9875](https://llvm.org/bz9875) |
| Resolution | FIXED |
| Resolved on | Jul 16, 2011 16:20 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
getVisualStudioDir() in Frontend/InitHeaderSearch.cpp modifies the string retur... | getVisualStudioDir() brokes system environment | https://api.github.com/repos/llvm/llvm-project/issues/10247/comments | 1 | 2011-05-09T16:07:38Z | 2021-12-03T22:15:44Z | https://github.com/llvm/llvm-project/issues/10247 | 1,071,011,895 | 10,247 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9874](https://llvm.org/bz9874) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
The particular implicated branch of the ternary expression is not reached, so the warning doesn't make sense.
.... | clang static analyzer erroneously implicates a ternary conditional not taken | https://api.github.com/repos/llvm/llvm-project/issues/10246/comments | 6 | 2011-05-09T05:39:11Z | 2022-01-26T22:18:10Z | https://github.com/llvm/llvm-project/issues/10246 | 1,071,011,891 | 10,246 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9873](https://llvm.org/bz9873) |
| Resolution | INVALID |
| Resolved on | May 08, 2011 13:04 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
With GCC, "#pragma GCC system_header" does not i... | clang -MMD is different than GCC regarding pragma GCC system_header | https://api.github.com/repos/llvm/llvm-project/issues/10245/comments | 2 | 2011-05-08T19:28:28Z | 2021-12-03T22:15:43Z | https://github.com/llvm/llvm-project/issues/10245 | 1,071,011,879 | 10,245 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9872](https://llvm.org/bz9872) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [bugpoint-reduced-blocks.bc](https://user-images.githubusercontent.com/92601275/143743121-53ede801-c81d-4389-a89f-34239c70fc87.gz) |
... | Assertion failed: (Reg && "Invalid SubReg for physical register") | https://api.github.com/repos/llvm/llvm-project/issues/10244/comments | 3 | 2011-05-08T18:17:05Z | 2021-12-03T22:15:42Z | https://github.com/llvm/llvm-project/issues/10244 | 1,071,011,871 | 10,244 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9871](https://llvm.org/bz9871) |
| Resolution | REMIND |
| Resolved on | Aug 17, 2011 20:13 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@stoklund |
## Extended Description
Assertion failed: (Stage < RS_Spill && "Cannot allocate a... | clang crashes in register allocator on PPC | https://api.github.com/repos/llvm/llvm-project/issues/10243/comments | 2 | 2011-05-08T15:08:35Z | 2021-12-03T22:15:41Z | https://github.com/llvm/llvm-project/issues/10243 | 1,071,011,863 | 10,243 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9870](https://llvm.org/bz9870) |
| Resolution | INVALID |
| Resolved on | Aug 18, 2011 18:54 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
For some reason clang isn't finding the header files with 4.... | Clang and C++ 4.5.2 | https://api.github.com/repos/llvm/llvm-project/issues/10242/comments | 2 | 2011-05-08T01:19:20Z | 2021-12-03T22:15:40Z | https://github.com/llvm/llvm-project/issues/10242 | 1,071,011,856 | 10,242 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9869](https://llvm.org/bz9869) |
| Resolution | FIXED |
| Resolved on | May 07, 2011 21:03 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [Simple test case](https://user-images.githubusercontent.com/92601873/143743120-f1308ca3-e604-4ff0-b079-a4c5d0e57630.gz) |
| CC | @efried... | Operator.h incompatibility with GCC 4.6 in C++0x mode | https://api.github.com/repos/llvm/llvm-project/issues/10241/comments | 7 | 2011-05-07T21:38:59Z | 2021-12-03T22:15:39Z | https://github.com/llvm/llvm-project/issues/10241 | 1,071,011,846 | 10,241 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9868](https://llvm.org/bz9868) |
| Resolution | DUPLICATE |
| Resolved on | May 07, 2011 14:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
--------------
/// ConcreteOperator - A helper template for defining operators f... | Unimplemented destructor in Operator.h causes issues with GCC 4.6 and C++0x | https://api.github.com/repos/llvm/llvm-project/issues/10240/comments | 2 | 2011-05-07T21:12:31Z | 2021-12-03T22:15:39Z | https://github.com/llvm/llvm-project/issues/10240 | 1,071,011,843 | 10,240 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9867](https://llvm.org/bz9867) |
| Resolution | INVALID |
| Resolved on | May 08, 2011 11:42 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM assembly code to be feed to the optimizer.](https://user-images.githubusercontent.com/92601362/143743118-c9f6570b-ce98-4965-8c96-... | Optimization introduces intrinsics and they are not lowered. | https://api.github.com/repos/llvm/llvm-project/issues/10239/comments | 14 | 2011-05-07T18:30:58Z | 2021-12-03T22:15:38Z | https://github.com/llvm/llvm-project/issues/10239 | 1,071,011,835 | 10,239 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9866](https://llvm.org/bz9866) |
| Resolution | FIXED |
| Resolved on | May 08, 2011 00:19 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [Compile the code using Clang 2.9. Need to specify -I<eigen library header path>](https://user-images.githubusercontent.com/60944935/14... | Generated code causes segfault | https://api.github.com/repos/llvm/llvm-project/issues/10238/comments | 5 | 2011-05-07T17:52:11Z | 2021-12-03T22:15:37Z | https://github.com/llvm/llvm-project/issues/10238 | 1,071,011,830 | 10,238 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9865](https://llvm.org/bz9865) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2011 09:05 |
| Version | trunk |
| OS | Linux |
| Attachments | [Compile test case](https://user-images.githubusercontent.com/60944935/143743115-3385aad8-9baa-4425-8c9d-98ecf30844d1.gz) |
| Reporter ... | Assertion `Result.isInvalid() && "C++ binary operator overloading is missing candidates!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10237/comments | 2 | 2011-05-07T15:11:36Z | 2021-12-03T22:15:36Z | https://github.com/llvm/llvm-project/issues/10237 | 1,071,011,819 | 10,237 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9864](https://llvm.org/bz9864) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 09:09 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
<stdin>:1:16: error: field has incomplete type 'int []'
struct S { int xs[]; int n; S() : n(sizeof... | crash after error using sizeof on class with incomplete array member | https://api.github.com/repos/llvm/llvm-project/issues/10236/comments | 1 | 2011-05-07T04:35:59Z | 2021-12-03T22:15:35Z | https://github.com/llvm/llvm-project/issues/10236 | 1,071,011,813 | 10,236 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9863](https://llvm.org/bz9863) |
| Resolution | INVALID |
| Resolved on | May 07, 2011 13:58 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
i am trying to build the gcc-frontend from source (version 2.8). Have ... | gcc front-end compilation: getting error: exec: -Q: invalid option | https://api.github.com/repos/llvm/llvm-project/issues/10235/comments | 2 | 2011-05-07T02:55:20Z | 2021-12-03T22:15:34Z | https://github.com/llvm/llvm-project/issues/10235 | 1,071,011,806 | 10,235 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9862](https://llvm.org/bz9862) |
| Resolution | FIXED |
| Resolved on | May 09, 2011 12:35 |
| Version | 2.9 |
| OS | MacOS X |
| Attachments | [testcase demonstrating broken call to dsymutil when POSIXLY_CORRECT env is set](https://user-images.githubusercontent.com/60944935/143... | clang can't link with -g on darwin if POSIXLY_CORRECT environmental is set | https://api.github.com/repos/llvm/llvm-project/issues/10234/comments | 4 | 2011-05-07T02:35:50Z | 2021-12-03T22:15:33Z | https://github.com/llvm/llvm-project/issues/10234 | 1,071,011,800 | 10,234 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9861](https://llvm.org/bz9861) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 17:10 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ cat foobar.c
#include "foobar.h"
$ cat foobar.h
#pragma GCC system_header
$ ... | clang -E produces output that clang doesn't like | https://api.github.com/repos/llvm/llvm-project/issues/10233/comments | 1 | 2011-05-07T00:19:02Z | 2021-12-03T22:15:33Z | https://github.com/llvm/llvm-project/issues/10233 | 1,071,011,791 | 10,233 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9860](https://llvm.org/bz9860) |
| Resolution | DUPLICATE |
| Resolved on | Jul 12, 2011 13:14 |
| Version | trunk |
| OS | All |
| Attachments | [preprocessed source](https://user-images.githubusercontent.com/60944935/143743112-c4e6a45c-bd15-4160-bc89-363bdfdaf0b0.gz) |
| Repor... | Clang "no viable conversion" bug with operator overload | https://api.github.com/repos/llvm/llvm-project/issues/10232/comments | 2 | 2011-05-06T23:46:30Z | 2021-12-03T22:15:32Z | https://github.com/llvm/llvm-project/issues/10232 | 1,071,011,783 | 10,232 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9859](https://llvm.org/bz9859) |
| Resolution | INVALID |
| Resolved on | Oct 18, 2011 12:26 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Compilation of LLVM version 2.9 fails on PowerPC architecture, with th... | internal compiler error: in extract_insn, at recog.c:2031 | https://api.github.com/repos/llvm/llvm-project/issues/10231/comments | 3 | 2011-05-06T20:08:40Z | 2021-12-03T22:15:31Z | https://github.com/llvm/llvm-project/issues/10231 | 1,071,011,777 | 10,231 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9858](https://llvm.org/bz9858) |
| Resolution | FIXED |
| Resolved on | May 20, 2011 02:26 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ismail,@nlewycky |
## Extended Description
The llvm-gcc-x86_64-linux-selfhost and clang-x86_64-linux... | targetdata strings starting with "-" causing assertion failures | https://api.github.com/repos/llvm/llvm-project/issues/10230/comments | 7 | 2011-05-06T19:22:27Z | 2021-12-03T22:15:30Z | https://github.com/llvm/llvm-project/issues/10230 | 1,071,011,769 | 10,230 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9857](https://llvm.org/bz9857) |
| Resolution | FIXED |
| Resolved on | May 06, 2011 16:09 |
| Version | trunk |
| OS | Linux |
| Attachments | [bug.c](https://user-images.githubusercontent.com/60944935/143743110-069ed9a9-5cd0-4654-b38e-8a8c5c90be85.gz) |
| Reporter | LLVM Bugzi... | llvm bitcode writer assertion failed | https://api.github.com/repos/llvm/llvm-project/issues/10229/comments | 2 | 2011-05-06T17:26:48Z | 2021-12-03T22:15:29Z | https://github.com/llvm/llvm-project/issues/10229 | 1,071,011,762 | 10,229 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9856](https://llvm.org/bz9856) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 02:15 |
| Version | trunk |
| OS | Linux |
## Extended Description
[regehr@gamow tmp021]$ clang -O small.c -c -w
clang: GlobalOpt.cpp:802: bool OptimizeAwayTrappingUsesOfLoads(llvm::GlobalVari... | Assertion `(isa<PHINode>(GlobalUser) || isa<SelectInst>(GlobalUser) || isa<ConstantExpr>(GlobalUser)) && "Only expect load and stores!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10228/comments | 1 | 2011-05-06T16:15:59Z | 2021-12-03T22:15:28Z | https://github.com/llvm/llvm-project/issues/10228 | 1,071,011,754 | 10,228 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9855](https://llvm.org/bz9855) |
| Resolution | INVALID |
| Resolved on | May 06, 2011 14:00 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
code:
#include <stdio.h>
inline unsigned int f(... | trying to call an inlined function, causing link failure | https://api.github.com/repos/llvm/llvm-project/issues/10227/comments | 3 | 2011-05-06T10:43:54Z | 2021-12-03T22:15:27Z | https://github.com/llvm/llvm-project/issues/10227 | 1,071,011,745 | 10,227 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9854](https://llvm.org/bz9854) |
| Resolution | FIXED |
| Resolved on | May 13, 2011 16:53 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
$ cat test.cc
#include <math.h>
void foo(double works) {
isnan(works);
}
#... | <cmath> undefs symbols from the global namespace | https://api.github.com/repos/llvm/llvm-project/issues/10226/comments | 1 | 2011-05-06T02:52:50Z | 2021-12-03T22:15:27Z | https://github.com/llvm/llvm-project/issues/10226 | 1,071,011,738 | 10,226 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9853](https://llvm.org/bz9853) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2011 20:12 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
We accept the following:
struct bar {
void baz();
};
s... | Friends allowed to define member functions | https://api.github.com/repos/llvm/llvm-project/issues/10225/comments | 1 | 2011-05-06T01:38:08Z | 2021-12-03T22:15:26Z | https://github.com/llvm/llvm-project/issues/10225 | 1,071,011,730 | 10,225 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9852](https://llvm.org/bz9852) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2012 09:11 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
struct A {
virtual void f() = 0;
A();
};
A::A() {
v... | Assertion failure with invalid C++ code | https://api.github.com/repos/llvm/llvm-project/issues/10224/comments | 1 | 2011-05-05T22:18:29Z | 2021-12-03T22:15:25Z | https://github.com/llvm/llvm-project/issues/10224 | 1,071,011,723 | 10,224 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9851](https://llvm.org/bz9851) |
| Version | 2.9 |
| OS | Linux |
| Attachments | [Test case for reordering of volatiles.](https://user-images.githubusercontent.com/60944935/143743109-91241fe6-e676-4c8f-b7da-2eaa4c2b011a.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efr... | llc -combiner-alias-analysis reorders volatiles | https://api.github.com/repos/llvm/llvm-project/issues/10223/comments | 5 | 2011-05-05T20:43:20Z | 2023-08-13T20:57:27Z | https://github.com/llvm/llvm-project/issues/10223 | 1,071,011,712 | 10,223 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9850](https://llvm.org/bz9850) |
| Resolution | FIXED |
| Resolved on | May 06, 2011 13:04 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
_mm_cmpgt_epi32() does not generate PCMPGT.
--- begin te... | _mm_cmpgt_epi32() is broken | https://api.github.com/repos/llvm/llvm-project/issues/10222/comments | 3 | 2011-05-05T17:31:39Z | 2021-12-03T22:15:23Z | https://github.com/llvm/llvm-project/issues/10222 | 1,071,011,702 | 10,222 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9849](https://llvm.org/bz9849) |
| Resolution | FIXED |
| Resolved on | May 05, 2011 15:22 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
_mm_setr_pi16() and _mm_setr_pi32() are defined in lib/cl... | The elements of the result of _mm_setr_pi16() and _mm_setr_pi32() are swapped | https://api.github.com/repos/llvm/llvm-project/issues/10221/comments | 1 | 2011-05-05T17:23:56Z | 2021-12-03T22:15:22Z | https://github.com/llvm/llvm-project/issues/10221 | 1,071,011,693 | 10,221 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9848](https://llvm.org/bz9848) |
| Resolution | FIXED |
| Resolved on | May 05, 2011 12:45 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
clang++ 2.9 generates a wrong code with _mm_andnot_si64()... | _mm_andnot_si64() is broken | https://api.github.com/repos/llvm/llvm-project/issues/10220/comments | 1 | 2011-05-05T17:19:24Z | 2021-12-03T22:15:22Z | https://github.com/llvm/llvm-project/issues/10220 | 1,071,011,685 | 10,220 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9847](https://llvm.org/bz9847) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 23:28 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
I'm using clang++ 2.9 and MinGW-gcc 4.5.2.
At that time, the compil... | mm_malloc.h generates an error | https://api.github.com/repos/llvm/llvm-project/issues/10219/comments | 2 | 2011-05-05T16:56:51Z | 2021-12-03T22:15:21Z | https://github.com/llvm/llvm-project/issues/10219 | 1,071,011,675 | 10,219 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9846](https://llvm.org/bz9846) |
| Resolution | FIXED |
| Resolved on | May 05, 2011 11:18 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic,@stoklund |
## Extended Description
[regehr@gamow tmp019]$ clang -c -w -O2 small.c
clang: LiveInterval.cpp:267: llvm::LiveRange... | Assertion `B->end <= Start && "Cannot overlap two LiveRanges with differing ValID's" " (did you def the same reg twice in a MachineInstr?)"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10218/comments | 1 | 2011-05-05T08:08:42Z | 2021-12-03T22:15:20Z | https://github.com/llvm/llvm-project/issues/10218 | 1,071,011,669 | 10,218 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9845](https://llvm.org/bz9845) |
| Resolution | FIXED |
| Resolved on | May 23, 2011 16:08 |
| Version | trunk |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
[regehr@gamow tmp018]$ clang -c -w -O2 small.c
0 clang 0x00000000018e1acf
1 clang ... | [LSR] clang crash with floating point exception | https://api.github.com/repos/llvm/llvm-project/issues/10217/comments | 2 | 2011-05-05T03:59:33Z | 2021-12-03T22:15:19Z | https://github.com/llvm/llvm-project/issues/10217 | 1,071,011,656 | 10,217 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9844](https://llvm.org/bz9844) |
| Resolution | INVALID |
| Resolved on | Dec 17, 2012 16:52 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#10638 |
| Attachments | [wine backtrace](https://user-images.githubusercontent.com/60944935/143743106-a86b5102... | LLVM miscompiles dlls/cabinet/fdi.c from Wine | https://api.github.com/repos/llvm/llvm-project/issues/10216/comments | 5 | 2011-05-05T00:22:56Z | 2021-12-03T22:15:18Z | https://github.com/llvm/llvm-project/issues/10216 | 1,071,011,647 | 10,216 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9843](https://llvm.org/bz9843) |
| Resolution | WORKSFORME |
| Resolved on | Apr 05, 2016 04:26 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
## Extended Description
While attempting to hack around precompiled headers, I disc... | PCH crash with conflicting identifiers in -verify mode | https://api.github.com/repos/llvm/llvm-project/issues/10215/comments | 8 | 2011-05-04T21:41:31Z | 2022-01-20T02:06:53Z | https://github.com/llvm/llvm-project/issues/10215 | 1,071,011,636 | 10,215 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9842](https://llvm.org/bz9842) |
| Resolution | FIXED |
| Resolved on | May 19, 2019 09:51 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Bigcheese,@jryans |
| Fixed by commit(s) | 193637 |
## Extended Description
I've grepped through the c... | Missing implementation of llvm::sys::fs::canonicalize | https://api.github.com/repos/llvm/llvm-project/issues/10214/comments | 1 | 2011-05-04T19:58:44Z | 2021-12-03T22:15:16Z | https://github.com/llvm/llvm-project/issues/10214 | 1,071,011,631 | 10,214 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9841](https://llvm.org/bz9841) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 02:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [Reduced test case.](https://user-images.githubusercontent.com/60944935/143743105-030d4e15-66b9-44b1-acdd-8848bda20bea.gz) |
| Reporter... | Infinite loop in GVN | https://api.github.com/repos/llvm/llvm-project/issues/10213/comments | 1 | 2011-05-04T18:49:55Z | 2021-12-03T22:15:16Z | https://github.com/llvm/llvm-project/issues/10213 | 1,071,011,626 | 10,213 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9840](https://llvm.org/bz9840) |
| Resolution | FIXED |
| Resolved on | May 04, 2011 19:03 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @efriedma-quic,@pageexec,@stoklund |
## Extended Description
while compiling linux-2.6.38.4 with clang r1... | assert with Greedy Register Allocator in linux | https://api.github.com/repos/llvm/llvm-project/issues/10212/comments | 5 | 2011-05-04T14:59:09Z | 2021-12-03T22:15:15Z | https://github.com/llvm/llvm-project/issues/10212 | 1,071,011,617 | 10,212 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9839](https://llvm.org/bz9839) |
| Resolution | FIXED |
| Resolved on | Apr 05, 2012 14:19 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I tested gcc's behavior when these flags are combined with their opposites on an x86-3... | missing negative options: -fno-pic and -fno-PIC | https://api.github.com/repos/llvm/llvm-project/issues/10211/comments | 1 | 2011-05-04T14:52:10Z | 2021-12-03T22:15:14Z | https://github.com/llvm/llvm-project/issues/10211 | 1,071,011,610 | 10,211 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9838](https://llvm.org/bz9838) |
| Resolution | FIXED |
| Resolved on | May 05, 2011 17:00 |
| Version | trunk |
| OS | Linux |
| Attachments | [quest generated test](https://user-images.githubusercontent.com/60944935/143743102-68c4426d-e913-4aa4-a3d1-639bb9e1975b.gz), [quest re... | r130717 breaks quest tests | https://api.github.com/repos/llvm/llvm-project/issues/10210/comments | 5 | 2011-05-04T12:29:10Z | 2021-12-03T22:15:13Z | https://github.com/llvm/llvm-project/issues/10210 | 1,071,011,606 | 10,210 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9837](https://llvm.org/bz9837) |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [Problematic inline assembly from WindowMaker](https://user-images.githubusercontent.com/9060368/143743101-92685400-0260-44a2-9aa2-15d7c7ba5a6b.gz) |
| CC | @asl,@atrick,@echristo,@ismail... | Inline assembler dies on WindowMaker source file (wrlib/x86_specific.c) | https://api.github.com/repos/llvm/llvm-project/issues/10209/comments | 7 | 2011-05-04T11:14:34Z | 2022-02-14T19:33:07Z | https://github.com/llvm/llvm-project/issues/10209 | 1,071,011,599 | 10,209 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9836](https://llvm.org/bz9836) |
| Resolution | WORKSFORME |
| Resolved on | Oct 16, 2013 23:47 |
| Version | unspecified |
| OS | Linux |
| CC | @isanbard |
## Extended Description
Testcase:
void a(int alpha[restrict]) { alpha = 0;}
Output:
<stdin>:1:37: error: read-only var... | Strange "read-only variable is not assignable" error with restrict | https://api.github.com/repos/llvm/llvm-project/issues/10208/comments | 1 | 2011-05-04T08:16:21Z | 2022-01-20T02:06:52Z | https://github.com/llvm/llvm-project/issues/10208 | 1,071,011,594 | 10,208 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9835](https://llvm.org/bz9835) |
| Resolution | INVALID |
| Resolved on | May 04, 2011 01:27 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
When I compile skia source code, it complains:
src/src/co... | Clang cannot decay [] to * automatically | https://api.github.com/repos/llvm/llvm-project/issues/10207/comments | 1 | 2011-05-04T04:05:42Z | 2021-12-03T22:15:10Z | https://github.com/llvm/llvm-project/issues/10207 | 1,071,011,586 | 10,207 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9834](https://llvm.org/bz9834) |
| Resolution | FIXED |
| Resolved on | May 15, 2016 09:08 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@spavloff |
## Extended Description
clang accepts this:
struct S {
class T friend;
unsigned friend char;
};
Both of ... | clang accepts 'friend' at ill-formed positions in the decl-specifier-seq | https://api.github.com/repos/llvm/llvm-project/issues/10206/comments | 1 | 2011-05-03T20:19:27Z | 2021-12-03T22:15:09Z | https://github.com/llvm/llvm-project/issues/10206 | 1,071,011,580 | 10,206 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9833](https://llvm.org/bz9833) |
| Resolution | FIXED |
| Resolved on | Oct 04, 2011 11:27 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If I build llvm+clang in a directory ending with "-clang", e.g., "objdir-clang", the l... | broken lit substitutions | https://api.github.com/repos/llvm/llvm-project/issues/10205/comments | 5 | 2011-05-03T19:00:52Z | 2021-12-03T22:15:08Z | https://github.com/llvm/llvm-project/issues/10205 | 1,071,011,572 | 10,205 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9832](https://llvm.org/bz9832) |
| Resolution | INVALID |
| Resolved on | Sep 23, 2011 18:15 |
| Version | trunk |
| OS | Linux |
| Attachments | [a quick patch to make clang generate thumb code in ARM ELF.](https://user-images.githubusercontent.com/60944935/143743100-41834ddc-7... | [MC] Thumb/Thumb-2 are not handled properly in ARM ELF | https://api.github.com/repos/llvm/llvm-project/issues/10204/comments | 1 | 2011-05-03T09:08:10Z | 2021-12-03T22:15:08Z | https://github.com/llvm/llvm-project/issues/10204 | 1,071,011,560 | 10,204 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9831](https://llvm.org/bz9831) |
| Resolution | FIXED |
| Resolved on | May 03, 2011 15:42 |
| Version | trunk |
| OS | Linux |
| CC | @stoklund |
## Extended Description
regehr@home:~/volatile/bugs/tmp026$ clang -O3 -w small.c
clang: SplitKit.cpp:993: void llvm::SplitEditor::... | Assertion `(*I)->hasAtLeastOneValue() && "Split interval has no value"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10203/comments | 2 | 2011-05-03T02:19:31Z | 2021-12-03T22:15:07Z | https://github.com/llvm/llvm-project/issues/10203 | 1,071,011,552 | 10,203 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9830](https://llvm.org/bz9830) |
| Resolution | INVALID |
| Resolved on | Dec 17, 2012 16:52 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#10638 |
| Attachments | [preprocessed clang file](https://user-images.githubusercontent.com/60944935/143743097... | Clang doesn't like ZeroMemory, causes crash in Wine | https://api.github.com/repos/llvm/llvm-project/issues/10202/comments | 9 | 2011-05-02T18:15:23Z | 2021-12-03T22:15:06Z | https://github.com/llvm/llvm-project/issues/10202 | 1,071,011,546 | 10,202 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9829](https://llvm.org/bz9829) |
| Resolution | WONTFIX |
| Resolved on | May 03, 2011 00:14 |
| Version | 2.9 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
hello,
on winxp-sp2-x86 installing the following official packag... | undefined reference to __mingw_vprintf when linking to libLLVMCore.a | https://api.github.com/repos/llvm/llvm-project/issues/10201/comments | 3 | 2011-05-02T18:10:19Z | 2022-01-20T02:34:27Z | https://github.com/llvm/llvm-project/issues/10201 | 1,071,011,534 | 10,201 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9828](https://llvm.org/bz9828) |
| Resolution | INVALID |
| Resolved on | May 02, 2011 12:59 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Test case.](https://user-images.githubusercontent.com/60944935/143743096-b998c9a9-374b-4e9b-ae3c-21723ca627d6.gz) |
| Report... | False positive for null function pointer call following assert() | https://api.github.com/repos/llvm/llvm-project/issues/10200/comments | 2 | 2011-05-02T17:40:19Z | 2021-12-03T22:15:04Z | https://github.com/llvm/llvm-project/issues/10200 | 1,071,011,531 | 10,200 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9827](https://llvm.org/bz9827) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2014 05:59 |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I am running ArchLinux with following clang and llvm versions:
$ clang -v
clang versi... | some mess in the options passed to Clang during the invocation through llvmc | https://api.github.com/repos/llvm/llvm-project/issues/10199/comments | 2 | 2011-05-02T17:15:40Z | 2021-12-03T22:15:03Z | https://github.com/llvm/llvm-project/issues/10199 | 1,071,011,523 | 10,199 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9826](https://llvm.org/bz9826) |
| Resolution | FIXED |
| Resolved on | May 30, 2011 15:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Instead of printing:
f:
.cfi_startproc
.cfi_offset 6, -16
.cfi_end... | [MC] Should use symbolic register names in the .cfi_* directives | https://api.github.com/repos/llvm/llvm-project/issues/10198/comments | 1 | 2011-05-02T16:16:18Z | 2021-12-03T22:15:02Z | https://github.com/llvm/llvm-project/issues/10198 | 1,071,011,512 | 10,198 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9825](https://llvm.org/bz9825) |
| Resolution | FIXED |
| Resolved on | Jul 11, 2019 19:18 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@compnerd,@dwblaikie,@DimitryAndric,@echristo,@MaskRay,@yuanfang-chen |
## Extended D... | Need both -fno-omit-frame-pointer and -mno-omit-leaf-frame-pointer to get a fp on linux on a leaf function | https://api.github.com/repos/llvm/llvm-project/issues/10197/comments | 11 | 2011-05-02T16:09:47Z | 2021-12-03T22:15:01Z | https://github.com/llvm/llvm-project/issues/10197 | 1,071,011,500 | 10,197 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9824](https://llvm.org/bz9824) |
| Resolution | FIXED |
| Resolved on | Sep 10, 2021 17:58 |
| Version | unspecified |
| OS | Linux |
| CC | @Quuxplusone,@belkadan,@tkremenek,@nickdesaulniers,@nico,@zygoloid,@Weverything,@stephenhines,@sylvestre,@yurivict |
## Extended Descript... | add -Wunused-but-set-variable | https://api.github.com/repos/llvm/llvm-project/issues/10196/comments | 13 | 2011-05-02T03:59:49Z | 2021-12-03T22:15:00Z | https://github.com/llvm/llvm-project/issues/10196 | 1,071,011,486 | 10,196 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9823](https://llvm.org/bz9823) |
| Resolution | FIXED |
| Resolved on | May 02, 2011 00:30 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@stoklund |
## Extended Description
regehr@home:~/volatile/bugs/tmp024$ clang -c -O -w small.c
clang: RegAllocGreedy.cpp:799: void<unname... | Assertion `SegStart >= Intf.last() && "Couldn't avoid interference"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10195/comments | 2 | 2011-05-01T22:27:08Z | 2021-12-03T22:14:59Z | https://github.com/llvm/llvm-project/issues/10195 | 1,071,011,476 | 10,195 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9822](https://llvm.org/bz9822) |
| Resolution | FIXED |
| Resolved on | Mar 19, 2018 16:59 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743095-d7181f85-0aca-41fa-82af-eabc979571e3.gz) |
| Reporter | LLVM... | MC produces Undefined symbol while gnu as produces nothing | https://api.github.com/repos/llvm/llvm-project/issues/10194/comments | 3 | 2011-05-01T14:36:45Z | 2021-12-03T22:14:58Z | https://github.com/llvm/llvm-project/issues/10194 | 1,071,011,464 | 10,194 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9821](https://llvm.org/bz9821) |
| Version | unspecified |
| OS | All |
## Extended Description
struct S {
unsigned x : 3;
};
void foo() {
struct S s;
int y=30;
s.x = y; // warn that value in y gets truncated
unsigned long long ll = -1;
unsigned int i = ll; // war... | Check whether values get truncated because they don't fit in the memory region | https://api.github.com/repos/llvm/llvm-project/issues/10193/comments | 1 | 2011-05-01T04:12:46Z | 2021-12-03T22:14:57Z | https://github.com/llvm/llvm-project/issues/10193 | 1,071,011,456 | 10,193 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9820](https://llvm.org/bz9820) |
| Resolution | FIXED |
| Resolved on | May 06, 2011 05:31 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
regehr@home:~$ clang -O0 small.c -o small
regehr@home:~$ ./small
regehr@home:~$ clang -O1 small... | output crashes, but should not | https://api.github.com/repos/llvm/llvm-project/issues/10192/comments | 7 | 2011-05-01T03:53:42Z | 2021-12-03T22:14:56Z | https://github.com/llvm/llvm-project/issues/10192 | 1,071,011,452 | 10,192 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9819](https://llvm.org/bz9819) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 00:30 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
tbglenis always crashing. see the output below.
llvm[2]: Compiling llvm-objdump.cpp... | Unable to build 2.9 on OS X (10.6) | https://api.github.com/repos/llvm/llvm-project/issues/10191/comments | 2 | 2011-04-30T16:29:52Z | 2021-12-03T22:14:55Z | https://github.com/llvm/llvm-project/issues/10191 | 1,071,011,445 | 10,191 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9818](https://llvm.org/bz9818) |
| Resolution | DUPLICATE |
| Resolved on | Apr 30, 2011 10:07 |
| Version | 2.9 |
| OS | Linux |
## Extended Description
Testcase:
void foo ()
{
asm ("jb 8f\n\t"
#ifdef __ELF__
".subsection 2\n\t"
#else
"jmp 7f\n\t"
#endif... | clang -integrated-as: doesn't support .subsection | https://api.github.com/repos/llvm/llvm-project/issues/10190/comments | 1 | 2011-04-30T09:42:50Z | 2021-12-03T22:14:55Z | https://github.com/llvm/llvm-project/issues/10190 | 1,071,011,441 | 10,190 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9817](https://llvm.org/bz9817) |
| Resolution | FIXED |
| Resolved on | Aug 12, 2016 08:59 |
| Version | 2.9 |
| OS | Windows NT |
| Attachments | [Patch that copies debug information to new nodes if it existed in the pre-combined node.](https://user-images.githubusercontent.com... | DAG Combiner does not preserve debug information | https://api.github.com/repos/llvm/llvm-project/issues/10189/comments | 3 | 2011-04-30T00:55:11Z | 2021-12-03T22:14:54Z | https://github.com/llvm/llvm-project/issues/10189 | 1,071,011,435 | 10,189 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9816](https://llvm.org/bz9816) |
| Version | 2.9 |
| OS | Windows NT |
| Attachments | [Patch to disable dag combine with CodeGenOpt::Level = None](https://user-images.githubusercontent.com/60944935/143743092-e56a8def-cc3f-4276-9789-a6f343062161.gz) |
| Reporter | LLVM Bugzilla ... | DAG combiner runs optimizations when CodeGenOpt::Level = None is specified | https://api.github.com/repos/llvm/llvm-project/issues/10188/comments | 3 | 2011-04-29T23:16:18Z | 2021-12-03T22:14:53Z | https://github.com/llvm/llvm-project/issues/10188 | 1,071,011,422 | 10,188 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9815](https://llvm.org/bz9815) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 12:40 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
[regehr@gamow ~]$ clang -O0 small.c
[regehr@gamow ~]$ ./a.out
0
0
0
0
1
1
1
[regehr@gamow ~]$ clang ... | likely wrong code bug | https://api.github.com/repos/llvm/llvm-project/issues/10187/comments | 4 | 2011-04-29T22:06:56Z | 2021-12-03T22:14:52Z | https://github.com/llvm/llvm-project/issues/10187 | 1,071,011,412 | 10,187 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9814](https://llvm.org/bz9814) |
| Resolution | FIXED |
| Resolved on | May 22, 2011 13:18 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Clang fails to optimize
int divu3(uint a, uint b)
{
return a / ((1U<<b) / 4)... | optimizing integer power of 2 #​2 | https://api.github.com/repos/llvm/llvm-project/issues/10186/comments | 4 | 2011-04-29T21:27:05Z | 2021-12-03T22:14:51Z | https://github.com/llvm/llvm-project/issues/10186 | 1,071,011,408 | 10,186 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9813](https://llvm.org/bz9813) |
| Resolution | FIXED |
| Resolved on | Oct 18, 2012 14:25 |
| Version | trunk |
| OS | Linux |
| CC | @pogo59 |
## Extended Description
When compiling preprocessed assembler files with clang and the integrated assembler, line info for warnings ... | Integrated assembler doesn't give proper line info for .S files | https://api.github.com/repos/llvm/llvm-project/issues/10185/comments | 1 | 2011-04-29T21:01:36Z | 2021-12-03T22:14:50Z | https://github.com/llvm/llvm-project/issues/10185 | 1,071,011,397 | 10,185 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9812](https://llvm.org/bz9812) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2014 03:16 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following (invalid) code which tries to declare a v... | error message says "_Bool signed" instead of "bool signed" | https://api.github.com/repos/llvm/llvm-project/issues/10184/comments | 2 | 2011-04-29T18:35:57Z | 2021-12-03T22:14:49Z | https://github.com/llvm/llvm-project/issues/10184 | 1,071,011,389 | 10,184 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9811](https://llvm.org/bz9811) |
| Resolution | INVALID |
| Resolved on | Oct 16, 2013 23:46 |
| Version | 2.9 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @isanbard |
## Extended Description
The libclang dylib built in clang 2.9 with cmake has a nonsensi... | libclang compatibility version nonsensical | https://api.github.com/repos/llvm/llvm-project/issues/10183/comments | 2 | 2011-04-29T04:45:44Z | 2021-12-03T22:14:48Z | https://github.com/llvm/llvm-project/issues/10183 | 1,071,011,379 | 10,183 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9810](https://llvm.org/bz9810) |
| Resolution | FIXED |
| Resolved on | Apr 29, 2011 13:01 |
| Version | 2.9 |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If the AsmPrinter class is overloaded and the printInstruction function is called... | AsmPrinter class does not emit debug line information. | https://api.github.com/repos/llvm/llvm-project/issues/10182/comments | 4 | 2011-04-29T04:37:38Z | 2021-12-03T22:14:46Z | https://github.com/llvm/llvm-project/issues/10182 | 1,071,011,372 | 10,182 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9809](https://llvm.org/bz9809) |
| Resolution | FIXED |
| Resolved on | Apr 29, 2011 03:17 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
For
int divu5(uint a, uint b)
{
return a / ((1<<b) * 4);
... | optimizing integer power of 2 | https://api.github.com/repos/llvm/llvm-project/issues/10181/comments | 1 | 2011-04-28T23:33:01Z | 2021-12-03T22:14:45Z | https://github.com/llvm/llvm-project/issues/10181 | 1,071,011,364 | 10,181 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9808](https://llvm.org/bz9808) |
| Resolution | FIXED |
| Resolved on | Apr 28, 2011 13:38 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [example](https://user-images.githubusercontent.com/60944935/143743090-10632e77-0c78-4dbc-9304-90e4ee799e0b.gz) |
| Reporter | LLVM B... | misaligned stack error, possibly involving passing/returning structs | https://api.github.com/repos/llvm/llvm-project/issues/10180/comments | 4 | 2011-04-28T19:49:26Z | 2021-12-03T22:14:45Z | https://github.com/llvm/llvm-project/issues/10180 | 1,071,011,355 | 10,180 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9807](https://llvm.org/bz9807) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2015 10:25 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
MC is over relaxing the cmpl instruction in the following example:
--
ddunbar@lord... | over relaxation of cmp instructions | https://api.github.com/repos/llvm/llvm-project/issues/10179/comments | 6 | 2011-04-28T17:46:01Z | 2021-12-03T22:14:44Z | https://github.com/llvm/llvm-project/issues/10179 | 1,071,011,344 | 10,179 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9806](https://llvm.org/bz9806) |
| Resolution | FIXED |
| Resolved on | May 02, 2011 10:47 |
| Version | trunk |
| OS | All |
| Attachments | [Fix.](https://user-images.githubusercontent.com/60944935/143743088-76660a74-a1ae-4bbf-bf75-9a056588e2be.gz) |
| Reporter | LLVM Bugzilla... | strncpy and strncat checkers assert when bounds argument is undefined. | https://api.github.com/repos/llvm/llvm-project/issues/10178/comments | 2 | 2011-04-28T17:02:01Z | 2021-12-03T22:14:43Z | https://github.com/llvm/llvm-project/issues/10178 | 1,071,011,337 | 10,178 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9805](https://llvm.org/bz9805) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
With the current implementation only additions and subtractions on symbol references are folded. However, this could be enhanced to ... | Folding arbitrary expressions on symbol refs with MC | https://api.github.com/repos/llvm/llvm-project/issues/10177/comments | 0 | 2011-04-28T15:17:15Z | 2021-12-03T22:14:42Z | https://github.com/llvm/llvm-project/issues/10177 | 1,071,011,334 | 10,177 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.