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 | [1104](https://llvm.org/bz1104) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 13:59 | | Version | 1.8 | | OS | All | | Attachments | [complex.c](https://user-images.githubusercontent.com/60944935/143736774-15806a74-cc52-4bca-9601-fa55dff783dc.gz), [complex.bc](https:/...
Bad struct argument "packing/conversion" in llvm-gcc4
https://api.github.com/repos/llvm/llvm-project/issues/1476/comments
7
2007-01-10T23:17:42Z
2021-12-03T19:31:37Z
https://github.com/llvm/llvm-project/issues/1476
1,070,890,755
1,476
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1103](https://llvm.org/bz1103) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.9 | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/4503403/143736773-35d641d0-9a0e-463e-9bba-6a406ef7df54.gz) | ## Extended Descripti...
%rsp emitted as an index register
https://api.github.com/repos/llvm/llvm-project/issues/1475/comments
5
2007-01-10T19:47:03Z
2021-12-03T19:31:36Z
https://github.com/llvm/llvm-project/issues/1475
1,070,890,745
1,475
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1102](https://llvm.org/bz1102) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Linux | ## Extended Description We should handle __attribute__(__visibility__("hidden"))) and so on...
Should support different visibility levels.
https://api.github.com/repos/llvm/llvm-project/issues/1474/comments
3
2007-01-10T16:02:58Z
2021-12-03T19:31:35Z
https://github.com/llvm/llvm-project/issues/1474
1,070,890,734
1,474
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1101](https://llvm.org/bz1101) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | All | | Attachments | [A simple loop without tail duplication.](https://user-images.githubusercontent.com/60944935/143736771-72c9f415-e081-4948-8df0-f117bfcc58...
ScalarEvolution can't find iteration count without tail duplication
https://api.github.com/repos/llvm/llvm-project/issues/1473/comments
4
2007-01-10T02:28:04Z
2021-12-03T19:31:34Z
https://github.com/llvm/llvm-project/issues/1473
1,070,890,723
1,473
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1100](https://llvm.org/bz1100) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | 1.9 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I just compiled llvm1.9 using pre-packaged llvm-gcc4 (I simply fixed the symbolic li...
Could not resolve external global address: __dso_handle
https://api.github.com/repos/llvm/llvm-project/issues/1472/comments
3
2007-01-09T12:57:16Z
2021-12-03T19:31:34Z
https://github.com/llvm/llvm-project/issues/1472
1,070,890,717
1,472
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1099](https://llvm.org/bz1099) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | trunk | | OS | All | ## Extended Description Reduced by bugpoint. The issue is that this testcase: target datalayout = "e-p:32:32" target endian = little target pointersi...
CBE miscompilation of 197.parser
https://api.github.com/repos/llvm/llvm-project/issues/1471/comments
7
2007-01-09T07:51:45Z
2021-12-03T19:31:33Z
https://github.com/llvm/llvm-project/issues/1471
1,070,890,709
1,471
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1098](https://llvm.org/bz1098) | | Resolution | FIXED | | Resolved on | May 04, 2008 17:55 | | Version | trunk | | OS | All | | CC | @asl,@nlewycky | ## Extended Description In some test cases with multiple return statements, the post-dominator passes return incorrect informat...
Incorrect post-dominators with multiple returns
https://api.github.com/repos/llvm/llvm-project/issues/1470/comments
11
2007-01-08T18:44:03Z
2021-12-03T19:31:32Z
https://github.com/llvm/llvm-project/issues/1470
1,070,890,693
1,470
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1097](https://llvm.org/bz1097) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | trunk | | OS | All | ## Extended Description The strength reduction pass is causing the code generator to miss opportunities for using complex addressing modes. For this t...
Strength reduction misses IV reuse opportunities on 64-bit targets
https://api.github.com/repos/llvm/llvm-project/issues/1469/comments
3
2007-01-08T18:04:11Z
2021-12-03T19:31:31Z
https://github.com/llvm/llvm-project/issues/1469
1,070,890,687
1,469
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1096](https://llvm.org/bz1096) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | All | ## Extended Description $ cd llvm/test/Regression/ExecutionEngine $ llvm-upgrade < test-cast.ll | llvm-as | lli -force-interpreter Unhandled type for I...
interpreter regression with signless patch
https://api.github.com/repos/llvm/llvm-project/issues/1468/comments
3
2007-01-08T09:29:56Z
2021-12-03T19:31:30Z
https://github.com/llvm/llvm-project/issues/1468
1,070,890,677
1,468
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1095](https://llvm.org/bz1095) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | trunk | | OS | MacOS X | ## Extended Description On my PowerBook G4, compiling this program: #include <stdio.h> int main() { unsigned long int ctz_x = 0x0000f000; uns...
Miscompilation of asm("{cntlz|cntlzw} %0, %1" ...) on PowerPC
https://api.github.com/repos/llvm/llvm-project/issues/1467/comments
2
2007-01-08T00:45:03Z
2021-12-03T19:31:30Z
https://github.com/llvm/llvm-project/issues/1467
1,070,890,667
1,467
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1094](https://llvm.org/bz1094) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | All | ## Extended Description Currently the implementation of SetVector::begin and end return iterators from the contained vector. If someone used that itera...
SetVector iterators aren't really mutable
https://api.github.com/repos/llvm/llvm-project/issues/1466/comments
3
2007-01-08T00:15:56Z
2021-12-03T19:31:29Z
https://github.com/llvm/llvm-project/issues/1466
1,070,890,657
1,466
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1093](https://llvm.org/bz1093) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.0 | | OS | All | ## Extended Description The CFE currently produces llvm.va_* intrinsics where the va_list type varies according to the target. The LangRef document des...
llvm.va_* intrinsics vary in type
https://api.github.com/repos/llvm/llvm-project/issues/1465/comments
5
2007-01-07T10:30:56Z
2021-12-03T19:31:28Z
https://github.com/llvm/llvm-project/issues/1465
1,070,890,644
1,465
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1092](https://llvm.org/bz1092) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | Linux | | Attachments | [Testcase.](https://user-images.githubusercontent.com/60944935/143736768-75769f21-d1fe-43cc-9eb4-f755f662aca9.gz) | | Reporter | LLVM B...
Assertion failure in GlobalVariable.h
https://api.github.com/repos/llvm/llvm-project/issues/1464/comments
5
2007-01-07T10:17:46Z
2021-12-03T19:31:27Z
https://github.com/llvm/llvm-project/issues/1464
1,070,890,636
1,464
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1091](https://llvm.org/bz1091) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | ## Extended Description f.e. on ldecod: Output/ldecod.cbe.c:71646: warning: this decimal constant is unsigned only in ISO C90 Output/ldecod.cbe.c:7165...
CBE generates new warnings since the signless work
https://api.github.com/repos/llvm/llvm-project/issues/1463/comments
2
2007-01-07T09:56:44Z
2021-12-03T19:31:26Z
https://github.com/llvm/llvm-project/issues/1463
1,070,890,622
1,463
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1090](https://llvm.org/bz1090) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | All | ## Extended Description This is incorrect: case Instruction::FCmp: switch (CE->getPredicate()) { case FCmpInst::FCMP_ORD: ...
CBE doesn't support exotic fcmp variants
https://api.github.com/repos/llvm/llvm-project/issues/1462/comments
4
2007-01-07T09:48:55Z
2021-12-03T19:31:25Z
https://github.com/llvm/llvm-project/issues/1462
1,070,890,614
1,462
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1089](https://llvm.org/bz1089) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $:~/tmp$ llvm-g++ -I/work/benchmarks/SOURCES/llvm-1.9/utils/TableGen -I/work/ben...
Assertion failure in llvm-internal.h
https://api.github.com/repos/llvm/llvm-project/issues/1461/comments
1
2007-01-07T09:32:11Z
2021-12-03T19:31:24Z
https://github.com/llvm/llvm-project/issues/1461
1,070,890,609
1,461
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1088](https://llvm.org/bz1088) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.0 | | OS | All | ## Extended Description Consider this program: #include <stdio.h> static void exit(int X) { printf("myexit called\n"); } int main() { exit(1); } Th...
Module::getOrInsertFunction is unsafe and broken
https://api.github.com/repos/llvm/llvm-project/issues/1460/comments
1
2007-01-07T08:18:36Z
2021-12-03T19:31:24Z
https://github.com/llvm/llvm-project/issues/1460
1,070,890,598
1,460
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1087](https://llvm.org/bz1087) | | Resolution | WORKSFORME | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $:~/tmp$ llvm-g++ -I/work/benchmarks/SOURCES/llvm-1.9/utils/TableGen -I/work/be...
Assertion failure in llvm-internal.h
https://api.github.com/repos/llvm/llvm-project/issues/1459/comments
4
2007-01-07T04:19:04Z
2022-01-20T01:59:28Z
https://github.com/llvm/llvm-project/issues/1459
1,070,890,585
1,459
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1086](https://llvm.org/bz1086) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | All | ## Extended Description Consider: int test(unsigned short X, short Y) { return X+Y; } $ llvm-gcc t.c -c -emit-llvm -o - -O3 | llc -march=c signed int...
CBE doesn't handle signlessness right
https://api.github.com/repos/llvm/llvm-project/issues/1458/comments
2
2007-01-07T00:03:47Z
2021-12-03T19:31:22Z
https://github.com/llvm/llvm-project/issues/1458
1,070,890,577
1,458
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1085](https://llvm.org/bz1085) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#1439 | | Attachments | [Preprocessed source](https://user-images.githubusercontent.com/67392/143736763-ae6fe453-0ce1-49ad...
Section printed into .ll file
https://api.github.com/repos/llvm/llvm-project/issues/1457/comments
10
2007-01-06T23:56:13Z
2021-12-03T19:31:21Z
https://github.com/llvm/llvm-project/issues/1457
1,070,890,566
1,457
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1084](https://llvm.org/bz1084) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | All | | Attachments | [Reduced source](https://user-images.githubusercontent.com/67392/143736762-2e74de5c-3e13-4eeb-b840-14064fc1359a.gz) | ## Extended Descri...
Crash building mozilla: mishandling bogus trees for static ptrs to methods
https://api.github.com/repos/llvm/llvm-project/issues/1456/comments
4
2007-01-06T23:48:49Z
2021-12-03T19:31:20Z
https://github.com/llvm/llvm-project/issues/1456
1,070,890,552
1,456
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1083](https://llvm.org/bz1083) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | 1.9 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description $:~/tmp$ llvm-gcc -emit-llvm -c svc.c -o svc.o cc1: ../../dst-directory/...
K&R C compilation failure
https://api.github.com/repos/llvm/llvm-project/issues/1455/comments
9
2007-01-06T22:38:37Z
2021-12-03T19:31:19Z
https://github.com/llvm/llvm-project/issues/1455
1,070,890,538
1,455
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1082](https://llvm.org/bz1082) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Unfortunately, the current algorithm in llvm-upgrade depends on each value being prece...
llvm-upgrade can fail on names with unspecified or defaulted type
https://api.github.com/repos/llvm/llvm-project/issues/1454/comments
4
2007-01-06T07:14:52Z
2021-12-03T19:31:19Z
https://github.com/llvm/llvm-project/issues/1454
1,070,890,527
1,454
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1081](https://llvm.org/bz1081) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | Linux | | Attachments | [includehttps://user-images.githubusercontent.com/711534/143736758-7c498307-76f4-4ec3-89e2-82a62d8c9229.gz), [toolshttps://user-images....
Add a C API to the LLVM LTO library
https://api.github.com/repos/llvm/llvm-project/issues/1453/comments
1
2007-01-06T03:31:35Z
2023-08-15T13:21:18Z
https://github.com/llvm/llvm-project/issues/1453
1,070,890,515
1,453
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1080](https://llvm.org/bz1080) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | All | | Attachments | [Source file](https://user-images.githubusercontent.com/67392/143736756-09880dcb-bce7-4238-8b5a-5004f793f55b.gz), [Upgraded source](https...
Invalid source produced during upgrade
https://api.github.com/repos/llvm/llvm-project/issues/1452/comments
2
2007-01-06T01:46:54Z
2021-12-03T19:31:17Z
https://github.com/llvm/llvm-project/issues/1452
1,070,890,507
1,452
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1079](https://llvm.org/bz1079) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Remove old pass manager from llvm sources.
Remove old pass manager from llvm sources
https://api.github.com/repos/llvm/llvm-project/issues/1451/comments
1
2007-01-05T22:01:00Z
2021-12-03T19:31:16Z
https://github.com/llvm/llvm-project/issues/1451
1,070,890,497
1,451
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1078](https://llvm.org/bz1078) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.2 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Stacker currently has a dependency on llvm-gcc. It is the last one that remains in L...
Move Stacker out of the LLVM repository to its own, like Java
https://api.github.com/repos/llvm/llvm-project/issues/1450/comments
2
2007-01-05T18:49:51Z
2021-12-03T19:31:15Z
https://github.com/llvm/llvm-project/issues/1450
1,070,890,490
1,450
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1077](https://llvm.org/bz1077) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description The test/Feature/constexpr.ll test case is incorrect. It is specific...
Duplicate global vars allowed by llvm-as
https://api.github.com/repos/llvm/llvm-project/issues/1449/comments
14
2007-01-05T01:02:36Z
2021-12-03T19:31:15Z
https://github.com/llvm/llvm-project/issues/1449
1,070,890,477
1,449
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1076](https://llvm.org/bz1076) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Currently, llvm-upgrade changes the names of global variables in an attempt to disambi...
llvm-upgrade changes names of global variables
https://api.github.com/repos/llvm/llvm-project/issues/1448/comments
3
2007-01-04T21:34:50Z
2021-12-03T19:31:13Z
https://github.com/llvm/llvm-project/issues/1448
1,070,890,458
1,448
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1075](https://llvm.org/bz1075) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description A high Sethi-Ullman number for an operation indicates it should be scheduled earlier rather than later -- f...
bottom-up register-reduction scheduling actually increases register pressure
https://api.github.com/repos/llvm/llvm-project/issues/1447/comments
7
2007-01-04T18:35:07Z
2021-12-03T19:31:12Z
https://github.com/llvm/llvm-project/issues/1447
1,070,890,454
1,447
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1074](https://llvm.org/bz1074) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description Top level make does not automatically run the stacker configure ...
Remove Stacker from llvm main repository
https://api.github.com/repos/llvm/llvm-project/issues/1446/comments
9
2007-01-04T15:55:13Z
2021-12-03T19:31:11Z
https://github.com/llvm/llvm-project/issues/1446
1,070,890,444
1,446
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1073](https://llvm.org/bz1073) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Linux | ## Extended Description When destroying the LTO, and therefore its various modules, an assertion fails during the clearing of the global variable ili...
When destructing a module in the LTO, ilist assertion fails.
https://api.github.com/repos/llvm/llvm-project/issues/1445/comments
14
2007-01-04T08:50:35Z
2021-12-03T19:31:10Z
https://github.com/llvm/llvm-project/issues/1445
1,070,890,431
1,445
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1072](https://llvm.org/bz1072) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | MacOS X | ## Extended Description The -raise pass was mainly around to eliminate casts from int -> uint etc through some tricky transformations. With the r...
Investigate elimination of the -raise pass
https://api.github.com/repos/llvm/llvm-project/issues/1444/comments
32
2007-01-04T03:39:38Z
2021-12-03T19:31:09Z
https://github.com/llvm/llvm-project/issues/1444
1,070,890,418
1,444
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1071](https://llvm.org/bz1071) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:52 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description While testing this function: define bool i32() { ret bool true; } I noticed that...
X86 can generate movb al, eax ?
https://api.github.com/repos/llvm/llvm-project/issues/1443/comments
1
2007-01-03T06:52:02Z
2021-12-03T19:31:09Z
https://github.com/llvm/llvm-project/issues/1443
1,070,890,400
1,443
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1070](https://llvm.org/bz1070) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Current, llvm-upgrade is not handling redefinition of named values properly. This ...
llvm-upgrade can cause redefinition errors
https://api.github.com/repos/llvm/llvm-project/issues/1442/comments
5
2007-01-01T00:44:15Z
2021-12-03T19:31:08Z
https://github.com/llvm/llvm-project/issues/1442
1,070,890,386
1,442
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1069](https://llvm.org/bz1069) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description To the best of my knowledge, I have come across a bug in the post-dominance fronti...
Incorrect Post-Dominance Frontier Calculation
https://api.github.com/repos/llvm/llvm-project/issues/1441/comments
3
2006-12-26T23:42:32Z
2021-12-03T19:31:07Z
https://github.com/llvm/llvm-project/issues/1441
1,070,890,376
1,441
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1068](https://llvm.org/bz1068) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Attachments | [multidelta reduced source](https://user-images.githubusercontent.com/67392/143736743-a31f6a7c-f729-42f2-84af-1306d215ee4c.gz) | ## Ex...
ICE with "-g" option specified
https://api.github.com/repos/llvm/llvm-project/issues/1440/comments
2
2006-12-24T22:01:05Z
2021-12-03T19:31:06Z
https://github.com/llvm/llvm-project/issues/1440
1,070,890,366
1,440
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1067](https://llvm.org/bz1067) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | 1.0 | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#1085 | | Blocks | llvm/llvm-project#1378 | | CC | @lattner | ## Extended Description We really should suppo...
PIC codegen for Linux/X86
https://api.github.com/repos/llvm/llvm-project/issues/1439/comments
16
2006-12-24T14:02:37Z
2023-08-15T13:42:31Z
https://github.com/llvm/llvm-project/issues/1439
1,070,890,357
1,439
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1066](https://llvm.org/bz1066) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | All | | Attachments | [Failed bytecode](https://user-images.githubusercontent.com/67392/143736742-86f8891d-74f0-4c4d-bbe5-c984d73aa333.gz) | ## Extended Descr...
Assertion failed in InstCombine
https://api.github.com/repos/llvm/llvm-project/issues/1438/comments
1
2006-12-24T02:07:40Z
2021-12-03T19:31:04Z
https://github.com/llvm/llvm-project/issues/1438
1,070,890,340
1,438
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1065](https://llvm.org/bz1065) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | All | | Attachments | [Failed bytecode](https://user-images.githubusercontent.com/67392/143736740-3fb7468c-88d1-49f2-92a7-0bb7770c79ce.gz) | ## Extended Descr...
Crash in InstCombine
https://api.github.com/repos/llvm/llvm-project/issues/1437/comments
1
2006-12-23T20:18:07Z
2021-12-03T19:31:03Z
https://github.com/llvm/llvm-project/issues/1437
1,070,890,325
1,437
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1064](https://llvm.org/bz1064) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | Linux | ## Extended Description The Linux ABI requires that you set control register 6 before calling a variadic function with a float parameter. Similarly, ...
ppc linux doesn't handle float parameter to varargs function
https://api.github.com/repos/llvm/llvm-project/issues/1436/comments
1
2006-12-22T18:27:06Z
2021-12-03T19:31:02Z
https://github.com/llvm/llvm-project/issues/1436
1,070,890,316
1,436
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1063](https://llvm.org/bz1063) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | trunk | | OS | Linux | | Attachments | [output from llvm-upgrade](https://user-images.githubusercontent.com/711534/143736736-8c393f80-53a4-4ec4-a218-d1e7dc29bb00.gz), [llvm-a...
test/Regression/Transforms/InstCombine/2006-04-01-InfLoop fails on amd64
https://api.github.com/repos/llvm/llvm-project/issues/1435/comments
2
2006-12-21T04:20:58Z
2021-12-03T19:31:01Z
https://github.com/llvm/llvm-project/issues/1435
1,070,890,307
1,435
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1062](https://llvm.org/bz1062) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | 1.9 | | OS | Linux | ## Extended Description Weak, extern and linkonce symbols are currently excluded from address operands in x86-64 with the small memory model and static...
address constants forced to registers in small-model static-reloc x86-64
https://api.github.com/repos/llvm/llvm-project/issues/1434/comments
1
2006-12-19T20:22:52Z
2021-12-03T19:31:01Z
https://github.com/llvm/llvm-project/issues/1434
1,070,890,298
1,434
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1061](https://llvm.org/bz1061) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.9 | | OS | Linux | | Attachments | [Failed bitecode](https://user-images.githubusercontent.com/67392/143736734-5e0d8c3c-067c-4a8b-a168-e3bb04b0d280.gz) | ## Extended Descr...
X86 IntelAsmPrinter can't print jumptables in memrefs
https://api.github.com/repos/llvm/llvm-project/issues/1433/comments
2
2006-12-19T11:20:08Z
2021-12-03T19:31:00Z
https://github.com/llvm/llvm-project/issues/1433
1,070,890,291
1,433
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1060](https://llvm.org/bz1060) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When working with the JIT it is sometimes necessary to recompile a new implementatio...
ParseAssemblyString does not allow already existing names
https://api.github.com/repos/llvm/llvm-project/issues/1432/comments
1
2006-12-19T09:46:12Z
2023-08-15T13:21:11Z
https://github.com/llvm/llvm-project/issues/1432
1,070,890,273
1,432
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1059](https://llvm.org/bz1059) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | 1.9 | | OS | All | | CC | @asl | ## Extended Description -x86-asm-syntax=intel yields: $BB1_2451: ;bb740 mov EAX, <unknown operand type> mov ECX, DWORD PTR [ESP + 1372] ...
intel-style asm printer for x86 doesn't support jump tables
https://api.github.com/repos/llvm/llvm-project/issues/1431/comments
4
2006-12-19T07:55:43Z
2021-12-03T19:30:58Z
https://github.com/llvm/llvm-project/issues/1431
1,070,890,261
1,431
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1058](https://llvm.org/bz1058) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:52 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In some cases, the CBE is not generating the BITCAST_TEMPORARY variable needed to perf...
CBE Not Generating BITCAST_TEMPORARY Declarations
https://api.github.com/repos/llvm/llvm-project/issues/1430/comments
3
2006-12-17T08:55:27Z
2021-12-03T19:30:57Z
https://github.com/llvm/llvm-project/issues/1430
1,070,890,253
1,430
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1057](https://llvm.org/bz1057) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Following patch required to successfully compile (and link) lli - problem traced t...
patch for Mac OS X 10.3
https://api.github.com/repos/llvm/llvm-project/issues/1429/comments
1
2006-12-17T03:53:15Z
2021-12-03T19:30:56Z
https://github.com/llvm/llvm-project/issues/1429
1,070,890,242
1,429
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1056](https://llvm.org/bz1056) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | FreeBSD | | Attachments | [Preprocessed version of file causing crash.](https://user-images.githubusercontent.com/60944935/143736728-8b83a6d5-0350-40a7-8778-d8...
Should document gcc 3.4.4 as known-broken on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/1428/comments
17
2006-12-16T23:38:47Z
2021-12-03T19:30:55Z
https://github.com/llvm/llvm-project/issues/1428
1,070,890,231
1,428
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1055](https://llvm.org/bz1055) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | Linux | ## Extended Description The library LLVMlto is only built on Darwin. Commenting out lines 26 and 28 of tools/Makefile, to add lto to the build, resul...
LLVMlto library does not build on Linux (amd64)
https://api.github.com/repos/llvm/llvm-project/issues/1427/comments
12
2006-12-16T22:38:41Z
2021-12-03T19:30:54Z
https://github.com/llvm/llvm-project/issues/1427
1,070,890,220
1,427
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1054](https://llvm.org/bz1054) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | 1.9 | | OS | MacOS X | | Attachments | [Enum/manifest constant fixes for macho writer code.](https://user-images.githubusercontent.com/60944935/143736725-47282bb0-6abc-4a61-b...
Enums attempt to redefine manifest constants in macho writer
https://api.github.com/repos/llvm/llvm-project/issues/1426/comments
1
2006-12-16T20:03:41Z
2021-12-03T19:30:53Z
https://github.com/llvm/llvm-project/issues/1426
1,070,890,208
1,426
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1053](https://llvm.org/bz1053) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description This bug initially manifests itself while building the c fronten...
Processor autodetection incorrect
https://api.github.com/repos/llvm/llvm-project/issues/1425/comments
4
2006-12-16T19:57:54Z
2021-12-03T19:30:53Z
https://github.com/llvm/llvm-project/issues/1425
1,070,890,193
1,425
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1052](https://llvm.org/bz1052) | | Resolution | WONTFIX | | Resolved on | Feb 22, 2010 12:52 | | Version | 1.9 | | OS | MacOS X | | Depends On | llvm/llvm-project#428 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Nicholas advised I file this bug I noticed...
missed optimization opportunity: var-args
https://api.github.com/repos/llvm/llvm-project/issues/1424/comments
4
2006-12-16T02:44:46Z
2022-01-20T02:28:08Z
https://github.com/llvm/llvm-project/issues/1424
1,070,890,185
1,424
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1051](https://llvm.org/bz1051) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143736724-ff625e8c-a1e6-4220-baa6-3b47ccadc1b1.gz) | ## Extended Descri...
Assertion "Register class of operand and regclass of use don't agree!"' failed.
https://api.github.com/repos/llvm/llvm-project/issues/1423/comments
2
2006-12-15T21:20:23Z
2021-12-03T19:30:51Z
https://github.com/llvm/llvm-project/issues/1423
1,070,890,177
1,423
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1050](https://llvm.org/bz1050) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | All | | Attachments | [empty archive](https://user-images.githubusercontent.com/60944935/143736723-437ed427-1af1-4d7f-8c29-b881f842ee56.gz) | | Reporter | LLVM...
Empty archive crashes linker
https://api.github.com/repos/llvm/llvm-project/issues/1422/comments
1
2006-12-15T21:15:33Z
2021-12-03T19:30:50Z
https://github.com/llvm/llvm-project/issues/1422
1,070,890,168
1,422
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1049](https://llvm.org/bz1049) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | 1.8 | | OS | Linux | | Blocks | llvm/llvm-project#1234 | | Attachments | [Failed bytecode](https://user-images.githubusercontent.com/67392/143736722-0a07c1a7-e5a8-4ee9-91b0-...
crash compiling inline asm
https://api.github.com/repos/llvm/llvm-project/issues/1421/comments
4
2006-12-15T18:25:45Z
2021-12-03T19:30:49Z
https://github.com/llvm/llvm-project/issues/1421
1,070,890,159
1,421
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1048](https://llvm.org/bz1048) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Attachments | [Failed bytecode.](https://user-images.githubusercontent.com/67392/143736721-01f0891b-531f-440b-97c0-a68169715aba.gz) | ## Extended De...
Invalid operand # of TargetInstrInfo
https://api.github.com/repos/llvm/llvm-project/issues/1420/comments
2
2006-12-15T01:16:31Z
2021-12-03T19:30:48Z
https://github.com/llvm/llvm-project/issues/1420
1,070,890,145
1,420
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1047](https://llvm.org/bz1047) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | 1.9 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description To reproduce the bug: 1. unzip llvm-bug.zip 2. cd into the directory 3. run make...
attempt to define llvm intrinsic not rejected by verifier
https://api.github.com/repos/llvm/llvm-project/issues/1419/comments
9
2006-12-13T01:07:34Z
2021-12-03T19:30:47Z
https://github.com/llvm/llvm-project/issues/1419
1,070,890,132
1,419
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1046](https://llvm.org/bz1046) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:52 | | Version | trunk | | OS | Linux | | Attachments | [matrix multiplication code](https://user-images.githubusercontent.com/60944935/143736718-e552f188-a4f1-4d69-8b99-140d62d16db5.gz) | | ...
Cannot promote operator
https://api.github.com/repos/llvm/llvm-project/issues/1418/comments
11
2006-12-12T21:40:09Z
2021-12-03T19:30:47Z
https://github.com/llvm/llvm-project/issues/1418
1,070,890,124
1,418
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1045](https://llvm.org/bz1045) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | Attachments | [Bytecode](https://user-images.githubusercontent.com/60944935/143736717-9366494c-64df-4198-b61c-b74d015f6b47.gz) | | Reporter | LLVM Bu...
ScalarReplAggregates.cpp:474 assert tripped
https://api.github.com/repos/llvm/llvm-project/issues/1417/comments
3
2006-12-12T05:07:44Z
2021-12-03T19:30:46Z
https://github.com/llvm/llvm-project/issues/1417
1,070,890,112
1,417
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1044](https://llvm.org/bz1044) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The LLVM stream classes do not support stream manipulators like std::hex and std::de...
LLVM Streams do not support stream manipulators
https://api.github.com/repos/llvm/llvm-project/issues/1416/comments
6
2006-12-11T22:27:39Z
2021-12-03T19:30:45Z
https://github.com/llvm/llvm-project/issues/1416
1,070,890,100
1,416
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1043](https://llvm.org/bz1043) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | All | | Depends On | llvm/llvm-bugzilla-archive#1120 | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description This PR is a follo...
Arbitrary bitwidth integers
https://api.github.com/repos/llvm/llvm-project/issues/1415/comments
21
2006-12-11T10:43:06Z
2023-08-15T13:21:05Z
https://github.com/llvm/llvm-project/issues/1415
1,070,890,092
1,415
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1042](https://llvm.org/bz1042) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | 1.0 | | OS | Linux | | Blocks | llvm/llvm-project#1413 | | Attachments | [test.bc bytecode](https://user-images.githubusercontent.com/67392/143736715-852d90c3-1e13-4e1e-9c66...
Verifier doesn't catch invalid invoke use
https://api.github.com/repos/llvm/llvm-project/issues/1414/comments
11
2006-12-11T03:03:04Z
2021-12-03T19:30:43Z
https://github.com/llvm/llvm-project/issues/1414
1,070,890,079
1,414
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1041](https://llvm.org/bz1041) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:49 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#1042 | | Attachments | [test.bc bytecode file](https://user-images.githubusercontent.com/67392/143736713-f...
Attached bytecode causes bugpoint to crash
https://api.github.com/repos/llvm/llvm-project/issues/1413/comments
4
2006-12-11T02:57:13Z
2021-12-03T19:30:42Z
https://github.com/llvm/llvm-project/issues/1413
1,070,890,069
1,413
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1040](https://llvm.org/bz1040) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.6 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description Build times have increased after the tools were changed to use llvm-co...
Using llvm-config creates useless rebuilds
https://api.github.com/repos/llvm/llvm-project/issues/1412/comments
4
2006-12-10T06:22:13Z
2021-12-03T19:30:41Z
https://github.com/llvm/llvm-project/issues/1412
1,070,890,060
1,412
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1039](https://llvm.org/bz1039) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | MacOS X | ## Extended Description -time-passes and related output is printed from the TimingInfo static dtor. This breaks --info-output- file, which is (cor...
timing info printed from static dtor
https://api.github.com/repos/llvm/llvm-project/issues/1411/comments
3
2006-12-09T21:31:49Z
2021-12-03T19:30:40Z
https://github.com/llvm/llvm-project/issues/1411
1,070,890,049
1,411
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1038](https://llvm.org/bz1038) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following file cannot link with itself though gccld: %kallsyms_names = extern_w...
Linker cannot link external weak symbols
https://api.github.com/repos/llvm/llvm-project/issues/1410/comments
3
2006-12-08T07:18:34Z
2021-12-03T19:30:39Z
https://github.com/llvm/llvm-project/issues/1410
1,070,890,036
1,410
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1037](https://llvm.org/bz1037) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This test started failing on the cvs head today: llc: /proj/llvm/llvm-1/include/llv...
Weird Failure: test/Regression/CodeGen/Generic/print-arith-int.ll
https://api.github.com/repos/llvm/llvm-project/issues/1409/comments
9
2006-12-07T06:01:39Z
2021-12-03T19:30:39Z
https://github.com/llvm/llvm-project/issues/1409
1,070,890,027
1,409
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1036](https://llvm.org/bz1036) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:49 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This test started failing on the cvs head today: llc: /proj/llvm/llvm-1/include...
Weird Failure: test/Regression/CodeGen/Generic/print-arith-int.ll
https://api.github.com/repos/llvm/llvm-project/issues/1408/comments
2
2006-12-07T06:00:38Z
2021-12-03T19:30:38Z
https://github.com/llvm/llvm-project/issues/1408
1,070,890,011
1,408
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1035](https://llvm.org/bz1035) | | Resolution | WORKSFORME | | Resolved on | Feb 22, 2010 12:52 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The stage2 compiler generated during a bootstrap on a linux amd64 segfaults wh...
stage1 compiler miscompiles the stage2 on amd64
https://api.github.com/repos/llvm/llvm-project/issues/1407/comments
4
2006-12-05T16:38:20Z
2022-01-20T01:59:28Z
https://github.com/llvm/llvm-project/issues/1407
1,070,889,997
1,407
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1034](https://llvm.org/bz1034) | | Resolution | FIXED | | Resolved on | Sep 26, 2007 01:21 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description SCCP does not work will with Vectors. Fix it.
SCCP and vector types
https://api.github.com/repos/llvm/llvm-project/issues/1406/comments
3
2006-12-05T00:04:26Z
2021-12-03T19:30:36Z
https://github.com/llvm/llvm-project/issues/1406
1,070,889,988
1,406
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1033](https://llvm.org/bz1033) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description On x86-64 a bitcast from long to double or double to long results triggers an llc abort. Among other things...
bitcast between long and double on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/1405/comments
6
2006-12-04T19:58:41Z
2021-12-03T19:30:35Z
https://github.com/llvm/llvm-project/issues/1405
1,070,889,980
1,405
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1032](https://llvm.org/bz1032) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.9 | | OS | Linux | | Attachments | [test.ll](https://user-images.githubusercontent.com/60944935/143736705-02b5b604-94b9-42b3-8f4c-b5e308f13857.gz) | | Reporter | LLVM Bugzi...
x86-64: junk `(%rip)' after expression
https://api.github.com/repos/llvm/llvm-project/issues/1404/comments
13
2006-12-04T16:33:29Z
2021-12-03T19:30:35Z
https://github.com/llvm/llvm-project/issues/1404
1,070,889,974
1,404
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1031](https://llvm.org/bz1031) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:51 | | Version | trunk | | OS | Linux | ## Extended Description Running "make" compiles and links the tools, but then "make install" will relink them even if nothing changed. Could this p...
make install relinks tools
https://api.github.com/repos/llvm/llvm-project/issues/1403/comments
1
2006-12-03T06:44:31Z
2021-12-03T19:30:34Z
https://github.com/llvm/llvm-project/issues/1403
1,070,889,964
1,403
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1030](https://llvm.org/bz1030) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | ## Extended Description It seems, that this define is incorrectly set (al least) on Linux platform Running llvm-gcc -E -dM -xc /dev/null -o - | gre...
__APPLE_CC__ is incorrectly defined on Linux
https://api.github.com/repos/llvm/llvm-project/issues/1402/comments
10
2006-12-01T21:31:44Z
2021-12-03T19:30:33Z
https://github.com/llvm/llvm-project/issues/1402
1,070,889,956
1,402
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1029](https://llvm.org/bz1029) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | 1.9 | | OS | Linux | | Attachments | [test.ll](https://user-images.githubusercontent.com/60944935/143736702-3f6bf695-2dc2-40eb-af9c-dfa85957f527.gz) | | Reporter | LLVM Bugzi...
Couldn't allocate output reg for contraint 'r' (AMD64)
https://api.github.com/repos/llvm/llvm-project/issues/1401/comments
3
2006-12-01T19:50:00Z
2021-12-03T19:30:32Z
https://github.com/llvm/llvm-project/issues/1401
1,070,889,944
1,401
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1028](https://llvm.org/bz1028) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | trunk | | OS | All | ## Extended Description The CBE should translate llvm.stacksave/stackrestore into calls to GCC's __builtin_stack_save/ __builtin_stack_restore function...
CBE should support llvm.stacksave/stackrestore
https://api.github.com/repos/llvm/llvm-project/issues/1400/comments
8
2006-12-01T06:56:03Z
2023-08-15T13:42:27Z
https://github.com/llvm/llvm-project/issues/1400
1,070,889,938
1,400
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1027](https://llvm.org/bz1027) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | All | | Attachments | [preprocessed .i file exhibiting the bug](https://user-images.githubusercontent.com/93352318/143736698-3f4e8b11-b49a-4c99-b67b-1da72a2ac6...
llvm-g++ crash compiling MySQL 5.2.27
https://api.github.com/repos/llvm/llvm-project/issues/1399/comments
6
2006-12-01T05:54:40Z
2021-12-03T19:30:30Z
https://github.com/llvm/llvm-project/issues/1399
1,070,889,927
1,399
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1026](https://llvm.org/bz1026) | | Resolution | WONTFIX | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The InstVisitor class currently defines the individual instruction visitors twice, wit...
InstVisit duplicates instruction visitors
https://api.github.com/repos/llvm/llvm-project/issues/1398/comments
7
2006-11-29T23:29:51Z
2022-01-20T02:28:06Z
https://github.com/llvm/llvm-project/issues/1398
1,070,889,922
1,398
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1025](https://llvm.org/bz1025) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | ## Extended Description The llvm.readcyclecounter intrinsic gets an abort on x86-64. This message is printed: Cannot yet select: 0x894a7d8: i64,ch =...
compiler abort with llvm.readcyclecounter on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/1397/comments
1
2006-11-29T00:19:06Z
2021-12-03T19:30:29Z
https://github.com/llvm/llvm-project/issues/1397
1,070,889,913
1,397
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1024](https://llvm.org/bz1024) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | ## Extended Description The ELF gABI for x86-64 requires the stack-pointer to be 16-byte aligned. Right now LLVM is not doing this and I'm seeing lot...
use 16-byte stack alignment on x86-64 ELF
https://api.github.com/repos/llvm/llvm-project/issues/1396/comments
3
2006-11-29T00:06:31Z
2021-12-03T19:30:28Z
https://github.com/llvm/llvm-project/issues/1396
1,070,889,900
1,396
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1023](https://llvm.org/bz1023) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Linux | ## Extended Description The logic that folds loads of static initializers doesn't take into account whether the variable being initialized may be mod...
folding load of non-constant initializer
https://api.github.com/repos/llvm/llvm-project/issues/1395/comments
1
2006-11-28T23:57:23Z
2021-12-03T19:30:27Z
https://github.com/llvm/llvm-project/issues/1395
1,070,889,893
1,395
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1022](https://llvm.org/bz1022) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | Linux | ## Extended Description There's a bug in folding loads of static initializers. If there are bytes with the high bit set, adjacent bytes are getting s...
bug in folding load of static initializer data
https://api.github.com/repos/llvm/llvm-project/issues/1394/comments
1
2006-11-28T23:52:54Z
2021-12-03T19:30:26Z
https://github.com/llvm/llvm-project/issues/1394
1,070,889,885
1,394
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1021](https://llvm.org/bz1021) | | Version | trunk | | OS | Linux | | CC | @nlewycky | ## Extended Description While reducing a bad-generated-code bug (which I'll submit a separate report for), bugpoint produced a reduced test case which is supposed to reproduce the problem, ...
bugpoint reduced test case doesn't reproduce bug
https://api.github.com/repos/llvm/llvm-project/issues/1393/comments
4
2006-11-28T23:47:16Z
2023-08-19T17:15:53Z
https://github.com/llvm/llvm-project/issues/1393
1,070,889,870
1,393
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1020](https://llvm.org/bz1020) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.8 | | OS | MacOS X | | Attachments | [.bc file](https://user-images.githubusercontent.com/15152540/143736697-ad872197-d0f7-4dc0-a467-f23bb787709b.gz) | ## Extended Descrip...
CBE throw exception compiling inline asm
https://api.github.com/repos/llvm/llvm-project/issues/1392/comments
2
2006-11-28T23:38:35Z
2021-12-03T19:30:25Z
https://github.com/llvm/llvm-project/issues/1392
1,070,889,859
1,392
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1019](https://llvm.org/bz1019) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.6 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description On windows, without a pthread.h or libpthread.so we get: make[2]: Entering directory `/...
ParallelJIT requires pthread library, makefiles don't handle it right.
https://api.github.com/repos/llvm/llvm-project/issues/1391/comments
2
2006-11-28T21:57:02Z
2021-12-03T19:30:24Z
https://github.com/llvm/llvm-project/issues/1391
1,070,889,849
1,391
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1018](https://llvm.org/bz1018) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The code: ------------------------ extern void * xcalloc (size_t, size_t) __attribu...
wrong code on amd64
https://api.github.com/repos/llvm/llvm-project/issues/1390/comments
31
2006-11-28T16:42:45Z
2021-12-03T19:30:23Z
https://github.com/llvm/llvm-project/issues/1390
1,070,889,838
1,390
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1017](https://llvm.org/bz1017) | | Resolution | FIXED | | Resolved on | Sep 27, 2019 17:58 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#1215 llvm/llvm-project#1378 | | CC | @lattner,@yuanfang-chen | ## Extended Description LLVM should support symbol alias...
LLVM should support symbol aliasing
https://api.github.com/repos/llvm/llvm-project/issues/1389/comments
22
2006-11-28T09:55:37Z
2021-12-03T19:30:22Z
https://github.com/llvm/llvm-project/issues/1389
1,070,889,829
1,389
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1016](https://llvm.org/bz1016) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | All | | Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/60944935/143736676-9dcfb650-b467-498c-a801-ee34124f1a6a.gz), [llvm...
Codegen wrong for: ptrtoint X* %y to bool
https://api.github.com/repos/llvm/llvm-project/issues/1388/comments
1
2006-11-28T02:55:08Z
2021-12-03T19:30:21Z
https://github.com/llvm/llvm-project/issues/1388
1,070,889,813
1,388
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1015](https://llvm.org/bz1015) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | 1.5 | | OS | All | | Attachments | [Source file [qapp.ll]](https://user-images.githubusercontent.com/67392/143736674-c15c05bc-555a-4ab0-9319-fce3bdd7f0e1.gz), [Opt output [qa...
-indvars miscompilation of Qt
https://api.github.com/repos/llvm/llvm-project/issues/1387/comments
5
2006-11-28T00:41:14Z
2021-12-03T19:30:20Z
https://github.com/llvm/llvm-project/issues/1387
1,070,889,797
1,387
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1014](https://llvm.org/bz1014) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | All | | Attachments | [Test source](https://user-images.githubusercontent.com/67392/143736673-e9db449c-772b-4330-a108-95c93726541e.gz) | ## Extended Descripti...
instcombine + dagcombine miscompilation
https://api.github.com/repos/llvm/llvm-project/issues/1386/comments
9
2006-11-27T18:31:38Z
2021-12-03T19:30:19Z
https://github.com/llvm/llvm-project/issues/1386
1,070,889,785
1,386
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1013](https://llvm.org/bz1013) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description To reproduce: -- objc_instance.m -- namespace { class JSValue { ~JSValue();...
Invalid assembly generated with DWARF2 and Obj-C GC
https://api.github.com/repos/llvm/llvm-project/issues/1385/comments
6
2006-11-20T10:17:51Z
2021-12-03T19:30:19Z
https://github.com/llvm/llvm-project/issues/1385
1,070,889,774
1,385
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1012](https://llvm.org/bz1012) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint reduced testcase](https://user-images.githubusercontent.com/392652/143736670-ac5e4cbf-f234-4274-9a68-86afc9831b5a.gz), [match...
fp stackifier broken
https://api.github.com/repos/llvm/llvm-project/issues/1384/comments
7
2006-11-19T23:54:03Z
2021-12-03T19:30:18Z
https://github.com/llvm/llvm-project/issues/1384
1,070,889,763
1,384
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1011](https://llvm.org/bz1011) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | Linux | | Attachments | [Reduced sources](https://user-images.githubusercontent.com/67392/143736668-a1f819d3-fc6f-4556-89c7-af4cd2cbd5d5.gz), [Original sources...
assertion failed while compiling libmng
https://api.github.com/repos/llvm/llvm-project/issues/1383/comments
3
2006-11-19T22:59:50Z
2021-12-03T19:30:17Z
https://github.com/llvm/llvm-project/issues/1383
1,070,889,750
1,383
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1010](https://llvm.org/bz1010) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | ## Extended Description Regression/CodeGen/X86/xmm-r64.ll has regressed: $ llvm/Debug/bin/llvm-as < /home/nicholas/llvm-commit/test/Regression/CodeG...
CodeGen/X86/xmm-r64.ll failure on non-x86-64 hosts
https://api.github.com/repos/llvm/llvm-project/issues/1382/comments
3
2006-11-19T20:50:00Z
2021-12-03T19:30:16Z
https://github.com/llvm/llvm-project/issues/1382
1,070,889,739
1,382
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1009](https://llvm.org/bz1009) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The attched is a reduction of a boot strap failure in llvm-gcc2 on x86/linux. inter...
bootstrap failure building libgcc2
https://api.github.com/repos/llvm/llvm-project/issues/1381/comments
4
2006-11-17T22:20:55Z
2021-12-03T19:30:15Z
https://github.com/llvm/llvm-project/issues/1381
1,070,889,729
1,381
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1008](https://llvm.org/bz1008) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.9 | | OS | MacOS X | | Attachments | [preprocessed cpp file that triggers bug](https://user-images.githubusercontent.com/93352318/143736666-00aeaa0a-4bdf-4952-ab9a-886c066e...
internal compiler error when building firefox: nsMemoryImpl.cpp
https://api.github.com/repos/llvm/llvm-project/issues/1380/comments
12
2006-11-17T07:58:50Z
2021-12-03T19:30:14Z
https://github.com/llvm/llvm-project/issues/1380
1,070,889,722
1,380
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1007](https://llvm.org/bz1007) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/392652/143736665-76cc8b30-336e-4093-aced-0f485faec983.gz) | | CC | @lattner | ## Ex...
predsimplify rips out constant, replaces it with variable.
https://api.github.com/repos/llvm/llvm-project/issues/1379/comments
2
2006-11-17T03:54:37Z
2021-12-03T19:30:14Z
https://github.com/llvm/llvm-project/issues/1379
1,070,889,709
1,379
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1006](https://llvm.org/bz1006) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#1017 llvm/llvm-bugzilla-archive#1067 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended D...
llvm-gcc requires --disable-shared on linux
https://api.github.com/repos/llvm/llvm-project/issues/1378/comments
16
2006-11-17T01:23:19Z
2021-12-03T19:30:12Z
https://github.com/llvm/llvm-project/issues/1378
1,070,889,699
1,378
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1005](https://llvm.org/bz1005) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description /usr/bin/pod2html: llvm-nm.pod: cannot resolve L<ar(1)> in paragraph 51. /usr/bin/pod2...
pod2html links unresolvable
https://api.github.com/repos/llvm/llvm-project/issues/1377/comments
3
2006-11-16T22:21:23Z
2021-12-03T19:30:12Z
https://github.com/llvm/llvm-project/issues/1377
1,070,889,691
1,377