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 | [10604](https://llvm.org/bz10604) |
| Version | 2.9 |
| OS | FreeBSD |
| Attachments | [Test case (as minimal as I can make it -- any simplifications make the problem go away).](https://user-images.githubusercontent.com/60944935/143743630-9357528d-2b1b-4e81-871b-daf8c9d641c6.gz) ... | llc takes a long time in 'Induction Variable Users' | https://api.github.com/repos/llvm/llvm-project/issues/10976/comments | 8 | 2011-08-07T20:18:51Z | 2023-08-09T01:23:12Z | https://github.com/llvm/llvm-project/issues/10976 | 1,071,018,046 | 10,976 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10603](https://llvm.org/bz10603) |
| Resolution | FIXED |
| Resolved on | Nov 25, 2011 13:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [delta-reduced input (not valid code but manages to make clang++ crash)](https://user-images.githubusercontent.com/60944935/143743628... | Failed assertion: `Arg.getKind() == TemplateArgument::Type && "Template argument kind mismatch"' | https://api.github.com/repos/llvm/llvm-project/issues/10975/comments | 1 | 2011-08-07T20:16:32Z | 2021-12-03T22:26:36Z | https://github.com/llvm/llvm-project/issues/10975 | 1,071,018,034 | 10,975 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10602](https://llvm.org/bz10602) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 12:16 |
| Version | trunk |
| OS | All |
| Attachments | [Compile with -O2 to trigger "Access past stack top!"](https://user-images.githubusercontent.com/9060368/143743627-f0ff9985-12d6-456d-8... | test from valgrind leads to "error in backend: Access past stack top!" | https://api.github.com/repos/llvm/llvm-project/issues/10974/comments | 1 | 2011-08-07T20:15:32Z | 2021-12-03T22:26:36Z | https://github.com/llvm/llvm-project/issues/10974 | 1,071,018,029 | 10,974 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10601](https://llvm.org/bz10601) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Hi,
When I tried to have llvm/clang self-hosted with clang++/libc++ pair with
-stdlib=libc++, clang++ complained about missing cxxabi.h:
[ 1%] Building CXX obj... | Does Signals.cpp require cxxabi.h? | https://api.github.com/repos/llvm/llvm-project/issues/10973/comments | 6 | 2011-08-07T17:02:54Z | 2023-08-09T00:48:56Z | https://github.com/llvm/llvm-project/issues/10973 | 1,071,018,025 | 10,973 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10600](https://llvm.org/bz10600) |
| Resolution | DUPLICATE |
| Resolved on | Aug 17, 2011 17:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [delta-reduced input (not valid code but manages to make clang++ crash)](https://user-images.githubusercontent.com/60944935/14374... | Failed assertion: `Rep && "no type provided!"' | https://api.github.com/repos/llvm/llvm-project/issues/10972/comments | 3 | 2011-08-07T09:56:45Z | 2021-12-03T22:26:34Z | https://github.com/llvm/llvm-project/issues/10972 | 1,071,018,010 | 10,972 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10599](https://llvm.org/bz10599) |
| Resolution | FIXED |
| Resolved on | Mar 18, 2012 05:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [delta-reduced input (not valid code but manages to make clang++ crash)](https://user-images.githubusercontent.com/60944935/143743623... | Failed assertion: `DefinitionData && "queried property of class with no definition"' | https://api.github.com/repos/llvm/llvm-project/issues/10971/comments | 5 | 2011-08-07T09:55:16Z | 2021-12-03T22:26:33Z | https://github.com/llvm/llvm-project/issues/10971 | 1,071,018,002 | 10,971 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10598](https://llvm.org/bz10598) |
| Resolution | INVALID |
| Resolved on | Aug 06, 2011 14:09 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
I thought that the way UndefValue::get() was supposed to wor... | UndefValue::get() returns the same value | https://api.github.com/repos/llvm/llvm-project/issues/10970/comments | 3 | 2011-08-06T20:39:22Z | 2021-12-03T22:26:32Z | https://github.com/llvm/llvm-project/issues/10970 | 1,071,017,996 | 10,970 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10597](https://llvm.org/bz10597) |
| Version | trunk |
| OS | All |
| CC | @asl,@pwo |
## Extended Description
When using -mrtd in combination with -ffreestanding, memcpy calls (and
possibly some other builtin function calls) get generated with the wrong
calling convention.
F... | When using -mrtd and -ffreestanding, generated memcpy calls get the wrong calling convention | https://api.github.com/repos/llvm/llvm-project/issues/10969/comments | 4 | 2011-08-06T19:18:52Z | 2023-08-08T13:52:09Z | https://github.com/llvm/llvm-project/issues/10969 | 1,071,017,985 | 10,969 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10596](https://llvm.org/bz10596) |
| Resolution | WONTFIX |
| Resolved on | Aug 06, 2011 13:34 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
While compiling llvm-gcc trunk using gcc 4.6.1 I get t... | LLVM-GCC TRUNK: Fails to build | https://api.github.com/repos/llvm/llvm-project/issues/10968/comments | 1 | 2011-08-06T11:43:46Z | 2022-01-20T02:34:58Z | https://github.com/llvm/llvm-project/issues/10968 | 1,071,017,981 | 10,968 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10595](https://llvm.org/bz10595) |
| Resolution | DUPLICATE |
| Resolved on | Oct 10, 2011 12:56 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@RealLitb |
## Extended Description
In the example code:
template<typename T>... | Friend with templated function parameter ignored | https://api.github.com/repos/llvm/llvm-project/issues/10967/comments | 3 | 2011-08-06T00:23:51Z | 2021-12-03T22:26:29Z | https://github.com/llvm/llvm-project/issues/10967 | 1,071,017,973 | 10,967 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10594](https://llvm.org/bz10594) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2012 18:34 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Current _Pragma expansion method in some cases can produce ... | C99 _Pragma unary operator should not expand into one line | https://api.github.com/repos/llvm/llvm-project/issues/10966/comments | 2 | 2011-08-05T12:05:17Z | 2021-12-03T22:26:28Z | https://github.com/llvm/llvm-project/issues/10966 | 1,071,017,967 | 10,966 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10593](https://llvm.org/bz10593) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
An interrupt calling convention for the compiler for x86 and x86-64 platforms would be useful. It will also promote develope... | x86/x86-64 Interrupt Calling Convention | https://api.github.com/repos/llvm/llvm-project/issues/10965/comments | 3 | 2011-08-05T05:12:12Z | 2021-12-03T22:26:27Z | https://github.com/llvm/llvm-project/issues/10965 | 1,071,017,963 | 10,965 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10592](https://llvm.org/bz10592) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 19:40 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
This testcase:
unsigned test(const int &v) ... | cannot compile scalar expression; static_cast const int& to const unsigned& | https://api.github.com/repos/llvm/llvm-project/issues/10964/comments | 4 | 2011-08-05T03:16:00Z | 2021-12-03T22:26:27Z | https://github.com/llvm/llvm-project/issues/10964 | 1,071,017,954 | 10,964 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10591](https://llvm.org/bz10591) |
| Resolution | FIXED |
| Resolved on | Aug 05, 2011 11:37 |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic,@pwo |
## Extended Description
When you compile a program with -mrtd, the default calling convention
will be switched to stdcal... | Unable to override calling convention for individual functions when using -mrtd | https://api.github.com/repos/llvm/llvm-project/issues/10963/comments | 1 | 2011-08-05T00:33:50Z | 2021-12-03T22:26:26Z | https://github.com/llvm/llvm-project/issues/10963 | 1,071,017,945 | 10,963 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10590](https://llvm.org/bz10590) |
| Resolution | WONTFIX |
| Resolved on | Aug 04, 2011 16:08 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
It would be useful to have some sort of LocalSize sy... | Expanded 'naked' function support and interrupt calling convention | https://api.github.com/repos/llvm/llvm-project/issues/10962/comments | 3 | 2011-08-04T22:07:18Z | 2022-01-20T02:34:57Z | https://github.com/llvm/llvm-project/issues/10962 | 1,071,017,937 | 10,962 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10589](https://llvm.org/bz10589) |
| Resolution | FIXED |
| Resolved on | Nov 27, 2011 17:22 |
| Version | trunk |
| OS | Windows NT |
| CC | @nlewycky |
## Extended Description
I noticed that clang supports -ftest-coverage and -fprofile-arcs, but the resulting output causes g... | Emit data for gcov | https://api.github.com/repos/llvm/llvm-project/issues/10961/comments | 4 | 2011-08-04T20:32:31Z | 2021-12-03T22:26:24Z | https://github.com/llvm/llvm-project/issues/10961 | 1,071,017,931 | 10,961 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10588](https://llvm.org/bz10588) |
| Resolution | DUPLICATE |
| Resolved on | Aug 09, 2011 19:51 |
| Version | trunk |
| OS | Linux |
| Attachments | [axpy Fortran test case](https://user-images.githubusercontent.com/60944935/143743619-8b1ef945-41d6-48d0-acfc-228bb5150de0.gz), [... | New llvm type system breaks types definitions in C backend | https://api.github.com/repos/llvm/llvm-project/issues/10960/comments | 2 | 2011-08-04T17:51:15Z | 2021-12-03T22:26:23Z | https://github.com/llvm/llvm-project/issues/10960 | 1,071,017,920 | 10,960 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10587](https://llvm.org/bz10587) |
| Resolution | FIXED |
| Resolved on | Aug 06, 2011 12:08 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
With the source file:
foo.c
----------
int foo(int x) { return x; }
extern typeo... | Dragonegg doesn't handle __attribute__((alias(...))) | https://api.github.com/repos/llvm/llvm-project/issues/10959/comments | 4 | 2011-08-04T17:28:24Z | 2021-12-03T22:26:22Z | https://github.com/llvm/llvm-project/issues/10959 | 1,071,017,913 | 10,959 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10586](https://llvm.org/bz10586) |
| Resolution | LATER |
| Resolved on | Aug 04, 2011 12:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
createMicrosoftMangleContext and createItaniumMangleContext ... | Obsolete declarations | https://api.github.com/repos/llvm/llvm-project/issues/10958/comments | 1 | 2011-08-04T16:37:34Z | 2021-12-03T22:26:21Z | https://github.com/llvm/llvm-project/issues/10958 | 1,071,017,906 | 10,958 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10585](https://llvm.org/bz10585) |
| Resolution | FIXED |
| Resolved on | Aug 23, 2011 07:04 |
| Version | trunk |
| OS | All |
| Attachments | [Bitcode for reproducing the bug](https://user-images.githubusercontent.com/92601451/143743618-e9ad26c7-ddbe-4f1d-9c4d-5975beabe1ca.gz)... | Segmentation fault when linking bc's with same aliases | https://api.github.com/repos/llvm/llvm-project/issues/10957/comments | 1 | 2011-08-04T16:28:27Z | 2021-12-03T22:26:20Z | https://github.com/llvm/llvm-project/issues/10957 | 1,071,017,894 | 10,957 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10584](https://llvm.org/bz10584) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2017 09:02 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case for slow register allocator](https://user-images.githubusercontent.com/296817/143743610-b9cd76c3-cc7a-4afe-9c8c-691f897d83... | Extremely slow compilation spending time in Value Propagation | https://api.github.com/repos/llvm/llvm-project/issues/10956/comments | 32 | 2011-08-04T15:09:55Z | 2021-12-03T22:26:19Z | https://github.com/llvm/llvm-project/issues/10956 | 1,071,017,887 | 10,956 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10583](https://llvm.org/bz10583) |
| Resolution | FIXED |
| Resolved on | Aug 04, 2011 19:55 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [pre-processed locore.s](https://user-images.githubusercontent.com/92601275/143743609-05f45626-91e9-4906-89f9-447315002ee1.gz) |
| ... | Assertion failed: ((isInt<32>(Value) || isUInt<32>(Value)) && "Value does not fit in a 4Byte Reloc" | https://api.github.com/repos/llvm/llvm-project/issues/10955/comments | 5 | 2011-08-04T09:06:53Z | 2021-12-03T22:26:19Z | https://github.com/llvm/llvm-project/issues/10955 | 1,071,017,876 | 10,955 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10582](https://llvm.org/bz10582) |
| Resolution | FIXED |
| Resolved on | Oct 14, 2011 21:10 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
$ clang -v
clang version 3.0 (trunk 133404)
Ta... | ICE on int main(){int a=0?0:throw 0;} | https://api.github.com/repos/llvm/llvm-project/issues/10954/comments | 2 | 2011-08-04T02:41:42Z | 2021-12-03T22:26:18Z | https://github.com/llvm/llvm-project/issues/10954 | 1,071,017,863 | 10,954 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10581](https://llvm.org/bz10581) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 16:31 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @bcardosolopes |
## Extended Description
Given:
define <8 x i32> @​foo___ff(<8 x i32> %a, <8 x... | [AVX] vector shifts are scalarized | https://api.github.com/repos/llvm/llvm-project/issues/10953/comments | 1 | 2011-08-04T01:27:57Z | 2021-12-03T22:26:17Z | https://github.com/llvm/llvm-project/issues/10953 | 1,071,017,852 | 10,953 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10580](https://llvm.org/bz10580) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 19:49 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @bcardosolopes |
## Extended Description
Given
define <8 x i1> @​foo___ff(<8 x float> %a, <8 x... | [AVX] vector comparisons are scalarized | https://api.github.com/repos/llvm/llvm-project/issues/10952/comments | 1 | 2011-08-04T01:26:36Z | 2021-12-03T22:26:16Z | https://github.com/llvm/llvm-project/issues/10952 | 1,071,017,849 | 10,952 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10579](https://llvm.org/bz10579) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 20:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Failing testcase](https://user-images.githubusercontent.com/60944935/143743608-4b637d2c-398b-4f00-8585-788c75acea9b.gz) |
| Reporter... | Failure to call constructors of template class with Enum template parameter | https://api.github.com/repos/llvm/llvm-project/issues/10951/comments | 1 | 2011-08-03T22:30:56Z | 2021-12-03T22:26:15Z | https://github.com/llvm/llvm-project/issues/10951 | 1,071,017,843 | 10,951 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10578](https://llvm.org/bz10578) |
| Resolution | FIXED |
| Resolved on | Sep 07, 2011 15:36 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
If C++ class constructor does not have first level parenthesis,... | C++ compiler skips parent constructor | https://api.github.com/repos/llvm/llvm-project/issues/10950/comments | 3 | 2011-08-03T22:11:45Z | 2021-12-03T22:26:14Z | https://github.com/llvm/llvm-project/issues/10950 | 1,071,017,833 | 10,950 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10577](https://llvm.org/bz10577) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 16:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic,@tkremenek |
## Extended Description
$ clang -v
clang version 3.0 (trunk... | Assertion `res.getDeclRefExpr() == lastDR' failed | https://api.github.com/repos/llvm/llvm-project/issues/10949/comments | 4 | 2011-08-03T20:46:44Z | 2021-12-03T22:26:14Z | https://github.com/llvm/llvm-project/issues/10949 | 1,071,017,823 | 10,949 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10576](https://llvm.org/bz10576) |
| Resolution | LATER |
| Resolved on | Aug 03, 2011 13:29 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [make check -k output](https://user-images.githubusercontent.com/92601424/143743607-b63b26a0-d872-4fa7-825d-2a89268824c9.gz) |
... | GSL (GNU Scientific Library) tests fail | https://api.github.com/repos/llvm/llvm-project/issues/10948/comments | 1 | 2011-08-03T20:17:38Z | 2021-12-03T22:26:13Z | https://github.com/llvm/llvm-project/issues/10948 | 1,071,017,809 | 10,948 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10575](https://llvm.org/bz10575) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2011 11:33 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743606-a4e9261f-f46e-4ed3-983d-1829db1e781a.gz) |
| Reporter | LLV... | i386 codegen: LLVM ERROR: Access past stack top! | https://api.github.com/repos/llvm/llvm-project/issues/10947/comments | 3 | 2011-08-03T11:05:05Z | 2021-12-03T22:26:12Z | https://github.com/llvm/llvm-project/issues/10947 | 1,071,017,800 | 10,947 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10574](https://llvm.org/bz10574) |
| Resolution | FIXED |
| Resolved on | Aug 12, 2011 16:56 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The initializer_list class should be disabled when generalized initializer l... | initializer_list should be disabled when generalized initializers are not available | https://api.github.com/repos/llvm/llvm-project/issues/10946/comments | 3 | 2011-08-03T05:08:04Z | 2021-12-03T22:26:11Z | https://github.com/llvm/llvm-project/issues/10946 | 1,071,017,792 | 10,946 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10573](https://llvm.org/bz10573) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnastasiaStulova |
## Extended Description
This flag gets set for the OpenCL language (and possibly others in the future), and then gets overwritten a few lines... | CXXOperatorNames flag overwritten | https://api.github.com/repos/llvm/llvm-project/issues/10945/comments | 1 | 2011-08-03T00:40:41Z | 2021-12-03T22:26:10Z | https://github.com/llvm/llvm-project/issues/10945 | 1,071,017,785 | 10,945 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10572](https://llvm.org/bz10572) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2011 18:17 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
LLVM disassembles the opcode
e51f5134
as
ldr ... | [ARM disasm] PC-relative LDR with negative offset is disassembled incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/10944/comments | 3 | 2011-08-02T23:11:42Z | 2021-12-03T22:26:09Z | https://github.com/llvm/llvm-project/issues/10944 | 1,071,017,775 | 10,944 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10571](https://llvm.org/bz10571) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2011 18:15 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
The following opcodes are valid ARM instructions but ... | [ARM disasm] some moves to/from PC are disassembled as invalid | https://api.github.com/repos/llvm/llvm-project/issues/10943/comments | 2 | 2011-08-02T23:05:39Z | 2021-12-03T22:26:09Z | https://github.com/llvm/llvm-project/issues/10943 | 1,071,017,771 | 10,943 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10570](https://llvm.org/bz10570) |
| Resolution | DUPLICATE |
| Resolved on | Nov 30, 2011 00:28 |
| Version | 2.9 |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#11447 |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743604-c737b615... | Machine loops (?) crash: Instruction does not dominate all uses! | https://api.github.com/repos/llvm/llvm-project/issues/10942/comments | 5 | 2011-08-02T20:35:52Z | 2021-12-03T22:26:08Z | https://github.com/llvm/llvm-project/issues/10942 | 1,071,017,765 | 10,942 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10569](https://llvm.org/bz10569) |
| Resolution | FIXED |
| Resolved on | Aug 17, 2011 18:23 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@efriedma-quic |
## Extended Description
An extra newline is printed after the instructions sx... | [ARM disasm] extra newline after sxtab16, uxtab16 | https://api.github.com/repos/llvm/llvm-project/issues/10941/comments | 2 | 2011-08-02T19:57:51Z | 2021-12-03T22:26:07Z | https://github.com/llvm/llvm-project/issues/10941 | 1,071,017,760 | 10,941 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10568](https://llvm.org/bz10568) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2011 19:50 |
| Version | trunk |
| OS | Linux |
## Extended Description
Consider the following input:
L: movq $(L + 2147483648),%rax
This triggers the 32bit signed integer assertion in ELFObjec... | [MC] x86_64 and relocations with large addend | https://api.github.com/repos/llvm/llvm-project/issues/10940/comments | 3 | 2011-08-02T18:12:36Z | 2021-12-03T22:26:06Z | https://github.com/llvm/llvm-project/issues/10940 | 1,071,017,749 | 10,940 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10567](https://llvm.org/bz10567) |
| Resolution | INVALID |
| Resolved on | Aug 02, 2011 14:26 |
| Version | trunk |
| OS | Linux |
| CC | @efriedma-quic |
## Extended Description
Gentoo Linux 32bit. gcc-4.5 branch,llvm-trunk,dragonegg-trunk.
I compiled two versions of netcdf... | miscompile netcdf-3.6.3, appending extra suffixing underscore | https://api.github.com/repos/llvm/llvm-project/issues/10939/comments | 7 | 2011-08-02T18:07:24Z | 2021-12-03T22:26:05Z | https://github.com/llvm/llvm-project/issues/10939 | 1,071,017,746 | 10,939 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10566](https://llvm.org/bz10566) |
| Resolution | FIXED |
| Resolved on | Aug 02, 2011 13:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [Failing input](https://user-images.githubusercontent.com/296817/143743602-9c2a7c67-5d4e-4c9a-a1e5-5d97262025eb.gz) |
| CC | @efriedm... | Assertion `DefinitionData && "queried property of class with no definition"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10938/comments | 2 | 2011-08-02T15:29:12Z | 2021-12-03T22:26:04Z | https://github.com/llvm/llvm-project/issues/10938 | 1,071,017,741 | 10,938 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10565](https://llvm.org/bz10565) |
| Resolution | FIXED |
| Resolved on | Oct 11, 2011 13:21 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743601-147f18d6-fb35-4750-be0a-ec1b19e0bc70.gz) |
| Reporter | LLV... | scalarrepl assertion failure: Invalid cast! | https://api.github.com/repos/llvm/llvm-project/issues/10937/comments | 6 | 2011-08-02T14:00:13Z | 2021-12-03T22:26:03Z | https://github.com/llvm/llvm-project/issues/10937 | 1,071,017,732 | 10,937 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10564](https://llvm.org/bz10564) |
| Resolution | FIXED |
| Resolved on | Mar 13, 2017 09:52 |
| Version | 2.8 |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743599-66d06344-0f95-454f-b51e-af929796387... | VerifyNodeCommon(llvm::SDNode*): Assertion `(I->getValueType() == EltVT || (EltVT.isInteger() && I->getValueType().isInteger() && EltVT.bitsLE(I->getValueType()))) && "Wrong operand type!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10936/comments | 2 | 2011-08-02T11:53:04Z | 2021-12-03T22:26:01Z | https://github.com/llvm/llvm-project/issues/10936 | 1,071,017,722 | 10,936 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10563](https://llvm.org/bz10563) |
| Resolution | FIXED |
| Resolved on | Aug 02, 2011 13:39 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743598-c7d12629-99d0-40eb-9b3b-887970fb3... | APInt::trunc(unsigned int) const: Assertion `width < BitWidth && "Invalid APInt Truncate request"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10935/comments | 1 | 2011-08-02T11:48:51Z | 2021-12-03T22:26:00Z | https://github.com/llvm/llvm-project/issues/10935 | 1,071,017,712 | 10,935 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10562](https://llvm.org/bz10562) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2011 21:50 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743597-44656f89-d93f-492a-8178-58e860d45023.gz) |
| Reporter | LLVM B... | [AVX] infinite recursive calls to DenseMap::insert() | https://api.github.com/repos/llvm/llvm-project/issues/10934/comments | 1 | 2011-08-02T10:01:53Z | 2021-12-03T22:25:59Z | https://github.com/llvm/llvm-project/issues/10934 | 1,071,017,695 | 10,934 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10561](https://llvm.org/bz10561) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 17:40 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743596-33ea6e83-e0a9-4416-89e5-4f9d0b02da4c.gz) |
| Reporter | LLVM B... | [AVX] cannot select ch = store error | https://api.github.com/repos/llvm/llvm-project/issues/10933/comments | 1 | 2011-08-02T08:46:06Z | 2021-12-03T22:25:58Z | https://github.com/llvm/llvm-project/issues/10933 | 1,071,017,686 | 10,933 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10560](https://llvm.org/bz10560) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 20:54 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743595-06b6f7a7-c445-41df-a640-759ce7486731.gz) |
| Reporter | LLVM B... | [AVX] assertion failed: ((EltVT.getSizeInBits() >= 64 || (uint64_t)((int64_t)Val >> EltVT.getSizeInBits()) + 1 < 2) && "getConstant with a uint64_t value that doesn't fit in the type!"), function getConstant, file SelectionDAG.cpp, line 916. | https://api.github.com/repos/llvm/llvm-project/issues/10932/comments | 1 | 2011-08-02T08:44:09Z | 2021-12-03T22:25:57Z | https://github.com/llvm/llvm-project/issues/10932 | 1,071,017,675 | 10,932 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10559](https://llvm.org/bz10559) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 00:53 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743594-249cb585-9f8b-417a-bf87-f9c364840059.gz) |
| Reporter | LLVM B... | [AVX] cannot select v4f64 = sint_to_fp error | https://api.github.com/repos/llvm/llvm-project/issues/10931/comments | 1 | 2011-08-02T08:41:02Z | 2021-12-03T22:25:56Z | https://github.com/llvm/llvm-project/issues/10931 | 1,071,017,663 | 10,931 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10558](https://llvm.org/bz10558) |
| Resolution | FIXED |
| Resolved on | Aug 08, 2011 20:43 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743593-6e021e8e-d342-42c4-a621-e1038e45578b.gz) |
| Reporter | LLVM B... | [AVX] cannot select v8f32 = X86ISD::VZEXT_MOVL error | https://api.github.com/repos/llvm/llvm-project/issues/10930/comments | 1 | 2011-08-02T08:39:39Z | 2021-12-03T22:25:55Z | https://github.com/llvm/llvm-project/issues/10930 | 1,071,017,657 | 10,930 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10557](https://llvm.org/bz10557) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 17:26 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743592-5d7818e8-0b4b-48b6-b0ca-ca6e0333a593.gz) |
| Reporter | LLVM B... | [AVX] cannot select v4f64 = fp_extend error | https://api.github.com/repos/llvm/llvm-project/issues/10929/comments | 1 | 2011-08-02T08:37:12Z | 2021-12-03T22:25:54Z | https://github.com/llvm/llvm-project/issues/10929 | 1,071,017,647 | 10,929 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10556](https://llvm.org/bz10556) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 18:27 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743591-7ac88507-ce68-4cd6-948c-f99d365dc1b7.gz) |
| Reporter | LLVM B... | [AVX] cannot select v4i64 = select error | https://api.github.com/repos/llvm/llvm-project/issues/10928/comments | 1 | 2011-08-02T08:35:09Z | 2021-12-03T22:25:53Z | https://github.com/llvm/llvm-project/issues/10928 | 1,071,017,637 | 10,928 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10555](https://llvm.org/bz10555) |
| Resolution | INVALID |
| Resolved on | Aug 11, 2011 13:33 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743590-62d76572-c5cc-4cc5-8d16-105ff66dc7a0.gz) |
| Reporter | LLVM... | [AVX] cannot select v2i64 = vector_shuffle crash | https://api.github.com/repos/llvm/llvm-project/issues/10927/comments | 1 | 2011-08-02T08:33:19Z | 2021-12-03T22:25:52Z | https://github.com/llvm/llvm-project/issues/10927 | 1,071,017,626 | 10,927 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10554](https://llvm.org/bz10554) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2011 17:19 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743589-cd61e965-2981-4961-b213-f65370255c1a.gz) |
| Reporter | LLVM B... | [AVX] another 'unknown type for unpckh' crash | https://api.github.com/repos/llvm/llvm-project/issues/10926/comments | 1 | 2011-08-02T08:30:35Z | 2021-12-03T22:25:51Z | https://github.com/llvm/llvm-project/issues/10926 | 1,071,017,619 | 10,926 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10553](https://llvm.org/bz10553) |
| Resolution | FIXED |
| Resolved on | Aug 04, 2011 21:35 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Bitcode file that demonstrates the problem](https://user-images.githubusercontent.com/60944935/143743586-f9fc067a-9ddb-4fd8-adda-d... | Metadata nodes duplicated by IR Linker / ValueMapper | https://api.github.com/repos/llvm/llvm-project/issues/10925/comments | 22 | 2011-08-02T07:33:40Z | 2021-12-03T22:25:51Z | https://github.com/llvm/llvm-project/issues/10925 | 1,071,017,614 | 10,925 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10552](https://llvm.org/bz10552) |
| Resolution | FIXED |
| Resolved on | Nov 25, 2012 02:53 |
| Version | 2.7 |
| OS | Linux |
| Attachments | [C Code](https://user-images.githubusercontent.com/60944935/143743584-29dd1e70-29c6-4845-b915-1ea38545098b.gz), [Dragonegg Output](http... | Struct Allocation / Return Bug | https://api.github.com/repos/llvm/llvm-project/issues/10924/comments | 1 | 2011-08-02T03:37:49Z | 2021-12-03T22:25:50Z | https://github.com/llvm/llvm-project/issues/10924 | 1,071,017,603 | 10,924 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10551](https://llvm.org/bz10551) |
| Resolution | FIXED |
| Resolved on | Jan 31, 2019 03:57 |
| Version | trunk |
| OS | Linux |
| Attachments | [add a line that checks alignments of src and dst.](https://user-images.githubusercontent.com/37638775/143743583-1cc96c53-92ea-4509-b... | need alignment checking in isSafeToEliminateVarargsCast | https://api.github.com/repos/llvm/llvm-project/issues/10923/comments | 1 | 2011-08-01T23:06:34Z | 2021-12-03T22:25:49Z | https://github.com/llvm/llvm-project/issues/10923 | 1,071,017,597 | 10,923 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10550](https://llvm.org/bz10550) |
| Resolution | FIXED |
| Resolved on | Oct 15, 2015 23:25 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743582-eaed3368-6c02-4851-a798-57561e3aa9be.gz) |
| Reporter | LLVM B... | fast-isel should support vector stores | https://api.github.com/repos/llvm/llvm-project/issues/10922/comments | 2 | 2011-08-01T17:32:41Z | 2021-12-03T22:25:48Z | https://github.com/llvm/llvm-project/issues/10922 | 1,071,017,595 | 10,922 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10549](https://llvm.org/bz10549) |
| Resolution | FIXED |
| Resolved on | Apr 08, 2012 17:12 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ccadar |
## Extended Description
In llvm2.8, there is no Release directory now.
klee-uclibc-... | klee-uclibc-0.01 breaks under llvm2.8 | https://api.github.com/repos/llvm/llvm-project/issues/10921/comments | 1 | 2011-08-01T14:01:16Z | 2021-12-03T22:25:47Z | https://github.com/llvm/llvm-project/issues/10921 | 1,071,017,589 | 10,921 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10548](https://llvm.org/bz10548) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2012 12:51 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ccadar |
## Extended Description
llvm-2.8; klee with svn 136607; klee-uclibc-0.01
I don't k... | islower get two path | https://api.github.com/repos/llvm/llvm-project/issues/10920/comments | 1 | 2011-08-01T13:55:22Z | 2021-12-03T22:25:47Z | https://github.com/llvm/llvm-project/issues/10920 | 1,071,017,585 | 10,920 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10547](https://llvm.org/bz10547) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2011 14:52 |
| Version | trunk |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743581-0dc96a4f-ddcf-4bdd-ae50-145e33e21d90.gz) |
| Reporter | LLVM B... | [AVX] still seeing some cannot select crashes with v8i32 | https://api.github.com/repos/llvm/llvm-project/issues/10919/comments | 1 | 2011-08-01T07:33:34Z | 2021-12-03T22:25:46Z | https://github.com/llvm/llvm-project/issues/10919 | 1,071,017,580 | 10,919 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10546](https://llvm.org/bz10546) |
| Resolution | INVALID |
| Resolved on | Aug 01, 2011 00:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I would like to know if it's possible to add a feature to the blocks to allow capt... | Block capturing self with __weak in ARC | https://api.github.com/repos/llvm/llvm-project/issues/10918/comments | 1 | 2011-08-01T05:56:35Z | 2021-12-03T22:25:45Z | https://github.com/llvm/llvm-project/issues/10918 | 1,071,017,574 | 10,918 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10545](https://llvm.org/bz10545) |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch with suggested fixes](https://user-images.githubusercontent.com/60944935/143743580-f22999ce-4619-4fb6-9e91-b8db9125df7b.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Descri... | Compilation failures around structs in code generated by C backend | https://api.github.com/repos/llvm/llvm-project/issues/10917/comments | 2 | 2011-07-31T23:19:09Z | 2023-08-05T03:17:24Z | https://github.com/llvm/llvm-project/issues/10917 | 1,071,017,567 | 10,917 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10544](https://llvm.org/bz10544) |
| Resolution | WONTFIX |
| Resolved on | Aug 02, 2011 17:53 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Compiling OpenWRT from trunk for MIPS router, th... | Darwin (10.7) llvm compiler generates bad code when compiling gcc-4.5.4-linaro for OpenWRT router project | https://api.github.com/repos/llvm/llvm-project/issues/10916/comments | 4 | 2011-07-31T17:51:17Z | 2022-01-20T02:34:56Z | https://github.com/llvm/llvm-project/issues/10916 | 1,071,017,560 | 10,916 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10543](https://llvm.org/bz10543) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2011 09:56 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [crashlog](https://user-images.githubusercontent.com/60944935/143743576-3fba1f09-860c-4f95-92e2-d2e8f7b37763.gz), [cellrender... | Xcode 4.1 clang segfaults compiling synfigstudio | https://api.github.com/repos/llvm/llvm-project/issues/10915/comments | 21 | 2011-07-31T06:20:44Z | 2021-12-03T22:25:42Z | https://github.com/llvm/llvm-project/issues/10915 | 1,071,017,550 | 10,915 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10542](https://llvm.org/bz10542) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2011 16:54 |
| Version | trunk |
| OS | All |
| Attachments | [preprocessed test case](https://user-images.githubusercontent.com/711534/143743574-2dc5f15c-0c3b-43f6-91f3-cc2d1bc1c9d3.gz) |
| CC | @... | Debug information synthesis during RAGreedy run takes a shockingly long time | https://api.github.com/repos/llvm/llvm-project/issues/10914/comments | 18 | 2011-07-31T03:38:58Z | 2021-12-03T22:25:41Z | https://github.com/llvm/llvm-project/issues/10914 | 1,071,017,539 | 10,914 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10541](https://llvm.org/bz10541) |
| Resolution | FIXED |
| Resolved on | Nov 10, 2012 13:26 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [complete program exhibiting the error](https://user-images.githubusercontent.com/60944935/143743572-14ab4dab-f76b-400a-ae7a-... | std::terminate() is being called when std::bad_exception should be thrown | https://api.github.com/repos/llvm/llvm-project/issues/10913/comments | 3 | 2011-07-31T01:57:55Z | 2021-12-03T22:25:40Z | https://github.com/llvm/llvm-project/issues/10913 | 1,071,017,531 | 10,913 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10540](https://llvm.org/bz10540) |
| Resolution | DUPLICATE |
| Resolved on | Aug 03, 2011 04:06 |
| Version | trunk |
| OS | Linux |
| Attachments | [failed file](https://user-images.githubusercontent.com/455423/143743571-09a564ca-5f78-4f83-a3f6-b86258c0ec24.gz) |
| CC | @yuanf... | llvm-trunk+dragonegg trunk: Cannot pop empty stack! | https://api.github.com/repos/llvm/llvm-project/issues/10912/comments | 9 | 2011-07-30T17:42:32Z | 2021-12-03T22:25:40Z | https://github.com/llvm/llvm-project/issues/10912 | 1,071,017,520 | 10,912 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10539](https://llvm.org/bz10539) |
| Resolution | FIXED |
| Resolved on | Dec 07, 2013 21:08 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There are a couple of constructors of base_string that do not precisely matc... | basic_string constructors use pointer rather than CharT* | https://api.github.com/repos/llvm/llvm-project/issues/10911/comments | 3 | 2011-07-30T03:31:32Z | 2021-12-03T22:25:39Z | https://github.com/llvm/llvm-project/issues/10911 | 1,071,017,512 | 10,911 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10538](https://llvm.org/bz10538) |
| Resolution | FIXED |
| Resolved on | Oct 06, 2011 00:01 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Source file that reproduces the bug](https://user-images.githubusercontent.com/60944935/143743569-cd0bd1ba-3deb-4f40-a116-11b869b1... | Assertion failed: (ParmVarDeclBits.ParameterIndex == parameterIndex && "truncation!"), function setScopeInfo | https://api.github.com/repos/llvm/llvm-project/issues/10910/comments | 7 | 2011-07-30T02:55:05Z | 2021-12-03T22:25:38Z | https://github.com/llvm/llvm-project/issues/10910 | 1,071,017,504 | 10,910 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10537](https://llvm.org/bz10537) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2011 16:41 |
| Version | trunk |
| OS | Linux |
| CC | @chandlerc,@oscarfv |
## Extended Description
At revision 136527.
-- Target triple: x86_64-unknown-linux-gnu
-- Native target architecture i... | Inter-target dependency of shared libraries | https://api.github.com/repos/llvm/llvm-project/issues/10909/comments | 2 | 2011-07-29T23:50:55Z | 2021-12-03T22:25:37Z | https://github.com/llvm/llvm-project/issues/10909 | 1,071,017,494 | 10,909 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10536](https://llvm.org/bz10536) |
| Resolution | INVALID |
| Resolved on | Aug 01, 2011 14:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
$ cat testcases/asm-uninit.cc
inline void atomic_thread_fence... | Wrong implicit cast on inline asm operands | https://api.github.com/repos/llvm/llvm-project/issues/10908/comments | 2 | 2011-07-29T23:35:45Z | 2021-12-03T22:25:36Z | https://github.com/llvm/llvm-project/issues/10908 | 1,071,017,484 | 10,908 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10535](https://llvm.org/bz10535) |
| Resolution | WORKSFORME |
| Resolved on | Dec 07, 2012 21:40 |
| Version | trunk |
| OS | Linux |
| CC | @gribozavr,@silvasean |
## Extended Description
with current trunk i get this assertion (simplified example based on some linux code th... | assertion (vs. proper diagnostic) on invalid (?) code | https://api.github.com/repos/llvm/llvm-project/issues/10907/comments | 2 | 2011-07-29T23:16:05Z | 2022-01-20T02:07:26Z | https://github.com/llvm/llvm-project/issues/10907 | 1,071,017,473 | 10,907 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10534](https://llvm.org/bz10534) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2011 00:23 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@atrick,@lattner,@sunfishcode |
## Extended Description
I used opt -std-compile-opts on l... | LoopUnroll not keeping induction variable canonical in result loop | https://api.github.com/repos/llvm/llvm-project/issues/10906/comments | 24 | 2011-07-29T20:29:56Z | 2021-12-03T22:25:34Z | https://github.com/llvm/llvm-project/issues/10906 | 1,071,017,465 | 10,906 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10533](https://llvm.org/bz10533) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2011 18:02 |
| Version | unspecified |
| OS | All |
| Attachments | [Checkers bug report](https://user-images.githubusercontent.com/60944935/143743563-c91bc8ec-7524-4308-b3b9-9b160929f122.gz) |
| R... | False positive garbage/undefined report | https://api.github.com/repos/llvm/llvm-project/issues/10905/comments | 6 | 2011-07-29T11:25:54Z | 2021-12-03T22:25:33Z | https://github.com/llvm/llvm-project/issues/10905 | 1,071,017,458 | 10,905 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10532](https://llvm.org/bz10532) |
| Resolution | DUPLICATE |
| Resolved on | Jul 29, 2011 12:42 |
| Version | trunk |
| OS | Linux |
| Attachments | [Failing input](https://user-images.githubusercontent.com/296817/143743562-bf09f53d-4377-46e6-956f-87b05c19a636.gz) |
## Extende... | Assertion `FieldNo < FieldCount && "Invalid Field No"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10904/comments | 1 | 2011-07-29T03:27:41Z | 2021-12-03T22:25:32Z | https://github.com/llvm/llvm-project/issues/10904 | 1,071,017,450 | 10,904 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10531](https://llvm.org/bz10531) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2011 19:15 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@zygoloid |
## Extended Description
I couldn't find whether the FDIS forbids this, but it seems to me that it allows this code:
... | In-class initializer weirdness with anonymous unions | https://api.github.com/repos/llvm/llvm-project/issues/10903/comments | 3 | 2011-07-29T01:14:11Z | 2021-12-03T22:25:31Z | https://github.com/llvm/llvm-project/issues/10903 | 1,071,017,443 | 10,903 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10530](https://llvm.org/bz10530) |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143743560-65b9b0de-7e8e-46f9-b6fb-477788877e2e.gz) |
| CC | @nlewycky |
## Extended Description
Consider the attached testcase.
I'm... | early-cse somehow produces invalid bitcode, bitcode cannot be read back | https://api.github.com/repos/llvm/llvm-project/issues/10902/comments | 3 | 2011-07-28T22:49:24Z | 2023-06-25T11:14:37Z | https://github.com/llvm/llvm-project/issues/10902 | 1,071,017,438 | 10,902 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10529](https://llvm.org/bz10529) |
| Resolution | FIXED |
| Resolved on | Jul 28, 2011 20:34 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @bcardosolopes |
## Extended Description
With the attached, I get the following assertion with TOT if... | [AVX] Assertion failed: (begin() + idx < end()), function operator[], file SmallVector.h, line 154. | https://api.github.com/repos/llvm/llvm-project/issues/10901/comments | 3 | 2011-07-28T21:39:14Z | 2021-12-03T22:25:30Z | https://github.com/llvm/llvm-project/issues/10901 | 1,071,017,432 | 10,901 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10528](https://llvm.org/bz10528) |
| Resolution | INVALID |
| Resolved on | Aug 26, 2011 12:13 |
| Version | trunk |
| OS | Windows XP |
| CC | @DougGregor |
## Extended Description
The trunk of clang (compiled from scratch) fails to compile anything that #includes <string> fr... | Windows MSVC2010: #include <string> fails with unknown type std::collate | https://api.github.com/repos/llvm/llvm-project/issues/10900/comments | 3 | 2011-07-28T19:01:08Z | 2021-12-03T22:25:29Z | https://github.com/llvm/llvm-project/issues/10900 | 1,071,017,425 | 10,900 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10527](https://llvm.org/bz10527) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2011 19:33 |
| Version | 2.9 |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743558-782baedc-c27d-4ca5-9581-e7355ed6bd11.gz) |
| Reporter | LLV... | Assertion `Num < NumOperands && "Invalid child # of SDNode!"' failed | https://api.github.com/repos/llvm/llvm-project/issues/10899/comments | 1 | 2011-07-28T17:19:42Z | 2021-12-03T22:25:28Z | https://github.com/llvm/llvm-project/issues/10899 | 1,071,017,423 | 10,899 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10526](https://llvm.org/bz10526) |
| Resolution | WORKSFORME |
| Resolved on | Mar 01, 2013 13:27 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743557-f5030c74-4ba8-4f98-a2d8-41ac... | GetSplitVector(llvm::SDValue, llvm::SDValue&, llvm::SDValue&): Assertion `Entry.first.getNode() && "Operand isn't split"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10898/comments | 1 | 2011-07-28T16:15:56Z | 2022-01-20T02:07:25Z | https://github.com/llvm/llvm-project/issues/10898 | 1,071,017,417 | 10,898 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10525](https://llvm.org/bz10525) |
| Resolution | WORKSFORME |
| Resolved on | Feb 21, 2013 02:50 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743556-004e7152-d30c-4edc-89e5-2424... | const llvm::SDValue& llvm::SDNode::getOperand(unsigned int) const: Assertion `Num < NumOperands && "Invalid child # of SDNode!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10897/comments | 1 | 2011-07-28T16:14:56Z | 2022-01-20T02:07:24Z | https://github.com/llvm/llvm-project/issues/10897 | 1,071,017,414 | 10,897 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10524](https://llvm.org/bz10524) |
| Resolution | WORKSFORME |
| Resolved on | Feb 21, 2013 02:38 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743555-af049a12-856f-4ede-92c3-b777... | llvm::EVT llvm::EVT::getVectorElementType() const: Assertion `isVector() && "Invalid vector type!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10896/comments | 1 | 2011-07-28T16:13:55Z | 2022-01-20T02:07:23Z | https://github.com/llvm/llvm-project/issues/10896 | 1,071,017,394 | 10,896 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10523](https://llvm.org/bz10523) |
| Resolution | DUPLICATE |
| Resolved on | Feb 21, 2013 02:57 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [LL file reproducing the problem](https://user-images.githubusercontent.com/60944935/143743554-6835c054-fc83-4d37-a1b9-45bfa... | Assertion `N2.getValueType().getSizeInBits() >= Log2_32_Ceil(N1.getValueType().getSizeInBits()) && "Invalid use of small shift amount with oversized value!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/10895/comments | 3 | 2011-07-28T16:08:21Z | 2021-12-03T22:25:24Z | https://github.com/llvm/llvm-project/issues/10895 | 1,071,017,387 | 10,895 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10522](https://llvm.org/bz10522) |
| Version | 2.9 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm/test/FrontendC/2007-06-15-AnnotateAttribute.c has a comment that reads:
// RUN: %llvmgcc -S %s -o - | grep llvm.global.annotations
// RUN: ... | 2007-06-15-AnnotateAttribute.c does not show local variable annotations | https://api.github.com/repos/llvm/llvm-project/issues/10894/comments | 4 | 2011-07-28T14:48:37Z | 2023-08-14T15:35:14Z | https://github.com/llvm/llvm-project/issues/10894 | 1,071,017,376 | 10,894 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10521](https://llvm.org/bz10521) |
| Resolution | INVALID |
| Resolved on | Mar 09, 2012 10:50 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I was playing with Xcode 4.2 on Lion
my clang++ version is
Apple clang v... | libc++ problem: implicit instantiation of undefined template | https://api.github.com/repos/llvm/llvm-project/issues/10893/comments | 4 | 2011-07-28T13:37:48Z | 2021-12-03T22:25:22Z | https://github.com/llvm/llvm-project/issues/10893 | 1,071,017,363 | 10,893 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10520](https://llvm.org/bz10520) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143743551-0e2e8a5b-3616-41f9-8739-d16c1576ea62.gz) |
| CC | @stoklund |
## ... | Assertion in register scavenger | https://api.github.com/repos/llvm/llvm-project/issues/10892/comments | 10 | 2011-07-28T12:29:05Z | 2021-12-03T22:25:21Z | https://github.com/llvm/llvm-project/issues/10892 | 1,071,017,353 | 10,892 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10519](https://llvm.org/bz10519) |
| Resolution | INVALID |
| Resolved on | Jul 29, 2011 12:43 |
| Version | trunk |
| OS | All |
| CC | @rjmccall |
## Extended Description
@​interface NSAutoreleasePool +new; @​end
int main(void)
{
[NSAutoreleasePool new];
retur... | Clang accepts NSAutoreleasePool in ARC mode | https://api.github.com/repos/llvm/llvm-project/issues/10891/comments | 2 | 2011-07-28T11:24:14Z | 2021-12-03T22:25:21Z | https://github.com/llvm/llvm-project/issues/10891 | 1,071,017,346 | 10,891 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10518](https://llvm.org/bz10518) |
| Resolution | WONTFIX |
| Resolved on | Mar 26, 2012 20:31 |
| Version | unspecified |
| OS | All |
## Extended Description
I don't think this should be failing, but someone should find out why. | arm failure for 2008-01-25-ByValReadNone.c | https://api.github.com/repos/llvm/llvm-project/issues/10890/comments | 1 | 2011-07-28T01:48:01Z | 2022-01-20T02:34:55Z | https://github.com/llvm/llvm-project/issues/10890 | 1,071,017,337 | 10,890 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10517](https://llvm.org/bz10517) |
| Resolution | WORKSFORME |
| Resolved on | Jul 26, 2017 03:31 |
| Version | 2.9 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Theodor |
## Extended Description
After installing llvm-2.9 + Clang on Sparc - Solaris 10,
w... | Clang error in Sparc Solaris | https://api.github.com/repos/llvm/llvm-project/issues/10889/comments | 5 | 2011-07-28T01:05:10Z | 2022-01-20T02:07:22Z | https://github.com/llvm/llvm-project/issues/10889 | 1,071,017,329 | 10,889 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10516](https://llvm.org/bz10516) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2017 12:10 |
| Version | trunk |
| OS | All |
| CC | @asl,@efriedma-quic,@gburgessiv,@nunoplopes |
## Extended Description
__attribute__((alloc_size(x))) and __attribute__((alloc_size(x,y))) shou... | alloc_size attribute is unknown | https://api.github.com/repos/llvm/llvm-project/issues/10888/comments | 8 | 2011-07-28T00:39:58Z | 2021-12-03T22:25:18Z | https://github.com/llvm/llvm-project/issues/10888 | 1,071,017,325 | 10,888 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10515](https://llvm.org/bz10515) |
| Resolution | FIXED |
| Resolved on | Dec 19, 2011 19:49 |
| Version | trunk |
| OS | All |
| Attachments | [Unit test](https://user-images.githubusercontent.com/92601416/143743550-9c46788a-d61f-48d1-8387-b2206391fe74.gz) |
| CC | @sunfishcode... | LoopPasses incorrectly update LoopInfo after removing a backedge. | https://api.github.com/repos/llvm/llvm-project/issues/10887/comments | 2 | 2011-07-28T00:23:47Z | 2021-12-03T22:25:17Z | https://github.com/llvm/llvm-project/issues/10887 | 1,071,017,321 | 10,887 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10514](https://llvm.org/bz10514) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2011 14:47 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
on amd64 with SSE enabled, if it doesnt crash for you try to make the "Test1"
st... | ConstantMerge ignores alignment, needed because of SSE use | https://api.github.com/repos/llvm/llvm-project/issues/10886/comments | 3 | 2011-07-27T19:42:34Z | 2021-12-03T22:25:16Z | https://github.com/llvm/llvm-project/issues/10886 | 1,071,017,311 | 10,886 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10513](https://llvm.org/bz10513) |
| Version | trunk |
| OS | FreeBSD |
| CC | @DougGregor,@ftynse |
## Extended Description
I would like to suggest that clang issues a warning when any virtual
functions are called from constructors and destructors of these objects.
During co... | Virtual functions called from constructors/destructors should cause warning | https://api.github.com/repos/llvm/llvm-project/issues/10885/comments | 2 | 2011-07-27T17:44:21Z | 2023-08-22T05:35:45Z | https://github.com/llvm/llvm-project/issues/10885 | 1,071,017,304 | 10,885 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10512](https://llvm.org/bz10512) |
| Resolution | FIXED |
| Resolved on | Aug 10, 2011 10:24 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [test case for nested anonymous struct constructor compiler bug](https://user-images.githubusercontent.com/60944935/143743549-36... | Error generating constructor for nested anonymous structs | https://api.github.com/repos/llvm/llvm-project/issues/10884/comments | 2 | 2011-07-27T16:59:32Z | 2021-12-03T22:25:15Z | https://github.com/llvm/llvm-project/issues/10884 | 1,071,017,295 | 10,884 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10511](https://llvm.org/bz10511) |
| Resolution | FIXED |
| Resolved on | Aug 03, 2011 11:32 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Files needed to reproduce the crash.](https://user-images.githubusercontent.com/60944935/143743546-0da67b3e-e0b9-4454-8a29-4d6f3bc... | libclang crash when calling clang_reparseTranslationUnit | https://api.github.com/repos/llvm/llvm-project/issues/10883/comments | 4 | 2011-07-27T13:31:38Z | 2021-12-03T22:25:14Z | https://github.com/llvm/llvm-project/issues/10883 | 1,071,017,287 | 10,883 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10510](https://llvm.org/bz10510) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2011 13:34 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Swap's attempted SFINAE can quite easily trigger access control failures in ... | swap overload can trigger access control failures in C++03 mode | https://api.github.com/repos/llvm/llvm-project/issues/10882/comments | 1 | 2011-07-27T10:46:54Z | 2021-12-03T22:25:13Z | https://github.com/llvm/llvm-project/issues/10882 | 1,071,017,278 | 10,882 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10509](https://llvm.org/bz10509) |
| Resolution | FIXED |
| Resolved on | Jul 27, 2011 14:25 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The overloaded operator() in __map_value_compare cannot properly accommodate... | Maps of pairs can trigger horrid overload fallout in __map_value_compare | https://api.github.com/repos/llvm/llvm-project/issues/10881/comments | 1 | 2011-07-27T10:43:51Z | 2021-12-03T22:25:12Z | https://github.com/llvm/llvm-project/issues/10881 | 1,071,017,270 | 10,881 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10508](https://llvm.org/bz10508) |
| Resolution | FIXED |
| Resolved on | Jul 29, 2011 14:00 |
| Version | 2.9 |
| OS | Windows NT |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143743545-8040187c-433c-47d2-96b9-08b51723f3a2.gz) |
| Reporter | LLVM ... | DenseMapInfo's std::pair instance's second Tombstone is set to be the empty key [patch attached] | https://api.github.com/repos/llvm/llvm-project/issues/10880/comments | 1 | 2011-07-27T02:52:09Z | 2021-12-03T22:25:11Z | https://github.com/llvm/llvm-project/issues/10880 | 1,071,017,257 | 10,880 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10507](https://llvm.org/bz10507) |
| Resolution | FIXED |
| Resolved on | Jul 31, 2011 12:04 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
No reduced testcase, unfortunately. I couldn't make heads or tails of the __... | unordered_set::erase(const key_type& k) does not call element's destructor | https://api.github.com/repos/llvm/llvm-project/issues/10879/comments | 6 | 2011-07-27T01:42:19Z | 2021-12-03T22:25:11Z | https://github.com/llvm/llvm-project/issues/10879 | 1,071,017,253 | 10,879 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10506](https://llvm.org/bz10506) |
| Resolution | WORKSFORME |
| Resolved on | Sep 04, 2011 18:56 |
| Version | trunk |
| OS | All |
| CC | @DougGregor,@zygoloid |
## Extended Description
By inspection: TreeTransform on CXXForRangeStmt is not building CXXExprWithCleanups nodes... | instantiation of '0x for-range statements sloshes together temporaries | https://api.github.com/repos/llvm/llvm-project/issues/10878/comments | 1 | 2011-07-27T01:05:16Z | 2022-01-20T02:07:20Z | https://github.com/llvm/llvm-project/issues/10878 | 1,071,017,241 | 10,878 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [10505](https://llvm.org/bz10505) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2011 12:53 |
| Version | unspecified |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743544-085bdd0b-268c-415e-802e-fc59f1dfc1e0.gz) |
| Reporte... | Assertion failed: (FieldNo < FieldCount && "Invalid Field No"), function getFieldOffset, file /usr/home/rdivacky/llvm/tools/clang/lib/AST/../../include/clang/AST/RecordLayout.h, line 121. | https://api.github.com/repos/llvm/llvm-project/issues/10877/comments | 5 | 2011-07-26T23:28:34Z | 2021-12-03T22:25:09Z | https://github.com/llvm/llvm-project/issues/10877 | 1,071,017,233 | 10,877 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.