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 | [404](https://llvm.org/bz404) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
## Extended Description
I don't know what is going on, but -loopsimplify is taking most of the
compilation time for 252.eon. This is silly, it shouldn't d... | [loopsimplify] Loop simplify is really slow on 252.eon | https://api.github.com/repos/llvm/llvm-project/issues/776/comments | 4 | 2004-07-13T04:22:12Z | 2021-12-03T19:00:30Z | https://github.com/llvm/llvm-project/issues/776 | 1,070,869,275 | 776 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [403](https://llvm.org/bz403) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:06 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The placement of methods into .cpp files in lib/VMCore is somewhat awkward. Of
particular ... | More VMCore Cleanups (.cpp files) | https://api.github.com/repos/llvm/llvm-project/issues/775/comments | 3 | 2004-07-12T08:49:32Z | 2021-12-03T19:00:29Z | https://github.com/llvm/llvm-project/issues/775 | 1,070,869,264 | 775 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [402](https://llvm.org/bz402) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#635 llvm/llvm-project#764 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This bug is just to captur... | Bytecode Format Enhancements Needed | https://api.github.com/repos/llvm/llvm-project/issues/774/comments | 9 | 2004-07-07T17:02:11Z | 2021-12-03T19:00:28Z | https://github.com/llvm/llvm-project/issues/774 | 1,070,869,252 | 774 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [401](https://llvm.org/bz401) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Attachments | [Broken Bytecode File](https://user-images.githubusercontent.com/60944935/143736307-215fd41f-b483-4fdb-bce2-08f718792887.gz) |
| Reporter |... | Bytecode writer writes float/double in machine specific endianess | https://api.github.com/repos/llvm/llvm-project/issues/773/comments | 9 | 2004-07-07T06:16:21Z | 2021-12-03T19:00:27Z | https://github.com/llvm/llvm-project/issues/773 | 1,070,869,241 | 773 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [400](https://llvm.org/bz400) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
## Extended Description
Also, the alloca and malloc instructions should take an optional alignment
argument, and GlobalValues should allow an explicit alig... | Add support to LLVM for alignment specification of memory objects | https://api.github.com/repos/llvm/llvm-project/issues/772/comments | 18 | 2004-07-07T04:34:56Z | 2023-08-15T13:24:07Z | https://github.com/llvm/llvm-project/issues/772 | 1,070,869,229 | 772 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [399](https://llvm.org/bz399) |
| Resolution | WONTFIX |
| Resolved on | Mar 06, 2010 14:05 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Currently, the bcwriter just emits the types in the global type plane ... | Organize Global Type Plane | https://api.github.com/repos/llvm/llvm-project/issues/771/comments | 4 | 2004-07-05T06:18:18Z | 2022-01-20T02:27:31Z | https://github.com/llvm/llvm-project/issues/771 | 1,070,869,219 | 771 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [398](https://llvm.org/bz398) |
| Resolution | LATER |
| Resolved on | Mar 06, 2010 14:07 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, we have the following signed integer types:
sbyte
short
int
long
And the foll... | sbyte is inconsistent with other integer types | https://api.github.com/repos/llvm/llvm-project/issues/770/comments | 3 | 2004-07-04T08:49:43Z | 2021-12-03T19:00:24Z | https://github.com/llvm/llvm-project/issues/770 | 1,070,869,202 | 770 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [397](https://llvm.org/bz397) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Attachments | [Preprocessed source that triggers the error.](https://user-images.githubusercontent.com/92601886/143736302-6cc9d3dc-c20c-49da-b5da-f037a60f3... | [llvm-gcc] Inline function redefinitions error due to 'asm' function rename | https://api.github.com/repos/llvm/llvm-project/issues/769/comments | 13 | 2004-07-03T08:04:41Z | 2021-12-03T19:00:24Z | https://github.com/llvm/llvm-project/issues/769 | 1,070,869,195 | 769 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [396](https://llvm.org/bz396) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Attachments | [Preprocessed source code to trigger the internal error.](https://user-images.githubusercontent.com/92601886/143736300-ea23acbf-a366-40d3-a3a... | [llvm-gcc] Crash casting function to void | https://api.github.com/repos/llvm/llvm-project/issues/768/comments | 2 | 2004-07-03T04:06:12Z | 2021-12-03T19:00:23Z | https://github.com/llvm/llvm-project/issues/768 | 1,070,869,185 | 768 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [395](https://llvm.org/bz395) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
## Extended Description
Currently the internal flag (ltmp_0_25 below) for static objects seems to be a
"llvm-long" where a char would suffice. Consid... | [llvm-gcc] internal flag for Construct On First Use should be char | https://api.github.com/repos/llvm/llvm-project/issues/767/comments | 4 | 2004-07-03T03:15:08Z | 2022-01-20T02:27:30Z | https://github.com/llvm/llvm-project/issues/767 | 1,070,869,177 | 767 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [394](https://llvm.org/bz394) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
## Extended Description
There still seem to be some cases where a long-long offset is generated for
array access on a i386. Please see this example and the... | [llvm-gcc] ubyte/long getelementptr indices still generated | https://api.github.com/repos/llvm/llvm-project/issues/766/comments | 12 | 2004-07-03T02:54:10Z | 2021-12-03T19:00:21Z | https://github.com/llvm/llvm-project/issues/766 | 1,070,869,169 | 766 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [393](https://llvm.org/bz393) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This really involves both the autoconf and Makefile support, as follows:
* autoconf nee... | [configure] Include generation/installation of man pages into build | https://api.github.com/repos/llvm/llvm-project/issues/765/comments | 8 | 2004-07-02T18:26:43Z | 2023-08-15T13:24:02Z | https://github.com/llvm/llvm-project/issues/765 | 1,070,869,160 | 765 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [392](https://llvm.org/bz392) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:07 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#402 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The bytecode file format uses 28 bits for the... | Global Vars Have (Somewhat) Limited Type Range | https://api.github.com/repos/llvm/llvm-project/issues/764/comments | 4 | 2004-07-02T07:27:35Z | 2023-08-15T13:45:27Z | https://github.com/llvm/llvm-project/issues/764 | 1,070,869,147 | 764 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [391](https://llvm.org/bz391) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While testing my bytecode reader changes, I ran the regression tests and all
the tests ... | lli Doesn't Handle Exceptions From Bytecode Reader | https://api.github.com/repos/llvm/llvm-project/issues/763/comments | 9 | 2004-06-29T22:49:36Z | 2021-12-03T19:00:18Z | https://github.com/llvm/llvm-project/issues/763 | 1,070,869,138 | 763 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [390](https://llvm.org/bz390) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.2 |
| OS | Solaris |
## Extended Description
getFirstTerminator for MachineBasicBlocks does not work for sparc | There should be a getFirstTerminator equivalent for SparcV9 | https://api.github.com/repos/llvm/llvm-project/issues/762/comments | 10 | 2004-06-29T19:27:11Z | 2022-01-20T02:27:28Z | https://github.com/llvm/llvm-project/issues/762 | 1,070,869,122 | 762 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [389](https://llvm.org/bz389) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
-0.0 is emitted as 0xffffffff00000000 by the sparc llvm-gcc front end,
but it should... | [sparc] many double constants are emitted incorrectly by llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/761/comments | 1 | 2004-06-29T05:38:28Z | 2021-12-03T19:00:16Z | https://github.com/llvm/llvm-project/issues/761 | 1,070,869,116 | 761 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [388](https://llvm.org/bz388) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#411 llvm/llvm-bugzilla-archive#889 |
## Extended Description
The Core LLVM IR can, and should, be shrunk a bit. ... | Put the Core LLVM classes on a diet | https://api.github.com/repos/llvm/llvm-project/issues/760/comments | 23 | 2004-06-27T22:01:11Z | 2021-12-03T19:00:15Z | https://github.com/llvm/llvm-project/issues/760 | 1,070,869,097 | 760 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [387](https://llvm.org/bz387) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
| Attachments | [List Of 158 Overload Hiding Instances](https://user-images.githubusercontent.com/60944935/143736297-5f03b666-100d-4332-aa01-96d4aac107c2.gz)... | Need -Woverloaded-virtual To Catch Inheritance Errors | https://api.github.com/repos/llvm/llvm-project/issues/759/comments | 11 | 2004-06-24T19:57:01Z | 2021-12-03T19:00:14Z | https://github.com/llvm/llvm-project/issues/759 | 1,070,869,084 | 759 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [386](https://llvm.org/bz386) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143736296-0906cbc3-2bdb-4d5c-838c-eea752e02f18.gz) |
| Reporter | LLVM Bugzi... | test/Programs/MultiSource/Benchmarks/MallocBench/perl problems | https://api.github.com/repos/llvm/llvm-project/issues/758/comments | 2 | 2004-06-24T18:42:18Z | 2021-12-03T19:00:13Z | https://github.com/llvm/llvm-project/issues/758 | 1,070,869,068 | 758 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [385](https://llvm.org/bz385) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143736289-ab6030c8-a6c6-40dc-b425-7e11a5564f26.gz) |
| Reporter | LLVM Bugzi... | test/Programs/MultiSource/Benchmarks/MallocBench/make | https://api.github.com/repos/llvm/llvm-project/issues/757/comments | 10 | 2004-06-24T14:47:29Z | 2021-12-03T19:00:12Z | https://github.com/llvm/llvm-project/issues/757 | 1,070,869,056 | 757 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [384](https://llvm.org/bz384) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143736286-99e16dcf-953a-45b4-b106-c5a7c8b3f362.gz), [patch](https://user-ima... | /test/Programs/MultiSource/Benchmarks/MallocBench/cfrac/cfrac.c:83: error: conflicting types for 'logf' | https://api.github.com/repos/llvm/llvm-project/issues/756/comments | 2 | 2004-06-24T08:34:18Z | 2021-12-03T19:00:12Z | https://github.com/llvm/llvm-project/issues/756 | 1,070,869,050 | 756 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [383](https://llvm.org/bz383) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143736285-8c1d66d3-04e1-4f34-a720-e3e03826ba31.gz) |
| Reporter | LLVM Bugzi... | Linking error in test/Programs/MultiSource/Benchmarks/Olden/voronoi | https://api.github.com/repos/llvm/llvm-project/issues/755/comments | 5 | 2004-06-23T20:03:21Z | 2021-12-03T19:00:11Z | https://github.com/llvm/llvm-project/issues/755 | 1,070,869,040 | 755 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [382](https://llvm.org/bz382) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [patch](https://user-images.githubusercontent.com/60944935/143736284-dfd8c019-a73b-4046-8d14-6d99a243eb11.gz) |
| Reporter | LLVM Bugzi... | Nightly tester terminated at llvm/test/Programs/MultiSource/Benchmarks/McCat/17-bintr/bintree.c | https://api.github.com/repos/llvm/llvm-project/issues/754/comments | 4 | 2004-06-23T13:10:22Z | 2021-12-03T19:00:10Z | https://github.com/llvm/llvm-project/issues/754 | 1,070,869,022 | 754 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [381](https://llvm.org/bz381) |
| Resolution | FIXED |
| Resolved on | Nov 29, 2013 01:39 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @kaomoneus |
## Extended Description
LLVM nightly test terminated at FreeBSD5.1 (gcc3.4.1 20040421 (p... | Problem with src/llvm/test/Programs/SingleSource/Benchmarks/Misc/mandel.c at FreeBSD using gcc3.4.x | https://api.github.com/repos/llvm/llvm-project/issues/753/comments | 5 | 2004-06-22T19:32:01Z | 2021-12-03T19:00:09Z | https://github.com/llvm/llvm-project/issues/753 | 1,070,869,012 | 753 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [380](https://llvm.org/bz380) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I use gcc3.5 (some day old mainline CVS gcc version)
nightly tester terminated at S... | Nightly tester terminated at SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c | https://api.github.com/repos/llvm/llvm-project/issues/752/comments | 2 | 2004-06-22T11:49:16Z | 2021-12-03T19:00:08Z | https://github.com/llvm/llvm-project/issues/752 | 1,070,869,000 | 752 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [379](https://llvm.org/bz379) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | 1.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tlattner |
## Extended Description
Currently, the NightlyTest.pl script has numerous dependencies... | Separate NightlyTest Computation And Presentation | https://api.github.com/repos/llvm/llvm-project/issues/751/comments | 11 | 2004-06-22T07:20:37Z | 2023-08-15T13:23:58Z | https://github.com/llvm/llvm-project/issues/751 | 1,070,868,992 | 751 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [378](https://llvm.org/bz378) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Attachments | [.bc file](https://user-images.githubusercontent.com/60944935/143736282-963dcfe6-ff3d-44b4-9220-6dd6ade1ae12.gz) |
| Reporter | LLVM Bugzil... | Crash in scalar evolution analysis | https://api.github.com/repos/llvm/llvm-project/issues/750/comments | 3 | 2004-06-20T22:10:16Z | 2021-12-03T19:00:06Z | https://github.com/llvm/llvm-project/issues/750 | 1,070,868,977 | 750 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [377](https://llvm.org/bz377) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
## Extended Description
If you compile all of the source files in 124.m88ksim but instab.c with a native
compiler, compile instab.c with llvmgcc, and link ... | [llvmgcc] miscompilation of staticly initialized unsigned bitfields | https://api.github.com/repos/llvm/llvm-project/issues/749/comments | 3 | 2004-06-20T20:17:00Z | 2021-12-03T19:00:05Z | https://github.com/llvm/llvm-project/issues/749 | 1,070,868,961 | 749 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [376](https://llvm.org/bz376) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
While getting the optimized nightly tester ready, I ran into a problem where
QMTest ... | llvm.py doesn't handle non-existent executables gracefully | https://api.github.com/repos/llvm/llvm-project/issues/748/comments | 4 | 2004-06-19T20:36:14Z | 2022-01-20T02:27:28Z | https://github.com/llvm/llvm-project/issues/748 | 1,070,868,954 | 748 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [375](https://llvm.org/bz375) |
| Resolution | LATER |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
autoconf supports three options specifically tailored for compilers:
System types:
--... | Building Should Honor Build/Host/Target Triplet | https://api.github.com/repos/llvm/llvm-project/issues/747/comments | 15 | 2004-06-19T09:54:35Z | 2023-08-15T13:23:53Z | https://github.com/llvm/llvm-project/issues/747 | 1,070,868,944 | 747 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [374](https://llvm.org/bz374) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
## Extended Description
This reduced testcase crashes llvmgcc.
struct S { };
int xxxx(int a) {
struct S comps[a];
&comps[0];
}
-Chris | [llvmgcc] Crash compiling variable length array of structures | https://api.github.com/repos/llvm/llvm-project/issues/746/comments | 3 | 2004-06-19T02:43:09Z | 2021-12-03T19:00:02Z | https://github.com/llvm/llvm-project/issues/746 | 1,070,868,933 | 746 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [373](https://llvm.org/bz373) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Current CVS llvm-gcc (Cfrontend) build (using CVS mainline gcc) terminated
with err... | [llvmgcc] obstack.h relies on obsolete casts-as-lvalues GCC extension | https://api.github.com/repos/llvm/llvm-project/issues/745/comments | 3 | 2004-06-18T11:31:42Z | 2021-12-03T19:00:01Z | https://github.com/llvm/llvm-project/issues/745 | 1,070,868,927 | 745 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [372](https://llvm.org/bz372) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
## Extended Description
glibc is currently turning calls to isnan into calls to __isnan* functions
defined in glibc. Since this is a single machine inst... | [llvmgcc/libc] isnan(x) function should turn into fcmp une(X, 0) | https://api.github.com/repos/llvm/llvm-project/issues/744/comments | 3 | 2004-06-18T07:38:51Z | 2021-12-03T19:00:00Z | https://github.com/llvm/llvm-project/issues/744 | 1,070,868,919 | 744 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [371](https://llvm.org/bz371) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I can compile current CVS llvm using current CVS mainline GCC (3.5.0 20040617).
Com... | lib/Transforms/Utils/Local.cpp:303: error: `isnan' was not declared in this scope | https://api.github.com/repos/llvm/llvm-project/issues/743/comments | 5 | 2004-06-17T23:18:46Z | 2021-12-03T18:59:59Z | https://github.com/llvm/llvm-project/issues/743 | 1,070,868,908 | 743 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [370](https://llvm.org/bz370) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | trunk |
| OS | All |
| Attachments | [bytecode which fails](https://user-images.githubusercontent.com/60944935/143736279-20dc791a-c09d-4706-9190-01ff8fbe6018.gz) |
| Reporter |... | llvm-dis < bytecode | llvm-as fails: "Reference to an invalid definition" | https://api.github.com/repos/llvm/llvm-project/issues/742/comments | 9 | 2004-06-14T10:29:23Z | 2021-12-03T18:59:58Z | https://github.com/llvm/llvm-project/issues/742 | 1,070,868,898 | 742 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [369](https://llvm.org/bz369) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
## Extended Description
The Stackifier crashes on this testcase:
bool %T(double %X) {
%V = seteq double %X, %X
ret bool %V
} | [X86] stackifier crash on floating point setcc X, X | https://api.github.com/repos/llvm/llvm-project/issues/741/comments | 2 | 2004-06-11T04:58:57Z | 2021-12-03T18:59:58Z | https://github.com/llvm/llvm-project/issues/741 | 1,070,868,881 | 741 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [368](https://llvm.org/bz368) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.2 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I have noticed that the 64-bit constant pointer null is often spilled to the
constant ... | [sparcv9] null often spilled to constant pool | https://api.github.com/repos/llvm/llvm-project/issues/740/comments | 5 | 2004-06-11T00:50:35Z | 2021-12-03T18:59:57Z | https://github.com/llvm/llvm-project/issues/740 | 1,070,868,872 | 740 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [367](https://llvm.org/bz367) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I build on cygwin, the *only* thing that fails is the etags command:
usr/bin/eta... | etags fails on cygwin: argument list too long | https://api.github.com/repos/llvm/llvm-project/issues/739/comments | 6 | 2004-06-09T22:59:12Z | 2021-12-03T18:59:56Z | https://github.com/llvm/llvm-project/issues/739 | 1,070,868,858 | 739 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [366](https://llvm.org/bz366) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM code to reproduce the problem](https://user-images.githubusercontent.com/60944935/143736278-8baaefba-3d4b-4f79-b6d8-ed49a4223ab3.gz) ... | [x86] Crash casting load of int to bool | https://api.github.com/repos/llvm/llvm-project/issues/738/comments | 2 | 2004-06-09T16:52:44Z | 2021-12-03T18:59:55Z | https://github.com/llvm/llvm-project/issues/738 | 1,070,868,847 | 738 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [365](https://llvm.org/bz365) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
## Extended Description
As mentioned in the summary. This is not good, this severely impacts debugability.
It would be fine to print "badref" or someth... | [asmwriter] Asm writer aborts if an instruction is not embedded into a function | https://api.github.com/repos/llvm/llvm-project/issues/737/comments | 5 | 2004-06-09T06:39:46Z | 2021-12-03T18:59:54Z | https://github.com/llvm/llvm-project/issues/737 | 1,070,868,829 | 737 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [364](https://llvm.org/bz364) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Attachments | [llvm-expand.c patch.](https://user-images.githubusercontent.com/92601886/143736277-5bd43401-5232-47a2-b599-9dffd2988332.gz) |
## Extended D... | [llvmgcc] llvmgcc does not compile with gcc 3.4 | https://api.github.com/repos/llvm/llvm-project/issues/736/comments | 1 | 2004-06-09T02:57:51Z | 2021-12-03T18:59:53Z | https://github.com/llvm/llvm-project/issues/736 | 1,070,868,822 | 736 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [363](https://llvm.org/bz363) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| Attachments | [Code to reproduce the error](https://user-images.githubusercontent.com/60944935/143736276-8403ee62-cc7a-4e27-8d59-9a9235c79bc0.gz) |
| Rep... | Loop unroller breaks on the attached code | https://api.github.com/repos/llvm/llvm-project/issues/735/comments | 3 | 2004-06-08T22:58:10Z | 2021-12-03T18:59:52Z | https://github.com/llvm/llvm-project/issues/735 | 1,070,868,811 | 735 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [362](https://llvm.org/bz362) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
## Extended Description
Consider this C++ testcase:
--------
#include <algorithm>
void test1(int &x, int &y) {
x = std::min(x,y);
}
void test2(int &x... | Icky code generated for std::min/std::max | https://api.github.com/repos/llvm/llvm-project/issues/734/comments | 3 | 2004-06-08T02:11:38Z | 2021-12-03T18:59:51Z | https://github.com/llvm/llvm-project/issues/734 | 1,070,868,798 | 734 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [361](https://llvm.org/bz361) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I attempted to link a program compiled to LLVM with my Cool compiler (written
for CS 326... | [verifier] Dominance properties don't hold in unreachable code | https://api.github.com/repos/llvm/llvm-project/issues/733/comments | 6 | 2004-06-07T21:47:34Z | 2021-12-03T18:59:50Z | https://github.com/llvm/llvm-project/issues/733 | 1,070,868,791 | 733 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [360](https://llvm.org/bz360) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.0 |
| OS | All |
## Extended Description
Here's a testcase:
---
int sub1(int i, char *pi) {
typedef int foo[i];
struct bar {foo f1; int f2;} *p = (struct bar *) pi;
... | [llvmgcc] Structure field with non-constant offset crashes llvmgcc | https://api.github.com/repos/llvm/llvm-project/issues/732/comments | 2 | 2004-06-07T21:23:05Z | 2021-12-03T18:53:09Z | https://github.com/llvm/llvm-project/issues/732 | 1,070,864,441 | 732 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [359](https://llvm.org/bz359) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
MRegister::areAliases() always returns false. To correct this, the line in include/llvm/... | [codegen] MRegisterInfo::areAliases() always returns false | https://api.github.com/repos/llvm/llvm-project/issues/731/comments | 2 | 2004-06-04T16:55:02Z | 2021-12-03T18:53:08Z | https://github.com/llvm/llvm-project/issues/731 | 1,070,864,436 | 731 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [358](https://llvm.org/bz358) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
## Extended Description
Right now the BuildMI functions take a number of operands to reserve space in
the operands vector for the MachineInstr class. It i... | Make the code generator assert if #operands passed to BuildMI is not correct | https://api.github.com/repos/llvm/llvm-project/issues/730/comments | 1 | 2004-06-04T01:56:22Z | 2023-08-15T13:23:49Z | https://github.com/llvm/llvm-project/issues/730 | 1,070,864,426 | 730 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [357](https://llvm.org/bz357) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
This is just a place to put all my reminders for some improvements... | Improvements For Nightly Tester | https://api.github.com/repos/llvm/llvm-project/issues/729/comments | 4 | 2004-06-04T01:48:22Z | 2023-08-15T13:23:44Z | https://github.com/llvm/llvm-project/issues/729 | 1,070,864,410 | 729 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [356](https://llvm.org/bz356) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The file lib/Target/X86/README.txt should go into llvm/docs/ and get a thorough
review a... | [doc] lib/Target/X86/README.txt needs update | https://api.github.com/repos/llvm/llvm-project/issues/728/comments | 2 | 2004-06-03T18:52:27Z | 2021-12-03T18:53:06Z | https://github.com/llvm/llvm-project/issues/728 | 1,070,864,396 | 728 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [355](https://llvm.org/bz355) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
## Extended Description
This testcase (distilled from a gigantic STL .ii file):
----
struct normal_iterator {};
typedef normal_iterator<int*> iterator;
... | [llvmgcc] Errors handling function prototypes that take opaque structs by-value | https://api.github.com/repos/llvm/llvm-project/issues/727/comments | 8 | 2004-06-03T08:43:21Z | 2021-12-03T18:53:05Z | https://github.com/llvm/llvm-project/issues/727 | 1,070,864,388 | 727 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [354](https://llvm.org/bz354) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | All |
## Extended Description
The default columns in the bug display are pretty useless due to the way we use
bugzilla. It would be spiffy is someone ... | Default bugzilla columns aren't very useful for LLVM | https://api.github.com/repos/llvm/llvm-project/issues/726/comments | 3 | 2004-06-03T05:24:17Z | 2022-01-20T02:27:26Z | https://github.com/llvm/llvm-project/issues/726 | 1,070,864,381 | 726 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [353](https://llvm.org/bz353) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Although LLVM has excellent single purpose tools that each do their sp... | Create Modular Compiler Driver | https://api.github.com/repos/llvm/llvm-project/issues/725/comments | 2 | 2004-05-29T07:40:11Z | 2023-08-15T13:23:38Z | https://github.com/llvm/llvm-project/issues/725 | 1,070,864,368 | 725 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [352](https://llvm.org/bz352) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The include directory should contain exactly one directory: llvm.
All i... | include/{Support,Config} -> include/llvm/{Support,Config} | https://api.github.com/repos/llvm/llvm-project/issues/724/comments | 5 | 2004-05-29T07:22:23Z | 2021-12-03T18:53:02Z | https://github.com/llvm/llvm-project/issues/724 | 1,070,864,355 | 724 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [351](https://llvm.org/bz351) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Although LLVM purposely doesn't use much of an operating system's functi... | Consolidate Operating System Abstraction Layer | https://api.github.com/repos/llvm/llvm-project/issues/723/comments | 17 | 2004-05-29T07:09:40Z | 2021-12-03T18:53:01Z | https://github.com/llvm/llvm-project/issues/723 | 1,070,864,336 | 723 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [350](https://llvm.org/bz350) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
## Extended Description
Currently the files in include/Config are #included by stuff all over LLVM.
Actually it's not THAT bad, but it's worse than ... | Config/*.h should only be included by files in lib/Support | https://api.github.com/repos/llvm/llvm-project/issues/722/comments | 3 | 2004-05-27T23:10:40Z | 2022-01-20T02:26:55Z | https://github.com/llvm/llvm-project/issues/722 | 1,068,765,754 | 722 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [349](https://llvm.org/bz349) |
| Resolution | WONTFIX |
| Resolved on | Mar 06, 2010 14:06 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Immediately after entering a new bug, one of the action choice... | Accepting doesnt assign to logged in user. | https://api.github.com/repos/llvm/llvm-project/issues/721/comments | 3 | 2004-05-27T23:05:25Z | 2022-01-20T02:27:25Z | https://github.com/llvm/llvm-project/issues/721 | 1,068,765,742 | 721 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [348](https://llvm.org/bz348) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The test/Regression/Verifier/2002-04-13-RetTypes.ll test case is faili... | Verifier doesn't catch incorrect return type | https://api.github.com/repos/llvm/llvm-project/issues/720/comments | 1 | 2004-05-27T22:59:28Z | 2021-12-01T18:58:12Z | https://github.com/llvm/llvm-project/issues/720 | 1,068,765,735 | 720 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [347](https://llvm.org/bz347) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:40 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The intent of this regression is to eliminate some load instructions but they
are not ge... | Regression/Transforms/InstCombine/load.ll Fails | https://api.github.com/repos/llvm/llvm-project/issues/719/comments | 3 | 2004-05-27T09:55:04Z | 2021-12-01T18:58:11Z | https://github.com/llvm/llvm-project/issues/719 | 1,068,765,726 | 719 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [346](https://llvm.org/bz346) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.2 |
| OS | All |
## Extended Description
The intrinsic lowering routines should be moved to libcodegen, as they are only
used by code generators.
The read/write barrier lo... | [vmcore] Move intrinsic lowering out of the vmcore library | https://api.github.com/repos/llvm/llvm-project/issues/718/comments | 1 | 2004-05-27T07:14:07Z | 2021-12-01T18:58:10Z | https://github.com/llvm/llvm-project/issues/718 | 1,068,765,714 | 718 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [345](https://llvm.org/bz345) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | All |
| Attachments | [Input to reproduce problem](https://user-images.githubusercontent.com/60944935/143736272-e053617c-2609-4b3a-8817-07d1eb10f2cf.gz) |
| Repo... | The llvm-as tool fails to assemble the following input | https://api.github.com/repos/llvm/llvm-project/issues/717/comments | 5 | 2004-05-26T18:26:53Z | 2021-12-01T18:58:09Z | https://github.com/llvm/llvm-project/issues/717 | 1,068,765,698 | 717 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [344](https://llvm.org/bz344) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Attachments | [Input LLVM assembly to reproduce the problem](https://user-images.githubusercontent.com/60944935/143736271-b74a39db-f0e3-4c34-b8a1-59b883c... | C Backend generates incorrect structure defintion | https://api.github.com/repos/llvm/llvm-project/issues/716/comments | 5 | 2004-05-26T17:58:16Z | 2021-12-01T18:58:08Z | https://github.com/llvm/llvm-project/issues/716 | 1,068,765,685 | 716 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [343](https://llvm.org/bz343) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Attachments | [Code to reproduce the problem](https://user-images.githubusercontent.com/60944935/143736269-15e6efb0-3604-4a41-83b4-e87c939970b9.gz) |... | lli produces incorrect output on the following bytecode | https://api.github.com/repos/llvm/llvm-project/issues/715/comments | 5 | 2004-05-24T18:40:52Z | 2022-01-20T02:26:29Z | https://github.com/llvm/llvm-project/issues/715 | 1,068,765,670 | 715 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [342](https://llvm.org/bz342) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
It seems that uses of $(VERB) aren't really helping readability (and possibly
executio... | Uses of $(VERB) should be absorbed into tool defn | https://api.github.com/repos/llvm/llvm-project/issues/714/comments | 1 | 2004-05-19T23:25:43Z | 2022-01-20T02:27:25Z | https://github.com/llvm/llvm-project/issues/714 | 1,068,765,661 | 714 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [341](https://llvm.org/bz341) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | All |
## Extended Description
Vikram pointed out this inconsistency long ago, but it still remains:
Value *X = ...
std::cout << "Addr: " << X << " Contents... | Sending a Value* to an ostream should print its address, not its contents | https://api.github.com/repos/llvm/llvm-project/issues/713/comments | 3 | 2004-05-19T19:40:25Z | 2021-12-01T18:58:06Z | https://github.com/llvm/llvm-project/issues/713 | 1,068,765,652 | 713 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [340](https://llvm.org/bz340) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Attachments | [Code to reproduce the problem](https://user-images.githubusercontent.com/60944935/143736267-cd3f557b-d733-4943-919f-206447d3bbbb.gz), [Reduc... | Verifier misses malformed switch instruction | https://api.github.com/repos/llvm/llvm-project/issues/712/comments | 5 | 2004-05-18T21:14:58Z | 2021-12-01T18:58:05Z | https://github.com/llvm/llvm-project/issues/712 | 1,068,765,641 | 712 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [339](https://llvm.org/bz339) |
| Resolution | FIXED |
| Resolved on | Jan 09, 2012 05:31 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
We need man pages for our tools, and yet we also would like to have web-viewable
HTML ve... | [docs] Make man pages and HTML from single source | https://api.github.com/repos/llvm/llvm-project/issues/711/comments | 11 | 2004-05-12T23:06:26Z | 2021-12-01T18:58:04Z | https://github.com/llvm/llvm-project/issues/711 | 1,068,765,633 | 711 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [338](https://llvm.org/bz338) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [LLVM assembly code that is miscompiled.](https://user-images.githubusercontent.com/60944935/143736263-1fb24b10-89ed-4bed-80b5-0d8e3990... | llc miscompiles Obsequi on x86 | https://api.github.com/repos/llvm/llvm-project/issues/710/comments | 8 | 2004-05-11T18:48:45Z | 2022-01-20T02:26:25Z | https://github.com/llvm/llvm-project/issues/710 | 1,068,765,620 | 710 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [337](https://llvm.org/bz337) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | 1.0 |
| OS | All |
| Attachments | [Test Case Directory Including Makefile And Binary](https://user-images.githubusercontent.com/60944935/143736262-9402b750-5ab5-41c1-a60a-993b... | [livevar] Live variables missed physical register use of aliased definition | https://api.github.com/repos/llvm/llvm-project/issues/709/comments | 14 | 2004-05-10T01:08:53Z | 2021-12-01T18:58:03Z | https://github.com/llvm/llvm-project/issues/709 | 1,068,765,605 | 709 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [336](https://llvm.org/bz336) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM Assembly to reproduce the bug](https://user-images.githubusercontent.com/60944935/143736260-6b70b125-fad4-4301-83e5-8ee53374e918.gz) ... | The instcombine pass asserts when visiting load instruction | https://api.github.com/repos/llvm/llvm-project/issues/708/comments | 2 | 2004-05-07T17:28:54Z | 2021-12-01T18:58:02Z | https://github.com/llvm/llvm-project/issues/708 | 1,068,765,594 | 708 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [335](https://llvm.org/bz335) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The PATypeHandle class, when returning a Type *, should attempt to forward the
type ... | PATypeHandle should forward refined types | https://api.github.com/repos/llvm/llvm-project/issues/707/comments | 3 | 2004-05-06T23:26:44Z | 2022-01-20T02:26:24Z | https://github.com/llvm/llvm-project/issues/707 | 1,068,765,582 | 707 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [334](https://llvm.org/bz334) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
## Extended Description
As noted here:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2004-May/001103.html
Syntactic loops can make a HUGE difference in the co... | C backend should emit simple syntactic loops | https://api.github.com/repos/llvm/llvm-project/issues/706/comments | 2 | 2004-05-05T05:01:51Z | 2021-12-01T18:58:00Z | https://github.com/llvm/llvm-project/issues/706 | 1,068,765,564 | 706 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [333](https://llvm.org/bz333) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The Sparc assembly writer cannot emit 2 functions of the same name that both have no... | Sparc backend cannot emit 2 fns of same name, both w/ constant pools | https://api.github.com/repos/llvm/llvm-project/issues/705/comments | 1 | 2004-05-04T23:08:27Z | 2021-12-01T18:57:59Z | https://github.com/llvm/llvm-project/issues/705 | 1,068,765,538 | 705 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [332](https://llvm.org/bz332) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
## Extended Description
The -adce pass crashes optimizing this function:
declare void %exp()
void %_ZN10polynomialIdE11inverse_fftERKS_ISt7complexIdEE() ... | [adce] Crash handling unreachable code that unwinds | https://api.github.com/repos/llvm/llvm-project/issues/704/comments | 3 | 2004-05-03T04:17:44Z | 2021-12-01T18:57:58Z | https://github.com/llvm/llvm-project/issues/704 | 1,068,765,530 | 704 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [331](https://llvm.org/bz331) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#790 |
| CC | @asl |
## Extended Description
It looks like windows cannot grow the stack by more than 4K at a time, j... | [X86/win32] Large allocas need incremental stack probing | https://api.github.com/repos/llvm/llvm-project/issues/703/comments | 8 | 2004-05-01T14:46:05Z | 2021-12-01T18:57:57Z | https://github.com/llvm/llvm-project/issues/703 | 1,068,765,518 | 703 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [330](https://llvm.org/bz330) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Attachments | [First input file to link](https://user-images.githubusercontent.com/60944935/143736256-8c547bdc-f92a-4b29-a759-fbca45aedf2a.gz), [Second i... | Linker causes erroneous asssertion | https://api.github.com/repos/llvm/llvm-project/issues/702/comments | 8 | 2004-04-23T21:15:35Z | 2021-12-01T18:57:57Z | https://github.com/llvm/llvm-project/issues/702 | 1,068,765,506 | 702 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [329](https://llvm.org/bz329) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
The C front-end is not emitting LLVM type names for typedefs of structures.
This is usually fine (because structs usually also hav... | [llvmgcc] type names are not emitted for structure typedefs | https://api.github.com/repos/llvm/llvm-project/issues/701/comments | 1 | 2004-04-23T21:07:48Z | 2021-12-01T18:57:56Z | https://github.com/llvm/llvm-project/issues/701 | 1,068,765,490 | 701 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [328](https://llvm.org/bz328) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I haven't been able to figure out how to disable the testing of lli and llc on the
Pow... | Can't disable LLC, JIT for nightly test script | https://api.github.com/repos/llvm/llvm-project/issues/700/comments | 13 | 2004-04-23T18:53:49Z | 2021-12-01T18:57:55Z | https://github.com/llvm/llvm-project/issues/700 | 1,068,765,481 | 700 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [327](https://llvm.org/bz327) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
While bugpoint helps narrowing down a miscompiling test case down to a s... | [bugpoint] Add ability to remove individual BasicBlocks from functions | https://api.github.com/repos/llvm/llvm-project/issues/699/comments | 2 | 2004-04-21T21:38:53Z | 2021-12-01T18:57:54Z | https://github.com/llvm/llvm-project/issues/699 | 1,068,765,475 | 699 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [326](https://llvm.org/bz326) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
## Extended Description
llvmgcc crashes on the following file:
---------
void test(enum foo *X) {}
---------
It should not.
-Chris | [llvmgcc] Crash on use of undeclared enum type | https://api.github.com/repos/llvm/llvm-project/issues/698/comments | 2 | 2004-04-21T20:15:45Z | 2021-12-01T18:57:53Z | https://github.com/llvm/llvm-project/issues/698 | 1,068,765,464 | 698 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [325](https://llvm.org/bz325) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM Assembly Code to Reproduce Bug](https://user-images.githubusercontent.com/60944935/143736254-e0952b7f-9f7e-413e-9ae5-a599fcbae38a.gz)... | Loop Unroller crashes on attached code | https://api.github.com/repos/llvm/llvm-project/issues/697/comments | 3 | 2004-04-20T22:18:59Z | 2021-12-01T18:57:53Z | https://github.com/llvm/llvm-project/issues/697 | 1,068,765,455 | 697 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [324](https://llvm.org/bz324) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
| Attachments | [Reduced bytecode that produces the problem](https://user-images.githubusercontent.com/60944935/143736251-de8928c3-b3ac-4e3e-a877-3d3a26509... | Inliner and Prune-EH crash on the Attached Code | https://api.github.com/repos/llvm/llvm-project/issues/696/comments | 7 | 2004-04-20T22:04:45Z | 2021-12-01T18:57:52Z | https://github.com/llvm/llvm-project/issues/696 | 1,068,765,443 | 696 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [323](https://llvm.org/bz323) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following code crashes llvm-gcc:
struct dvd_send_key {
unsigned agid : 2;
unsigne... | [llvm-gcc] crashes on union with bitfield | https://api.github.com/repos/llvm/llvm-project/issues/695/comments | 3 | 2004-04-20T17:02:48Z | 2021-12-01T18:57:51Z | https://github.com/llvm/llvm-project/issues/695 | 1,068,765,433 | 695 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [322](https://llvm.org/bz322) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is just a reminder, to whoever has time on their hands, that the
Interpreter needs ... | select instruction is not interpreted | https://api.github.com/repos/llvm/llvm-project/issues/694/comments | 2 | 2004-04-20T06:35:10Z | 2021-12-01T18:57:50Z | https://github.com/llvm/llvm-project/issues/694 | 1,068,765,413 | 694 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [321](https://llvm.org/bz321) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Too often we want to debug programs whose output is not on stdout, but in a
file, or, worse, in multiple files. The current incarn... | [bugpoint] Add option for external diff script | https://api.github.com/repos/llvm/llvm-project/issues/693/comments | 3 | 2004-04-20T06:09:44Z | 2023-08-04T21:53:25Z | https://github.com/llvm/llvm-project/issues/693 | 1,068,765,405 | 693 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [320](https://llvm.org/bz320) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
A pass with code that calls addRequiredTransitive<T>() on a pass T whi... | [passmanager] Infinite loop when a transitive pass requires a transitive pass | https://api.github.com/repos/llvm/llvm-project/issues/692/comments | 5 | 2004-04-20T05:56:37Z | 2021-12-01T18:57:48Z | https://github.com/llvm/llvm-project/issues/692 | 1,068,765,396 | 692 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [319](https://llvm.org/bz319) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#690 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The perl benchmark needs to be run 4 times as ... | [spec cint2k] 253.perlbmk needs to be run 4 times | https://api.github.com/repos/llvm/llvm-project/issues/691/comments | 1 | 2004-04-18T22:17:10Z | 2022-01-20T02:26:54Z | https://github.com/llvm/llvm-project/issues/691 | 1,068,765,382 | 691 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [318](https://llvm.org/bz318) |
| Resolution | WONTFIX |
| Resolved on | Mar 01, 2008 20:48 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-project#689 llvm/llvm-bugzilla-archive#319 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently, we dif... | [testsuite] Should diff against SPEC reference outputs, not results from native run | https://api.github.com/repos/llvm/llvm-project/issues/690/comments | 4 | 2004-04-18T21:37:41Z | 2022-01-20T02:27:23Z | https://github.com/llvm/llvm-project/issues/690 | 1,068,765,369 | 690 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [317](https://llvm.org/bz317) |
| Resolution | WONTFIX |
| Resolved on | Jan 07, 2008 22:15 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#318 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
From the SPEC CINT2000 description of 175.v... | [testsuite] Allow executing programs multiple times with different args for a single test "run" | https://api.github.com/repos/llvm/llvm-project/issues/689/comments | 5 | 2004-04-18T21:33:41Z | 2022-01-20T02:27:22Z | https://github.com/llvm/llvm-project/issues/689 | 1,068,765,352 | 689 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [316](https://llvm.org/bz316) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
It would be really nice to be able to do the following:
% cd l... | [testsuite] "FAIL" not always output when test crashes | https://api.github.com/repos/llvm/llvm-project/issues/688/comments | 3 | 2004-04-13T00:46:10Z | 2022-01-20T01:59:08Z | https://github.com/llvm/llvm-project/issues/688 | 1,068,765,343 | 688 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [315](https://llvm.org/bz315) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I have a note in my tree that says that, at one point, we decided that it
would be better ... | abort, don't warn, when missing external functions encountered | https://api.github.com/repos/llvm/llvm-project/issues/687/comments | 2 | 2004-04-08T22:44:30Z | 2021-12-01T18:57:44Z | https://github.com/llvm/llvm-project/issues/687 | 1,068,765,331 | 687 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [314](https://llvm.org/bz314) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | All |
## Extended Description
The command guide appears to be missing options for some of the tools. For
example, llc has a ton of options that you can g... | LLVM Command Guide not complete | https://api.github.com/repos/llvm/llvm-project/issues/686/comments | 5 | 2004-04-08T19:11:42Z | 2021-12-01T18:57:43Z | https://github.com/llvm/llvm-project/issues/686 | 1,068,765,322 | 686 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [313](https://llvm.org/bz313) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
## Extended Description
Wow, this bug has been here for a LONG time. This is causing cfrac to fail with
the JIT, and maybe 'ed' as well.
The problem is t... | [X86] JIT miscompiles unsigned short to floating point cast | https://api.github.com/repos/llvm/llvm-project/issues/685/comments | 2 | 2004-04-06T21:28:57Z | 2021-12-01T18:57:43Z | https://github.com/llvm/llvm-project/issues/685 | 1,068,765,306 | 685 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [312](https://llvm.org/bz312) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | All |
| Attachments | [crashes -indvars pass](https://user-images.githubusercontent.com/60944935/143736250-da27d1ce-20db-4337-a814-645aa7cdd253.gz) |
| Reporter ... | [indvar] crash involving constant folding and scalar evolution rewriter | https://api.github.com/repos/llvm/llvm-project/issues/684/comments | 1 | 2004-04-05T20:33:11Z | 2021-12-01T18:57:42Z | https://github.com/llvm/llvm-project/issues/684 | 1,068,765,301 | 684 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [311](https://llvm.org/bz311) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | All |
| Attachments | [Bugpoint-reduced testcase](https://user-images.githubusercontent.com/60944935/143736249-2282851c-981f-4586-9ca0-61a8ce58e812.gz) |
| Repor... | [instcombine] GEP instructions handled incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/683/comments | 2 | 2004-04-05T19:23:23Z | 2021-12-01T18:57:41Z | https://github.com/llvm/llvm-project/issues/683 | 1,068,765,292 | 683 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [310](https://llvm.org/bz310) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.2 |
| OS | All |
## Extended Description
The verifier asserts after tail duplication on the following testcase:
void %interpret() {
entry:
br label %retry
retry:
... | [tailduplicate] DemoteRegToStack breaks SSA form | https://api.github.com/repos/llvm/llvm-project/issues/682/comments | 3 | 2004-04-01T22:10:02Z | 2021-12-01T18:57:40Z | https://github.com/llvm/llvm-project/issues/682 | 1,068,765,286 | 682 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [309](https://llvm.org/bz309) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
Whenever someone has time to work on Bug 82, we should also fix getelementptr to
take arbitrary integer operands for the array indi... | [vmcore] Code quality problem due to long operand of getelementptr | https://api.github.com/repos/llvm/llvm-project/issues/681/comments | 3 | 2004-04-01T19:18:18Z | 2021-12-01T18:57:40Z | https://github.com/llvm/llvm-project/issues/681 | 1,068,765,278 | 681 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [308](https://llvm.org/bz308) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
If getObjectType is passed an archive member whose name has been abb... | getObjectType doesn't understand abbreviated names in headers | https://api.github.com/repos/llvm/llvm-project/issues/680/comments | 2 | 2004-03-31T21:33:26Z | 2021-12-01T18:57:39Z | https://github.com/llvm/llvm-project/issues/680 | 1,068,765,261 | 680 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [307](https://llvm.org/bz307) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I try llvmg++ on a code from C++ boost graph library, I get the following:
hom... | segfault on C++ boost code | https://api.github.com/repos/llvm/llvm-project/issues/679/comments | 4 | 2004-03-31T15:37:28Z | 2022-01-20T02:27:21Z | https://github.com/llvm/llvm-project/issues/679 | 1,068,765,251 | 679 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [306](https://llvm.org/bz306) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | 1.2 |
| OS | All |
## Extended Description
If you run the testcase below through: 'opt -loopsimplify -licm', an assertion
fails. On the other hand, if you run it through 'op... | [loopsimplify] Loop simplify incorrectly updates dominator information | https://api.github.com/repos/llvm/llvm-project/issues/678/comments | 2 | 2004-03-31T07:39:17Z | 2021-12-01T18:57:37Z | https://github.com/llvm/llvm-project/issues/678 | 1,068,765,244 | 678 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [305](https://llvm.org/bz305) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Currently, if you say "opt -pass foo.bc", opt will run the pass and then... | LLVM tools will happily spew bytecode onto your terminal | https://api.github.com/repos/llvm/llvm-project/issues/677/comments | 6 | 2004-03-30T21:22:20Z | 2021-12-01T18:57:36Z | https://github.com/llvm/llvm-project/issues/677 | 1,068,765,237 | 677 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.