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 | [2304](https://llvm.org/bz2304) | | Resolution | FIXED | | Resolved on | Dec 20, 2009 16:48 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#4979 llvm/llvm-bugzilla-archive#2713 llvm/llvm-bugzilla-archive#4358 llvm/llvm-bugzilla-archive#4399 llvm/l...
CHECKER: add field sensitivity to checker
https://api.github.com/repos/llvm/llvm-project/issues/2676/comments
18
2008-05-10T10:39:06Z
2021-12-03T20:22:05Z
https://github.com/llvm/llvm-project/issues/2676
1,070,938,082
2,676
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2303](https://llvm.org/bz2303) | | Resolution | FIXED | | Resolved on | May 09, 2008 10:13 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737877-fd6a5f0e-b8e2-4ac2-9b4f-6190c37c90c5.gz) | | Reporter...
instcombine crash
https://api.github.com/repos/llvm/llvm-project/issues/2675/comments
2
2008-05-09T16:03:47Z
2021-12-03T20:22:04Z
https://github.com/llvm/llvm-project/issues/2675
1,070,938,072
2,675
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2302](https://llvm.org/bz2302) | | Resolution | FIXED | | Resolved on | Dec 03, 2009 07:39 | | Version | unspecified | | OS | Linux | | CC | @d0k,@sunfishcode | ## Extended Description #include <stdio.h> #include <stdlib.h> int x; int main() { if (++x > 10) exit(0); else main(...
Incorrect optimization with recursive call to main
https://api.github.com/repos/llvm/llvm-project/issues/2674/comments
5
2008-05-09T15:02:04Z
2021-12-03T20:22:03Z
https://github.com/llvm/llvm-project/issues/2674
1,070,938,058
2,674
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2301](https://llvm.org/bz2301) | | Resolution | WORKSFORME | | Resolved on | Oct 06, 2008 02:12 | | Version | unspecified | | OS | Linux | | Attachments | [Test code for reproducing the error.](https://user-images.githubusercontent.com/60944935/143737875-c7aba8c4-f8b0-4bc9-bf9b-...
Internal compiler error when doing inline optimization in llvm-gcc4.2-2.2
https://api.github.com/repos/llvm/llvm-project/issues/2673/comments
7
2008-05-09T14:59:05Z
2022-01-20T02:00:27Z
https://github.com/llvm/llvm-project/issues/2673
1,070,938,047
2,673
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2300](https://llvm.org/bz2300) | | Resolution | WORKSFORME | | Resolved on | May 08, 2008 17:27 | | Version | unspecified | | OS | Linux | | Attachments | [the test case](https://user-images.githubusercontent.com/60944935/143737874-7e12c9d3-104c-4cf1-a817-79732f425cca.gz) | | Re...
Wrong indices in GPE with pointer arithmetic and uintptr_t
https://api.github.com/repos/llvm/llvm-project/issues/2672/comments
1
2008-05-08T23:23:25Z
2022-01-20T02:00:25Z
https://github.com/llvm/llvm-project/issues/2672
1,070,938,035
2,672
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2299](https://llvm.org/bz2299) | | Resolution | LATER | | Resolved on | Nov 22, 2009 07:47 | | Version | unspecified | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/92601246/143737871-64f0977f-f510-4365-a470-610a90f92f32.gz), [C code](https:...
-anders-aa and -gvn marks values as undefined incorrectly
https://api.github.com/repos/llvm/llvm-project/issues/2671/comments
2
2008-05-08T23:11:34Z
2021-12-03T20:22:00Z
https://github.com/llvm/llvm-project/issues/2671
1,070,938,020
2,671
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2298](https://llvm.org/bz2298) | | Resolution | FIXED | | Resolved on | May 09, 2008 00:21 | | Version | unspecified | | OS | Linux | ## Extended Description Pretty simple bug: int a(int a, int b) {return ~a < ~b;} currently outputs the following: define i32 @&#8203;a(i32 %a, ...
Missed optimization: should instcombine icmp ~A, ~B to icmp B, A
https://api.github.com/repos/llvm/llvm-project/issues/2670/comments
1
2008-05-08T10:00:08Z
2021-12-03T20:21:59Z
https://github.com/llvm/llvm-project/issues/2670
1,070,938,013
2,670
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2297](https://llvm.org/bz2297) | | Resolution | FIXED | | Resolved on | May 08, 2008 12:38 | | Version | trunk | | OS | Linux | ## Extended Description int a() { int len; char* x = malloc(10); x[1] = 0; x[0] = 1; len = strlen(x); x[0] = 0; b(x); return len; } ...
Over-aggressive dead store elimination in instcombine
https://api.github.com/repos/llvm/llvm-project/issues/2669/comments
2
2008-05-08T08:58:11Z
2021-12-03T20:21:58Z
https://github.com/llvm/llvm-project/issues/2669
1,070,938,000
2,669
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2296](https://llvm.org/bz2296) | | Resolution | FIXED | | Resolved on | Jul 16, 2008 02:31 | | Version | unspecified | | OS | Linux | ## Extended Description Obvious bug: visitCallInst shouldn't turn x86_sse2_storel_dq into a store because it's not equivalent to a full-width s...
Instcombine shouldn't turn x86_sse2_storel_dq into a full-width store
https://api.github.com/repos/llvm/llvm-project/issues/2668/comments
8
2008-05-08T07:33:56Z
2021-12-03T20:21:57Z
https://github.com/llvm/llvm-project/issues/2668
1,070,937,993
2,668
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2295](https://llvm.org/bz2295) | | Resolution | WORKSFORME | | Resolved on | May 07, 2008 19:36 | | Version | unspecified | | OS | Windows NT | | Attachments | [.ll to demonstrate mis-optimization](https://user-images.githubusercontent.com/60944935/143737870-c93332b6-4553-4388-9...
incorrect optimization (instcombine)
https://api.github.com/repos/llvm/llvm-project/issues/2667/comments
4
2008-05-08T00:41:30Z
2022-01-20T02:00:24Z
https://github.com/llvm/llvm-project/issues/2667
1,070,937,984
2,667
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2294](https://llvm.org/bz2294) | | Resolution | FIXED | | Resolved on | May 19, 2008 17:24 | | Version | unspecified | | OS | Linux | | CC | @nlewycky | ## Extended Description Using recent svn on x86-32 the code below behaves differently at -O0 and -O1. Clearly there's an in...
possible integer codegen bug in index-set-split
https://api.github.com/repos/llvm/llvm-project/issues/2666/comments
2
2008-05-07T00:14:22Z
2021-12-03T20:21:55Z
https://github.com/llvm/llvm-project/issues/2666
1,070,937,975
2,666
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2293](https://llvm.org/bz2293) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:58 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@sunfishcode | ## Extended Description The following code, ; ModuleID = 'bugpoint-reduce...
lli/llc crash with "Cannot promote to smaller type"
https://api.github.com/repos/llvm/llvm-project/issues/2665/comments
7
2008-05-06T18:19:44Z
2021-12-03T20:21:55Z
https://github.com/llvm/llvm-project/issues/2665
1,070,937,963
2,665
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2292](https://llvm.org/bz2292) | | Resolution | FIXED | | Resolved on | May 06, 2008 10:04 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This testcase __inline__ __attribute__ ((__pure__)) int g (void) {} void f (i...
tree check failure inlining pure function
https://api.github.com/repos/llvm/llvm-project/issues/2664/comments
1
2008-05-06T12:48:27Z
2021-12-03T20:21:54Z
https://github.com/llvm/llvm-project/issues/2664
1,070,937,953
2,664
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2291](https://llvm.org/bz2291) | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner,@efriedma-quic | ## Extended Description #elif is not in a skipped group so the following must be diagnosed: #if 1 #elif #endif
Undiagnosed syntax error (not checking dead #elif conditions)
https://api.github.com/repos/llvm/llvm-project/issues/2663/comments
9
2008-05-06T11:33:48Z
2023-08-14T12:58:29Z
https://github.com/llvm/llvm-project/issues/2663
1,070,937,943
2,663
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2290](https://llvm.org/bz2290) | | Resolution | FIXED | | Resolved on | May 07, 2008 17:01 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description llvm-gcc build dails with the error "Did not get a target machine!" which is e...
llvm-gcc doesn't bootstrap on arm-qemu (linux)
https://api.github.com/repos/llvm/llvm-project/issues/2662/comments
2
2008-05-06T03:55:32Z
2021-12-03T20:21:52Z
https://github.com/llvm/llvm-project/issues/2662
1,070,937,939
2,662
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2289](https://llvm.org/bz2289) | | Resolution | FIXED | | Resolved on | May 28, 2008 12:41 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737868-0349e6ae-2a75-4ab6-aa53-7e1ea39da835.gz) | | Reporter...
llc assertion failure: Multiple implicit_def defining same register?
https://api.github.com/repos/llvm/llvm-project/issues/2661/comments
2
2008-05-05T19:06:32Z
2021-12-03T20:21:51Z
https://github.com/llvm/llvm-project/issues/2661
1,070,937,933
2,661
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2288](https://llvm.org/bz2288) | | Resolution | FIXED | | Resolved on | May 07, 2008 01:56 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky,@tlattner | ## Extended Description I see this assertion (x86-32 linux) for the follo...
LLVM type size doesn't match GCC type size!
https://api.github.com/repos/llvm/llvm-project/issues/2660/comments
4
2008-05-05T16:11:51Z
2021-12-03T20:21:51Z
https://github.com/llvm/llvm-project/issues/2660
1,070,937,918
2,660
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2287](https://llvm.org/bz2287) | | Resolution | FIXED | | Resolved on | May 06, 2008 02:23 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description The test CodeGen/X86/2007-07-03-GR64ToVR64.ll is failing...
CodeGen/X86/2007-07-03-GR64ToVR64.ll fails
https://api.github.com/repos/llvm/llvm-project/issues/2659/comments
2
2008-05-05T15:47:47Z
2021-12-03T20:21:50Z
https://github.com/llvm/llvm-project/issues/2659
1,070,937,910
2,659
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2286](https://llvm.org/bz2286) | | Resolution | FIXED | | Resolved on | May 06, 2008 18:56 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @isanbard | ## Extended Description It looks like this test assumes a 64 bit compiler: while r...
FrontendObjC/nonfragile-ivar.m fails on x86-32 linux
https://api.github.com/repos/llvm/llvm-project/issues/2658/comments
8
2008-05-05T15:11:27Z
2021-12-03T20:21:49Z
https://github.com/llvm/llvm-project/issues/2658
1,070,937,899
2,658
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2285](https://llvm.org/bz2285) | | Resolution | FIXED | | Resolved on | May 05, 2008 15:22 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737867-8cff016c-7f3d-4d4e-a5fa-ac7e5470c0c9.gz) | | Reporter...
Jump threading crash with multiple return values
https://api.github.com/repos/llvm/llvm-project/issues/2657/comments
3
2008-05-05T14:47:42Z
2021-12-03T20:21:48Z
https://github.com/llvm/llvm-project/issues/2657
1,070,937,890
2,657
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2284](https://llvm.org/bz2284) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following is not diagnosed (excess tokens): #if 1 ? 2 : 1, 3 #endif "/t...
Conditional operator issues
https://api.github.com/repos/llvm/llvm-project/issues/2656/comments
1
2008-05-05T09:12:11Z
2021-12-03T20:21:47Z
https://github.com/llvm/llvm-project/issues/2656
1,070,937,878
2,656
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2283](https://llvm.org/bz2283) | | Resolution | FIXED | | Resolved on | May 08, 2008 01:34 | | Version | 2.2 | | OS | All | ## Extended Description From llvm/llvm-project#1287 : > Incidentally, many tests from the gcc testsuite fail at -O0, e.g. > gcc.c-torture/20010605-1.c ...
Problem compiling some GCC regtests at -O0
https://api.github.com/repos/llvm/llvm-project/issues/2655/comments
2
2008-05-04T19:24:03Z
2021-12-03T20:21:46Z
https://github.com/llvm/llvm-project/issues/2655
1,070,937,872
2,655
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2282](https://llvm.org/bz2282) | | Resolution | FIXED | | Resolved on | May 04, 2008 16:28 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description The LLVM build fails on x86-32 and x86-64 linux: cc1: llvm/lib/...
llvm-gcc build failure on x86 linux (@llvm.x86.sse.comile.ss)
https://api.github.com/repos/llvm/llvm-project/issues/2654/comments
5
2008-05-04T19:17:11Z
2021-12-03T20:21:45Z
https://github.com/llvm/llvm-project/issues/2654
1,070,937,859
2,654
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2281](https://llvm.org/bz2281) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following doesn't error with pedantic-errors, it just warns. It fails co...
Charconsts in pp expressions
https://api.github.com/repos/llvm/llvm-project/issues/2653/comments
1
2008-05-04T12:00:38Z
2021-12-03T20:21:45Z
https://github.com/llvm/llvm-project/issues/2653
1,070,937,846
2,653
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2280](https://llvm.org/bz2280) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | unspecified | | OS | Linux | | CC | @tkremenek | ## Extended Description When an error occurs, clang still creates the output file, which is a problem because make will bel...
clang: no output should be produced when errors occurs
https://api.github.com/repos/llvm/llvm-project/issues/2652/comments
1
2008-05-04T11:53:21Z
2021-12-03T20:21:44Z
https://github.com/llvm/llvm-project/issues/2652
1,070,937,838
2,652
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2279](https://llvm.org/bz2279) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description These are conformance problems I'm aware of regarding PP expressions. If you ...
Conformance problems with pp expressions
https://api.github.com/repos/llvm/llvm-project/issues/2651/comments
5
2008-05-04T03:29:33Z
2021-12-03T20:21:43Z
https://github.com/llvm/llvm-project/issues/2651
1,070,937,824
2,651
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2278](https://llvm.org/bz2278) | | Resolution | FIXED | | Resolved on | Apr 14, 2009 03:57 | | Version | unspecified | | OS | Linux | | Attachments | [bugpoint reduced testcase](https://user-images.githubusercontent.com/92601246/143737864-18acf45d-8212-4b51-900e-538bcbe5103c.gz)...
linux/x86-64 TLS support
https://api.github.com/repos/llvm/llvm-project/issues/2650/comments
11
2008-05-03T21:59:56Z
2021-12-03T20:21:42Z
https://github.com/llvm/llvm-project/issues/2650
1,070,937,813
2,650
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2277](https://llvm.org/bz2277) | | Resolution | WORKSFORME | | Resolved on | May 12, 2008 10:43 | | Version | unspecified | | OS | Linux | | Attachments | [bugpoint reduced testcase](https://user-images.githubusercontent.com/92601246/143737863-7c4c19e1-0384-43ea-9247-b0f8e47e084...
llc -enable-correct-eh-support: "Not all catch info was assigned to a landing pad!"' failed
https://api.github.com/repos/llvm/llvm-project/issues/2649/comments
3
2008-05-03T21:56:30Z
2022-01-20T02:00:23Z
https://github.com/llvm/llvm-project/issues/2649
1,070,937,802
2,649
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2276](https://llvm.org/bz2276) | | Resolution | FIXED | | Resolved on | May 05, 2008 20:03 | | Version | unspecified | | OS | Linux | | CC | @sunfishcode,@nlewycky | ## Extended Description Using recent svn targeting x86-32 running on Ubuntu Linux this program behaves differen...
probable integer codegen bug
https://api.github.com/repos/llvm/llvm-project/issues/2648/comments
2
2008-05-03T06:20:32Z
2021-12-03T20:21:40Z
https://github.com/llvm/llvm-project/issues/2648
1,070,937,791
2,648
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2275](https://llvm.org/bz2275) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | unspecified | | OS | All | | CC | @tkremenek | ## Extended Description The semantic analyzer crashes on the following input (also attached): long long f(long long); ...
assertion failure with C++ namespaces
https://api.github.com/repos/llvm/llvm-project/issues/2647/comments
1
2008-05-02T19:48:22Z
2021-12-03T20:21:39Z
https://github.com/llvm/llvm-project/issues/2647
1,070,937,784
2,647
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2274](https://llvm.org/bz2274) | | Resolution | FIXED | | Resolved on | May 02, 2008 16:32 | | Version | unspecified | | OS | Linux | | CC | @asl,@sunfishcode | ## Extended Description Using recent svn, targeting x86-32, running on Ubuntu Feisty, this program produces differen...
another possible code generation error
https://api.github.com/repos/llvm/llvm-project/issues/2646/comments
1
2008-05-02T18:52:45Z
2021-12-03T20:21:38Z
https://github.com/llvm/llvm-project/issues/2646
1,070,937,778
2,646
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2273](https://llvm.org/bz2273) | | Resolution | INVALID | | Resolved on | May 02, 2008 17:14 | | Version | trunk | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143737862-9c057edd-4de2-49d6-a397-915f5d142725.gz) | | Reporter | LLVM...
Segmentation Fault in PassManager.cpp
https://api.github.com/repos/llvm/llvm-project/issues/2645/comments
1
2008-05-02T07:04:09Z
2021-12-03T20:21:37Z
https://github.com/llvm/llvm-project/issues/2645
1,070,937,765
2,645
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2272](https://llvm.org/bz2272) | | Resolution | FIXED | | Resolved on | May 27, 2008 13:18 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description We've disabled inlining for llvm-gcc optimization level < 3 for now. The...
Re-enable inlining at -O2 at above
https://api.github.com/repos/llvm/llvm-project/issues/2644/comments
9
2008-05-01T08:46:32Z
2021-12-03T20:21:36Z
https://github.com/llvm/llvm-project/issues/2644
1,070,937,756
2,644
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2271](https://llvm.org/bz2271) | | Resolution | FIXED | | Resolved on | May 01, 2008 14:14 | | Version | unspecified | | OS | Linux | | CC | @sunfishcode | ## Extended Description Assuming integer types are 2's complement, the attached code appears to have well-defined behavio...
bug?
https://api.github.com/repos/llvm/llvm-project/issues/2643/comments
6
2008-05-01T04:37:32Z
2021-12-03T20:21:35Z
https://github.com/llvm/llvm-project/issues/2643
1,070,937,736
2,643
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2270](https://llvm.org/bz2270) | | Resolution | FIXED | | Resolved on | Jun 28, 2011 18:13 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-project#1234 | | Attachments | [full testcase](https://user-images.githubusercontent.com/92601246/143737860-970de860-c2ed-4...
[X87 FPStack] Issues with inline asm
https://api.github.com/repos/llvm/llvm-project/issues/2642/comments
23
2008-04-30T21:37:52Z
2021-12-03T20:21:34Z
https://github.com/llvm/llvm-project/issues/2642
1,070,937,724
2,642
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2269](https://llvm.org/bz2269) | | Resolution | DUPLICATE | | Resolved on | May 01, 2008 13:56 | | Version | unspecified | | OS | Linux | ## Extended Description While building glibc I get a new error: cc1: /home/edwin/llvm/llvm-svn/trunk/lib/Target/X86/X86InstrInfo.cpp:1593:...
Assertion `DestReg == X86::ST0 && "Can only copy to TOS right now"' failed.
https://api.github.com/repos/llvm/llvm-project/issues/2641/comments
2
2008-04-30T21:33:20Z
2021-12-03T20:21:33Z
https://github.com/llvm/llvm-project/issues/2641
1,070,937,716
2,641
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2268](https://llvm.org/bz2268) | | Resolution | FIXED | | Resolved on | May 30, 2009 03:00 | | Version | unspecified | | OS | Linux | | Depends On | llvm/llvm-project#2629 | | Attachments | [testcase](https://user-images.githubusercontent.com/92601246/143737859-971e3051-0647-48...
void<unnamed>::FPS::handleSpecialFP(llvm::ilist_iterator<llvm::MachineInstr>&): Assertion `StackTop == 1 && "Stack should have one element on it to return!"' failed
https://api.github.com/repos/llvm/llvm-project/issues/2640/comments
3
2008-04-30T21:28:23Z
2021-12-03T20:21:32Z
https://github.com/llvm/llvm-project/issues/2640
1,070,937,710
2,640
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2267](https://llvm.org/bz2267) | | Resolution | FIXED | | Resolved on | May 21, 2008 23:47 | | Version | unspecified | | OS | Linux | | CC | @asl,@EdSchouten | ## Extended Description I tried to build glibc with llvm-gcc4.2, and I get lots of there errors: abort.c: In functio...
llvm-gcc no longer accepts some assembly: Invalid or unsupported inline assembly!
https://api.github.com/repos/llvm/llvm-project/issues/2639/comments
8
2008-04-30T21:07:09Z
2021-12-03T20:21:19Z
https://github.com/llvm/llvm-project/issues/2639
1,070,937,581
2,639
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2266](https://llvm.org/bz2266) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | unspecified | | OS | All | | CC | @tkremenek | ## Extended Description We're seeing an assertion failure that appears to be a regression in handling malformed code. The fo...
semantic analyzer assertion on malformed code: "The next DeclContext should be directly contained in the current one."
https://api.github.com/repos/llvm/llvm-project/issues/2638/comments
1
2008-04-30T18:43:11Z
2021-12-03T20:21:14Z
https://github.com/llvm/llvm-project/issues/2638
1,070,937,524
2,638
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2265](https://llvm.org/bz2265) | | Resolution | WONTFIX | | Resolved on | May 05, 2008 22:07 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode,@matthijskooijman,@nlewycky | ## Extended Description Here's a pretty simple loop:...
Can't solve trip count for simple loop
https://api.github.com/repos/llvm/llvm-project/issues/2637/comments
4
2008-04-30T09:27:59Z
2022-01-20T02:28:57Z
https://github.com/llvm/llvm-project/issues/2637
1,070,937,507
2,637
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2264](https://llvm.org/bz2264) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | unspecified | | OS | Linux | | CC | @asl,@isanbard | ## Extended Description Using recent svn on x86-32 compiling this fragment: typedef signed char int8_t; typedef short ...
internal compiler error
https://api.github.com/repos/llvm/llvm-project/issues/2636/comments
8
2008-04-30T01:45:24Z
2021-12-03T20:21:13Z
https://github.com/llvm/llvm-project/issues/2636
1,070,937,497
2,636
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2263](https://llvm.org/bz2263) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | ## Extended Description Clang doesn't parse this because the attr isn't applied to the type correctly: float vf(__attribute__((vector_size(16)))...
clang doesn't pick up type attribute on argument
https://api.github.com/repos/llvm/llvm-project/issues/2635/comments
1
2008-04-29T21:51:33Z
2021-12-03T20:21:12Z
https://github.com/llvm/llvm-project/issues/2635
1,070,937,484
2,635
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2262](https://llvm.org/bz2262) | | Resolution | FIXED | | Resolved on | Apr 29, 2008 12:29 | | Version | unspecified | | OS | Linux | ## Extended Description This is observed for recent SVN of llvm + gcc-4.2 on Ubuntu Feisty on x86-32. This program: volatile int g_1; void l...
volatile load should not be moved inside loop
https://api.github.com/repos/llvm/llvm-project/issues/2634/comments
6
2008-04-29T17:26:52Z
2021-12-03T20:21:11Z
https://github.com/llvm/llvm-project/issues/2634
1,070,937,475
2,634
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2261](https://llvm.org/bz2261) | | Resolution | FIXED | | Resolved on | Jul 12, 2008 02:42 | | Version | 1.0 | | OS | All | | CC | @efriedma-quic,@sunfishcode,@nlewycky | ## Extended Description This (unremarkable) testcase from the GCC testsuite gcc/testsuite/gcc.apple/i386-b...
SCEV creates unneeded SMAX node
https://api.github.com/repos/llvm/llvm-project/issues/2633/comments
2
2008-04-29T15:22:25Z
2021-12-03T20:21:10Z
https://github.com/llvm/llvm-project/issues/2633
1,070,937,466
2,633
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2260](https://llvm.org/bz2260) | | Resolution | FIXED | | Resolved on | Apr 28, 2008 16:41 | | Version | unspecified | | OS | Linux | | CC | @asl,@sunfishcode | ## Extended Description This is observed for llvm + gcc-4.2 version 50368, on Ubuntu Feisty on x86-32. This input: ...
sin of omission: load from volatile
https://api.github.com/repos/llvm/llvm-project/issues/2632/comments
5
2008-04-28T21:16:39Z
2021-12-03T20:21:09Z
https://github.com/llvm/llvm-project/issues/2632
1,070,937,458
2,632
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2259](https://llvm.org/bz2259) | | Resolution | FIXED | | Resolved on | Sep 03, 2010 12:17 | | Version | unspecified | | OS | All | ## Extended Description The LLVM "make install" process installs share/man/man1/stkrc.1 share/man/man1/tblgen.1 but it does not install eith...
LLVM installs tblgen man page
https://api.github.com/repos/llvm/llvm-project/issues/2631/comments
2
2008-04-28T19:13:39Z
2021-12-03T20:21:09Z
https://github.com/llvm/llvm-project/issues/2631
1,070,937,448
2,631
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2258](https://llvm.org/bz2258) | | Resolution | FIXED | | Resolved on | May 10, 2010 17:57 | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description This was discussed on the llvmdev mailing list. The short ...
LLVM does not properly handle compile units in debug records
https://api.github.com/repos/llvm/llvm-project/issues/2630/comments
7
2008-04-28T16:01:35Z
2021-12-03T20:21:08Z
https://github.com/llvm/llvm-project/issues/2630
1,070,937,433
2,630
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2257](https://llvm.org/bz2257) | | Resolution | FIXED | | Resolved on | Jul 07, 2009 13:47 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#2268 | | Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143737852-820799ec-f957-481d-a...
Assertion in FP stackifier
https://api.github.com/repos/llvm/llvm-project/issues/2629/comments
4
2008-04-28T01:59:15Z
2021-12-03T20:21:07Z
https://github.com/llvm/llvm-project/issues/2629
1,070,937,422
2,629
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2256](https://llvm.org/bz2256) | | Resolution | FIXED | | Resolved on | Apr 27, 2008 19:19 | | Version | trunk | | OS | Linux | | Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143737851-66f8a1de-0d31-42bf-9b82-06ad70a52985.gz) | ## Extended Descriptio...
simplifycfg produces invalid bytecode
https://api.github.com/repos/llvm/llvm-project/issues/2628/comments
2
2008-04-28T01:49:34Z
2021-12-03T20:21:06Z
https://github.com/llvm/llvm-project/issues/2628
1,070,937,410
2,628
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2255](https://llvm.org/bz2255) | | Resolution | FIXED | | Resolved on | Jan 01, 2010 12:45 | | Version | trunk | | OS | Linux | | Attachments | [Test bytecode](https://user-images.githubusercontent.com/67392/143737850-f9e6631c-3cae-4f3a-a337-57fcdbbc0f58.gz) | | CC | @edwintorok...
getCopyRegToReg() does not support ST(1) as dest register
https://api.github.com/repos/llvm/llvm-project/issues/2627/comments
4
2008-04-28T01:35:52Z
2021-12-03T20:21:05Z
https://github.com/llvm/llvm-project/issues/2627
1,070,937,399
2,627
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2254](https://llvm.org/bz2254) | | Resolution | INVALID | | Resolved on | Apr 27, 2008 00:10 | | Version | trunk | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/392652/143737849-ed59b222-b587-4972-95c1-ff9f8c6c2ea3.gz) | ## Extended Descrip...
bugpoint's steps-to-reproduce forget tool-args
https://api.github.com/repos/llvm/llvm-project/issues/2626/comments
1
2008-04-27T06:46:07Z
2021-12-03T20:21:04Z
https://github.com/llvm/llvm-project/issues/2626
1,070,937,390
2,626
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2253](https://llvm.org/bz2253) | | Resolution | FIXED | | Resolved on | Aug 09, 2011 20:31 | | Version | unspecified | | OS | Linux | | Attachments | [Bitcode file after: opt -loop-rotate -indvars < main.bc > main.unroll.bc](https://user-images.githubusercontent.com/60944935/143...
loop unroll crashes on example with -unroll-count=2
https://api.github.com/repos/llvm/llvm-project/issues/2625/comments
20
2008-04-26T20:45:16Z
2021-12-03T20:21:03Z
https://github.com/llvm/llvm-project/issues/2625
1,070,937,381
2,625
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2252](https://llvm.org/bz2252) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description For #if -0x8000000000000000 #endif Clang gives: $ clang -pedantic-errors /...
Unexpected diagnostics in PP expression
https://api.github.com/repos/llvm/llvm-project/issues/2624/comments
1
2008-04-26T09:04:07Z
2021-12-03T20:21:02Z
https://github.com/llvm/llvm-project/issues/2624
1,070,937,378
2,624
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2251](https://llvm.org/bz2251) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Hi, When gnatmake is invoked with -emil-llvm, '-emit-llvm' is not recorded in the ali file.The reason for this is that g...
request: enable gnatlink to use -emit-llvm when compiling the binder generated main
https://api.github.com/repos/llvm/llvm-project/issues/2623/comments
1
2008-04-25T15:14:52Z
2023-08-10T12:46:08Z
https://github.com/llvm/llvm-project/issues/2623
1,070,937,371
2,623
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2250](https://llvm.org/bz2250) | | Resolution | FIXED | | Resolved on | Apr 25, 2008 13:32 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737845-24a01124-f2d4-4a5d-ba17-31b42333a6c1.gz) | | Reporter...
multiple return values breaks x86-64 linux llvm-gcc build
https://api.github.com/repos/llvm/llvm-project/issues/2622/comments
3
2008-04-24T21:33:48Z
2021-12-03T20:21:00Z
https://github.com/llvm/llvm-project/issues/2622
1,070,937,364
2,622
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2249](https://llvm.org/bz2249) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Just a separate tracker issue that a diagnostic (defined but not used statics...
Diagnostic dependent on -emit-llvm
https://api.github.com/repos/llvm/llvm-project/issues/2621/comments
2
2008-04-23T00:32:42Z
2021-12-03T20:21:00Z
https://github.com/llvm/llvm-project/issues/2621
1,070,937,356
2,621
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2248](https://llvm.org/bz2248) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic,@nunoplopes | ## Extended Description For the following file: #include <stdarg...
Clang cannot compile its preprocessed output with same flags
https://api.github.com/repos/llvm/llvm-project/issues/2620/comments
5
2008-04-22T14:22:35Z
2021-12-03T20:20:59Z
https://github.com/llvm/llvm-project/issues/2620
1,070,937,345
2,620
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2247](https://llvm.org/bz2247) | | Resolution | FIXED | | Resolved on | Aug 11, 2009 17:43 | | Version | 1.0 | | OS | All | | CC | @efriedma-quic,@sunfishcode | ## Extended Description We need to add a flag of some sort to the sdiv instruction, indicating that the division is ...
llvm needs an 'exact divide' flag/instruction
https://api.github.com/repos/llvm/llvm-project/issues/2619/comments
10
2008-04-22T06:32:29Z
2023-08-15T13:17:33Z
https://github.com/llvm/llvm-project/issues/2619
1,070,937,332
2,619
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2246](https://llvm.org/bz2246) | | Resolution | FIXED | | Resolved on | Apr 23, 2008 02:13 | | Version | unspecified | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/92601246/143737843-bd397a9f-a483-4e17-ad22-509d8ccc180f.gz) | | CC | @ggreif...
llvm2cpp not updated to new API
https://api.github.com/repos/llvm/llvm-project/issues/2618/comments
4
2008-04-21T22:22:52Z
2021-12-03T20:20:57Z
https://github.com/llvm/llvm-project/issues/2618
1,070,937,318
2,618
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2245](https://llvm.org/bz2245) | | Resolution | FIXED | | Resolved on | Apr 24, 2008 22:22 | | Version | unspecified | | OS | All | | Attachments | [Patch to fix this.](https://user-images.githubusercontent.com/60944935/143737842-1fecc647-0403-4488-8977-a8873f022c11.gz) | | Repo...
Misleading parameter name in llvm-c/Core.h:LLVMConstArray
https://api.github.com/repos/llvm/llvm-project/issues/2617/comments
1
2008-04-21T15:59:48Z
2021-12-03T20:20:56Z
https://github.com/llvm/llvm-project/issues/2617
1,070,937,312
2,617
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2244](https://llvm.org/bz2244) | | Resolution | FIXED | | Resolved on | Apr 21, 2008 03:27 | | Version | 2.2 | | OS | All | ## Extended Description This trivial function isn't inlined at -O2: void factorial(int a, int* b) { *b = a + 1; } int main() { int a = 4; int b; fac...
LLVM inliner not run at -O2
https://api.github.com/repos/llvm/llvm-project/issues/2616/comments
2
2008-04-21T08:15:51Z
2021-12-03T20:20:55Z
https://github.com/llvm/llvm-project/issues/2616
1,070,937,307
2,616
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2243](https://llvm.org/bz2243) | | Resolution | FIXED | | Resolved on | Jun 12, 2009 16:33 | | Version | 2.2 | | OS | All | | Attachments | [Testcase right before loop optimizer](https://user-images.githubusercontent.com/15152540/143737841-6359f244-4a51-4a37-8f48-e3612e160004.gz...
PHI coalescing / tail merging missing opportunity
https://api.github.com/repos/llvm/llvm-project/issues/2615/comments
2
2008-04-21T00:45:26Z
2021-12-03T20:20:54Z
https://github.com/llvm/llvm-project/issues/2615
1,070,937,296
2,615
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2242](https://llvm.org/bz2242) | | Resolution | FIXED | | Resolved on | Feb 25, 2010 15:17 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@isanbard,@sunfishcode | ## Extended Description The optimization to construct canonical ind...
Canonicalization of induction variables needs some heuristics
https://api.github.com/repos/llvm/llvm-project/issues/2614/comments
2
2008-04-20T19:23:39Z
2021-12-03T20:20:53Z
https://github.com/llvm/llvm-project/issues/2614
1,070,937,289
2,614
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2241](https://llvm.org/bz2241) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Once clang finds an erroneous literal in an initializer, it seems to give up ...
Suboptimal error recovery in initializers
https://api.github.com/repos/llvm/llvm-project/issues/2613/comments
3
2008-04-20T15:14:23Z
2021-12-03T20:20:53Z
https://github.com/llvm/llvm-project/issues/2613
1,070,937,279
2,613
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2240](https://llvm.org/bz2240) | | Resolution | FIXED | | Resolved on | Apr 20, 2008 15:18 | | Version | unspecified | | OS | Linux | | CC | @asl | ## Extended Description Using SVN r49986 on x86-32 Linux, I get 2 tests failed in make check: FAIL: /home/edwin/llvm/llvm-svn/tr...
FunctionAddressAlignment and ConstantExprFold tests fail
https://api.github.com/repos/llvm/llvm-project/issues/2612/comments
7
2008-04-20T11:09:03Z
2021-12-03T20:20:52Z
https://github.com/llvm/llvm-project/issues/2612
1,070,937,271
2,612
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2239](https://llvm.org/bz2239) | | Resolution | FIXED | | Resolved on | Apr 20, 2008 10:51 | | Version | unspecified | | OS | Linux | | CC | @asl | ## Extended Description When compiling http://llvm.org/bugs/attachment.cgi?id=1566 I get an error in LLC: $ llc bugpoint-reduced...
Call result #&#8203;2 has unhandled type i32
https://api.github.com/repos/llvm/llvm-project/issues/2611/comments
5
2008-04-20T11:06:10Z
2021-12-03T20:20:51Z
https://github.com/llvm/llvm-project/issues/2611
1,070,937,267
2,611
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2238](https://llvm.org/bz2238) | | Resolution | FIXED | | Resolved on | Apr 23, 2008 00:59 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running test/Transforms/IPConstantProp/return-constants.ll under valgrind show...
Read-after-free in IPConstantPropagation
https://api.github.com/repos/llvm/llvm-project/issues/2610/comments
1
2008-04-20T10:19:47Z
2021-12-03T20:20:50Z
https://github.com/llvm/llvm-project/issues/2610
1,070,937,256
2,610
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2237](https://llvm.org/bz2237) | | Resolution | FIXED | | Resolved on | Apr 21, 2008 11:55 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Hi folks, Would it be possible to add an '-emit-llvm' switch to gn...
request: add '-emit-llvm' switch to 'gnatmake'
https://api.github.com/repos/llvm/llvm-project/issues/2609/comments
1
2008-04-20T10:15:08Z
2021-12-03T20:20:49Z
https://github.com/llvm/llvm-project/issues/2609
1,070,937,249
2,609
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2236](https://llvm.org/bz2236) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Blocks | llvm/llvm-bugzilla-archive#2417 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Nate's recent changes cause a b...
Implement defined but not used diagnostic for statics
https://api.github.com/repos/llvm/llvm-project/issues/2608/comments
13
2008-04-20T09:58:30Z
2021-12-03T20:20:48Z
https://github.com/llvm/llvm-project/issues/2608
1,070,937,240
2,608
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2235](https://llvm.org/bz2235) | | Resolution | FIXED | | Resolved on | Apr 21, 2008 21:54 | | Version | 2.2 | | OS | All | | CC | @asl | ## Extended Description llvm-g++ -O3 compiles this: void ins_sort(double *end, double *begin) { double *p = begin; ++p; while (p !=...
llvm-g++ generates awful code for insertion sort
https://api.github.com/repos/llvm/llvm-project/issues/2607/comments
9
2008-04-20T07:08:17Z
2021-12-03T20:20:47Z
https://github.com/llvm/llvm-project/issues/2607
1,070,937,226
2,607
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2234](https://llvm.org/bz2234) | | Resolution | FIXED | | Resolved on | May 19, 2008 13:24 | | Version | unspecified | | OS | All | | CC | @asl,@regehr | ## Extended Description Consider: extern int bar (); volatile int w; int bar (void) { if (bar()) return 0; else retur...
turn off gcc inliner from llvm-gcc
https://api.github.com/repos/llvm/llvm-project/issues/2606/comments
21
2008-04-19T21:35:43Z
2021-12-03T20:20:46Z
https://github.com/llvm/llvm-project/issues/2606
1,070,937,217
2,606
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2233](https://llvm.org/bz2233) | | Resolution | INVALID | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The example code will compile fine after replacing all IRBuilder references to LLVMB...
LLVMTutorial1 references to IRBuilder while LLVMBuilder is the right name
https://api.github.com/repos/llvm/llvm-project/issues/2605/comments
1
2008-04-19T01:20:36Z
2021-12-03T20:20:46Z
https://github.com/llvm/llvm-project/issues/2605
1,070,937,204
2,605
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2232](https://llvm.org/bz2232) | | Resolution | FIXED | | Resolved on | Aug 21, 2008 19:03 | | Version | unspecified | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In the LiveIntervalAnalysis::runOnMachineFunction, there is a code to com...
empty MBB results in incorrect MBB2IdxMap and Idx2MBBMap
https://api.github.com/repos/llvm/llvm-project/issues/2604/comments
3
2008-04-18T18:06:32Z
2021-12-03T20:20:45Z
https://github.com/llvm/llvm-project/issues/2604
1,070,937,195
2,604
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2231](https://llvm.org/bz2231) | | Resolution | FIXED | | Resolved on | Jul 13, 2008 14:35 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@nlewycky | ## Extended Description If you run opt -internalize -std-compile-opts then i...
opt -internalize -std-compile-opts should run internalize first
https://api.github.com/repos/llvm/llvm-project/issues/2603/comments
1
2008-04-18T16:03:43Z
2021-12-03T20:20:44Z
https://github.com/llvm/llvm-project/issues/2603
1,070,937,187
2,603
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2230](https://llvm.org/bz2230) | | Resolution | FIXED | | Resolved on | Apr 18, 2008 15:57 | | Version | trunk | | OS | All | | CC | @asl | ## Extended Description For this testcase: #include <stdarg.h> void foo(va_list *a, va_list *b) { va_copy(*a, *b); } llvm-gcc -m64 em...
va_copy on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/2602/comments
1
2008-04-17T02:29:24Z
2021-12-03T20:20:43Z
https://github.com/llvm/llvm-project/issues/2602
1,070,937,178
2,602
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2229](https://llvm.org/bz2229) | | Resolution | FIXED | | Resolved on | Apr 21, 2008 14:37 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running test/CodeGen/PowerPC/ppcf128-4.ll under valgrind shows: Conditional j...
Use of uninitialized value in bitwiseIsEqual from visitFMUL
https://api.github.com/repos/llvm/llvm-project/issues/2601/comments
5
2008-04-16T19:27:48Z
2021-12-03T20:20:42Z
https://github.com/llvm/llvm-project/issues/2601
1,070,937,171
2,601
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2228](https://llvm.org/bz2228) | | Resolution | FIXED | | Resolved on | Apr 16, 2008 15:16 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll under valgrind shows:...
Use of uninitialized value in findRegisterDefOperandIdx
https://api.github.com/repos/llvm/llvm-project/issues/2600/comments
3
2008-04-16T19:24:27Z
2021-12-03T20:20:42Z
https://github.com/llvm/llvm-project/issues/2600
1,070,937,161
2,600
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2227](https://llvm.org/bz2227) | | Resolution | FIXED | | Resolved on | Apr 16, 2008 15:14 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running test/CodeGen/X86/2007-07-10-StackerAssert.ll under valgrind gives: Co...
Use of uninitialized variable in ParseSubtargetFeatures (X86Subtarget)
https://api.github.com/repos/llvm/llvm-project/issues/2599/comments
2
2008-04-16T19:19:43Z
2021-12-03T20:20:41Z
https://github.com/llvm/llvm-project/issues/2599
1,070,937,152
2,599
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2226](https://llvm.org/bz2226) | | Resolution | FIXED | | Resolved on | Apr 16, 2008 15:12 | | Version | trunk | | OS | All | | Attachments | [this patch makes the problem more visible](https://user-images.githubusercontent.com/4503403/143737836-1588b825-1049-4931-92a4-8578d8735...
use of uninitialized variables in SimpleRegisterCoalescing.cpp
https://api.github.com/repos/llvm/llvm-project/issues/2598/comments
3
2008-04-16T03:06:50Z
2021-12-03T20:20:40Z
https://github.com/llvm/llvm-project/issues/2598
1,070,937,142
2,598
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2225](https://llvm.org/bz2225) | | Resolution | FIXED | | Resolved on | Apr 20, 2008 11:11 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running the testcase 2007-03-27-RegScavengerAssert.ll under valgrind shows rem...
Use-after-free in removeIntervalIfEmpty
https://api.github.com/repos/llvm/llvm-project/issues/2597/comments
3
2008-04-15T21:38:23Z
2021-12-03T20:20:39Z
https://github.com/llvm/llvm-project/issues/2597
1,070,937,135
2,597
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2224](https://llvm.org/bz2224) | | Resolution | FIXED | | Resolved on | Apr 20, 2008 11:12 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Detected by running the testcase test/CFrontend/2008-01-21-PackedStructField.c...
Buffer overflow in WriteConstantInt
https://api.github.com/repos/llvm/llvm-project/issues/2596/comments
4
2008-04-15T21:10:49Z
2021-12-03T20:20:38Z
https://github.com/llvm/llvm-project/issues/2596
1,070,937,126
2,596
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2223](https://llvm.org/bz2223) | | Resolution | FIXED | | Resolved on | Apr 22, 2008 17:41 | | Version | 2.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description On my x86_64 linux box, running "llc -tailcallopt" on the following code generates an ...
llc fails on tailcall to function pointer
https://api.github.com/repos/llvm/llvm-project/issues/2595/comments
3
2008-04-14T11:31:06Z
2021-12-03T20:20:37Z
https://github.com/llvm/llvm-project/issues/2595
1,070,937,116
2,595
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2222](https://llvm.org/bz2222) | | Resolution | INVALID | | Resolved on | Apr 14, 2008 11:43 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description src/tests/TestTest.cpp:78: error: Failure in CrashingTestsAr...
llvm-gcc-4.2 fails to pass the unittest c++ test suite.
https://api.github.com/repos/llvm/llvm-project/issues/2594/comments
3
2008-04-13T21:40:09Z
2021-12-03T20:20:36Z
https://github.com/llvm/llvm-project/issues/2594
1,070,937,101
2,594
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2221](https://llvm.org/bz2221) | | Resolution | FIXED | | Resolved on | Sep 22, 2008 02:20 | | Version | 2.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description I have some code that generates an assertion failure when I try to ...
Assertion failure when inlining function.
https://api.github.com/repos/llvm/llvm-project/issues/2593/comments
3
2008-04-13T19:27:08Z
2021-12-03T20:20:35Z
https://github.com/llvm/llvm-project/issues/2593
1,070,937,089
2,593
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2220](https://llvm.org/bz2220) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Clang claims that * is not a valid token in preprocessor expressions, but it...
Poor diagnostic
https://api.github.com/repos/llvm/llvm-project/issues/2592/comments
1
2008-04-13T16:39:12Z
2021-12-03T20:20:35Z
https://github.com/llvm/llvm-project/issues/2592
1,070,937,079
2,592
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2219](https://llvm.org/bz2219) | | Resolution | FIXED | | Resolved on | Apr 21, 2008 03:35 | | Version | unspecified | | OS | Linux | ## Extended Description On Linux lightspeed2 2.6.25-rc8 #&#8203;5 Tue Apr 8 21:16:47 EEST 2008 x86_64 GNU/Linux: FAIL: /home/edwin/llvm-svn/ll...
make test failures on SVN r49608
https://api.github.com/repos/llvm/llvm-project/issues/2591/comments
5
2008-04-13T11:26:28Z
2021-12-03T20:20:34Z
https://github.com/llvm/llvm-project/issues/2591
1,070,937,068
2,591
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2218](https://llvm.org/bz2218) | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737834-a2a3af6f-f1b4-4219-8b5d-6784c93c9db6.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## E...
[memcpyopt] fails to eliminate memcpy fed by sret
https://api.github.com/repos/llvm/llvm-project/issues/2590/comments
3
2008-04-11T17:24:10Z
2023-08-06T03:06:53Z
https://github.com/llvm/llvm-project/issues/2590
1,070,937,062
2,590
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2217](https://llvm.org/bz2217) | | Resolution | FIXED | | Resolved on | Jul 30, 2010 09:06 | | Version | 2.2 | | OS | Linux | | Attachments | [source file from gcc testsuite](https://user-images.githubusercontent.com/60944935/143737833-e79b07ca-fa4c-4a32-b2b4-e0ab992f301f.gz) | ...
problem with copying empty base classes
https://api.github.com/repos/llvm/llvm-project/issues/2589/comments
4
2008-04-11T14:29:34Z
2021-12-03T20:20:32Z
https://github.com/llvm/llvm-project/issues/2589
1,070,937,052
2,589
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2216](https://llvm.org/bz2216) | | Resolution | WORKSFORME | | Resolved on | Apr 11, 2008 05:40 | | Version | 2.2 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description i want to compile mplayer with llvm. when i execute the following c...
llvm-ld triggers bug in llc when used with -disable-opt
https://api.github.com/repos/llvm/llvm-project/issues/2588/comments
12
2008-04-10T11:19:59Z
2022-01-20T02:00:22Z
https://github.com/llvm/llvm-project/issues/2588
1,070,937,043
2,588
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2215](https://llvm.org/bz2215) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | ## Extended Description The clamscan program apparently has the behavior of recursively scanning directories to find input files. Since this test's inp...
ClamAV test reads files from .svn directory
https://api.github.com/repos/llvm/llvm-project/issues/2587/comments
1
2008-04-10T00:58:05Z
2021-12-03T20:20:30Z
https://github.com/llvm/llvm-project/issues/2587
1,070,937,036
2,587
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2214](https://llvm.org/bz2214) | | Resolution | WORKSFORME | | Resolved on | Nov 07, 2018 00:22 | | Version | trunk | | OS | MacOS X | | Attachments | [Preprocessed source code that triggers assertion](https://user-images.githubusercontent.com/60944935/143737829-27d163b6-3d62-4a...
Varargs Code Triggers Assertion
https://api.github.com/repos/llvm/llvm-project/issues/2586/comments
4
2008-04-09T18:42:21Z
2022-01-20T02:00:21Z
https://github.com/llvm/llvm-project/issues/2586
1,070,937,024
2,586
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2213](https://llvm.org/bz2213) | | Resolution | FIXED | | Resolved on | Apr 11, 2008 00:13 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Testcase: define void @&#8203;f(i8* %x) { entry: %tmp = call i8* @&#8...
gvn fails to detect duplicate bitcast
https://api.github.com/repos/llvm/llvm-project/issues/2585/comments
1
2008-04-09T16:40:21Z
2021-12-03T20:20:29Z
https://github.com/llvm/llvm-project/issues/2585
1,070,937,019
2,585
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2212](https://llvm.org/bz2212) | | Resolution | DUPLICATE | | Resolved on | Nov 02, 2009 13:42 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description ---- target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i1...
Call result #&#8203;1 has unhandled type i16
https://api.github.com/repos/llvm/llvm-project/issues/2584/comments
10
2008-04-09T01:01:49Z
2021-12-03T20:20:28Z
https://github.com/llvm/llvm-project/issues/2584
1,070,937,003
2,584
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2211](https://llvm.org/bz2211) | | Resolution | LATER | | Resolved on | Oct 15, 2008 12:09 | | Version | 2.2 | | OS | AIX | ## Extended Description /llvm-2.2/tools/llvm-config $ make llvm[0]: Regenerating LibDeps.txt.tmp Usage: nm [-ACfhlprTv] [-B|-P] [-e|-g|-u] [-d|-o|-x|{-t ...
Regenerating LibDeps.txt.tmp fails on AIX 5.3
https://api.github.com/repos/llvm/llvm-project/issues/2583/comments
4
2008-04-08T10:27:22Z
2021-12-03T20:20:27Z
https://github.com/llvm/llvm-project/issues/2583
1,070,936,994
2,583
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2210](https://llvm.org/bz2210) | | Version | 2.2 | | OS | AIX | | Attachments | [PATCH to fix assembler errors](https://user-images.githubusercontent.com/92601866/143737828-66e7b525-0892-4ea1-bc8b-939e2a28c4b0.gz) | ## Extended Description llvm[3]: Compiling PPCJITInfo.cpp f...
PPCJITInfo.cpp fails to compile on Power5 / AIX 5.3
https://api.github.com/repos/llvm/llvm-project/issues/2582/comments
9
2008-04-08T10:07:49Z
2023-08-10T21:23:16Z
https://github.com/llvm/llvm-project/issues/2582
1,070,936,985
2,582
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2209](https://llvm.org/bz2209) | | Resolution | WORKSFORME | | Resolved on | Apr 08, 2008 02:48 | | Version | 2.2 | | OS | AIX | | CC | @isanbard | ## Extended Description llvm[3]: Compiling LowerInvoke.cpp for Release build In file included from /llvm-2.2/include/llvm/Target/...
Compile error due to existing definition of FLT_ROUNDS
https://api.github.com/repos/llvm/llvm-project/issues/2581/comments
1
2008-04-08T08:41:34Z
2022-01-20T02:00:19Z
https://github.com/llvm/llvm-project/issues/2581
1,070,936,973
2,581
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2208](https://llvm.org/bz2208) | | Resolution | WORKSFORME | | Resolved on | Mar 06, 2010 14:00 | | Version | 2.2 | | OS | AIX | | CC | @isanbard | ## Extended Description llvm[3]: Compiling Andersens.cpp for Release build /llvm-2.2/include/llvm/ADT/SparseBitVector.h: In membe...
Compiler warning: control reaches end of non-void function
https://api.github.com/repos/llvm/llvm-project/issues/2580/comments
3
2008-04-08T08:37:03Z
2022-01-20T02:00:18Z
https://github.com/llvm/llvm-project/issues/2580
1,070,936,968
2,580
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2207](https://llvm.org/bz2207) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:58 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description This bug occurs when building a bootstrap (i.e., "I'm a n...
pred_iterator out of range
https://api.github.com/repos/llvm/llvm-project/issues/2579/comments
11
2008-04-08T08:08:17Z
2021-12-03T20:20:24Z
https://github.com/llvm/llvm-project/issues/2579
1,070,936,959
2,579
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2206](https://llvm.org/bz2206) | | Resolution | FIXED | | Resolved on | Apr 19, 2008 17:18 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description Consider "i64 and (i64 ptrtoint (i64 (i64)* @&#8203;cons...
The bitwise-instruction optimizer doesn't know about alignment of globals.
https://api.github.com/repos/llvm/llvm-project/issues/2578/comments
5
2008-04-08T02:40:23Z
2021-12-03T20:20:23Z
https://github.com/llvm/llvm-project/issues/2578
1,070,936,951
2,578
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [2205](https://llvm.org/bz2205) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Case 1: two declarations. Consider module a: declare void @&#8203;f() nounwind and module b: declare void @&#8203;f() I...
linker should handle parameter attributes better
https://api.github.com/repos/llvm/llvm-project/issues/2577/comments
2
2008-04-07T21:02:01Z
2021-12-03T20:20:22Z
https://github.com/llvm/llvm-project/issues/2577
1,070,936,946
2,577