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 | [504](https://llvm.org/bz504) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM assembly code that generates -indvars assert() failure](https://user-images.githubusercontent.com/60944935/143736358-b9de56a1-8ddf-46... | [indvars] crashes on exception code (invoke/unwind) | https://api.github.com/repos/llvm/llvm-project/issues/876/comments | 5 | 2005-02-12T02:47:23Z | 2021-12-03T19:11:51Z | https://github.com/llvm/llvm-project/issues/876 | 1,070,876,974 | 876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [503](https://llvm.org/bz503) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
## Extended Description
The following .cpp file does not produce any code:
---
struct foo { int X, Y; };
const foo X = { 1, 2 };
---
It should emit a g... | [llvm-g++] const variables are not emitted unless they are preceeded by an extern | https://api.github.com/repos/llvm/llvm-project/issues/875/comments | 2 | 2005-02-12T02:05:03Z | 2022-01-19T18:11:06Z | https://github.com/llvm/llvm-project/issues/875 | 1,070,876,966 | 875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [502](https://llvm.org/bz502) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#822 |
## Extended Description
Consider this code:
---
struct foo { int X; };
struct bar {
static const foo FFF;
};
extern... | [llvm-g++] Link failure linking 'const' global with a dynamic initializer | https://api.github.com/repos/llvm/llvm-project/issues/874/comments | 3 | 2005-02-12T01:29:10Z | 2021-12-03T19:11:50Z | https://github.com/llvm/llvm-project/issues/874 | 1,070,876,954 | 874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [501](https://llvm.org/bz501) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
| Attachments | [Preprocessed source for qstring.cpp](https://user-images.githubusercontent.com/60944935/143736356-ddcbd402-6895-4257-8aec-085669afb684.gz), ... | [llvm-g++] Crash compiling anonymous union | https://api.github.com/repos/llvm/llvm-project/issues/873/comments | 4 | 2005-02-11T09:08:26Z | 2021-12-03T19:11:49Z | https://github.com/llvm/llvm-project/issues/873 | 1,070,876,945 | 873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [500](https://llvm.org/bz500) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
roadrunner:~/hello% cat hello.c
#include <stdio.h>
int main()
{
printf("hello world... | "opt -parallel" always dumps core | https://api.github.com/repos/llvm/llvm-project/issues/872/comments | 3 | 2005-01-27T17:30:38Z | 2021-12-03T19:11:48Z | https://github.com/llvm/llvm-project/issues/872 | 1,070,876,936 | 872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [499](https://llvm.org/bz499) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Somewhere along the line Mangler.cpp got moved to lib/VMCore but its header
remains in... | Mangler.h is in the wrong place? | https://api.github.com/repos/llvm/llvm-project/issues/871/comments | 2 | 2005-01-23T04:48:46Z | 2022-01-19T18:10:28Z | https://github.com/llvm/llvm-project/issues/871 | 1,070,876,923 | 871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [498](https://llvm.org/bz498) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2007 01:36 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#869 llvm/llvm-bugzilla-archive#870 llvm/llvm-bugzilla-archive#947 llvm/llvm-bugzilla-archive#1379 |
## Extended... | [llvm-gcc] [meta] Make llvm-gcc4 completely replace llvm-gcc3 | https://api.github.com/repos/llvm/llvm-project/issues/870/comments | 6 | 2005-01-21T04:36:48Z | 2021-12-03T19:11:46Z | https://github.com/llvm/llvm-project/issues/870 | 1,070,876,912 | 870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [497](https://llvm.org/bz497) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | HP-UX |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is part of my HP-UX porting adventure; I'm building LLVM using the (shiny,
new) H... | HP C++ compiler incompatibility | https://api.github.com/repos/llvm/llvm-project/issues/869/comments | 5 | 2005-01-14T04:14:52Z | 2021-12-03T19:11:45Z | https://github.com/llvm/llvm-project/issues/869 | 1,070,876,905 | 869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [496](https://llvm.org/bz496) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
## Extended Description
It should be possible to configure LLVM without llvm-gcc and build it.
Currently this does not work because the build dies in th... | Cannot build llvm without llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/868/comments | 3 | 2005-01-12T22:58:39Z | 2021-12-03T19:11:45Z | https://github.com/llvm/llvm-project/issues/868 | 1,070,876,895 | 868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [495](https://llvm.org/bz495) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Currently the interface for manipulating operating system Paths is pre... | sys::Path interface is ugly | https://api.github.com/repos/llvm/llvm-project/issues/867/comments | 2 | 2005-01-05T21:15:50Z | 2021-12-03T19:11:44Z | https://github.com/llvm/llvm-project/issues/867 | 1,070,876,885 | 867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [494](https://llvm.org/bz494) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | 1.0 |
| OS | All |
## Extended Description
Consider this function:
int ptrdiff(int *X, int *Y) { return X-Y; }
llvmgcc currently compiles this to:
int %ptrdiff(int* %X, in... | [llvmgcc] Signed divide generated for pointer difference | https://api.github.com/repos/llvm/llvm-project/issues/866/comments | 2 | 2004-12-31T09:39:16Z | 2021-12-03T19:11:43Z | https://github.com/llvm/llvm-project/issues/866 | 1,070,876,876 | 866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [493](https://llvm.org/bz493) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
Calling llvm-ranlib --help says
USAGE: llvm-ranlib [options] <archive-file>...
but actually only the first .a file seems to get ... | [commandline] Arg lists with too many positional args are not rejected | https://api.github.com/repos/llvm/llvm-project/issues/865/comments | 6 | 2004-12-30T18:49:25Z | 2021-12-03T19:11:42Z | https://github.com/llvm/llvm-project/issues/865 | 1,070,876,869 | 865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [492](https://llvm.org/bz492) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2016 17:26 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
It doesn't matter which test case you use, the problem happens for a... | [X86] Code generated by llc isn't compatible with Cygwin | https://api.github.com/repos/llvm/llvm-project/issues/864/comments | 14 | 2004-12-30T05:44:22Z | 2023-08-15T13:46:14Z | https://github.com/llvm/llvm-project/issues/864 | 1,070,876,857 | 864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [491](https://llvm.org/bz491) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.4 |
| OS | All |
| Attachments | [Original program.](https://user-images.githubusercontent.com/92601886/143736349-c1317f1e-1c44-4682-8068-226302db2b48.gz), [Output from CWrit... | [dse] DSE deletes stores that are partially overwritten by smaller stores later | https://api.github.com/repos/llvm/llvm-project/issues/863/comments | 7 | 2004-12-28T20:17:56Z | 2021-12-03T19:11:40Z | https://github.com/llvm/llvm-project/issues/863 | 1,070,876,843 | 863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [490](https://llvm.org/bz490) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.4 |
| OS | All |
| Attachments | [File to reproduce the error (on linuxhttps://user-images.githubusercontent.com/92601886/143736347-52e7b007-efb5-409a-9567-940e97fc5964.gz) |... | [cbackend] Logical constant expressions (and/or/xor) not implemented | https://api.github.com/repos/llvm/llvm-project/issues/862/comments | 4 | 2004-12-28T20:04:37Z | 2021-12-03T19:11:40Z | https://github.com/llvm/llvm-project/issues/862 | 1,070,876,833 | 862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [489](https://llvm.org/bz489) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.1 |
| OS | Windows 2000 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, llvm-ld is not portable to non-Unix systems. It depends on process
c... | [portability] llvm-db is not portable | https://api.github.com/repos/llvm/llvm-project/issues/861/comments | 3 | 2004-12-20T23:51:58Z | 2022-01-20T02:27:39Z | https://github.com/llvm/llvm-project/issues/861 | 1,070,876,820 | 861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [488](https://llvm.org/bz488) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, bugpoint will only compile on Unix like operating systems that
support process ... | [portability] bugpoint currently only supports unix-like hosts | https://api.github.com/repos/llvm/llvm-project/issues/860/comments | 5 | 2004-12-20T23:49:24Z | 2023-08-15T13:25:00Z | https://github.com/llvm/llvm-project/issues/860 | 1,070,876,807 | 860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [487](https://llvm.org/bz487) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.4 |
| OS | All |
| Attachments | [Preprocessed code produced with gcc -pedantic -ansi -E](https://user-images.githubusercontent.com/60944935/143736346-3dc021fd-20e2-490e-bfbb... | [llvmgcc] llvm-gcc incorrectly rejects some constant initializers involving the addresses of array elements | https://api.github.com/repos/llvm/llvm-project/issues/859/comments | 4 | 2004-12-20T10:00:09Z | 2021-12-03T19:11:37Z | https://github.com/llvm/llvm-project/issues/859 | 1,070,876,791 | 859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [486](https://llvm.org/bz486) |
| Resolution | WONTFIX |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When llvm-test was being separated from llvm, the separation was partially
accomplished ... | llvm-test Makefile rules not based on llvm/Makefile.rules | https://api.github.com/repos/llvm/llvm-project/issues/858/comments | 2 | 2004-12-16T09:41:57Z | 2022-01-20T02:27:38Z | https://github.com/llvm/llvm-project/issues/858 | 1,070,876,780 | 858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [485](https://llvm.org/bz485) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.4 |
| OS | All |
## Extended Description
The C writer currently sometimes generates invalid C code (zero-sized arrays),
but this might actually be a frontend issue.
Consid... | [cbackend] C writer generates invalid C code (zero-sized arrays) | https://api.github.com/repos/llvm/llvm-project/issues/857/comments | 5 | 2004-12-15T23:36:59Z | 2021-12-03T19:11:35Z | https://github.com/llvm/llvm-project/issues/857 | 1,070,876,775 | 857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [484](https://llvm.org/bz484) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
i'll probably fix this when I get a moment, but so I don't forget:
the "time to run the... | "time to run the LLVM optimizer" measures wallclock time, not user time | https://api.github.com/repos/llvm/llvm-project/issues/856/comments | 1 | 2004-12-14T14:40:47Z | 2021-12-03T19:11:35Z | https://github.com/llvm/llvm-project/issues/856 | 1,070,876,765 | 856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [483](https://llvm.org/bz483) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
## Extended Description
This looks like a llvmg++ bug in the GCC Parser. To fix this we'll have to sync
up to newer CVS or find the GCC patch that fixed t... | [llvmg++] Crash in C++ parser | https://api.github.com/repos/llvm/llvm-project/issues/855/comments | 1 | 2004-12-14T01:06:09Z | 2021-12-03T19:11:34Z | https://github.com/llvm/llvm-project/issues/855 | 1,070,876,754 | 855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [482](https://llvm.org/bz482) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
It looks like llvmgcc crashes when trying to construct a PCH file:
$ touch test.h
$ llvmgcc test.h
test.h:1: internal compiler err... | [llvmgcc] Crash constructing empty PCH file | https://api.github.com/repos/llvm/llvm-project/issues/854/comments | 1 | 2004-12-13T22:42:28Z | 2021-12-03T19:11:33Z | https://github.com/llvm/llvm-project/issues/854 | 1,070,876,746 | 854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [481](https://llvm.org/bz481) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
This (invalid) code causes llvmgcc to ice.
#include <stdarg.h>
int flags(int a, int b, ...) {
va_list args;
... | [llvmgcc] Crash on invalid va_start | https://api.github.com/repos/llvm/llvm-project/issues/853/comments | 2 | 2004-12-13T22:17:37Z | 2021-12-03T19:11:32Z | https://github.com/llvm/llvm-project/issues/853 | 1,070,876,735 | 853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [480](https://llvm.org/bz480) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
Take this testcase:
-----------
struct __Atomicity_lock {
static volatile int _S_atomicity_lock;
};
template <int __inst>
volati... | [llvmg++] explicit instantiation of static template var does not have weak linkage | https://api.github.com/repos/llvm/llvm-project/issues/852/comments | 6 | 2004-12-10T08:20:13Z | 2021-12-03T19:11:31Z | https://github.com/llvm/llvm-project/issues/852 | 1,070,876,727 | 852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [479](https://llvm.org/bz479) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
## Extended Description
This testcase breaks because the inliner puts a ; in the label name. This
should be fixed in VMCore/asmparser to print the label n... | asmreader/writer cannot handle labels with arbitrary characters | https://api.github.com/repos/llvm/llvm-project/issues/851/comments | 1 | 2004-12-10T06:16:46Z | 2021-12-03T19:11:30Z | https://github.com/llvm/llvm-project/issues/851 | 1,070,876,715 | 851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [478](https://llvm.org/bz478) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
## Extended Description
Consider this simple function:
int f(int a, int b){
return a * a + 2 * a * b + b * b;
}
We currently generate this X86 code f... | [x86] Ugly code for a simple function | https://api.github.com/repos/llvm/llvm-project/issues/850/comments | 12 | 2004-12-10T05:53:07Z | 2021-12-03T19:11:30Z | https://github.com/llvm/llvm-project/issues/850 | 1,070,876,707 | 850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [477](https://llvm.org/bz477) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | All |
## Extended Description
Immediately after releases, the demo page inevitable gets pounded on. This is
normally fine, but we get lots and lots of p... | [demo page] Demo page should use simple locking to only permit one compile at a time | https://api.github.com/repos/llvm/llvm-project/issues/849/comments | 1 | 2004-12-10T01:21:39Z | 2021-12-03T19:11:29Z | https://github.com/llvm/llvm-project/issues/849 | 1,070,876,698 | 849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [476](https://llvm.org/bz476) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.4 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#569 |
## Extended Description
This is a low-priority marker bug to note that the F2C tests that we run aren'... | [f2c tests] JIT cannot load f2c runtime library | https://api.github.com/repos/llvm/llvm-project/issues/848/comments | 3 | 2004-12-05T18:49:49Z | 2023-08-15T13:46:09Z | https://github.com/llvm/llvm-project/issues/848 | 1,070,876,682 | 848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [475](https://llvm.org/bz475) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This happens for example when we have vtables for OO languages. The vtables
have functi... | [JIT] Should lazily compile functions refered by globals | https://api.github.com/repos/llvm/llvm-project/issues/847/comments | 6 | 2004-12-05T02:56:43Z | 2021-12-03T19:11:27Z | https://github.com/llvm/llvm-project/issues/847 | 1,070,876,674 | 847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [474](https://llvm.org/bz474) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
## Extended Description
The type resolution code that lives in Type.cpp is the code in charge of
providing the invariant that "any two LLVM types that are ... | [vmcore] Type resolution code needs algorithmic improvements | https://api.github.com/repos/llvm/llvm-project/issues/846/comments | 2 | 2004-12-04T23:18:02Z | 2021-12-03T19:11:26Z | https://github.com/llvm/llvm-project/issues/846 | 1,070,876,661 | 846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [473](https://llvm.org/bz473) |
| Resolution | FIXED |
| Resolved on | Sep 13, 2007 16:39 |
| Version | 1.0 |
| OS | All |
| CC | @asl,@nlewycky |
## Extended Description
Something in gccas is taking a very long time to run on 145.fpppp. This is just
a marker note so we rememb... | [load-vn/gcse] Slow compiles in some cases (e.g. 145.fpppp) | https://api.github.com/repos/llvm/llvm-project/issues/845/comments | 12 | 2004-12-04T21:05:51Z | 2021-12-03T19:11:26Z | https://github.com/llvm/llvm-project/issues/845 | 1,070,876,655 | 845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [472](https://llvm.org/bz472) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
## Extended Description
The C writer currently generates invalid C code (static followed by extern which
will be an error in gcc-4.0, see also http://gcc.g... | [cbackend] Static globals are prototyped as 'extern' | https://api.github.com/repos/llvm/llvm-project/issues/844/comments | 3 | 2004-12-03T19:11:40Z | 2021-12-03T19:11:25Z | https://github.com/llvm/llvm-project/issues/844 | 1,070,876,647 | 844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [471](https://llvm.org/bz471) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
## Extended Description
Currently building LLVM in debug mode gives us debug symbols in the runtime
libraries.
The build mode of LLVM should not affect ... | [makefiles] Build mode (debug,release,profile) affects generation of runtime libraries | https://api.github.com/repos/llvm/llvm-project/issues/843/comments | 8 | 2004-12-03T07:54:36Z | 2021-12-03T19:11:24Z | https://github.com/llvm/llvm-project/issues/843 | 1,070,876,639 | 843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [470](https://llvm.org/bz470) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The make benchmark from the MallocBench suite is currently disabled because it
doesn't... | MallocBench's make test needs to work | https://api.github.com/repos/llvm/llvm-project/issues/842/comments | 3 | 2004-12-02T19:14:35Z | 2021-12-03T19:11:23Z | https://github.com/llvm/llvm-project/issues/842 | 1,070,876,631 | 842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [469](https://llvm.org/bz469) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm using LLVM as a JIT engine, from a simple C++ driver (interpreter, actually).
It creat... | JIT should write bytes more efficiently, allow machine code deallocation, allow growing code buffer | https://api.github.com/repos/llvm/llvm-project/issues/841/comments | 6 | 2004-12-02T10:48:22Z | 2023-08-15T13:45:55Z | https://github.com/llvm/llvm-project/issues/841 | 1,070,876,619 | 841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [468](https://llvm.org/bz468) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
## Extended Description
The TargetData class currently provides interfaces to get the ABI-specified data
alignment information that backends need to lay ou... | [target description] Need a way to describe *preferred* target alignments | https://api.github.com/repos/llvm/llvm-project/issues/840/comments | 2 | 2004-12-02T09:56:55Z | 2021-12-03T19:11:22Z | https://github.com/llvm/llvm-project/issues/840 | 1,070,876,610 | 840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [467](https://llvm.org/bz467) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | All |
## Extended Description
One significant way that LLVM differs from GCC is how it spills values from
floating point registers on the X86. GCC always spills... | [X86] Spill floating point stack values in 64-bits of precision instead of 80-bits | https://api.github.com/repos/llvm/llvm-project/issues/839/comments | 3 | 2004-12-02T07:07:53Z | 2021-12-03T19:11:21Z | https://github.com/llvm/llvm-project/issues/839 | 1,070,876,594 | 839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [466](https://llvm.org/bz466) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
If the same library is passed to LinkLibraries twice in the Libraries pa... | [libc runtime lib] libc.bc is not a .a file | https://api.github.com/repos/llvm/llvm-project/issues/838/comments | 6 | 2004-12-02T02:44:39Z | 2021-12-03T19:11:20Z | https://github.com/llvm/llvm-project/issues/838 | 1,070,876,583 | 838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [465](https://llvm.org/bz465) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I was building the runtime libs a few hours ago (CVS head) and ran into problems
l... | libprofile, GC, etc. try to install in /usr/local | https://api.github.com/repos/llvm/llvm-project/issues/837/comments | 2 | 2004-12-01T09:47:31Z | 2022-01-19T18:10:34Z | https://github.com/llvm/llvm-project/issues/837 | 1,070,876,576 | 837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [464](https://llvm.org/bz464) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
## Extended Description
For some reason, the libstdc++ makefiles are building libstdc++ with -g, which
before was a noop, but now adds line # info. This... | [llvmg++] Stop building libstdc++ with debugging information | https://api.github.com/repos/llvm/llvm-project/issues/836/comments | 2 | 2004-11-30T23:58:08Z | 2021-12-03T19:11:18Z | https://github.com/llvm/llvm-project/issues/836 | 1,070,876,567 | 836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [463](https://llvm.org/bz463) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The error should be this :Reference to an invalid type: 'struct.none
Here is the line :
%... | [llvm-as] crash on invalid zero initialized types | https://api.github.com/repos/llvm/llvm-project/issues/835/comments | 4 | 2004-11-28T17:09:26Z | 2021-12-03T19:11:18Z | https://github.com/llvm/llvm-project/issues/835 | 1,070,876,559 | 835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [462](https://llvm.org/bz462) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlattner |
## Extended Description
if you do:
make check-dejagnu TESTSUITE=Regression/Transforms/In... | make check-dejagnu TESTSUITE=.... doesn't work | https://api.github.com/repos/llvm/llvm-project/issues/834/comments | 5 | 2004-11-28T07:04:43Z | 2022-01-20T02:27:36Z | https://github.com/llvm/llvm-project/issues/834 | 1,070,876,548 | 834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [461](https://llvm.org/bz461) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
| Attachments | [reload from the gcc](https://user-images.githubusercontent.com/60944935/143736344-875aeb60-ea61-4655-a753-885e81c3c9b8.gz) |
| Reporter | LL... | [llvmgcc] Crash compiling unnamed bitfield which does not increase struct size | https://api.github.com/repos/llvm/llvm-project/issues/833/comments | 6 | 2004-11-25T06:50:45Z | 2021-12-03T19:11:16Z | https://github.com/llvm/llvm-project/issues/833 | 1,070,876,541 | 833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [460](https://llvm.org/bz460) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Wall clock time should give wall clock time but is obviously broken as evidenced
... | wall clock timer broken | https://api.github.com/repos/llvm/llvm-project/issues/832/comments | 1 | 2004-11-19T03:04:54Z | 2022-01-20T01:59:09Z | https://github.com/llvm/llvm-project/issues/832 | 1,070,869,898 | 832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [459](https://llvm.org/bz459) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.0 |
| OS | All |
## Extended Description
Testcase:
---
#include <stdio.h>
---
To reproduce:
$ llvmg++ test.c -S -o -
Look at all of the linkonce function bodies that get... | [llvmg++] C++ frontend is expanding lots of unused inline functions | https://api.github.com/repos/llvm/llvm-project/issues/831/comments | 4 | 2004-11-18T22:52:19Z | 2021-12-03T19:01:19Z | https://github.com/llvm/llvm-project/issues/831 | 1,070,869,890 | 831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [458](https://llvm.org/bz458) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
## Extended Description
I'm building on a sun box, with objdir != srdir. I did an update from cvs using
utils/cvsupdate. I then went to my objdir and s... | lib/Linker Makefile not copied over to objdir | https://api.github.com/repos/llvm/llvm-project/issues/830/comments | 10 | 2004-11-16T00:58:59Z | 2021-12-03T19:01:18Z | https://github.com/llvm/llvm-project/issues/830 | 1,070,869,874 | 830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [457](https://llvm.org/bz457) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
libpng and zlib are external libraries which are only used by the povray
external benc... | libpng and zlib should not be part of runtime dir | https://api.github.com/repos/llvm/llvm-project/issues/829/comments | 4 | 2004-11-09T07:13:45Z | 2021-12-03T19:01:17Z | https://github.com/llvm/llvm-project/issues/829 | 1,070,869,866 | 829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [456](https://llvm.org/bz456) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Binaries from the examples/ directory should go into examples/Debug, not
tools/Debug, be... | When building examples, executables show up in tools/ | https://api.github.com/repos/llvm/llvm-project/issues/828/comments | 19 | 2004-11-08T02:06:01Z | 2021-12-03T19:01:16Z | https://github.com/llvm/llvm-project/issues/828 | 1,070,869,849 | 828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [455](https://llvm.org/bz455) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When compiling anything with both -shared and -native (or -native-cbe) it'll
produce bytec... | gccld cannot produce a native shared library or native static library | https://api.github.com/repos/llvm/llvm-project/issues/827/comments | 3 | 2004-11-06T17:32:56Z | 2023-08-15T13:45:46Z | https://github.com/llvm/llvm-project/issues/827 | 1,070,869,840 | 827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [454](https://llvm.org/bz454) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Attachments | [Assembly test case](https://user-images.githubusercontent.com/60944935/143736336-91e8ea25-683f-4db5-8459-868fa8877527.gz), [IRC Log Descri... | InstCombine Transform Broken for set[lg]t (cast X to X++), CI | https://api.github.com/repos/llvm/llvm-project/issues/826/comments | 16 | 2004-11-02T17:04:50Z | 2021-12-03T19:01:15Z | https://github.com/llvm/llvm-project/issues/826 | 1,070,869,823 | 826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [453](https://llvm.org/bz453) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
with latest cvs sources and without C front-end.
make[4]: Entering directory ... | "./configure; make" can't compile stacker_rt.c to bytecode | https://api.github.com/repos/llvm/llvm-project/issues/825/comments | 3 | 2004-10-21T11:27:30Z | 2022-01-19T18:10:38Z | https://github.com/llvm/llvm-project/issues/825 | 1,070,869,803 | 825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [452](https://llvm.org/bz452) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2009 04:37 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#2058 llvm/llvm-bugzilla-archive#1226 llvm/llvm-bugzilla-archive#1952 llvm/llvm-bugzilla-archive#2059 |
| Reporte... | memset/memcpy analysis/optimizations need improving | https://api.github.com/repos/llvm/llvm-project/issues/824/comments | 6 | 2004-10-20T19:46:06Z | 2021-12-03T19:01:12Z | https://github.com/llvm/llvm-project/issues/824 | 1,070,869,790 | 824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [451](https://llvm.org/bz451) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When setting SHARED_LIBRARY=1 and LIBRARYNAME = NAME, one expects to find a file
(or sym... | Libtool does not create libNAME.$(SHLIBEXT) files when building dynamic libs | https://api.github.com/repos/llvm/llvm-project/issues/823/comments | 12 | 2004-10-11T05:41:29Z | 2021-12-03T19:01:11Z | https://github.com/llvm/llvm-project/issues/823 | 1,070,869,783 | 823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [450](https://llvm.org/bz450) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#502 |
## Extended Description
Consider this testcase:
---- A.cpp -----
struct X {
int A;
X();
};
extern ... | [llvmg++] Extern const globals cannot be marked 'constant' if they have nontrivial ctors or dtors | https://api.github.com/repos/llvm/llvm-project/issues/822/comments | 3 | 2004-10-05T01:34:08Z | 2021-12-03T19:01:10Z | https://github.com/llvm/llvm-project/issues/822 | 1,070,869,773 | 822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [449](https://llvm.org/bz449) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.3 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#603 |
## Extended Description
Compiling and executing the following testcase causes a bus error on Darwin:
... | [llvmg++] ofstream ctor bus errors on powerpc | https://api.github.com/repos/llvm/llvm-project/issues/821/comments | 8 | 2004-10-03T00:01:16Z | 2021-12-03T19:01:09Z | https://github.com/llvm/llvm-project/issues/821 | 1,070,869,757 | 821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [448](https://llvm.org/bz448) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
The asmwriter generator currently generates a very straight-forward switch
statement to print out the instructions for a target, so... | [asmwritergen] Factor common instruction patterns | https://api.github.com/repos/llvm/llvm-project/issues/820/comments | 4 | 2004-09-29T21:41:19Z | 2021-12-03T19:01:08Z | https://github.com/llvm/llvm-project/issues/820 | 1,070,869,748 | 820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [447](https://llvm.org/bz447) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I tested two example designs in SystemC version 2.0.1, and the same failure
occurs. I thi... | [llvmg++] Crash compiling friend with default argument | https://api.github.com/repos/llvm/llvm-project/issues/819/comments | 7 | 2004-09-29T04:03:03Z | 2021-12-03T19:01:07Z | https://github.com/llvm/llvm-project/issues/819 | 1,070,869,740 | 819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [446](https://llvm.org/bz446) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When configuring LLVM with
./configure CC='llvm-gcc -Wl,-native' CXX='llvm-g++ -Wl,... | gccld -native fails to create fpcmp, tblgen executables | https://api.github.com/repos/llvm/llvm-project/issues/818/comments | 3 | 2004-09-28T23:00:47Z | 2021-12-03T19:01:06Z | https://github.com/llvm/llvm-project/issues/818 | 1,070,869,730 | 818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [445](https://llvm.org/bz445) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.3 |
| OS | All |
## Extended Description
In the testcase below (reduced from llvm-llvm) does not ever emit an
instantiation of callDefaultCtor<Pass> to the LLVM file, resul... | [llvmg++] not enough templates are instantiated | https://api.github.com/repos/llvm/llvm-project/issues/817/comments | 3 | 2004-09-28T04:15:47Z | 2021-12-03T19:01:05Z | https://github.com/llvm/llvm-project/issues/817 | 1,070,869,718 | 817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [444](https://llvm.org/bz444) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I get this error message when I run the nighly tester for the first time:
gnuplot> ... | nightly tester fails when run for the first time | https://api.github.com/repos/llvm/llvm-project/issues/816/comments | 3 | 2004-09-28T03:49:31Z | 2021-12-03T19:01:05Z | https://github.com/llvm/llvm-project/issues/816 | 1,070,869,711 | 816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [443](https://llvm.org/bz443) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Linux |
## Extended Description
For an unknown reason, bootstrapping LLVM does not pick up HAVE_MMAP_FILE
correctly, leading to this #error:
Compiling FileUti... | LLVM bootstrap fails due to HAVE_MMAP_FILE missing | https://api.github.com/repos/llvm/llvm-project/issues/815/comments | 11 | 2004-09-21T18:29:48Z | 2021-12-03T19:01:04Z | https://github.com/llvm/llvm-project/issues/815 | 1,070,869,699 | 815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [442](https://llvm.org/bz442) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
under projects/sample:
BUILD_SRC_ROOT := $(subst //,/,@abs_top_srcdir@)
is rewri... | configure scripts under <LLVM_ROOT>/projects do not substitute abs_top_srcdir properly | https://api.github.com/repos/llvm/llvm-project/issues/814/comments | 1 | 2004-09-21T01:44:36Z | 2021-12-03T19:01:03Z | https://github.com/llvm/llvm-project/issues/814 | 1,070,869,687 | 814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [441](https://llvm.org/bz441) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Steps to reproduce:
cvs co llvm
./configure
make
then run make again. Nothing ... | running make on an already built tree causes targets to be rebuilt | https://api.github.com/repos/llvm/llvm-project/issues/813/comments | 4 | 2004-09-21T01:39:16Z | 2021-12-03T19:01:02Z | https://github.com/llvm/llvm-project/issues/813 | 1,070,869,679 | 813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [440](https://llvm.org/bz440) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Alkis noticed that if he rebuilt one of the LLVM libraries that his project
used, the ... | Projects don't rebuild if LLVM core libraries are rebuilt | https://api.github.com/repos/llvm/llvm-project/issues/812/comments | 1 | 2004-09-16T16:19:29Z | 2021-12-03T19:01:01Z | https://github.com/llvm/llvm-project/issues/812 | 1,070,869,672 | 812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [439](https://llvm.org/bz439) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.3 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While trying to compile MIBENCH (http://www.eecs.umich.edu/mibench/)
in the benchm... | erro while compiling the MIBENCH benchmark | https://api.github.com/repos/llvm/llvm-project/issues/811/comments | 3 | 2004-09-14T09:12:02Z | 2021-12-03T19:01:00Z | https://github.com/llvm/llvm-project/issues/811 | 1,070,869,664 | 811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [438](https://llvm.org/bz438) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.3 |
| OS | All |
| Attachments | [testcase: bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736328-3a0066f5-ddfd-45ab-9083-8104783a3d51.... | pinodes pass doesn't work | https://api.github.com/repos/llvm/llvm-project/issues/810/comments | 1 | 2004-09-14T08:48:56Z | 2021-12-03T19:00:59Z | https://github.com/llvm/llvm-project/issues/810 | 1,070,869,647 | 810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [437](https://llvm.org/bz437) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.3 |
| OS | All |
| Attachments | [that is it](https://user-images.githubusercontent.com/60944935/143736327-55b372a7-8ac7-4afe-a02a-12be5d4be965.gz) |
| Reporter | LLVM Bugzil... | -branch-combine isn't documented as experimental | https://api.github.com/repos/llvm/llvm-project/issues/809/comments | 5 | 2004-09-14T07:21:50Z | 2021-12-03T19:00:58Z | https://github.com/llvm/llvm-project/issues/809 | 1,070,869,634 | 809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [436](https://llvm.org/bz436) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
## Extended Description
The ExecutionEngine::LoadValueFromMemory, and StoreValueToMemory methods in
lib/ExecutionEngine/ExecutionEngine.cpp do not work o... | [interpreter/jit] Data layout broken for arch's with wierd alignment requirements | https://api.github.com/repos/llvm/llvm-project/issues/808/comments | 1 | 2004-09-13T21:04:37Z | 2022-01-19T18:10:43Z | https://github.com/llvm/llvm-project/issues/808 | 1,070,869,629 | 808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [435](https://llvm.org/bz435) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Feature.mc.packed : FAIL , expected PASS
Nati... | ICE in Feature.mc.packed | https://api.github.com/repos/llvm/llvm-project/issues/807/comments | 2 | 2004-09-10T17:20:51Z | 2021-12-03T19:00:57Z | https://github.com/llvm/llvm-project/issues/807 | 1,070,869,614 | 807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [434](https://llvm.org/bz434) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There are multiple internal compiler errors in Regression.C++Frontend.2003-08-
... | ICEs in Regression.C++Frontend.2003-08-21-EmptyClass | https://api.github.com/repos/llvm/llvm-project/issues/806/comments | 2 | 2004-09-10T17:15:34Z | 2022-01-20T01:59:09Z | https://github.com/llvm/llvm-project/issues/806 | 1,070,869,609 | 806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [433](https://llvm.org/bz433) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The rules for tablegen cause it to be run everytime you do a make. This causes
all Tar... | Avoid running tablegen if not necessary | https://api.github.com/repos/llvm/llvm-project/issues/805/comments | 9 | 2004-08-31T19:51:25Z | 2022-01-19T18:10:47Z | https://github.com/llvm/llvm-project/issues/805 | 1,070,869,593 | 805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [432](https://llvm.org/bz432) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
We need to come up with a different solution for "guessing" the LLVMGCCD... | CFE should build llvm-gcc not gcc | https://api.github.com/repos/llvm/llvm-project/issues/804/comments | 14 | 2004-08-31T03:28:02Z | 2021-12-03T19:00:54Z | https://github.com/llvm/llvm-project/issues/804 | 1,070,869,586 | 804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [431](https://llvm.org/bz431) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
| Attachments | [minimal case to trigger bug](https://user-images.githubusercontent.com/60944935/143736326-ef95ea01-55ea-406a-960b-4a6b192b2c5d.gz) |
|... | statically allocated flexible array triggers assertion | https://api.github.com/repos/llvm/llvm-project/issues/803/comments | 2 | 2004-08-26T22:23:34Z | 2021-12-03T19:00:53Z | https://github.com/llvm/llvm-project/issues/803 | 1,070,869,577 | 803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [430](https://llvm.org/bz430) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In all the simple code cases I've examined by hand so far, empty compaction
tables are def... | Empty compaction tables defined | https://api.github.com/repos/llvm/llvm-project/issues/802/comments | 5 | 2004-08-26T21:55:44Z | 2021-12-03T19:00:52Z | https://github.com/llvm/llvm-project/issues/802 | 1,070,869,570 | 802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [429](https://llvm.org/bz429) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, CommandLine will print out an unadorned error message if it
encounters and erro... | CommandLine should provide program name in error output | https://api.github.com/repos/llvm/llvm-project/issues/801/comments | 2 | 2004-08-24T22:08:38Z | 2023-08-15T13:24:55Z | https://github.com/llvm/llvm-project/issues/801 | 1,070,869,553 | 801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [428](https://llvm.org/bz428) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On certain indirect LLVM 'call' Instructions, you can get an assertion
failure from ... | [sparcv9] regalloc assertion failure with certain indirect calls | https://api.github.com/repos/llvm/llvm-project/issues/800/comments | 1 | 2004-08-24T08:41:16Z | 2021-12-03T19:00:51Z | https://github.com/llvm/llvm-project/issues/800 | 1,070,869,548 | 800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [427](https://llvm.org/bz427) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
In testing backwards compatibility with V1 bytecode files, there seems... | Assertion On V1 Bytecode Files | https://api.github.com/repos/llvm/llvm-project/issues/799/comments | 8 | 2004-08-23T17:41:35Z | 2022-01-20T02:27:35Z | https://github.com/llvm/llvm-project/issues/799 | 1,070,869,536 | 799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [426](https://llvm.org/bz426) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.3 |
| OS | All |
## Extended Description
Linking a C++ program with gccld causes tons of warnings like this to be spewed out:
WARNING: Found global types that are not comp... | [llvmg++] Tons of warnings are spewed when linking to libstdc++ | https://api.github.com/repos/llvm/llvm-project/issues/798/comments | 2 | 2004-08-20T02:33:54Z | 2021-12-03T19:00:49Z | https://github.com/llvm/llvm-project/issues/798 | 1,070,869,521 | 798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [425](https://llvm.org/bz425) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I've encountered a problem in compiling a program that globally overrides the
new and dele... | [llvmg++] Unable to globally override operator new and delete without --disable-shared | https://api.github.com/repos/llvm/llvm-project/issues/797/comments | 9 | 2004-08-19T00:41:27Z | 2021-12-03T19:00:48Z | https://github.com/llvm/llvm-project/issues/797 | 1,070,869,507 | 797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [424](https://llvm.org/bz424) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
In this example (cut down from povray):
-------------------
struct foo {
int Y;
char X[100];
} F;
int test(char *Y) {
retu... | [llvmgcc] llvmgcc emits invalid constant exprs! | https://api.github.com/repos/llvm/llvm-project/issues/796/comments | 2 | 2004-08-17T19:10:40Z | 2021-12-03T19:00:47Z | https://github.com/llvm/llvm-project/issues/796 | 1,070,869,500 | 796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [423](https://llvm.org/bz423) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.3 |
| OS | All |
## Extended Description
Unfortunately, anders-aa was completely broken in LLVM 1.3, and wasn't noticed
until after it went out (because it's not used by an... | [anders-aa] Andersen's AA is completely broken in LLVM 1.3 | https://api.github.com/repos/llvm/llvm-project/issues/795/comments | 1 | 2004-08-16T07:42:02Z | 2021-12-03T19:00:46Z | https://github.com/llvm/llvm-project/issues/795 | 1,070,869,489 | 795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [422](https://llvm.org/bz422) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.3 |
| OS | All |
| Attachments | [testcase that is really slow](https://user-images.githubusercontent.com/15152540/143736323-9fcc5b5c-7a47-4662-bf69-d16e053782fa.gz) |
## Ex... | [asmwriter] Asmwriter is really slow for functions with lots of values | https://api.github.com/repos/llvm/llvm-project/issues/794/comments | 2 | 2004-08-15T23:37:36Z | 2021-12-03T19:00:45Z | https://github.com/llvm/llvm-project/issues/794 | 1,070,869,479 | 794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [421](https://llvm.org/bz421) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
| Attachments | [Preprocessed source for the bug](https://user-images.githubusercontent.com/60944935/143736320-ef9ca069-d4dd-4bbe-8e00-11e6049c2c81.gz) |
| R... | [llvmg++] Crash in initializing array with constructors in hard EH situations | https://api.github.com/repos/llvm/llvm-project/issues/793/comments | 6 | 2004-08-15T22:53:52Z | 2021-12-03T19:00:45Z | https://github.com/llvm/llvm-project/issues/793 | 1,070,869,466 | 793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [420](https://llvm.org/bz420) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.3 |
| OS | All |
| Attachments | [Testcase that causes the crash](https://user-images.githubusercontent.com/15152540/143736319-8e0766e0-fa2a-465b-b2e3-3e25ae7913a4.gz) |
## ... | [licm] LICM invalidates alias analysis info and uses broken information | https://api.github.com/repos/llvm/llvm-project/issues/792/comments | 4 | 2004-08-15T19:19:53Z | 2021-12-03T19:00:44Z | https://github.com/llvm/llvm-project/issues/792 | 1,070,869,455 | 792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [419](https://llvm.org/bz419) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, the JIT class supports calling of only two function prototypes:
void func(int... | JIT Needs To Support Arbitrary Function Call | https://api.github.com/repos/llvm/llvm-project/issues/791/comments | 2 | 2004-08-15T03:12:02Z | 2023-08-15T13:45:41Z | https://github.com/llvm/llvm-project/issues/791 | 1,070,869,447 | 791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [418](https://llvm.org/bz418) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.3 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#540 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
According to the 1.3 release notes at
"ht... | Want JIT support for threaded programs | https://api.github.com/repos/llvm/llvm-project/issues/790/comments | 22 | 2004-08-14T16:21:30Z | 2023-08-15T13:45:36Z | https://github.com/llvm/llvm-project/issues/790 | 1,070,869,437 | 790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [417](https://llvm.org/bz417) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
## Extended Description
libz and libpng are not runtime libraries. They are random libraries we include
because povray needs them. Instead of including t... | libz and libpng should be removed llvm/runtime | https://api.github.com/repos/llvm/llvm-project/issues/789/comments | 3 | 2004-08-14T00:03:48Z | 2021-12-03T19:00:41Z | https://github.com/llvm/llvm-project/issues/789 | 1,070,869,426 | 789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [416](https://llvm.org/bz416) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvmgcc segfaults on the following testcase:
---
typedef float v4sf __attribute__((vector_size(16)));
v4sf sub1(v4sf f, v4sf g) {... | llvm-gcc does not support SIMD operations | https://api.github.com/repos/llvm/llvm-project/issues/788/comments | 1 | 2004-08-13T05:37:20Z | 2023-08-15T13:24:49Z | https://github.com/llvm/llvm-project/issues/788 | 1,070,869,419 | 788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [415](https://llvm.org/bz415) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
## Extended Description
Brian pointed out that the Olden/mst benchmark has code that basically looks
like this:
main() {
Do_all_BlueRule(..., 1, 0);
}
... | [ipsccp] Sparse conditional IP constant propagation | https://api.github.com/repos/llvm/llvm-project/issues/787/comments | 6 | 2004-08-04T22:12:57Z | 2023-08-15T13:24:43Z | https://github.com/llvm/llvm-project/issues/787 | 1,070,869,408 | 787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [414](https://llvm.org/bz414) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
## Extended Description
LLVM eventually needs the ability to specify which section of an executable a
global variable or function gets emitted to. This ca... | [vmcore] Emitting globals to a specific executable section | https://api.github.com/repos/llvm/llvm-project/issues/786/comments | 3 | 2004-08-04T09:20:32Z | 2023-08-15T13:24:37Z | https://github.com/llvm/llvm-project/issues/786 | 1,070,869,393 | 786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [413](https://llvm.org/bz413) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As LLVM progresses and accumulates more versions behind it, I think it is
necessary to a... | All tools need a --version command-line switch | https://api.github.com/repos/llvm/llvm-project/issues/785/comments | 10 | 2004-08-03T23:58:21Z | 2023-08-15T13:24:27Z | https://github.com/llvm/llvm-project/issues/785 | 1,070,869,376 | 785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [412](https://llvm.org/bz412) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.3 |
| OS | All |
## Extended Description
It would be really cool if the skeleton target was enhanced to actually produce
(toy) code instead of always asserting when run. ... | Enhance skeleton target to actually generate code | https://api.github.com/repos/llvm/llvm-project/issues/784/comments | 0 | 2004-08-02T10:18:04Z | 2023-08-15T13:24:23Z | https://github.com/llvm/llvm-project/issues/784 | 1,070,869,367 | 784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [411](https://llvm.org/bz411) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#760 |
## Extended Description
LLVM currently keeps one symbol table for each type plane in the program. There
are historical... | [SymbolTable] Reconsider one symbol table for each type | https://api.github.com/repos/llvm/llvm-project/issues/783/comments | 34 | 2004-07-28T05:59:16Z | 2021-12-03T19:00:36Z | https://github.com/llvm/llvm-project/issues/783 | 1,070,869,355 | 783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [410](https://llvm.org/bz410) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2008 13:42 |
| Version | 1.0 |
| OS | All |
| CC | @sunfishcode |
## Extended Description
This is a quick brain dump of things that I want to do to the code generator in
the LLVM 1.4 timeframe.
1. M... | Improvements in the MachineInstr/Operand classes | https://api.github.com/repos/llvm/llvm-project/issues/782/comments | 8 | 2004-07-27T22:10:11Z | 2023-08-15T13:24:16Z | https://github.com/llvm/llvm-project/issues/782 | 1,070,869,343 | 782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [409](https://llvm.org/bz409) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Attachments | [Test case for "float" range](https://user-images.githubusercontent.com/60944935/143736310-7c6e4657-d1ba-44dc-a123-357343f6ebf0.gz) |
| Rep... | ConstantFP::isValueValidForType Broken | https://api.github.com/repos/llvm/llvm-project/issues/781/comments | 9 | 2004-07-26T07:22:51Z | 2022-01-20T02:27:32Z | https://github.com/llvm/llvm-project/issues/781 | 1,070,869,334 | 781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [408](https://llvm.org/bz408) |
| Resolution | FIXED |
| Resolved on | Nov 16, 2009 11:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode,@stoklund |
## Extended Description
Too many times, when writing a backend, one generates ... | Need a target-independent machine code verifier | https://api.github.com/repos/llvm/llvm-project/issues/780/comments | 1 | 2004-07-26T01:45:20Z | 2023-08-15T13:24:11Z | https://github.com/llvm/llvm-project/issues/780 | 1,070,869,320 | 780 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [407](https://llvm.org/bz407) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
| Attachments | [Test program](https://user-images.githubusercontent.com/60944935/143736309-d9530cb6-6a44-46ed-8bf9-f245301f0056.gz) |
| Reporter | LLVM Bu... | Can't add function passes that depend on immutable passes to the FunctionPassManager | https://api.github.com/repos/llvm/llvm-project/issues/779/comments | 7 | 2004-07-20T00:30:33Z | 2023-08-15T13:45:32Z | https://github.com/llvm/llvm-project/issues/779 | 1,070,869,306 | 779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [406](https://llvm.org/bz406) |
| Resolution | LATER |
| Resolved on | Jun 08, 2008 18:10 |
| Version | 1.0 |
| OS | All |
## Extended Description
Due to this patch:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016089.html
We store function pointers in t... | [ia64] C++ programs compiled by LLVM are not ABI compliant with system compiler | https://api.github.com/repos/llvm/llvm-project/issues/778/comments | 1 | 2004-07-17T04:01:03Z | 2021-12-03T19:00:31Z | https://github.com/llvm/llvm-project/issues/778 | 1,070,869,293 | 778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [405](https://llvm.org/bz405) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
1. There is no LLVMTOOLCURRENT (=llvm_root/tools/{Debug,Release,Profile})
equivalent ... | llvm projects need some improvements | https://api.github.com/repos/llvm/llvm-project/issues/777/comments | 4 | 2004-07-15T11:42:11Z | 2021-12-03T19:00:31Z | https://github.com/llvm/llvm-project/issues/777 | 1,070,869,286 | 777 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.