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 | [704](https://llvm.org/bz704) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.3 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I compile and run this simple program
#include <stdio.h>
void hello() {
print... | PPC JIT codegen failure for indirect function calls | https://api.github.com/repos/llvm/llvm-project/issues/1076/comments | 1 | 2006-01-29T21:07:20Z | 2021-12-03T19:14:41Z | https://github.com/llvm/llvm-project/issues/1076 | 1,070,879,055 | 1,076 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [703](https://llvm.org/bz703) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
## Extended Description
Filing more "easy enhancements I don't have time for":
Assemblers make a distinction between labels that are "static" (private t... | [vmcore] Split InternalLinkage into Private and Local Linkage | https://api.github.com/repos/llvm/llvm-project/issues/1075/comments | 1 | 2006-01-25T01:18:44Z | 2023-08-15T13:47:37Z | https://github.com/llvm/llvm-project/issues/1075 | 1,070,879,044 | 1,075 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [702](https://llvm.org/bz702) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
## Extended Description
It would be nice to add:
1. an llvm intrinsic (llvm.copysign.f32/f64), that represents copysign[f] when negative zeros
and SNA... | [codegen] Compile copysign more optimally | https://api.github.com/repos/llvm/llvm-project/issues/1074/comments | 1 | 2006-01-25T00:22:19Z | 2021-12-03T19:14:40Z | https://github.com/llvm/llvm-project/issues/1074 | 1,070,879,032 | 1,074 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [701](https://llvm.org/bz701) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143736461-c08d489a-a12b-41b8-a2e0-5c1804f3334c.gz) |
| Reporter | LLVM B... | test case for -enable-x86-fastcc crash | https://api.github.com/repos/llvm/llvm-project/issues/1073/comments | 0 | 2006-01-24T19:35:16Z | 2021-12-03T19:14:39Z | https://github.com/llvm/llvm-project/issues/1073 | 1,070,879,024 | 1,073 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [700](https://llvm.org/bz700) |
| Resolution | LATER |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
## Extended Description
Consider:
---
template <typename foo>
void bar() {}
namespace { class C {};}
void (*FP)() = bar<C>;
---
Because C is in an ano... | [llvm-g++] Templates instantiated on internal classes should be internal | https://api.github.com/repos/llvm/llvm-project/issues/1072/comments | 2 | 2006-01-23T01:52:59Z | 2021-12-03T19:14:38Z | https://github.com/llvm/llvm-project/issues/1072 | 1,070,879,009 | 1,072 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [699](https://llvm.org/bz699) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | FreeBSD |
| Depends On | llvm/llvm-bugzilla-archive#711 |
| Attachments | [bugpoint reduced file](https://user-images.githubusercontent.com/60944935/143736460-3... | -enable-x86-dag-isel -enable-x86-fastcc crash | https://api.github.com/repos/llvm/llvm-project/issues/1071/comments | 4 | 2006-01-20T23:40:57Z | 2021-12-03T19:14:37Z | https://github.com/llvm/llvm-project/issues/1071 | 1,070,878,996 | 1,071 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [698](https://llvm.org/bz698) |
| Resolution | INVALID |
| Resolved on | Feb 18, 2008 00:42 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LLVM's error and warning messages are somewhat haphazard currently. There is no
consiste... | Clean up LLVM error and warning output | https://api.github.com/repos/llvm/llvm-project/issues/1070/comments | 1 | 2006-01-20T18:29:57Z | 2023-08-15T13:26:45Z | https://github.com/llvm/llvm-project/issues/1070 | 1,070,878,988 | 1,070 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [697](https://llvm.org/bz697) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I try to link this program
ModuleID = '<stdin>'
target endian = big
target po... | Linker chokes on global constant packed | https://api.github.com/repos/llvm/llvm-project/issues/1069/comments | 5 | 2006-01-20T01:14:01Z | 2021-12-03T19:14:35Z | https://github.com/llvm/llvm-project/issues/1069 | 1,070,878,981 | 1,069 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [696](https://llvm.org/bz696) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
Solaris doesn't have floorf, but simplifylibcalls generates it anyway. We need an autoconf check for floorf.
We should also turn ... | [simplifylibcalls] Error: generation of floorf on systems that don't have it | https://api.github.com/repos/llvm/llvm-project/issues/1068/comments | 4 | 2006-01-19T09:42:16Z | 2021-12-03T19:14:35Z | https://github.com/llvm/llvm-project/issues/1068 | 1,070,878,969 | 1,068 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [695](https://llvm.org/bz695) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [hello world bytecode](https://user-images.githubusercontent.com/60944935/143736459-9c0a621f-5f14-475c-ae73-cc3a1c8196d5.gz) |
| Report... | llc -march=ppc32 fails with 'Cannot yet select ...' | https://api.github.com/repos/llvm/llvm-project/issues/1067/comments | 1 | 2006-01-19T01:08:33Z | 2021-12-03T19:14:34Z | https://github.com/llvm/llvm-project/issues/1067 | 1,070,878,956 | 1,067 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [694](https://llvm.org/bz694) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
## Extended Description
Consider:
unsigned bswap(unsigned) __asm__("llvm.bswap.i32");
unsigned G;
void T() { G = bswap(G); }
The llvm-gcc front-end is cu... | llvm-gcc incorrectly sets the 'asm' flag for LLVM intrinsics | https://api.github.com/repos/llvm/llvm-project/issues/1066/comments | 1 | 2006-01-18T20:47:39Z | 2023-08-15T13:47:32Z | https://github.com/llvm/llvm-project/issues/1066 | 1,070,878,948 | 1,066 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [693](https://llvm.org/bz693) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This commandline output should explain it...
(you can see that it runs /usr/local/bi... | bugpoint does not use the correct llc when multiple versions are on the PATH | https://api.github.com/repos/llvm/llvm-project/issues/1065/comments | 5 | 2006-01-18T10:58:43Z | 2021-12-03T19:14:32Z | https://github.com/llvm/llvm-project/issues/1065 | 1,070,878,937 | 1,065 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [692](https://llvm.org/bz692) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following illegal C++ code causes an internal compiler error:
--------------------
... | llvm-g++ ICEs on illegal code | https://api.github.com/repos/llvm/llvm-project/issues/1064/comments | 1 | 2006-01-15T20:34:27Z | 2021-12-03T19:14:31Z | https://github.com/llvm/llvm-project/issues/1064 | 1,070,878,930 | 1,064 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [691](https://llvm.org/bz691) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
## Extended Description
Code like this is currently miscompiled:
for (i = 0; i != 1000000; ++i) {
int X[n];
foo(X);
}
Each alloca for X... | llvm-gcc should save and restore the stack around C99 VLA's | https://api.github.com/repos/llvm/llvm-project/issues/1063/comments | 1 | 2006-01-13T04:07:13Z | 2021-12-03T19:14:30Z | https://github.com/llvm/llvm-project/issues/1063 | 1,070,878,923 | 1,063 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [690](https://llvm.org/bz690) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvm-gcc currently compiles this:
#include <stdlib.h>
void test(int *X, int *Y) { memset(X, 123, 4);}
to this:
void %test(int* ... | llvm-gcc should set aggressive alignment info when lowering memset/memcpy/memmove | https://api.github.com/repos/llvm/llvm-project/issues/1062/comments | 1 | 2006-01-13T02:36:21Z | 2021-12-03T19:14:30Z | https://github.com/llvm/llvm-project/issues/1062 | 1,070,878,915 | 1,062 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [689](https://llvm.org/bz689) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.6 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It looks like there's a bug in llvm-g++: a very simple c++ source code compiled by llv... | llvm-g++ produces non-working output | https://api.github.com/repos/llvm/llvm-project/issues/1061/comments | 16 | 2006-01-12T11:39:31Z | 2021-12-03T19:14:29Z | https://github.com/llvm/llvm-project/issues/1061 | 1,070,878,904 | 1,061 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [688](https://llvm.org/bz688) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2007 01:35 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
When bugpoint runs something (gcc, or a probably-broken bit of code)... | bugpoint should fork processes with sane limits | https://api.github.com/repos/llvm/llvm-project/issues/1060/comments | 11 | 2006-01-12T07:44:05Z | 2023-08-15T13:26:40Z | https://github.com/llvm/llvm-project/issues/1060 | 1,070,878,896 | 1,060 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [687](https://llvm.org/bz687) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
| Attachments | [bug.ll](https://user-images.githubusercontent.com/60944935/143736458-0057b70c-218b-45aa-81df-9a469f7802c2.gz) |
| Reporter | LLVM Bugzilla C... | Coalescer failed to join two intervals created by copies from the same temp | https://api.github.com/repos/llvm/llvm-project/issues/1059/comments | 6 | 2006-01-09T22:20:55Z | 2021-12-03T19:14:27Z | https://github.com/llvm/llvm-project/issues/1059 | 1,070,878,889 | 1,059 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [686](https://llvm.org/bz686) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2008 01:53 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#1732 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@edwintorok |
## Extended Description
We ... | llvmc enhancements needed | https://api.github.com/repos/llvm/llvm-project/issues/1058/comments | 10 | 2006-01-09T10:17:15Z | 2023-08-15T13:26:32Z | https://github.com/llvm/llvm-project/issues/1058 | 1,070,878,873 | 1,058 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [685](https://llvm.org/bz685) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| CC | @lattner |
## Extended Description
The native code generators currently all lower switch statements to conditional branches. They should
lower the... | Code generator should compile switch statements to jump tables | https://api.github.com/repos/llvm/llvm-project/issues/1057/comments | 9 | 2006-01-05T07:26:41Z | 2023-08-15T13:47:27Z | https://github.com/llvm/llvm-project/issues/1057 | 1,070,878,862 | 1,057 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [684](https://llvm.org/bz684) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvm-gcc crashes on this code:
---
union ucast {
int i;
struct s {
int i1, i2;
} s;
};
union ucast ucast_test ... | [llvm-gcc] Crash on union cast init case | https://api.github.com/repos/llvm/llvm-project/issues/1056/comments | 3 | 2006-01-03T20:48:10Z | 2021-12-03T19:14:24Z | https://github.com/llvm/llvm-project/issues/1056 | 1,070,878,856 | 1,056 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [683](https://llvm.org/bz683) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [(large) test case.](https://user-images.githubusercontent.com/60944935/143736457-a3f4f568-399e-493d-b787-ec0aefa41eea.gz) |
| Repo... | x86fastcc and allocas cause stange crashes | https://api.github.com/repos/llvm/llvm-project/issues/1055/comments | 4 | 2005-12-29T04:41:33Z | 2021-12-03T19:14:23Z | https://github.com/llvm/llvm-project/issues/1055 | 1,070,878,847 | 1,055 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [682](https://llvm.org/bz682) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
## Extended Description
The ET-forest data structure (as used by GCC) is an efficient and elegant way to
do queries such as nearest common ancestor, and al... | Use ET-forests to replace domset/postdomset | https://api.github.com/repos/llvm/llvm-project/issues/1054/comments | 1 | 2005-12-27T03:41:02Z | 2021-12-03T19:14:23Z | https://github.com/llvm/llvm-project/issues/1054 | 1,070,878,836 | 1,054 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [681](https://llvm.org/bz681) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
## Extended Description
The code in lib/Analysis/PostDominators.cpp uses a really braindead
implementation of the dominator set construction algorithm. On... | [postdom] Post dominator set construction algorithm abuses memory | https://api.github.com/repos/llvm/llvm-project/issues/1053/comments | 3 | 2005-12-27T03:07:08Z | 2021-12-03T19:14:22Z | https://github.com/llvm/llvm-project/issues/1053 | 1,070,878,827 | 1,053 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [680](https://llvm.org/bz680) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
## Extended Description
TargetLowering expects the target to implement two types of virtual methods: LowerOperation and the
rest of the Lower* methods. ... | Simplify the TargetLowering interface | https://api.github.com/repos/llvm/llvm-project/issues/1052/comments | 8 | 2005-12-23T04:15:32Z | 2021-12-03T19:14:21Z | https://github.com/llvm/llvm-project/issues/1052 | 1,070,878,819 | 1,052 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [679](https://llvm.org/bz679) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It should be possible to specify multiple rpath options to gccld to specify a
list of ... | gccld rpath option should specify multiple paths | https://api.github.com/repos/llvm/llvm-project/issues/1051/comments | 3 | 2005-12-19T17:48:01Z | 2023-08-15T13:47:23Z | https://github.com/llvm/llvm-project/issues/1051 | 1,070,878,807 | 1,051 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [678](https://llvm.org/bz678) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | All |
## Extended Description
If "f95" is found, but configure doesn't like it, the configure process is halted with this error:
checking for nag-fortran bin/... | A non-working NAG fortran front-end shouldn't stop configure | https://api.github.com/repos/llvm/llvm-project/issues/1050/comments | 1 | 2005-12-19T00:17:43Z | 2021-12-03T19:14:19Z | https://github.com/llvm/llvm-project/issues/1050 | 1,070,878,795 | 1,050 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [677](https://llvm.org/bz677) |
| Resolution | INVALID |
| Resolved on | Nov 07, 2018 00:22 |
| Version | 1.6 |
| OS | Linux |
| Attachments | [Generated bytecode for the program.](https://user-images.githubusercontent.com/60944935/143736455-9a1675ab-0532-45b6-89c0-4883b69d1049.g... | Pure virtual class function results in invalid emitted C code | https://api.github.com/repos/llvm/llvm-project/issues/1049/comments | 2 | 2005-12-15T15:04:16Z | 2021-12-03T19:14:19Z | https://github.com/llvm/llvm-project/issues/1049 | 1,070,878,788 | 1,049 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [676](https://llvm.org/bz676) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [sample main file](https://user-images.githubusercontent.com/60944935/143736451-02eee8f9-e805-4206-9bb5-6893e868a528.gz), [sample inclu... | llvm-gcc not using source include files for %llvm.dbg.stoppoint | https://api.github.com/repos/llvm/llvm-project/issues/1048/comments | 5 | 2005-12-15T02:48:31Z | 2021-12-03T19:14:18Z | https://github.com/llvm/llvm-project/issues/1048 | 1,070,878,776 | 1,048 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [675](https://llvm.org/bz675) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.3 |
| OS | MacOS X |
| Attachments | [Slightly smaller case of mgrid](https://user-images.githubusercontent.com/60944935/143736449-a78f3f7f-250f-4b38-9c34-0922839ad818.gz), [... | mgrid suffering 70% performance hit against native | https://api.github.com/repos/llvm/llvm-project/issues/1047/comments | 2 | 2005-12-13T15:11:14Z | 2021-12-03T19:14:17Z | https://github.com/llvm/llvm-project/issues/1047 | 1,070,878,769 | 1,047 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [674](https://llvm.org/bz674) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the following code, the store is legalized to a 64bit store (on alpha) when
it sh... | Store size incorrect after legalize | https://api.github.com/repos/llvm/llvm-project/issues/1046/comments | 2 | 2005-12-07T18:24:49Z | 2021-12-03T19:14:16Z | https://github.com/llvm/llvm-project/issues/1046 | 1,070,878,761 | 1,046 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [673](https://llvm.org/bz673) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
See X86InstrInfo.td:
def OUT8ir : Ii8<0xE6, RawFrm, (ops i8imm:$port),
... | Type inferencing bug necessitates redundant type cast on source operand | https://api.github.com/repos/llvm/llvm-project/issues/1045/comments | 1 | 2005-12-04T10:37:35Z | 2023-08-15T13:47:18Z | https://github.com/llvm/llvm-project/issues/1045 | 1,070,878,746 | 1,045 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [672](https://llvm.org/bz672) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.5 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
; seg faults with: llvm-as < tail-break.ll | lli --enable-x86-fastcc
; removing the last a... | Indirect tail calls fail when register allocated is callee save | https://api.github.com/repos/llvm/llvm-project/issues/1044/comments | 4 | 2005-12-03T03:07:11Z | 2021-12-03T19:14:15Z | https://github.com/llvm/llvm-project/issues/1044 | 1,070,878,740 | 1,044 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [671](https://llvm.org/bz671) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvm 1.6 miscompiles the switch statement below. Looking at the C output it does
incorrectly cast v to unsigned.
~Markus
#includ... | [llvm-gcc] switch on long long miscompilation | https://api.github.com/repos/llvm/llvm-project/issues/1043/comments | 2 | 2005-11-29T02:50:33Z | 2021-12-03T19:14:14Z | https://github.com/llvm/llvm-project/issues/1043 | 1,070,878,727 | 1,043 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [670](https://llvm.org/bz670) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM Assembly used to reproduce the segfault](https://user-images.githubusercontent.com/60944935/143736448-0ffec70c-54e5-43b6-b8c7-f15c168... | The mem2reg pass segfaults on the attached bytecode file | https://api.github.com/repos/llvm/llvm-project/issues/1042/comments | 2 | 2005-11-29T00:44:48Z | 2021-12-03T19:14:13Z | https://github.com/llvm/llvm-project/issues/1042 | 1,070,878,718 | 1,042 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [669](https://llvm.org/bz669) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.6 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-g++ v1.6, rejects the following testcase, while g++ 4.0.2, icc 9.0 and sun
studio ... | Reject valid C++ code, when overloaded operator() is called from a template member function | https://api.github.com/repos/llvm/llvm-project/issues/1041/comments | 2 | 2005-11-23T13:35:47Z | 2021-12-03T19:14:12Z | https://github.com/llvm/llvm-project/issues/1041 | 1,070,878,710 | 1,041 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [668](https://llvm.org/bz668) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.3 |
| OS | All |
## Extended Description
gabor: this should be C:
gabor: inline const void* RawObj2Meta(const void* obj)
gabor: {
gabor: #define PAGE 12
gabor: #define CLUS... | PPC: or with disjoint bit pattern followed by load not turned into lwxz | https://api.github.com/repos/llvm/llvm-project/issues/1040/comments | 4 | 2005-11-18T03:47:04Z | 2021-12-03T19:14:11Z | https://github.com/llvm/llvm-project/issues/1040 | 1,070,878,696 | 1,040 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [667](https://llvm.org/bz667) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
Compilation of the latest version of ImageMagick using LLVM yields the following
error message at link time:
/bin/sh ./libtool --s... | gccld complains (and halts) when it encounters multiple specifications of "-Wl,-native" | https://api.github.com/repos/llvm/llvm-project/issues/1039/comments | 2 | 2005-11-17T18:02:05Z | 2021-12-03T19:14:10Z | https://github.com/llvm/llvm-project/issues/1039 | 1,070,878,686 | 1,039 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [666](https://llvm.org/bz666) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.6 |
| OS | Linux |
## Extended Description
MySQL 5.0 fails to build on Debian Linux (unstable/testing).
linux kernel: 2.6.12-1-686-smp
./configure line:
CC=llvm-gcc CXX... | mysql-5.0.15 does not build with llvm 1.6 (does with gcc) | https://api.github.com/repos/llvm/llvm-project/issues/1038/comments | 6 | 2005-11-17T09:47:01Z | 2021-12-03T19:14:10Z | https://github.com/llvm/llvm-project/issues/1038 | 1,070,878,678 | 1,038 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [665](https://llvm.org/bz665) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Linux |
| Attachments | [original bytecode.](https://user-images.githubusercontent.com/60944935/143736445-c9a51650-c129-4704-b5c0-7e101c7572bf.gz), [post process... | mem2reg adds unnecessary phi nodes | https://api.github.com/repos/llvm/llvm-project/issues/1037/comments | 4 | 2005-11-17T07:29:08Z | 2021-12-03T19:14:09Z | https://github.com/llvm/llvm-project/issues/1037 | 1,070,878,664 | 1,037 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [664](https://llvm.org/bz664) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.6 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I use llvm-gcc -g to compile this C program, and got the followed LLVM code
(part). It see... | [llvm-gcc] Line numbers not emitted for declarations | https://api.github.com/repos/llvm/llvm-project/issues/1036/comments | 2 | 2005-11-17T00:32:25Z | 2021-12-03T19:14:08Z | https://github.com/llvm/llvm-project/issues/1036 | 1,070,878,655 | 1,036 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [663](https://llvm.org/bz663) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.6 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I tried llvm-db of LLVM 1.6, in the Linux environment. However, it always
prompts the foll... | llvm-db in 1.6 seems not working | https://api.github.com/repos/llvm/llvm-project/issues/1035/comments | 3 | 2005-11-17T00:27:56Z | 2021-12-03T19:14:07Z | https://github.com/llvm/llvm-project/issues/1035 | 1,070,878,648 | 1,035 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [662](https://llvm.org/bz662) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
| Attachments | [constructor.cpp.bz2 - preprocessed file for i386-linux](https://user-images.githubusercontent.com/92601886/143736435-552069a5-fc79-4a89-8ffe... | [linker] Linking appending arrays with zero elements renames global! | https://api.github.com/repos/llvm/llvm-project/issues/1034/comments | 27 | 2005-11-15T13:51:27Z | 2021-12-03T19:14:06Z | https://github.com/llvm/llvm-project/issues/1034 | 1,070,878,639 | 1,034 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [661](https://llvm.org/bz661) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.6 |
| OS | Linux |
## Extended Description
llvm (CVS 1.6 branch) currently seems to miscompile this program when using
"llvm-g++ -Wl,-native". When running you get a segf... | llvm 1.6 CVS x86 miscompilation | https://api.github.com/repos/llvm/llvm-project/issues/1033/comments | 3 | 2005-11-14T12:29:50Z | 2021-12-03T19:14:05Z | https://github.com/llvm/llvm-project/issues/1033 | 1,070,878,629 | 1,033 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [660](https://llvm.org/bz660) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
| CC | @markus-oberhumer |
## Extended Description
llvm-gcc should add support for attribute used. It should do this in the following way:
1. If any glob... | [llvm-gcc] Add support for __attribute__((used)) | https://api.github.com/repos/llvm/llvm-project/issues/1032/comments | 6 | 2005-11-12T09:36:54Z | 2023-08-15T13:26:15Z | https://github.com/llvm/llvm-project/issues/1032 | 1,070,878,620 | 1,032 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [659](https://llvm.org/bz659) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
## Extended Description | llvm-gcc should support attribute(section) | https://api.github.com/repos/llvm/llvm-project/issues/1031/comments | 2 | 2005-11-12T04:12:05Z | 2023-08-15T13:26:07Z | https://github.com/llvm/llvm-project/issues/1031 | 1,070,878,608 | 1,031 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [658](https://llvm.org/bz658) |
| Resolution | INVALID |
| Resolved on | Nov 12, 2009 12:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
on IA64, the "unix-tbl" and "unix-smail" Prolangs-C tests make llc segfault:
/home/... | register allocators need callee saved regs | https://api.github.com/repos/llvm/llvm-project/issues/1030/comments | 1 | 2005-11-09T11:05:01Z | 2023-08-15T13:26:02Z | https://github.com/llvm/llvm-project/issues/1030 | 1,070,878,592 | 1,030 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [657](https://llvm.org/bz657) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc incorrectly gives a warning...
llvm-gcc -o llvmbug05.bc -c -save-temps llvmb... | [llvm-gcc] Spurious "warning: function returns address of local variable" | https://api.github.com/repos/llvm/llvm-project/issues/1029/comments | 2 | 2005-11-09T10:10:17Z | 2021-12-03T19:14:02Z | https://github.com/llvm/llvm-project/issues/1029 | 1,070,878,577 | 1,029 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [656](https://llvm.org/bz656) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.6 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The configure script sometimes fails on Sparc with the following error:
./configure -... | configure script sometimes fails on Solaris/Sparc | https://api.github.com/repos/llvm/llvm-project/issues/1028/comments | 4 | 2005-11-08T17:31:41Z | 2021-12-03T19:14:01Z | https://github.com/llvm/llvm-project/issues/1028 | 1,070,878,570 | 1,028 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [655](https://llvm.org/bz655) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I pulled the llvm source from CVS encountered a compilation error compiling ./utils/... | bison 2.0 required on Mac OS X 10.4.3 | https://api.github.com/repos/llvm/llvm-project/issues/1027/comments | 4 | 2005-11-03T20:22:15Z | 2021-12-03T19:14:00Z | https://github.com/llvm/llvm-project/issues/1027 | 1,070,878,557 | 1,027 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [654](https://llvm.org/bz654) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
"Struct/Union member of unknown length!" assertion failure:
llvm-gcc -o llvmbug04... | [llvm-gcc] llvm-expand.c asserts on static initialization of struct with flexible array | https://api.github.com/repos/llvm/llvm-project/issues/1026/comments | 4 | 2005-11-03T00:41:50Z | 2021-12-03T19:13:59Z | https://github.com/llvm/llvm-project/issues/1026 | 1,070,878,541 | 1,026 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [653](https://llvm.org/bz653) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.3 |
| OS | All |
## Extended Description
More darwin abi fun:
---
struct Point { short v; short h; };
short foo(struct Point X) { return X.v + X.h; }
---
$ gcc xx.c -S -o ... | [llvm-gcc] Incorrect ABI passing {short,short} structures by value to functions | https://api.github.com/repos/llvm/llvm-project/issues/1025/comments | 2 | 2005-11-02T20:56:46Z | 2021-12-03T19:13:58Z | https://github.com/llvm/llvm-project/issues/1025 | 1,070,878,530 | 1,025 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [652](https://llvm.org/bz652) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Legalize makes the last block mostly disappear, and that is bad.
; ModuleID = 'bugp... | Legalize drops conditions and selects | https://api.github.com/repos/llvm/llvm-project/issues/1024/comments | 6 | 2005-11-02T02:10:39Z | 2021-12-03T19:13:57Z | https://github.com/llvm/llvm-project/issues/1024 | 1,070,878,522 | 1,024 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [651](https://llvm.org/bz651) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
## Extended Description
llvm 20051031 incorrectly optimizes away the volatile in the program below.
~Markus
#undef NDEBUG
#include <assert.h>
voi... | volatile incorrectly optimized away | https://api.github.com/repos/llvm/llvm-project/issues/1023/comments | 12 | 2005-11-02T01:56:26Z | 2022-01-19T18:09:50Z | https://github.com/llvm/llvm-project/issues/1023 | 1,070,878,501 | 1,023 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [650](https://llvm.org/bz650) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Assertion failure at llvm-expand.c:3791:
llvm-gcc -o llvmbug03.bc -c -save-temps ... | [llvm-gcc] llvm-expand.c asserts on initialization of static union | https://api.github.com/repos/llvm/llvm-project/issues/1022/comments | 2 | 2005-11-01T17:35:14Z | 2021-12-03T19:13:56Z | https://github.com/llvm/llvm-project/issues/1022 | 1,070,878,493 | 1,022 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [649](https://llvm.org/bz649) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc internal compiler error:
llvm-gcc -o llvmbug02.bc -c -save-temps llvmbug... | [llvm-gcc] llvm-types.c internal compiler error: unknown integral type size | https://api.github.com/repos/llvm/llvm-project/issues/1021/comments | 1 | 2005-11-01T03:46:30Z | 2021-12-03T19:13:55Z | https://github.com/llvm/llvm-project/issues/1021 | 1,070,878,477 | 1,021 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [648](https://llvm.org/bz648) |
| Resolution | FIXED |
| Resolved on | Aug 16, 2007 10:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
llvm-gcc assertion failure:
cc1: /home/vadve/criswell/rel15/cfrontend/src... | [llvm-gcc] Crash on structs with two variable sized fields | https://api.github.com/repos/llvm/llvm-project/issues/1020/comments | 10 | 2005-11-01T03:28:30Z | 2021-12-03T19:13:54Z | https://github.com/llvm/llvm-project/issues/1020 | 1,070,878,463 | 1,020 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [647](https://llvm.org/bz647) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.3 |
| OS | MacOS X |
## Extended Description
Apple GCC supports -fno-pic, which is slightly different than -mdynamic-no-pic. It does not emit stubs
for external global or... | [ppc backend] Should support equivalent of GCC's -fno-pic | https://api.github.com/repos/llvm/llvm-project/issues/1019/comments | 2 | 2005-11-01T02:43:39Z | 2023-08-15T13:47:14Z | https://github.com/llvm/llvm-project/issues/1019 | 1,070,878,454 | 1,019 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [646](https://llvm.org/bz646) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:06 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
the configure script for llvm-test should provide a flag for setting the base
directory th... | llvm-test base directory for externals | https://api.github.com/repos/llvm/llvm-project/issues/1018/comments | 4 | 2005-10-31T18:07:07Z | 2023-08-15T13:47:03Z | https://github.com/llvm/llvm-project/issues/1018 | 1,070,878,448 | 1,018 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [645](https://llvm.org/bz645) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#761 |
| Attachments | [unstripped.bc](https://user-images.githubusercontent.com/92601886/143736432-c4a66cf3-98ad-4435-... | ambiguity parsing local vs global symbols | https://api.github.com/repos/llvm/llvm-project/issues/1017/comments | 29 | 2005-10-31T15:22:44Z | 2021-12-03T19:13:51Z | https://github.com/llvm/llvm-project/issues/1017 | 1,070,878,432 | 1,017 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [644](https://llvm.org/bz644) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#870 |
| Attachments | [invoke.cpp](https://user-images.githubusercontent.com/92601886/143736431-7f44de18-c9fd-4d... | [llvm-g++] "invoke" instructions generated when using -fno-exceptions | https://api.github.com/repos/llvm/llvm-project/issues/1016/comments | 6 | 2005-10-31T10:38:54Z | 2023-08-15T13:47:08Z | https://github.com/llvm/llvm-project/issues/1016 | 1,070,878,426 | 1,016 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [643](https://llvm.org/bz643) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
## Extended Description
just a tracking bug, already fixed. | JIT broken on 32-bit big-endian systems | https://api.github.com/repos/llvm/llvm-project/issues/1015/comments | 2 | 2005-10-29T08:50:05Z | 2021-12-03T19:13:49Z | https://github.com/llvm/llvm-project/issues/1015 | 1,070,878,414 | 1,015 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [642](https://llvm.org/bz642) |
| Resolution | FIXED |
| Resolved on | Nov 09, 2008 01:54 |
| Version | 1.3 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#1350 |
| CC | @nlewycky |
## Extended Description
This is a tracking bug so I (or anyone else who is interested)... | [PowerPC] Miscompilation of some ordered comparisons | https://api.github.com/repos/llvm/llvm-project/issues/1014/comments | 20 | 2005-10-28T22:45:18Z | 2021-12-03T19:13:48Z | https://github.com/llvm/llvm-project/issues/1014 | 1,070,878,400 | 1,014 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [641](https://llvm.org/bz641) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Attachments | [unreachable.cbe.c](https://user-images.githubusercontent.com/92601886/143736428-24802276-0ac1-4ad5-a571-0c94253b2aa5.gz) |
## Extended Desc... | [cbe] unreachable code not removable after running lowerinvoke | https://api.github.com/repos/llvm/llvm-project/issues/1013/comments | 23 | 2005-10-27T18:13:24Z | 2021-12-03T19:13:47Z | https://github.com/llvm/llvm-project/issues/1013 | 1,070,878,391 | 1,013 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [640](https://llvm.org/bz640) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.5 |
| OS | All |
| Attachments | [stdarg_bug.c](https://user-images.githubusercontent.com/92601886/143736427-b20e79b9-7243-44cf-839c-1d431f825527.gz) |
## Extended Descripti... | [instcombine] Invalid sink of vaarg | https://api.github.com/repos/llvm/llvm-project/issues/1012/comments | 2 | 2005-10-27T09:18:22Z | 2021-12-03T19:13:47Z | https://github.com/llvm/llvm-project/issues/1012 | 1,070,878,377 | 1,012 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [639](https://llvm.org/bz639) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase to reproduce the hang.](https://user-images.githubusercontent.com/92601886/143736425-0c593b4b-40ad-4d92-b76a-552e5cc510c7.gz) |... | instcombine N^2 behavior folding and instructions | https://api.github.com/repos/llvm/llvm-project/issues/1011/comments | 4 | 2005-10-26T07:27:56Z | 2021-12-03T19:13:46Z | https://github.com/llvm/llvm-project/issues/1011 | 1,070,878,368 | 1,011 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [638](https://llvm.org/bz638) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This test (which is really a generic code generator test) fails on SparcV9 with
the ... | Test Regression/CodeGen/X86/2004-02-08-UnwindSupport.llx fails | https://api.github.com/repos/llvm/llvm-project/issues/1010/comments | 3 | 2005-10-19T20:47:46Z | 2021-12-03T19:13:45Z | https://github.com/llvm/llvm-project/issues/1010 | 1,070,878,361 | 1,010 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [637](https://llvm.org/bz637) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.5 |
| OS | All |
## Extended Description
It seems that for some time using both -link-as-library and
-internalize-public-api-file is broken (internalizing seems to get expl... | [gccld] using both -link-as-library and -internalize-public-api-file is broken | https://api.github.com/repos/llvm/llvm-project/issues/1009/comments | 3 | 2005-10-18T02:27:18Z | 2021-12-03T19:13:43Z | https://github.com/llvm/llvm-project/issues/1009 | 1,070,878,340 | 1,009 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [636](https://llvm.org/bz636) |
| Resolution | WORKSFORME |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The PowerPC ABI requires that a stack frame must be at least 64 bytes and a mul... | PowerPC stack frames must be a minimum of 64 bytes | https://api.github.com/repos/llvm/llvm-project/issues/1008/comments | 6 | 2005-10-12T02:22:45Z | 2022-01-20T01:59:15Z | https://github.com/llvm/llvm-project/issues/1008 | 1,070,878,322 | 1,008 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [635](https://llvm.org/bz635) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
| Attachments | [the input that crashes](https://user-images.githubusercontent.com/15152540/143736424-b7ca0de0-786a-46fe-820f-0fcdb493c705.gz) |
## Extended... | simplifycfg crash | https://api.github.com/repos/llvm/llvm-project/issues/1007/comments | 1 | 2005-10-04T01:11:57Z | 2021-12-03T19:13:42Z | https://github.com/llvm/llvm-project/issues/1007 | 1,070,878,315 | 1,007 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [634](https://llvm.org/bz634) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Could not bugpoint this with "bugpoint --run-llc entry_point.bc
-enable-correct-eh-suppo... | lowerinvoke -enable-correct-eh-support crash | https://api.github.com/repos/llvm/llvm-project/issues/1006/comments | 8 | 2005-09-29T10:23:20Z | 2021-12-03T19:13:41Z | https://github.com/llvm/llvm-project/issues/1006 | 1,070,878,302 | 1,006 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [633](https://llvm.org/bz633) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| CC | @asl |
## Extended Description
When possible can someone add an autoconf check and HAVE__SETJMP/HAVE__LONGJMP #defines to
config.h?
Thanks,
-Ch... | Need an autoconf check for _setjmp/_longjmp | https://api.github.com/repos/llvm/llvm-project/issues/1005/comments | 3 | 2005-09-28T00:21:19Z | 2023-08-15T13:46:54Z | https://github.com/llvm/llvm-project/issues/1005 | 1,070,878,296 | 1,005 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [632](https://llvm.org/bz632) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
| Attachments | [reproduce with: "opt bugpoint-reduced-simplified.bc -globalopt "](https://user-images.githubusercontent.com/60944935/143736423-392bbaf4-b9... | globalopt crash | https://api.github.com/repos/llvm/llvm-project/issues/1004/comments | 3 | 2005-09-27T23:45:02Z | 2021-12-03T19:13:39Z | https://github.com/llvm/llvm-project/issues/1004 | 1,070,878,281 | 1,004 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [631](https://llvm.org/bz631) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Enabling this options makes the exectable a couple of times slower for PyPy.
Currently it ... | -enable-correct-eh-support very slow | https://api.github.com/repos/llvm/llvm-project/issues/1003/comments | 4 | 2005-09-26T12:03:46Z | 2021-12-03T19:13:38Z | https://github.com/llvm/llvm-project/issues/1003 | 1,070,878,273 | 1,003 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [630](https://llvm.org/bz630) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.3 |
| OS | MacOS X |
## Extended Description
LLVM miscompiles this:
void foo() __asm__("_foo2");
void bar() {
foo();
}
"_" (aka USER_LABEL_PREFIX in GCC target header f... | [llvm-gcc] Using __asm__ to rename symbols is broken on OS/X | https://api.github.com/repos/llvm/llvm-project/issues/1002/comments | 2 | 2005-09-24T09:23:23Z | 2021-12-03T19:13:37Z | https://github.com/llvm/llvm-project/issues/1002 | 1,070,878,262 | 1,002 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [629](https://llvm.org/bz629) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
## Extended Description
double _Complex *a;
const double _Complex b[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
void test (void) {
a[0] = b[0] + b[1];
a... | [llvm-gcc] Crash on this code using "double _Complex" constants | https://api.github.com/repos/llvm/llvm-project/issues/1001/comments | 2 | 2005-09-16T19:14:04Z | 2021-12-03T19:13:37Z | https://github.com/llvm/llvm-project/issues/1001 | 1,070,878,253 | 1,001 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [628](https://llvm.org/bz628) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
## Extended Description
With the changes to check the generate bison/flex input into CVS, we are starting to see cases where
updating from CVS (which br... | bison/flex output not correctly updated when srcdir != objdir | https://api.github.com/repos/llvm/llvm-project/issues/1000/comments | 4 | 2005-09-14T00:23:32Z | 2021-12-03T19:13:36Z | https://github.com/llvm/llvm-project/issues/1000 | 1,070,878,241 | 1,000 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [627](https://llvm.org/bz627) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvm-gcc crashes on this C testcase:
----
#include <stdio.h>
typedef struct {} raw_spinlock_t;
typedef struct {
raw_... | [llvm-gcc] Crash on some zero sized structure copies | https://api.github.com/repos/llvm/llvm-project/issues/999/comments | 2 | 2005-09-10T06:59:28Z | 2021-12-03T19:13:35Z | https://github.com/llvm/llvm-project/issues/999 | 1,070,878,232 | 999 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [626](https://llvm.org/bz626) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | All |
## Extended Description
If I modify a .y file and rebuild, it is not picking up the changes I made in the generated
files. If I rebuild a second time, i... | [makefiles] Dependency bug with .y files | https://api.github.com/repos/llvm/llvm-project/issues/998/comments | 5 | 2005-09-08T23:30:28Z | 2021-12-03T19:13:34Z | https://github.com/llvm/llvm-project/issues/998 | 1,070,878,221 | 998 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [625](https://llvm.org/bz625) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
(Note that "make install -k" produced the same errors, but then proc... | make install tries to install the CVS directories | https://api.github.com/repos/llvm/llvm-project/issues/997/comments | 5 | 2005-09-08T11:51:02Z | 2021-12-03T19:13:33Z | https://github.com/llvm/llvm-project/issues/997 | 1,070,878,210 | 997 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [624](https://llvm.org/bz624) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It would be nice if legalize could be told the result type of setcc, and it
wasn't alw... | SetCC semantic mismatch on alpha | https://api.github.com/repos/llvm/llvm-project/issues/996/comments | 5 | 2005-09-02T18:47:48Z | 2021-12-03T19:13:33Z | https://github.com/llvm/llvm-project/issues/996 | 1,070,878,203 | 996 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [623](https://llvm.org/bz623) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If such an optimization pass would do escape analysis pypy-llvm might be able to
use... | request for -malloc2alloca optimization pass | https://api.github.com/repos/llvm/llvm-project/issues/995/comments | 5 | 2005-08-30T13:22:37Z | 2023-08-15T13:25:55Z | https://github.com/llvm/llvm-project/issues/995 | 1,070,878,196 | 995 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [622](https://llvm.org/bz622) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gccas /dev/null -o /dev/null -debug-pass=Arguments 2>&1 > somefile
Yields an empty ... | would like to store gccas opt passes in a file | https://api.github.com/repos/llvm/llvm-project/issues/994/comments | 2 | 2005-08-30T13:05:08Z | 2022-01-19T18:09:55Z | https://github.com/llvm/llvm-project/issues/994 | 1,070,878,187 | 994 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [621](https://llvm.org/bz621) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
;generate .s file with:
;
;incorrect: llvm-as < simple5.ll | opt -simplifycfg | llc -mar... | linear scan register allocator not considering register aliases for fixed-reg conflicts [regression from 1.5] | https://api.github.com/repos/llvm/llvm-project/issues/993/comments | 4 | 2005-08-30T12:59:04Z | 2021-12-03T19:13:30Z | https://github.com/llvm/llvm-project/issues/993 | 1,070,878,175 | 993 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [620](https://llvm.org/bz620) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Recent setcc changes have broken things. reductions attached. | setcc problems | https://api.github.com/repos/llvm/llvm-project/issues/992/comments | 3 | 2005-08-26T00:26:06Z | 2021-12-03T19:13:30Z | https://github.com/llvm/llvm-project/issues/992 | 1,070,878,164 | 992 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [619](https://llvm.org/bz619) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In several situations, the config.status script is run automatically to ensure
that gene... | Makefiles don't rebuild headers generated from .in files. | https://api.github.com/repos/llvm/llvm-project/issues/991/comments | 1 | 2005-08-24T02:52:32Z | 2023-08-15T13:25:47Z | https://github.com/llvm/llvm-project/issues/991 | 1,070,878,156 | 991 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [618](https://llvm.org/bz618) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
"rem double %a, 1.0" generates an fmod when turned into a .s file (x86), which
is ok. Usin... | [cbackend] cannot compile 'rem' on FP values | https://api.github.com/repos/llvm/llvm-project/issues/990/comments | 3 | 2005-08-23T19:42:56Z | 2021-12-03T19:13:28Z | https://github.com/llvm/llvm-project/issues/990 | 1,070,878,146 | 990 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [617](https://llvm.org/bz617) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.5 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
%xneg = sub int 0, %x
%cond3 = setne int %x, %xneg
br bool %cond3, label %return_block, la... | X != A-X miscompiled in the codegenerator | https://api.github.com/repos/llvm/llvm-project/issues/989/comments | 5 | 2005-08-10T15:48:10Z | 2021-12-03T19:13:27Z | https://github.com/llvm/llvm-project/issues/989 | 1,070,878,139 | 989 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [616](https://llvm.org/bz616) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
At the moment, the presence of pthreads forces llvm tools to link against
-lpthread on l... | Add --disable-threads to configure options | https://api.github.com/repos/llvm/llvm-project/issues/988/comments | 4 | 2005-08-09T20:24:45Z | 2023-08-15T13:25:42Z | https://github.com/llvm/llvm-project/issues/988 | 1,070,878,130 | 988 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [615](https://llvm.org/bz615) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.5 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
fastcc foo () {
...
alloca
...
tail call fastcc %foo
}
->
fastcc foo () {
tailrecur... | TailCalElim pass breaks 'tail' marker semantics | https://api.github.com/repos/llvm/llvm-project/issues/987/comments | 3 | 2005-08-06T10:07:43Z | 2021-12-03T19:13:25Z | https://github.com/llvm/llvm-project/issues/987 | 1,070,878,122 | 987 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [614](https://llvm.org/bz614) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
I posted this to the list, and also talked to you guys on irc, and was... | Request to remove dependance on sed/flex/bison | https://api.github.com/repos/llvm/llvm-project/issues/986/comments | 4 | 2005-08-05T20:26:07Z | 2023-08-15T13:25:38Z | https://github.com/llvm/llvm-project/issues/986 | 1,070,878,115 | 986 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [613](https://llvm.org/bz613) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bugpoint reduction](https://user-images.githubusercontent.com/60944935/143736419-066f355d-1c24-4168-8ce7-5692df94ae9b.gz) |
| Repor... | simplify-cfg breaks this | https://api.github.com/repos/llvm/llvm-project/issues/985/comments | 1 | 2005-08-04T16:59:53Z | 2022-01-20T01:59:15Z | https://github.com/llvm/llvm-project/issues/985 | 1,070,878,104 | 985 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [612](https://llvm.org/bz612) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.0 |
| OS | All |
## Extended Description
Eric van Riet Paap reported a codegen crash on something that reduces to this testcase:
---
declare void %ll_listnext__listiterPtr... | [lowerinvoke] invalid code created when basic blocks have single entry phis | https://api.github.com/repos/llvm/llvm-project/issues/984/comments | 4 | 2005-08-03T20:32:55Z | 2021-12-03T19:13:23Z | https://github.com/llvm/llvm-project/issues/984 | 1,070,878,090 | 984 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [611](https://llvm.org/bz611) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.4 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
According to fmod(3), the remainder of dividing x by y (both FP) is "x - n * y"
where "n i... | "rem double x, y" always returns 0.0 | https://api.github.com/repos/llvm/llvm-project/issues/983/comments | 7 | 2005-08-03T17:24:43Z | 2021-12-03T19:13:22Z | https://github.com/llvm/llvm-project/issues/983 | 1,070,878,078 | 983 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [610](https://llvm.org/bz610) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
## Extended Description
In this testcase, Y should not be marked weak, but llvm-gcc does mark it as such:
----
extern int Y;
int foo() { return Y; }
int Y... | [llvmgcc] Global variable incorrectly marked weak | https://api.github.com/repos/llvm/llvm-project/issues/982/comments | 2 | 2005-07-28T07:57:58Z | 2021-12-03T19:13:21Z | https://github.com/llvm/llvm-project/issues/982 | 1,070,878,067 | 982 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [609](https://llvm.org/bz609) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.4 |
| OS | MacOS X |
## Extended Description
llvm-gcc currently miscompiles this on darwin:
typedef struct {
double re,im;
} DComplex;
void bar(DComplex *P, void (*FP)(D... | [llvmgcc] Incorrect parameter passing ABI when passing structs with FP elements by value | https://api.github.com/repos/llvm/llvm-project/issues/981/comments | 2 | 2005-07-27T23:42:32Z | 2021-12-03T19:13:21Z | https://github.com/llvm/llvm-project/issues/981 | 1,070,878,062 | 981 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [608](https://llvm.org/bz608) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
% ../llvm/configure
[skipped]
checking for llvm-gcc... no
checking for llvm-g++... ... | configure does not correctly detect gcc version on cygwin | https://api.github.com/repos/llvm/llvm-project/issues/980/comments | 1 | 2005-07-27T19:04:36Z | 2021-12-03T19:13:20Z | https://github.com/llvm/llvm-project/issues/980 | 1,070,878,045 | 980 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [607](https://llvm.org/bz607) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
## Extended Description
The CFE fails an assertion compiling this global variable:
union { char bytes[8]; double alignment; }EQ1 = {0,0,0,0,0,0,0,0};
Thi... | [llvmgcc] Union initialization crash | https://api.github.com/repos/llvm/llvm-project/issues/979/comments | 2 | 2005-07-26T23:14:46Z | 2021-12-03T19:13:19Z | https://github.com/llvm/llvm-project/issues/979 | 1,070,878,037 | 979 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [606](https://llvm.org/bz606) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase to reproduce the bug.](https://user-images.githubusercontent.com/60944935/143736418-c3dabc27-f33d-4954-a30a-6c4d3c641a62.gz) |
| ... | [llvmgcc] Implement attribute((packed)) support | https://api.github.com/repos/llvm/llvm-project/issues/978/comments | 9 | 2005-07-26T20:58:29Z | 2023-08-15T13:46:49Z | https://github.com/llvm/llvm-project/issues/978 | 1,070,878,027 | 978 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [605](https://llvm.org/bz605) |
| Resolution | WONTFIX |
| Resolved on | Apr 02, 2012 16:33 |
| Version | trunk |
| OS | MacOS X |
| CC | @isanbard,@pwo |
## Extended Description
Because of the funny Darwin structure layout rules, the following testcase is miscompiled by the C ... | [CBE] C Type layout doesn't match LLVM type layout | https://api.github.com/repos/llvm/llvm-project/issues/977/comments | 9 | 2005-07-23T01:14:08Z | 2022-01-20T02:27:45Z | https://github.com/llvm/llvm-project/issues/977 | 1,070,878,017 | 977 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.