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 | [1304](https://llvm.org/bz1304) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
## Extended Description
For this program:
$ cat b.ll
define i64 @​bork(<2 x i64> %vec) {
entry:
%tmp = extractelement <2 x i64> %vec, i32 0
... | instcombine crash on extractelement from <1 x i64> type | https://api.github.com/repos/llvm/llvm-project/issues/1676/comments | 3 | 2007-04-04T09:32:32Z | 2021-12-03T20:05:06Z | https://github.com/llvm/llvm-project/issues/1676 | 1,070,914,904 | 1,676 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1303](https://llvm.org/bz1303) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | MacOS X |
## Extended Description
For this simple code:
define i8 @​bork(<16 x i8> %a) {
entry:
%tmp = extractelement <16 x i8> %a, i32 0
ret i8... | "extractelement" doesn't work for X86 | https://api.github.com/repos/llvm/llvm-project/issues/1675/comments | 2 | 2007-04-04T09:28:26Z | 2021-12-03T20:05:05Z | https://github.com/llvm/llvm-project/issues/1675 | 1,070,914,881 | 1,675 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1302](https://llvm.org/bz1302) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When creating a native executable with llvm-ld and linking against a shared
(.so) libr... | llvm-ld warns when linking against shared libraries | https://api.github.com/repos/llvm/llvm-project/issues/1674/comments | 2 | 2007-04-04T04:10:36Z | 2021-12-03T20:05:04Z | https://github.com/llvm/llvm-project/issues/1674 | 1,070,914,857 | 1,674 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1301](https://llvm.org/bz1301) |
| Resolution | FIXED |
| Resolved on | May 12, 2009 02:54 |
| Version | unspecified |
| OS | Linux |
| Attachments | [before optimization](https://user-images.githubusercontent.com/60944935/143736985-226f8d35-d4ea-4d90-93bc-816d334201eb.gz), [aft... | [LSR/IndVars] Ada array traversal with a non-word index type optimizations | https://api.github.com/repos/llvm/llvm-project/issues/1673/comments | 9 | 2007-04-02T15:18:40Z | 2021-12-03T20:05:03Z | https://github.com/llvm/llvm-project/issues/1673 | 1,070,914,831 | 1,673 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1300](https://llvm.org/bz1300) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | 1.0 |
| OS | All |
| Attachments | [RestoreMV8x8.bc](https://user-images.githubusercontent.com/60944935/143736984-ab6b2356-e57f-4678-8837-406ed58afec4.gz) |
| Reporter | LLVM... | infinite loop in ARM Constant Island pass | https://api.github.com/repos/llvm/llvm-project/issues/1672/comments | 9 | 2007-04-02T00:46:32Z | 2021-12-03T20:05:02Z | https://github.com/llvm/llvm-project/issues/1672 | 1,070,914,804 | 1,672 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1299](https://llvm.org/bz1299) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Absolute addressing is never used to address a global variable. This is
incorrec... | Incorrect use of RIP Relative to access globals on x86_64 | https://api.github.com/repos/llvm/llvm-project/issues/1671/comments | 8 | 2007-04-01T18:05:21Z | 2022-01-20T01:59:37Z | https://github.com/llvm/llvm-project/issues/1671 | 1,070,914,783 | 1,671 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1298](https://llvm.org/bz1298) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
code generated for sieve test:
mov r2, #​0
ldr r1, .L... | ARM bad code: constants materialization inside loops | https://api.github.com/repos/llvm/llvm-project/issues/1670/comments | 2 | 2007-04-01T05:54:35Z | 2021-12-03T20:05:00Z | https://github.com/llvm/llvm-project/issues/1670 | 1,070,914,757 | 1,670 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1297](https://llvm.org/bz1297) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
With there now being up to 8 million integer types, we need the abil... | Support Overloaded Intrinsic Functions | https://api.github.com/repos/llvm/llvm-project/issues/1669/comments | 12 | 2007-03-31T04:39:59Z | 2023-08-15T13:16:43Z | https://github.com/llvm/llvm-project/issues/1669 | 1,070,914,726 | 1,669 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1296](https://llvm.org/bz1296) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| CC | @nlewycky |
## Extended Description
This contrived testcase:
int foo(int A, int B, int C) {
int i;
int result = 0;
if (A == 1) {
for ... | poor codegen for code size | https://api.github.com/repos/llvm/llvm-project/issues/1668/comments | 3 | 2007-03-31T03:18:19Z | 2021-12-03T20:04:58Z | https://github.com/llvm/llvm-project/issues/1668 | 1,070,914,704 | 1,668 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1295](https://llvm.org/bz1295) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | All |
## Extended Description
I'm not sure what is going on here, but it looks like something is wrong with consumer-typeset. Before
Jeff C's change last n... | Benchmarks/MiBench/consumer-typeset is set up wrong | https://api.github.com/repos/llvm/llvm-project/issues/1667/comments | 3 | 2007-03-30T22:47:33Z | 2021-12-03T20:04:58Z | https://github.com/llvm/llvm-project/issues/1667 | 1,070,914,684 | 1,667 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1294](https://llvm.org/bz1294) |
| Resolution | INVALID |
| Resolved on | Jul 16, 2010 03:06 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#3813 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@efriedma-quic |
## Extended Description
... | ELF Writer Support | https://api.github.com/repos/llvm/llvm-project/issues/1666/comments | 6 | 2007-03-30T20:25:02Z | 2023-08-15T13:22:27Z | https://github.com/llvm/llvm-project/issues/1666 | 1,070,914,653 | 1,666 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1293](https://llvm.org/bz1293) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [bytecode crashing the interpreter](https://user-images.githubusercontent.com/60944935/143736978-cc2163b2-e457-4706-80ed-6fe97b3f6bf9.g... | lli -force-interpreter=true crash at APInt::operator== | https://api.github.com/repos/llvm/llvm-project/issues/1665/comments | 4 | 2007-03-30T17:51:06Z | 2021-12-03T20:04:56Z | https://github.com/llvm/llvm-project/issues/1665 | 1,070,914,633 | 1,665 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1292](https://llvm.org/bz1292) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
define i32 @​main(i32 %argc, i32 %argv, i32 %envp) {
ret i32 0
}
$ ... | lli barfs on program with malformed argv,envp args | https://api.github.com/repos/llvm/llvm-project/issues/1664/comments | 3 | 2007-03-30T17:30:26Z | 2022-01-20T02:28:19Z | https://github.com/llvm/llvm-project/issues/1664 | 1,070,914,611 | 1,664 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1291](https://llvm.org/bz1291) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:40 |
| Version | 1.0 |
| OS | MacOS X |
## Extended Description
Getting the status of a sys::path curently requires new'ing the status object. It would be nice if we
could make a subclass... | sys::Path enhancement: add PathWithStatus | https://api.github.com/repos/llvm/llvm-project/issues/1663/comments | 5 | 2007-03-30T08:43:10Z | 2023-08-15T13:22:22Z | https://github.com/llvm/llvm-project/issues/1663 | 1,070,914,588 | 1,663 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1290](https://llvm.org/bz1290) |
| Resolution | LATER |
| Resolved on | Sep 26, 2007 01:16 |
| Version | unspecified |
| OS | Linux |
| Attachments | [missing named anchors](https://user-images.githubusercontent.com/60944935/143736975-b06ec67e-08c7-4aa9-bd65-5a67346ac01c.gz), [b... | linklint reports many problems with llvm.org | https://api.github.com/repos/llvm/llvm-project/issues/1662/comments | 2 | 2007-03-29T21:45:35Z | 2021-12-03T20:04:53Z | https://github.com/llvm/llvm-project/issues/1662 | 1,070,914,563 | 1,662 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1289](https://llvm.org/bz1289) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Before 2.0 ships, we need to drop support for parsing the implementation keyword
in As... | Drop "implementation" keyword in AsmParser | https://api.github.com/repos/llvm/llvm-project/issues/1661/comments | 4 | 2007-03-29T21:01:43Z | 2021-12-03T20:04:52Z | https://github.com/llvm/llvm-project/issues/1661 | 1,070,914,540 | 1,661 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1288](https://llvm.org/bz1288) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
| Attachments | [The unoptimized code](https://user-images.githubusercontent.com/60944935/143736966-505a0138-bed2-426f-b402-ca3ef1d2bf40.gz), [optimized co... | Not so hot code produced for Ada array traversal: sintzero | https://api.github.com/repos/llvm/llvm-project/issues/1660/comments | 15 | 2007-03-29T11:36:11Z | 2021-12-03T20:04:52Z | https://github.com/llvm/llvm-project/issues/1660 | 1,070,914,519 | 1,660 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1287](https://llvm.org/bz1287) |
| Resolution | FIXED |
| Resolved on | Aug 15, 2007 17:15 |
| Version | unspecified |
| OS | Linux |
| Attachments | [fpowi.bc](https://user-images.githubusercontent.com/60944935/143736965-60a2c989-9cea-420f-91ba-6e53e9d8431a.gz) |
| Reporter | L... | llc can't compile llvm.powi.f64 when f64 is an illegal type | https://api.github.com/repos/llvm/llvm-project/issues/1659/comments | 2 | 2007-03-28T21:16:06Z | 2021-12-03T20:04:51Z | https://github.com/llvm/llvm-project/issues/1659 | 1,070,914,497 | 1,659 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1286](https://llvm.org/bz1286) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | MacOS X |
## Extended Description
This:
#include <xmmintrin.h>
void foo(__m128i *A, __m128i *B) {
*A = _mm_sll_epi16 (*A, *B);
}
generates this code:
_... | insertelement of undef generates horrible code (e.g. _mm_sll_epi16) | https://api.github.com/repos/llvm/llvm-project/issues/1658/comments | 3 | 2007-03-28T21:07:06Z | 2021-12-03T20:04:50Z | https://github.com/llvm/llvm-project/issues/1658 | 1,070,914,479 | 1,658 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1285](https://llvm.org/bz1285) |
| Resolution | FIXED |
| Resolved on | Jun 12, 2009 14:39 |
| Version | trunk |
| OS | All |
| CC | @efriedma-quic,@sunfishcode |
## Extended Description
As part of the signless types work, some FP operators were split out from the integer coun... | Fix consistency of FP operators: add -> fadd, etc | https://api.github.com/repos/llvm/llvm-project/issues/1657/comments | 9 | 2007-03-28T19:54:31Z | 2021-12-03T20:04:49Z | https://github.com/llvm/llvm-project/issues/1657 | 1,070,914,448 | 1,657 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1284](https://llvm.org/bz1284) |
| Resolution | WONTFIX |
| Resolved on | Jul 29, 2010 17:26 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The llvm-gcc tool should support a bitwidth attribute that permits... | Support bitwidth attribute in llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/1656/comments | 5 | 2007-03-28T18:45:30Z | 2023-08-15T13:22:18Z | https://github.com/llvm/llvm-project/issues/1656 | 1,070,914,422 | 1,656 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1283](https://llvm.org/bz1283) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Last night's run of my nightly test yielded errors like:
*** No rule to make target... | Something broke nightly tester (no rule to build target) | https://api.github.com/repos/llvm/llvm-project/issues/1655/comments | 5 | 2007-03-28T16:31:03Z | 2021-12-03T20:04:47Z | https://github.com/llvm/llvm-project/issues/1655 | 1,070,914,401 | 1,655 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1282](https://llvm.org/bz1282) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bytecode in question](https://user-images.githubusercontent.com/67392/143736964-9192c3ef-99dd-4f0b-86b8-761766d4f43f.gz) |
## Extende... | Extremly slow codegen | https://api.github.com/repos/llvm/llvm-project/issues/1654/comments | 2 | 2007-03-28T10:30:02Z | 2021-12-03T20:04:46Z | https://github.com/llvm/llvm-project/issues/1654 | 1,070,914,374 | 1,654 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1281](https://llvm.org/bz1281) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The LLVM Doxygen page is currently giving a 403 error. | Doxygen page gives 403 error | https://api.github.com/repos/llvm/llvm-project/issues/1653/comments | 4 | 2007-03-28T00:48:42Z | 2021-12-03T20:04:46Z | https://github.com/llvm/llvm-project/issues/1653 | 1,070,914,352 | 1,653 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1280](https://llvm.org/bz1280) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736962-011bf2d7-fdd4-4aec-aa38-c98dc3ed6b38.gz) ... | llc can't compile "sext i4 to i64" emitted by llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/1652/comments | 11 | 2007-03-27T22:27:49Z | 2021-12-03T20:04:45Z | https://github.com/llvm/llvm-project/issues/1652 | 1,070,914,322 | 1,652 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1279](https://llvm.org/bz1279) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | unspecified |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736959-94b658ec-8399-4292-8a92-3c99d517359... | another assertion failed in RegisterScavenging | https://api.github.com/repos/llvm/llvm-project/issues/1651/comments | 6 | 2007-03-27T21:46:58Z | 2021-12-03T20:04:44Z | https://github.com/llvm/llvm-project/issues/1651 | 1,070,914,294 | 1,651 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1278](https://llvm.org/bz1278) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
## Extended Description
On darwin ppc32, this code:
struct s {
double d1;
int s1;
};
struct s foo(void) {
struct s S = {1.1, 2};
return S;
}
... | [llvm-gcc] struct layout suboptimality | https://api.github.com/repos/llvm/llvm-project/issues/1650/comments | 6 | 2007-03-27T03:17:54Z | 2021-12-03T20:04:43Z | https://github.com/llvm/llvm-project/issues/1650 | 1,070,914,274 | 1,650 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1277](https://llvm.org/bz1277) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [Patch to print error message generated by bytecode reader](https://user-images.githubusercontent.com/60944935/143736957-f977c4e1-7bf3-... | Print error message if bytecode not read correctly | https://api.github.com/repos/llvm/llvm-project/issues/1649/comments | 1 | 2007-03-27T00:14:41Z | 2021-12-03T20:04:42Z | https://github.com/llvm/llvm-project/issues/1649 | 1,070,914,252 | 1,649 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1276](https://llvm.org/bz1276) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | All |
| Attachments | [docs/Makefile tweak](https://user-images.githubusercontent.com/60944935/143736956-f38c8cbd-21a6-4906-859b-ead9df37d5e6.gz) |
| Reporter ... | docs/Makefile minor mod | https://api.github.com/repos/llvm/llvm-project/issues/1648/comments | 1 | 2007-03-27T00:10:08Z | 2021-12-03T20:04:42Z | https://github.com/llvm/llvm-project/issues/1648 | 1,070,914,228 | 1,648 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1275](https://llvm.org/bz1275) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | Linux |
| Attachments | [zero/sign/any extended folding for rotrhttps://user-images.githubusercontent.com/60944935/143736955-10198b12-f79e-481b-a6ff-e06b625f5e... | Combine zero/sign/any extended rotl/rotr patterns | https://api.github.com/repos/llvm/llvm-project/issues/1647/comments | 1 | 2007-03-27T00:03:04Z | 2021-12-03T20:04:41Z | https://github.com/llvm/llvm-project/issues/1647 | 1,070,914,206 | 1,647 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1274](https://llvm.org/bz1274) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
## Extended Description
This example causes infinite recursion in walk_tree, called from lower_nested_functions:
static void foo(void *a){
inline voi... | [llvm-gcc] front-end crash in lower_nested_functions | https://api.github.com/repos/llvm/llvm-project/issues/1646/comments | 4 | 2007-03-26T22:25:08Z | 2021-12-03T20:04:40Z | https://github.com/llvm/llvm-project/issues/1646 | 1,070,914,185 | 1,646 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1273](https://llvm.org/bz1273) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
This test case has been failing for CBE (only) for some time now. ... | CBE fails on SingleSource/Regression/C/2003-05-22-VarSizeArray | https://api.github.com/repos/llvm/llvm-project/issues/1645/comments | 5 | 2007-03-26T20:10:42Z | 2021-12-03T20:04:39Z | https://github.com/llvm/llvm-project/issues/1645 | 1,070,914,164 | 1,645 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1272](https://llvm.org/bz1272) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
I'm rather new to LLVM and trying to compile some C++ softwa... | Assertion failed generating code (ScheduleDAG.cpp:377) | https://api.github.com/repos/llvm/llvm-project/issues/1644/comments | 4 | 2007-03-26T16:08:43Z | 2021-12-03T20:04:38Z | https://github.com/llvm/llvm-project/issues/1644 | 1,070,914,140 | 1,644 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1271](https://llvm.org/bz1271) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143736951-07871767-730f-4252-924e-273774c30f51.gz) |
## Extended Descriptio... | Instcombine broken after APIntification | https://api.github.com/repos/llvm/llvm-project/issues/1643/comments | 13 | 2007-03-25T20:59:59Z | 2021-12-03T20:04:37Z | https://github.com/llvm/llvm-project/issues/1643 | 1,070,914,119 | 1,643 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1270](https://llvm.org/bz1270) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2009 04:35 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#1462 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
Currently, the... | Support AP integers in the code generator | https://api.github.com/repos/llvm/llvm-project/issues/1642/comments | 9 | 2007-03-24T23:28:24Z | 2023-08-15T13:22:12Z | https://github.com/llvm/llvm-project/issues/1642 | 1,070,914,090 | 1,642 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1269](https://llvm.org/bz1269) |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @andykaylor,@asl,@chandlerc,@majnemer,@hfinkel,@jwillemsen,@markus-oberhumer,@nlewycky,@pogo59,@pcc,@rnk,@kaomoneus,@yuanfang-chen |
## Extended Description
I would ... | Add support for asynchronous "non-call" exceptions, eliminate invoke/call dichotomy | https://api.github.com/repos/llvm/llvm-project/issues/1641/comments | 43 | 2007-03-24T23:12:19Z | 2023-08-15T13:22:07Z | https://github.com/llvm/llvm-project/issues/1641 | 1,070,914,058 | 1,641 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1268](https://llvm.org/bz1268) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [original](https://user-images.githubusercontent.com/60944935/143736939-a76d4326-86fa-4ad9-8aab-f32acd903323.gz), [after some reduc... | slow compilation coming from dse | https://api.github.com/repos/llvm/llvm-project/issues/1640/comments | 6 | 2007-03-23T23:28:35Z | 2021-12-03T20:04:34Z | https://github.com/llvm/llvm-project/issues/1640 | 1,070,914,036 | 1,640 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1267](https://llvm.org/bz1267) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gccbot can't read bug 930 because it has an invalid character in the second
comm... | Fix Bug 930 | https://api.github.com/repos/llvm/llvm-project/issues/1639/comments | 1 | 2007-03-23T00:11:32Z | 2021-12-03T20:04:34Z | https://github.com/llvm/llvm-project/issues/1639 | 1,070,914,012 | 1,639 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1266](https://llvm.org/bz1266) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736938-ddbba143-9b7e-4e45-8d78-71f21407228f.gz) ... | assertion failed in RegisterScavenging | https://api.github.com/repos/llvm/llvm-project/issues/1638/comments | 5 | 2007-03-22T15:55:24Z | 2021-12-03T20:04:33Z | https://github.com/llvm/llvm-project/issues/1638 | 1,070,913,987 | 1,638 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1265](https://llvm.org/bz1265) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
| Attachments | [bytecode before optimization](https://user-images.githubusercontent.com/60944935/143736937-94e015be-a6b1-4d3c-91af-aba460868155.gz) |
| Re... | pointless masking being generated for zext values | https://api.github.com/repos/llvm/llvm-project/issues/1637/comments | 6 | 2007-03-21T22:16:57Z | 2021-12-03T20:04:32Z | https://github.com/llvm/llvm-project/issues/1637 | 1,070,913,964 | 1,637 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1264](https://llvm.org/bz1264) |
| Resolution | LATER |
| Resolved on | Mar 05, 2008 11:11 |
| Version | trunk |
| OS | All |
| CC | @lattner |
## Extended Description
For this test case:
define double @​foo(double %x) {
%y = mul double %x, 5.000000e-01
... | converting 64-bit constant pool entry to 32-bit not necessarily beneficial | https://api.github.com/repos/llvm/llvm-project/issues/1636/comments | 5 | 2007-03-21T18:56:53Z | 2021-12-03T20:04:31Z | https://github.com/llvm/llvm-project/issues/1636 | 1,070,913,942 | 1,636 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1263](https://llvm.org/bz1263) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
| Attachments | [Small but not completely reduced testcase](https://user-images.githubusercontent.com/60944935/143736936-220ed461-643a-4660-8cbe-0860c22d3f... | missed bitcast optimization | https://api.github.com/repos/llvm/llvm-project/issues/1635/comments | 5 | 2007-03-21T18:36:00Z | 2021-12-03T20:04:30Z | https://github.com/llvm/llvm-project/issues/1635 | 1,070,913,923 | 1,635 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1262](https://llvm.org/bz1262) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Near the start of http://llvm.org/docs/LinkTimeOptimization.html there is
"Exa... | LTO example in the LTO docs fails to build | https://api.github.com/repos/llvm/llvm-project/issues/1634/comments | 6 | 2007-03-20T00:21:59Z | 2021-12-03T20:04:29Z | https://github.com/llvm/llvm-project/issues/1634 | 1,070,913,903 | 1,634 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1261](https://llvm.org/bz1261) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2014 09:30 |
| Version | trunk |
| OS | All |
| Attachments | [the ll file](https://user-images.githubusercontent.com/60944935/143736934-98cf6c65-6203-403b-828f-5fd5bf58b45f.gz), [The output file](ht... | [apint] instcombine miscompilation | https://api.github.com/repos/llvm/llvm-project/issues/1633/comments | 11 | 2007-03-19T20:46:43Z | 2021-12-03T20:04:29Z | https://github.com/llvm/llvm-project/issues/1633 | 1,070,913,880 | 1,633 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1260](https://llvm.org/bz1260) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#1594 |
| CC | @asl,@isanbard |
## Extended Description
We should at least support enough MMX to build Qt with MMX intrinsic... | Need MMX support for Qt operations | https://api.github.com/repos/llvm/llvm-project/issues/1632/comments | 5 | 2007-03-18T23:59:28Z | 2023-08-15T13:22:01Z | https://github.com/llvm/llvm-project/issues/1632 | 1,070,913,852 | 1,632 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1259](https://llvm.org/bz1259) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
| Attachments | [Failed bytecode.](https://user-images.githubusercontent.com/67392/143736933-8f821131-136e-4185-b04e-a9b5b6e75eb0.gz) |
## Extended De... | LiveVars assertion handling inline assembler. | https://api.github.com/repos/llvm/llvm-project/issues/1631/comments | 3 | 2007-03-18T19:27:55Z | 2021-12-03T20:04:27Z | https://github.com/llvm/llvm-project/issues/1631 | 1,070,913,832 | 1,631 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1258](https://llvm.org/bz1258) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
## Extended Description
The following program assembles with llvm-as:
define i32 @​test1(i32 %a, i32 %b) {
entry:
icmp eq i32 %b, ... | type planes not collapsed for unnamed variables | https://api.github.com/repos/llvm/llvm-project/issues/1630/comments | 5 | 2007-03-18T16:52:27Z | 2021-12-03T20:04:26Z | https://github.com/llvm/llvm-project/issues/1630 | 1,070,913,810 | 1,630 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1257](https://llvm.org/bz1257) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736932-accf1487-4caa-4c95-a986-17ed502f9b4... | llc crashes when it compiles the attached file | https://api.github.com/repos/llvm/llvm-project/issues/1629/comments | 1 | 2007-03-16T22:57:13Z | 2021-12-03T20:04:25Z | https://github.com/llvm/llvm-project/issues/1629 | 1,070,913,782 | 1,629 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1256](https://llvm.org/bz1256) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | All |
## Extended Description
(Mis-upgradation. No warning issued.)
The following testcase should be self-explanatory... llvm-upgrade can't pick
the correc... | llvm-upgrade cannot distinguish between int tmp & uint tmp etc. | https://api.github.com/repos/llvm/llvm-project/issues/1628/comments | 1 | 2007-03-14T15:18:01Z | 2021-12-03T20:04:24Z | https://github.com/llvm/llvm-project/issues/1628 | 1,070,913,764 | 1,628 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1255](https://llvm.org/bz1255) |
| Version | trunk |
| OS | All |
| CC | @asl,@nunoplopes,@kaomoneus |
## Extended Description
The LLVM switch instruction should handle ranges of case values that go to the same destination without
enumerating all of them.
This would be good ... | Should enhance LLVM switch instruction to take case ranges | https://api.github.com/repos/llvm/llvm-project/issues/1627/comments | 69 | 2007-03-13T17:31:47Z | 2021-12-03T20:04:23Z | https://github.com/llvm/llvm-project/issues/1627 | 1,070,913,737 | 1,627 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1254](https://llvm.org/bz1254) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
define void @​test4(i16 %S) {
call i16 asm "rolw $$8, ${0:w}", ... | CBE handling of inline asm immediate operand broken | https://api.github.com/repos/llvm/llvm-project/issues/1626/comments | 2 | 2007-03-13T01:24:50Z | 2021-12-03T20:04:22Z | https://github.com/llvm/llvm-project/issues/1626 | 1,070,913,714 | 1,626 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1253](https://llvm.org/bz1253) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The condition a<=x<=b can be transformed into (unsigned)n-a<=b-a.
However if a=INT_MIN... | "optimized" range comparison not simplified | https://api.github.com/repos/llvm/llvm-project/issues/1625/comments | 4 | 2007-03-12T23:29:40Z | 2021-12-03T20:04:22Z | https://github.com/llvm/llvm-project/issues/1625 | 1,070,913,689 | 1,625 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1252](https://llvm.org/bz1252) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:40 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#1538 |
| Attachments | [C source](https://user-images.githubusercontent.com/67392/143736931-68b8562d-d2dd-4903-b74e-fc672... | Read-after-free bug in llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/1624/comments | 13 | 2007-03-10T23:23:20Z | 2021-12-03T20:04:21Z | https://github.com/llvm/llvm-project/issues/1624 | 1,070,913,660 | 1,624 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1251](https://llvm.org/bz1251) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
## Extended Description
Consider the attached C source (from gcc testsuite).
llvm-gcc turns type of struct S to:
%struct.S = type { i8, i8, i8, [... | Invalid conversion of mode attribute. | https://api.github.com/repos/llvm/llvm-project/issues/1623/comments | 1 | 2007-03-10T21:02:18Z | 2021-12-03T20:04:20Z | https://github.com/llvm/llvm-project/issues/1623 | 1,070,913,637 | 1,623 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1250](https://llvm.org/bz1250) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#1538 |
| Attachments | [C source](https://user-images.githubusercontent.com/67392/143736929-fe94fe3d-4c47-46b9-a505-b7351... | Invalid conversion of mode attribute. | https://api.github.com/repos/llvm/llvm-project/issues/1622/comments | 15 | 2007-03-10T21:02:17Z | 2021-12-03T20:04:19Z | https://github.com/llvm/llvm-project/issues/1622 | 1,070,913,605 | 1,622 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1249](https://llvm.org/bz1249) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-bugzilla-archive#1521 |
| Blocks | llvm/llvm-project#1538 |
| Attachments | [C source](https://user-images.githubusercontent... | Miscompilation passing struct by value to varargs function | https://api.github.com/repos/llvm/llvm-project/issues/1621/comments | 21 | 2007-03-10T20:53:04Z | 2021-12-03T20:04:18Z | https://github.com/llvm/llvm-project/issues/1621 | 1,070,913,576 | 1,621 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1248](https://llvm.org/bz1248) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#1538 |
| Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143736925-50db0381-6421-4214-a8af-d7f7461... | Another InstCombine issue | https://api.github.com/repos/llvm/llvm-project/issues/1620/comments | 6 | 2007-03-10T20:25:04Z | 2021-12-03T20:04:17Z | https://github.com/llvm/llvm-project/issues/1620 | 1,070,913,537 | 1,620 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1247](https://llvm.org/bz1247) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
after upgrading of llvm-gcc to svn-head (revision 290), i see the following
b... | build failure on darwin 8.8.1 | https://api.github.com/repos/llvm/llvm-project/issues/1619/comments | 2 | 2007-03-09T19:28:53Z | 2022-01-20T01:59:36Z | https://github.com/llvm/llvm-project/issues/1619 | 1,070,913,514 | 1,619 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1246](https://llvm.org/bz1246) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#1617 |
| Attachments | [Failed bytecode](https://user-images.githubusercontent.com/67392/143736922-17054d6d-58d4-4bfc... | Bug in LoopSimplfy pass | https://api.github.com/repos/llvm/llvm-project/issues/1618/comments | 24 | 2007-03-09T15:07:12Z | 2021-12-03T20:04:15Z | https://github.com/llvm/llvm-project/issues/1618 | 1,070,913,487 | 1,618 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1245](https://llvm.org/bz1245) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#1246 |
| Attachments | [failed .ll](https://user-images.githubusercontent.com/67392/143736921-04e2a4fc-5d81-4b09... | llvm-as mis-reads some negative integers | https://api.github.com/repos/llvm/llvm-project/issues/1617/comments | 7 | 2007-03-09T13:31:42Z | 2021-12-03T20:04:14Z | https://github.com/llvm/llvm-project/issues/1617 | 1,070,913,463 | 1,617 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1244](https://llvm.org/bz1244) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
hi, I found a bug in TOT (instuction combiner). It tried to optimize (a<b)||
(a=b) to ... | InstructionCombining miscompiles (x < y) || (x == y) | https://api.github.com/repos/llvm/llvm-project/issues/1616/comments | 4 | 2007-03-09T05:05:57Z | 2021-12-03T20:04:13Z | https://github.com/llvm/llvm-project/issues/1616 | 1,070,913,442 | 1,616 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1243](https://llvm.org/bz1243) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While running this test:
test/ExecutionEngine/2003-05-06-LivenessClobber.llx
llvm-u... | llvm-upgrade issues bogus warnings about renaming internal symbols | https://api.github.com/repos/llvm/llvm-project/issues/1615/comments | 2 | 2007-03-06T21:47:40Z | 2021-12-03T20:04:12Z | https://github.com/llvm/llvm-project/issues/1615 | 1,070,913,401 | 1,615 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1242](https://llvm.org/bz1242) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Attachments | [A simple program that produces the bug.](https://user-images.githubusercontent.com/60944935/143736919-ab8963db-33a3-4936-90db-bedd688ca3... | llvm-gcc emits llvm assembly with incomplete target data layout | https://api.github.com/repos/llvm/llvm-project/issues/1614/comments | 2 | 2007-03-06T03:02:19Z | 2021-12-03T20:04:11Z | https://github.com/llvm/llvm-project/issues/1614 | 1,070,913,384 | 1,614 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1241](https://llvm.org/bz1241) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | MacOS X |
## Extended Description
For this program:
#include <mmintrin.h>
void foo()
{
_mm_empty();
}
GCC compiles it like so:
$ gcc -arch i38... | LLVM-GCC on PowerPC doesn't support the -mmmx option | https://api.github.com/repos/llvm/llvm-project/issues/1613/comments | 2 | 2007-03-05T01:16:42Z | 2021-12-03T20:04:10Z | https://github.com/llvm/llvm-project/issues/1613 | 1,070,913,365 | 1,613 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1240](https://llvm.org/bz1240) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | MacOS X |
| CC | @asl |
## Extended Description
I get stuff like:
JIT: Stub emitted at [0x7087fd8] for function 'test'
JIT: Finished CodeGen of [0x7088028] Fu... | -debug-only=jit emits unpleasent output | https://api.github.com/repos/llvm/llvm-project/issues/1612/comments | 5 | 2007-03-04T08:37:41Z | 2021-12-03T20:04:10Z | https://github.com/llvm/llvm-project/issues/1612 | 1,070,913,341 | 1,612 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1239](https://llvm.org/bz1239) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.9 |
| OS | All |
| Attachments | [full bytecode (without -D__NO_MATH_INLINES)](https://user-images.githubusercontent.com/60944935/143736913-90a4a5a7-d1ac-4a07-aa03-e8cc198e... | Cannot promote llvm.powi.f32 | https://api.github.com/repos/llvm/llvm-project/issues/1611/comments | 9 | 2007-03-04T01:31:59Z | 2021-12-03T20:04:09Z | https://github.com/llvm/llvm-project/issues/1611 | 1,070,913,317 | 1,611 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1238](https://llvm.org/bz1238) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143736912-68ce60bf-8bde-4bc1-be20-73720c65cf29.gz) |
## Extended Descripti... | assertion compiling debug code for ppc/linux | https://api.github.com/repos/llvm/llvm-project/issues/1610/comments | 4 | 2007-03-03T20:02:30Z | 2021-12-03T20:04:08Z | https://github.com/llvm/llvm-project/issues/1610 | 1,070,913,296 | 1,610 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1237](https://llvm.org/bz1237) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
make[2]: Entering directory `/home/me22/programming/llvm-cvs/lib/CodeGen'
llvm[2]: C... | Uninitialized variables in lib/CodeGen/MachOWriter.cpp | https://api.github.com/repos/llvm/llvm-project/issues/1609/comments | 0 | 2007-03-02T22:57:50Z | 2021-12-03T20:04:07Z | https://github.com/llvm/llvm-project/issues/1609 | 1,070,913,273 | 1,609 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1236](https://llvm.org/bz1236) |
| Resolution | FIXED |
| Resolved on | Jan 22, 2008 05:49 |
| Version | trunk |
| OS | MacOS X |
| CC | @isanbard |
## Extended Description
$ llvm-gcc -S -mmmx -O2 t.c
Assertion failed: (0 && "This action is not supported yet!"), function Legal... | vector of ints not supported by vector scalarizer | https://api.github.com/repos/llvm/llvm-project/issues/1608/comments | 2 | 2007-03-02T09:56:46Z | 2023-08-15T13:42:59Z | https://github.com/llvm/llvm-project/issues/1608 | 1,070,913,243 | 1,608 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1235](https://llvm.org/bz1235) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvm-gcc crashes on:
float foo( float A[][w], int g, int h)
{
return A[g][h];
} | ICE on invalid code | https://api.github.com/repos/llvm/llvm-project/issues/1607/comments | 2 | 2007-03-02T08:48:56Z | 2021-12-03T20:04:05Z | https://github.com/llvm/llvm-project/issues/1607 | 1,070,913,225 | 1,607 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1234](https://llvm.org/bz1234) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Building CVS HEAD on MacOSX fails with the following error:
$ make
make[1]: Nothing... | Build of ADT/SmallPtrSet fails | https://api.github.com/repos/llvm/llvm-project/issues/1606/comments | 7 | 2007-03-01T20:52:06Z | 2021-12-03T20:04:04Z | https://github.com/llvm/llvm-project/issues/1606 | 1,070,913,192 | 1,606 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1233](https://llvm.org/bz1233) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
## Extended Description
I typed this into the online demo:
int foo(int v, int w, int x, int y, int z,
float A[][w][x][y][z],
int g, int ... | multi-dimensional VLA indicies not scaled by llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/1605/comments | 12 | 2007-03-01T19:12:05Z | 2021-12-03T20:04:03Z | https://github.com/llvm/llvm-project/issues/1605 | 1,070,913,166 | 1,605 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1232](https://llvm.org/bz1232) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
With the following C code, the loop is completely eliminated, thanks to lo... | constant propagation doesn't work through unrolled loops | https://api.github.com/repos/llvm/llvm-project/issues/1604/comments | 2 | 2007-03-01T03:46:00Z | 2021-12-03T20:04:03Z | https://github.com/llvm/llvm-project/issues/1604 | 1,070,913,147 | 1,604 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1231](https://llvm.org/bz1231) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@jryans |
## Extended Description
The --help option for bugpoint produces
USAGE: bugpoint [options] --args <program arguments>... --tool-args <tool argume... | bugpoint help doesn't | https://api.github.com/repos/llvm/llvm-project/issues/1603/comments | 4 | 2007-02-27T21:36:09Z | 2023-08-09T01:00:16Z | https://github.com/llvm/llvm-project/issues/1603 | 1,070,913,118 | 1,603 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1230](https://llvm.org/bz1230) |
| Resolution | DUPLICATE |
| Resolved on | Sep 26, 2007 01:33 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
*** C code ***
struct ss {
int x;
long long y;
};
void f(int a, struct... | llvm-gcc should not lower calling convs in front-end | https://api.github.com/repos/llvm/llvm-project/issues/1602/comments | 3 | 2007-02-27T20:55:22Z | 2021-12-03T20:04:01Z | https://github.com/llvm/llvm-project/issues/1602 | 1,070,913,094 | 1,602 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1229](https://llvm.org/bz1229) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2007 23:18 |
| Version | unspecified |
| OS | All |
| CC | @asl |
## Extended Description
CVS doesn't have good semantics when renaming files. Switch to a source-code
repository that does, such as ... | convert the LLVM repository to subversion | https://api.github.com/repos/llvm/llvm-project/issues/1601/comments | 9 | 2007-02-27T05:22:05Z | 2021-12-03T20:04:00Z | https://github.com/llvm/llvm-project/issues/1601 | 1,070,913,062 | 1,601 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1228](https://llvm.org/bz1228) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#964 |
| Attachments | [Failed bytecode](https://user-images.githubusercontent.com/67392/143736909-a7cacd0c-3583-4c89-845a-6... | [eh] branchfolding inf recursion with EH enabled | https://api.github.com/repos/llvm/llvm-project/issues/1600/comments | 7 | 2007-02-26T03:00:02Z | 2021-12-03T20:03:59Z | https://github.com/llvm/llvm-project/issues/1600 | 1,070,913,035 | 1,600 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1227](https://llvm.org/bz1227) |
| Resolution | WORKSFORME |
| Resolved on | May 09, 2009 09:39 |
| Version | 1.0 |
| OS | All |
| CC | @efriedma-quic,@nlewycky |
## Extended Description
This simple loop should be getting unrolled:
target datalayout = "e-p:32:32"
target tripl... | [scev] Can't compute trip count of simple loop | https://api.github.com/repos/llvm/llvm-project/issues/1599/comments | 9 | 2007-02-25T22:45:45Z | 2022-01-20T01:59:35Z | https://github.com/llvm/llvm-project/issues/1599 | 1,070,913,007 | 1,599 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1226](https://llvm.org/bz1226) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#824 |
## Extended Description
Consider:
#include <tr1/functional>
#include <algorithm>
void assign( long* variable, long v... | scalarrepl should be able to scalarrepl aggregates with memcpy uses | https://api.github.com/repos/llvm/llvm-project/issues/1598/comments | 7 | 2007-02-25T22:35:25Z | 2021-12-03T20:03:57Z | https://github.com/llvm/llvm-project/issues/1598 | 1,070,912,982 | 1,598 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1225](https://llvm.org/bz1225) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2013 02:32 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @isanbard |
## Extended Description
This seems like another bug having to do with tools assumin... | installed llvm-config tries to enter build directory | https://api.github.com/repos/llvm/llvm-project/issues/1597/comments | 1 | 2007-02-25T19:54:17Z | 2021-12-03T20:03:56Z | https://github.com/llvm/llvm-project/issues/1597 | 1,070,912,959 | 1,597 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1224](https://llvm.org/bz1224) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | Linux |
## Extended Description
Even after llvm/llvm-project#1593 was fixed, I'm getting assertions during _divsc3.o
compilation. Unfortunately, valgrind do... | Invoke lowering broken with -enable-eh | https://api.github.com/repos/llvm/llvm-project/issues/1596/comments | 6 | 2007-02-25T16:28:58Z | 2021-12-03T20:03:55Z | https://github.com/llvm/llvm-project/issues/1596 | 1,070,912,932 | 1,596 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1223](https://llvm.org/bz1223) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The verifier (called by the -verify option to opt) permits bytecode to be
written th... | verifier produces bytecode that causes a bytecode reader assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/1595/comments | 3 | 2007-02-25T06:16:32Z | 2022-01-19T18:08:41Z | https://github.com/llvm/llvm-project/issues/1595 | 1,070,912,911 | 1,595 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1222](https://llvm.org/bz1222) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2007 21:09 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#1260 |
## Extended Description
The X86 backend currently has no support for MMX registers. This can be seen w... | X86 backend doesn't support MMX | https://api.github.com/repos/llvm/llvm-project/issues/1594/comments | 5 | 2007-02-25T03:46:56Z | 2023-08-15T13:42:55Z | https://github.com/llvm/llvm-project/issues/1594 | 1,070,912,887 | 1,594 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1221](https://llvm.org/bz1221) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [Preprocessed source](https://user-images.githubusercontent.com/67392/143736902-910c70b9-a2de-41b2-8fd3-8a0fbf22a450.gz) |
## Extended... | llvm-gcc reads from memory object already freed. | https://api.github.com/repos/llvm/llvm-project/issues/1593/comments | 7 | 2007-02-24T22:06:14Z | 2021-12-03T20:03:52Z | https://github.com/llvm/llvm-project/issues/1593 | 1,070,912,862 | 1,593 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1220](https://llvm.org/bz1220) |
| Resolution | FIXED |
| Resolved on | Dec 12, 2010 16:12 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch in question](https://user-images.githubusercontent.com/60944935/143736901-77c8069f-91ec-46d0-b916-95aa32d25d64.gz) |
| Reporter ... | projects/sample/AutoRegen.sh patches configure.ac incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/1592/comments | 3 | 2007-02-24T05:40:32Z | 2021-12-03T20:03:51Z | https://github.com/llvm/llvm-project/issues/1592 | 1,070,912,840 | 1,592 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1219](https://llvm.org/bz1219) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
## Extended Description
From Anton: switch lowering is still broken somehow.
Consider the folowing code:
define i32 @​main(i32 %argc, i8** %arg... | dag combine miscompilation of setlt | https://api.github.com/repos/llvm/llvm-project/issues/1591/comments | 2 | 2007-02-24T03:28:50Z | 2021-12-03T20:03:51Z | https://github.com/llvm/llvm-project/issues/1591 | 1,070,912,818 | 1,591 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1218](https://llvm.org/bz1218) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch in question](https://user-images.githubusercontent.com/60944935/143736900-f00cd7c6-3d09-4a2d-8929-5a7b644c42c5.gz) |
| Reporter ... | Patch for strict alias warning in Support/Allocator.cpp | https://api.github.com/repos/llvm/llvm-project/issues/1590/comments | 2 | 2007-02-23T22:22:35Z | 2021-12-03T20:03:50Z | https://github.com/llvm/llvm-project/issues/1590 | 1,070,912,795 | 1,590 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1217](https://llvm.org/bz1217) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| Attachments | [llvm-as < pr1217.ll | opt -instcombine](https://user-images.githubusercontent.com/392652/143736899-0d214f3b-23bb-4bb0-b801-65229d3dc85d.... | infinite loop in instcombine | https://api.github.com/repos/llvm/llvm-project/issues/1589/comments | 2 | 2007-02-22T14:45:13Z | 2021-12-03T20:03:49Z | https://github.com/llvm/llvm-project/issues/1589 | 1,070,912,775 | 1,589 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1216](https://llvm.org/bz1216) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
| Attachments | [Minimal example](https://user-images.githubusercontent.com/60944935/143736898-b2a62dea-4b09-4aa3-8f5e-a07851d171e4.gz) |
| Reporter | LL... | JITResolver shouldn't outlive its ExecutionEngine | https://api.github.com/repos/llvm/llvm-project/issues/1588/comments | 2 | 2007-02-22T08:58:48Z | 2023-08-15T13:42:50Z | https://github.com/llvm/llvm-project/issues/1588 | 1,070,912,748 | 1,588 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1215](https://llvm.org/bz1215) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:40 |
| Version | trunk |
| OS | All |
| Attachments | [llvm-as pr1215.ll | opt -indvars](https://user-images.githubusercontent.com/392652/143736897-ee02cea5-0d57-4f2b-a31b-04913048cc46.gz) |
... | can't constantfold sdiv 0, -1 | https://api.github.com/repos/llvm/llvm-project/issues/1587/comments | 3 | 2007-02-22T06:28:28Z | 2021-12-03T20:03:47Z | https://github.com/llvm/llvm-project/issues/1587 | 1,070,912,725 | 1,587 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1214](https://llvm.org/bz1214) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Compiling the following code gives
llvm-convert.cpp:4299: LValue TreeToLLVM::E... | llvm-gcc4 barfs on simple packed bit-fields | https://api.github.com/repos/llvm/llvm-project/issues/1586/comments | 2 | 2007-02-20T23:07:59Z | 2021-12-03T20:03:47Z | https://github.com/llvm/llvm-project/issues/1586 | 1,070,912,705 | 1,586 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1213](https://llvm.org/bz1213) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143736895-bd881441-ae1b-4ab8-8029-ac96ae11228c.gz), [Source code](https://us... | llc -debug is broken | https://api.github.com/repos/llvm/llvm-project/issues/1585/comments | 2 | 2007-02-20T09:59:43Z | 2021-12-03T20:03:46Z | https://github.com/llvm/llvm-project/issues/1585 | 1,070,912,683 | 1,585 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1212](https://llvm.org/bz1212) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:49 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Consider the following (essentially from x86 glibc):
double atan (double ... | CBE doesn't strip {} delimiters from inline asm | https://api.github.com/repos/llvm/llvm-project/issues/1584/comments | 2 | 2007-02-20T00:23:50Z | 2021-12-03T20:03:45Z | https://github.com/llvm/llvm-project/issues/1584 | 1,070,912,661 | 1,584 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1211](https://llvm.org/bz1211) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:51 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following is simplified from the x86 atan2 code in glibc's mathinline.... | "Register class of operand and regclass of use don't agree!" on x86 glibc atan | https://api.github.com/repos/llvm/llvm-project/issues/1583/comments | 2 | 2007-02-20T00:16:19Z | 2021-12-03T20:03:44Z | https://github.com/llvm/llvm-project/issues/1583 | 1,070,912,639 | 1,583 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1210](https://llvm.org/bz1210) |
| Resolution | FIXED |
| Resolved on | Feb 23, 2012 08:31 |
| Version | trunk |
| OS | All |
| CC | @jayfoad |
## Extended Description
The current way we unique (complex) constants and types is incredibly inefficient. These should use
Folding... | Constant and Type uniquing should use a DenseMap/FoldingSet | https://api.github.com/repos/llvm/llvm-project/issues/1582/comments | 43 | 2007-02-19T09:49:08Z | 2021-12-03T19:33:11Z | https://github.com/llvm/llvm-project/issues/1582 | 1,070,891,869 | 1,582 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1209](https://llvm.org/bz1209) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
## Extended Description
Type::ContainedTys is a vector of PATypeHandle's. It would be much more efficient to coallocate the array
on the end of the t... | Eliminate std::vector from Type | https://api.github.com/repos/llvm/llvm-project/issues/1581/comments | 6 | 2007-02-18T23:28:38Z | 2021-12-03T19:33:11Z | https://github.com/llvm/llvm-project/issues/1581 | 1,070,891,855 | 1,581 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1208](https://llvm.org/bz1208) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
## Extended Description
'make install' shouldn't install the examples (e.g. fibonacci), it didn't used to, but it does now with recent
makefile change... | examples get installed | https://api.github.com/repos/llvm/llvm-project/issues/1580/comments | 2 | 2007-02-18T04:53:54Z | 2021-12-03T19:33:10Z | https://github.com/llvm/llvm-project/issues/1580 | 1,070,891,847 | 1,580 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1207](https://llvm.org/bz1207) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner |
## Extended Description
After updating LLVM and applying recent patches to llvm-gcc
(... | LiveVariables assertion prevents llvm-gcc build | https://api.github.com/repos/llvm/llvm-project/issues/1579/comments | 39 | 2007-02-18T01:01:56Z | 2021-12-03T19:33:08Z | https://github.com/llvm/llvm-project/issues/1579 | 1,070,891,836 | 1,579 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1206](https://llvm.org/bz1206) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.9 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm using the LLVM 1.9 API. I have an LLVM IR file (in ASCII) that contains
the follow... | llvm::Module::getDataLayout() returns an incorrect layout. | https://api.github.com/repos/llvm/llvm-project/issues/1578/comments | 1 | 2007-02-17T21:23:27Z | 2021-12-03T19:33:08Z | https://github.com/llvm/llvm-project/issues/1578 | 1,070,891,826 | 1,578 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1205](https://llvm.org/bz1205) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | Windows XP |
| Attachments | [The c source code.](https://user-images.githubusercontent.com/60944935/143736877-efa1c5c2-f39a-48ba-b88a-278875df6fb3.gz) |
| Repor... | LLVM IR (but not backends) should support integer bitwidths > 64 bits | https://api.github.com/repos/llvm/llvm-project/issues/1577/comments | 12 | 2007-02-16T05:06:56Z | 2023-08-15T13:21:56Z | https://github.com/llvm/llvm-project/issues/1577 | 1,070,891,810 | 1,577 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.