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 | [204](https://llvm.org/bz204) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:56 |
| Version | 1.0 |
| OS | All |
## Extended Description
The C++ front-end is currently marking globals 'constant' if they are constant
in the source language. However, in C++, some const... | [llvmg++] Dynamically initialized constants cannot be marked 'constant' | https://api.github.com/repos/llvm/llvm-project/issues/576/comments | 2 | 2004-01-12T01:46:12Z | 2021-12-01T18:56:12Z | https://github.com/llvm/llvm-project/issues/576 | 1,068,764,045 | 576 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [203](https://llvm.org/bz203) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The current makefiles don't support an install target. Since there i... | Need automated RPM package generation | https://api.github.com/repos/llvm/llvm-project/issues/575/comments | 15 | 2004-01-09T18:58:57Z | 2021-12-01T18:56:11Z | https://github.com/llvm/llvm-project/issues/575 | 1,068,764,031 | 575 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [202](https://llvm.org/bz202) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-project#554 |
| Attachments | [Pre-processed C code that triggers the bug](https://user-images.githubusercontent.com/60944935/14373... | [llvm-gcc] asserts when an extern inline function is redefined | https://api.github.com/repos/llvm/llvm-project/issues/574/comments | 5 | 2004-01-08T00:51:45Z | 2021-12-01T18:56:10Z | https://github.com/llvm/llvm-project/issues/574 | 1,068,764,018 | 574 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [201](https://llvm.org/bz201) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
test/Programs/MultiSource/Applications/Burg/Makefile hardcodes a rule wi... | test/Programs/MultiSource/Applications/Burg/Makefile hardcodes yacc | https://api.github.com/repos/llvm/llvm-project/issues/573/comments | 4 | 2004-01-06T09:43:44Z | 2021-12-01T18:56:09Z | https://github.com/llvm/llvm-project/issues/573 | 1,068,764,007 | 573 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [200](https://llvm.org/bz200) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.1 |
| OS | All |
| Attachments | [Reproduces the bug.](https://user-images.githubusercontent.com/60944935/143736204-0d38f7e6-264a-412b-91b7-eba0787886ef.gz), [Proposed fix to... | [llvm-gcc] segfault on the following code | https://api.github.com/repos/llvm/llvm-project/issues/572/comments | 6 | 2004-01-05T05:03:32Z | 2021-12-01T18:56:09Z | https://github.com/llvm/llvm-project/issues/572 | 1,068,763,992 | 572 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [199](https://llvm.org/bz199) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.1 |
| OS | All |
| Depends On | llvm/llvm-project#534 |
| Attachments | [Preprocessed C code that reproduces the problem.](https://user-images.githubusercontent.com/60944935... | [llvm-gcc] Crash on structure with variable length array member | https://api.github.com/repos/llvm/llvm-project/issues/571/comments | 17 | 2004-01-02T01:07:36Z | 2021-12-01T18:56:07Z | https://github.com/llvm/llvm-project/issues/571 | 1,068,763,973 | 571 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [198](https://llvm.org/bz198) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
| Attachments | [Invalid LLVM Assembly code that reproduces the bug.](https://user-images.githubusercontent.com/60944935/143736198-c3ea4088-dd60-40d3-b101-... | TypeMap accesses free'd memory | https://api.github.com/repos/llvm/llvm-project/issues/570/comments | 4 | 2003-12-30T22:13:21Z | 2021-12-01T18:56:07Z | https://github.com/llvm/llvm-project/issues/570 | 1,068,763,966 | 570 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [197](https://llvm.org/bz197) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.1 |
| OS | All |
## Extended Description
Because of the fix to Bug 142, it looks like the -native option is effectively
broken, at least when passed through the llvmgcc com... | [gccld] -native option is effectively broken | https://api.github.com/repos/llvm/llvm-project/issues/569/comments | 2 | 2003-12-24T08:47:05Z | 2021-12-01T18:56:06Z | https://github.com/llvm/llvm-project/issues/569 | 1,068,763,955 | 569 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [196](https://llvm.org/bz196) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
## Extended Description
Valgrind reports that many OpaqueType objects are routinely leaked by LLVM,
routinely adding up to 1.5MB or so.
-Chris | [vmcore] OpaqueType objects memory leak | https://api.github.com/repos/llvm/llvm-project/issues/568/comments | 3 | 2003-12-24T01:46:59Z | 2021-12-01T18:56:05Z | https://github.com/llvm/llvm-project/issues/568 | 1,068,763,949 | 568 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [195](https://llvm.org/bz195) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.1 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Programs that place their main() function in a library archive (i.e. Apache 2.x)
may not l... | [gccld] Programs that place main() in an archive do not link properly | https://api.github.com/repos/llvm/llvm-project/issues/567/comments | 2 | 2003-12-23T19:42:19Z | 2021-12-01T18:56:04Z | https://github.com/llvm/llvm-project/issues/567 | 1,068,763,939 | 567 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [194](https://llvm.org/bz194) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
## Extended Description
The induction variable canonicalization pass inserts new canonical induction
variables if a loop is lacking one, but it always choo... | [indvars] Induction variable canonicalization always makes 32-bit indvars | https://api.github.com/repos/llvm/llvm-project/issues/566/comments | 3 | 2003-12-21T04:52:45Z | 2021-12-01T18:56:04Z | https://github.com/llvm/llvm-project/issues/566 | 1,068,763,933 | 566 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [193](https://llvm.org/bz193) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
A bug in ReadArchiveBuffer() caused gccld to his an assertion during code
optimization pas... | [constantmerge] Merging globals can cause use of invalid pointers! | https://api.github.com/repos/llvm/llvm-project/issues/565/comments | 15 | 2003-12-21T00:37:09Z | 2021-12-01T18:56:03Z | https://github.com/llvm/llvm-project/issues/565 | 1,068,763,919 | 565 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [192](https://llvm.org/bz192) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | All |
## Extended Description
The X86 backend never frees memory for MachineInstr, MachineBasicBlock,
MachineFunction, etc objects, even after it has emitted the... | [X86] X86 Backend never releases memory for machine code structures | https://api.github.com/repos/llvm/llvm-project/issues/564/comments | 5 | 2003-12-20T12:22:47Z | 2021-12-01T18:56:02Z | https://github.com/llvm/llvm-project/issues/564 | 1,068,763,906 | 564 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [191](https://llvm.org/bz191) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.1 |
| OS | All |
## Extended Description
The 1.1 LICM pass can read memory after it has been released. The flow of
events looks like this:
1. LICM analyzes the body of a ... | [licm] Memory read after free causes infrequent crash | https://api.github.com/repos/llvm/llvm-project/issues/563/comments | 2 | 2003-12-18T10:08:50Z | 2021-12-01T18:56:01Z | https://github.com/llvm/llvm-project/issues/563 | 1,068,763,894 | 563 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [190](https://llvm.org/bz190) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.1 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The 254.gap SPEC benchmark does not compile with the CBE on Sparc/So... | [sparc] 254.gap does not compile with CBE | https://api.github.com/repos/llvm/llvm-project/issues/562/comments | 7 | 2003-12-17T21:51:45Z | 2021-12-01T18:56:00Z | https://github.com/llvm/llvm-project/issues/562 | 1,068,763,883 | 562 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [189](https://llvm.org/bz189) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.1 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The SPEC2000 benchmarks do not compile automatically when the object tree is a
different... | SPEC not run when object tree differs from source tree | https://api.github.com/repos/llvm/llvm-project/issues/561/comments | 2 | 2003-12-17T21:48:58Z | 2021-12-01T18:56:00Z | https://github.com/llvm/llvm-project/issues/561 | 1,068,763,876 | 561 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [188](https://llvm.org/bz188) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tlattner |
## Extended Description
Because we've encapsulated all our classes under the `... | [web] Broken links on website | https://api.github.com/repos/llvm/llvm-project/issues/560/comments | 14 | 2003-12-17T20:53:57Z | 2021-12-01T18:55:59Z | https://github.com/llvm/llvm-project/issues/560 | 1,068,763,864 | 560 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [187](https://llvm.org/bz187) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
In .general_ci_points_4 function of 177.mesa, for example, the following
preheader block is created by the loop simplify pass:
no_... | [loopsimplify] Many pointless phi nodes are created | https://api.github.com/repos/llvm/llvm-project/issues/559/comments | 3 | 2003-12-16T23:57:27Z | 2021-12-01T18:55:58Z | https://github.com/llvm/llvm-project/issues/559 | 1,068,763,854 | 559 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [186](https://llvm.org/bz186) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Some applications may choose to implement their own memory managers,... | Need weak linkage on memory functions to make them overridable | https://api.github.com/repos/llvm/llvm-project/issues/558/comments | 14 | 2003-12-16T00:39:19Z | 2021-12-01T18:55:57Z | https://github.com/llvm/llvm-project/issues/558 | 1,068,763,841 | 558 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [185](https://llvm.org/bz185) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
| Attachments | [Unreduced assembly file that causes the problem](https://user-images.githubusercontent.com/60944935/143736195-490a96d9-ae75-4b18-a538-9bcab8... | [indvars] Crash when deleting dead instructions | https://api.github.com/repos/llvm/llvm-project/issues/557/comments | 3 | 2003-12-15T18:01:51Z | 2021-12-01T18:55:56Z | https://github.com/llvm/llvm-project/issues/557 | 1,068,763,828 | 557 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [184](https://llvm.org/bz184) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
include/llvm/Bytecode/Primitives.h is a gross hack that desperately needs to be
cleaned up. In particular, at least the following ... | [bcreader/writer] (Reader|Writer)Primitives.h should be cleaned up | https://api.github.com/repos/llvm/llvm-project/issues/556/comments | 4 | 2003-12-15T08:55:37Z | 2021-12-01T18:55:55Z | https://github.com/llvm/llvm-project/issues/556 | 1,068,763,810 | 556 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [183](https://llvm.org/bz183) |
| Resolution | DUPLICATE |
| Resolved on | Mar 06, 2010 14:05 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
To ensure that LLVM's public header files do not conflict with other... | All Public Headers Should Use: #include <llvm/...> | https://api.github.com/repos/llvm/llvm-project/issues/555/comments | 6 | 2003-12-15T05:34:49Z | 2022-01-20T02:26:47Z | https://github.com/llvm/llvm-project/issues/555 | 1,068,763,799 | 555 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [182](https://llvm.org/bz182) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#202 |
## Extended Description
llvmgcc currently compiles "extern inline" functions into "weak" linkage,
instead of l... | [llvmgcc] C front-end does not compile "extern inline" into linkonce | https://api.github.com/repos/llvm/llvm-project/issues/554/comments | 3 | 2003-12-15T02:06:37Z | 2021-12-01T18:55:54Z | https://github.com/llvm/llvm-project/issues/554 | 1,068,763,784 | 554 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [181](https://llvm.org/bz181) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
## Extended Description
I tried compiling "Gerald's testcase" from:
http://gcc.gnu.org/PR?8361
The LLVM optimizer is _incredibly_ more efficient than the ... | C front-end has an inefficient implementation of the LLVM type-system | https://api.github.com/repos/llvm/llvm-project/issues/553/comments | 5 | 2003-12-14T07:09:01Z | 2021-12-01T18:55:53Z | https://github.com/llvm/llvm-project/issues/553 | 1,068,763,777 | 553 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [180](https://llvm.org/bz180) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Currently, LLVM exposes many pre-processor symbols defined during the co... | LLVM exposes configure pre-processor #defines | https://api.github.com/repos/llvm/llvm-project/issues/552/comments | 22 | 2003-12-13T12:54:03Z | 2021-12-01T18:55:52Z | https://github.com/llvm/llvm-project/issues/552 | 1,068,763,765 | 552 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [179](https://llvm.org/bz179) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
## Extended Description
LICM is hoisting volatile load/stores out of loops because the AliasSetTracker
class does not keep track of whether accesses in a p... | [licm] LICM promotes volatile memory locations to registers | https://api.github.com/repos/llvm/llvm-project/issues/551/comments | 2 | 2003-12-12T23:09:15Z | 2021-12-01T18:55:51Z | https://github.com/llvm/llvm-project/issues/551 | 1,068,763,756 | 551 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [178](https://llvm.org/bz178) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:06 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The following error occurs when compiling stacker on SparcV9:
/... | Stacker does not handle targets with 64-bit pointers | https://api.github.com/repos/llvm/llvm-project/issues/550/comments | 4 | 2003-12-12T22:14:18Z | 2021-12-01T18:55:50Z | https://github.com/llvm/llvm-project/issues/550 | 1,068,763,737 | 550 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [177](https://llvm.org/bz177) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
## Extended Description
The LLVM JIT currently compiles a functions pointed to by global variables
immediately, though they probably won't ever be referenc... | [JIT] Functions pointed to by global variables should be lazily compiled! | https://api.github.com/repos/llvm/llvm-project/issues/549/comments | 2 | 2003-12-12T09:09:38Z | 2021-12-01T18:55:50Z | https://github.com/llvm/llvm-project/issues/549 | 1,068,763,725 | 549 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [176](https://llvm.org/bz176) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#507 |
## Extended Description
The LLVM JIT is sort-of clean, but has some code which has creeped into places
it really should... | LLVM JIT needs to be cleaned up/refactored | https://api.github.com/repos/llvm/llvm-project/issues/548/comments | 4 | 2003-12-12T08:57:56Z | 2021-12-01T18:55:49Z | https://github.com/llvm/llvm-project/issues/548 | 1,068,763,710 | 548 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [175](https://llvm.org/bz175) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
## Extended Description
We really really need a place to keep track of all of the neat projects and cool
things that people do with LLVM, even if t... | LLVM needs a "cool projects" page | https://api.github.com/repos/llvm/llvm-project/issues/547/comments | 3 | 2003-12-12T06:36:21Z | 2021-12-01T18:55:48Z | https://github.com/llvm/llvm-project/issues/547 | 1,068,763,698 | 547 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [174](https://llvm.org/bz174) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Attachments | [pseudo fix](https://user-images.githubusercontent.com/15152540/143736193-628afbdd-889c-4547-9419-4794729d5dbd.gz) |
## Extended Description... | [taildup] Tail duplication does not update SSA form correctly | https://api.github.com/repos/llvm/llvm-project/issues/546/comments | 3 | 2003-12-11T19:37:22Z | 2021-12-01T18:55:47Z | https://github.com/llvm/llvm-project/issues/546 | 1,068,763,680 | 546 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [173](https://llvm.org/bz173) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The preprocessed source code is at the URL above. I will not remove it anytime so... | internal compiler error: Segmentation fault | https://api.github.com/repos/llvm/llvm-project/issues/545/comments | 4 | 2003-12-11T00:27:51Z | 2022-01-20T02:26:42Z | https://github.com/llvm/llvm-project/issues/545 | 1,068,763,672 | 545 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [172](https://llvm.org/bz172) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The Sparc JIT fails from the following line in
llvm/test/Regression/... | [sparc] lli fails on Regression/ExecutionEngine/test-cast | https://api.github.com/repos/llvm/llvm-project/issues/544/comments | 1 | 2003-12-11T00:23:04Z | 2021-12-01T18:55:46Z | https://github.com/llvm/llvm-project/issues/544 | 1,068,763,664 | 544 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [171](https://llvm.org/bz171) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The Sparc C Backend generates an extern declaration of the write() system call
for the... | Sparc CBE generates bad declaration of write() system call | https://api.github.com/repos/llvm/llvm-project/issues/543/comments | 2 | 2003-12-10T20:09:32Z | 2021-12-01T18:55:45Z | https://github.com/llvm/llvm-project/issues/543 | 1,068,763,657 | 543 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [170](https://llvm.org/bz170) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The lists1 Shootout test (a C++ program) is somehow miscompiled. It
consistently fails ... | The lists1 Shootout C++ test miscompiles | https://api.github.com/repos/llvm/llvm-project/issues/542/comments | 3 | 2003-12-10T18:16:27Z | 2022-01-20T02:26:27Z | https://github.com/llvm/llvm-project/issues/542 | 1,068,763,647 | 542 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [169](https://llvm.org/bz169) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Regression/Transforms/LevelRaise/2002-07-31-AssertionFailure.ll is failing on the Mac,
w... | [levelraise] Calling verifyFunction implicitly requires dominator information! | https://api.github.com/repos/llvm/llvm-project/issues/541/comments | 6 | 2003-12-10T07:33:48Z | 2021-12-01T18:55:43Z | https://github.com/llvm/llvm-project/issues/541 | 1,068,763,639 | 541 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [168](https://llvm.org/bz168) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Compiling any old program with llc -march=sparc on my Mac results in... | Explicitly specifying SPARC backend fails assertion on Mac OS X | https://api.github.com/repos/llvm/llvm-project/issues/540/comments | 3 | 2003-12-10T07:19:24Z | 2021-12-01T18:55:42Z | https://github.com/llvm/llvm-project/issues/540 | 1,068,763,637 | 540 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [167](https://llvm.org/bz167) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | Solaris |
| Attachments | [Reproduces the bug](https://user-images.githubusercontent.com/60944935/143736192-5030cc92-2191-422f-8615-ac478e35b547.gz) |
| Repor... | [sparc] LLC crashes on legal code | https://api.github.com/repos/llvm/llvm-project/issues/539/comments | 2 | 2003-12-10T00:42:05Z | 2022-01-20T01:59:06Z | https://github.com/llvm/llvm-project/issues/539 | 1,068,763,626 | 539 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [166](https://llvm.org/bz166) |
| Resolution | FIXED |
| Resolved on | Aug 13, 2007 12:25 |
| Version | 1.0 |
| OS | All |
## Extended Description
Consider a slightly simplified version of Brian's testcase for Bug 165:
----
struct Evil {
void fun ();
};
typedef void (Evil::*m... | [llvmg++] Code generated to call through a pointer to member function is nasty | https://api.github.com/repos/llvm/llvm-project/issues/538/comments | 8 | 2003-12-08T08:59:26Z | 2021-12-01T18:55:41Z | https://github.com/llvm/llvm-project/issues/538 | 1,068,763,613 | 538 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [165](https://llvm.org/bz165) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following test program involving a call through a pointer-to-member function
fails an... | [llvmg++] call through array of pointers to member functions fails assertion | https://api.github.com/repos/llvm/llvm-project/issues/537/comments | 5 | 2003-12-08T07:32:09Z | 2021-12-01T18:55:40Z | https://github.com/llvm/llvm-project/issues/537 | 1,068,763,604 | 537 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [164](https://llvm.org/bz164) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
On Sparc/Solaris, the funcresolv pass is changing a float constant p... | [llvmgcc] C front-end miscompiles float constants on big-endian 32-bit target | https://api.github.com/repos/llvm/llvm-project/issues/536/comments | 23 | 2003-12-06T00:40:32Z | 2021-12-01T18:55:39Z | https://github.com/llvm/llvm-project/issues/536 | 1,068,763,589 | 536 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [163](https://llvm.org/bz163) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The Burg multisource JIT, LLC, and CBE tests fail on Sparc. I... | [sparc] Burg MultiSource test fails on Sparc | https://api.github.com/repos/llvm/llvm-project/issues/535/comments | 6 | 2003-12-05T23:04:41Z | 2022-01-20T02:26:56Z | https://github.com/llvm/llvm-project/issues/535 | 1,068,763,576 | 535 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [162](https://llvm.org/bz162) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Blocks | llvm/llvm-project#528 llvm/llvm-bugzilla-archive#199 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The GCC front end hits ... | [llvmgcc] Global unions initialization does not work in all cases | https://api.github.com/repos/llvm/llvm-project/issues/534/comments | 12 | 2003-12-03T22:48:50Z | 2021-12-01T18:55:37Z | https://github.com/llvm/llvm-project/issues/534 | 1,068,763,562 | 534 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [161](https://llvm.org/bz161) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If the source tree and object tree are the same, then the QMTest machinery
considers the... | Test suite interprets tmp directory as a directory of tests | https://api.github.com/repos/llvm/llvm-project/issues/533/comments | 1 | 2003-12-02T16:51:23Z | 2021-12-01T18:55:36Z | https://github.com/llvm/llvm-project/issues/533 | 1,068,763,556 | 533 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [160](https://llvm.org/bz160) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
## Extended Description
This testcase:
----------
struct CallSite {
int X;
CallSite(const CallSite &CS);
};
struct AliasAnalysis {
int TD;
vir... | [llvmg++] Virtual function thunk produces illegal .s file | https://api.github.com/repos/llvm/llvm-project/issues/532/comments | 3 | 2003-11-28T03:05:21Z | 2021-12-01T18:55:36Z | https://github.com/llvm/llvm-project/issues/532 | 1,068,763,548 | 532 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [159](https://llvm.org/bz159) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Trying to get as minimal as possible with my test cases, I attempted to delete
an entry fr... | [llvm-gcc] Aggregate union initialization causes CFE to crash | https://api.github.com/repos/llvm/llvm-project/issues/531/comments | 4 | 2003-11-26T23:48:02Z | 2021-12-01T18:55:35Z | https://github.com/llvm/llvm-project/issues/531 | 1,068,763,539 | 531 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [158](https://llvm.org/bz158) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Reduced from an adapted version of linux-2.4.22/arch/i386/kernel/init_task.c,
because I'm ... | [llvm-gcc] CFE produces non-type-safe code, gccas rejects it | https://api.github.com/repos/llvm/llvm-project/issues/530/comments | 5 | 2003-11-26T23:45:12Z | 2021-12-01T18:55:34Z | https://github.com/llvm/llvm-project/issues/530 | 1,068,763,529 | 530 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [157](https://llvm.org/bz157) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm not honestly sure how to describe what is going on here, but
the generated code for th... | [llvmgcc] Pointer & constant results in invalid shift | https://api.github.com/repos/llvm/llvm-project/issues/529/comments | 2 | 2003-11-26T07:25:50Z | 2021-12-01T18:55:33Z | https://github.com/llvm/llvm-project/issues/529 | 1,068,763,522 | 529 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [156](https://llvm.org/bz156) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#162 |
| Blocks | llvm/llvm-project#509 llvm/llvm-bugzilla-archive#269 llvm/llvm-bugzilla-archive#285 |
| Repo... | [llvm-gcc] Constant initializer translation is broken | https://api.github.com/repos/llvm/llvm-project/issues/528/comments | 12 | 2003-11-26T04:10:46Z | 2022-01-20T02:26:50Z | https://github.com/llvm/llvm-project/issues/528 | 1,068,763,512 | 528 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [155](https://llvm.org/bz155) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This happens to occur in the Linux kernel... linux/arch/i386/kernel/init_task.c
to be more... | [llvm-gcc] crash on union initialization | https://api.github.com/repos/llvm/llvm-project/issues/527/comments | 3 | 2003-11-25T22:23:07Z | 2021-12-01T18:55:31Z | https://github.com/llvm/llvm-project/issues/527 | 1,068,763,500 | 527 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [154](https://llvm.org/bz154) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
% cat a.c
int var[5];
% cat b.c
extern int var[];
void foo() {
var[var[0]] = 42... | [llvm-link] global arrays don't get linked properly | https://api.github.com/repos/llvm/llvm-project/issues/526/comments | 2 | 2003-11-25T21:21:31Z | 2022-01-20T02:26:48Z | https://github.com/llvm/llvm-project/issues/526 | 1,068,763,491 | 526 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [153](https://llvm.org/bz153) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
% cat a.c
int var[5];
% cat b.c
extern int var[];
void foo() {
var[var[0]] = 42;
... | [llvm-link] global arrays don't get linked properly | https://api.github.com/repos/llvm/llvm-project/issues/525/comments | 3 | 2003-11-25T20:03:22Z | 2022-01-20T02:27:14Z | https://github.com/llvm/llvm-project/issues/525 | 1,068,763,485 | 525 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [152](https://llvm.org/bz152) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
| Attachments | [Program that triggers the assertion.](https://user-images.githubusercontent.com/60944935/143736187-222eff96-8f3f-4281-85ab-f7ab257e7f56.gz) ... | [llvm-g++] Pointer to member initializers not supported in constructors | https://api.github.com/repos/llvm/llvm-project/issues/524/comments | 2 | 2003-11-25T00:40:15Z | 2021-12-01T18:55:29Z | https://github.com/llvm/llvm-project/issues/524 | 1,068,763,469 | 524 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [151](https://llvm.org/bz151) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Currently something bad is happening when you link C++ programs:
111... | -load options output incorrectly when linking c++ prog | https://api.github.com/repos/llvm/llvm-project/issues/523/comments | 4 | 2003-11-24T05:41:52Z | 2021-12-01T18:55:28Z | https://github.com/llvm/llvm-project/issues/523 | 1,068,763,456 | 523 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [150](https://llvm.org/bz150) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This means that correct code-generation with our tools also crashes, and the
di... | [sparc] Ptrdist-ks crashes in native mode | https://api.github.com/repos/llvm/llvm-project/issues/522/comments | 1 | 2003-11-23T00:31:25Z | 2022-01-20T01:59:05Z | https://github.com/llvm/llvm-project/issues/522 | 1,068,763,448 | 522 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [149](https://llvm.org/bz149) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Test case in
llvm/test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll | C writer does not support constant shift expressions | https://api.github.com/repos/llvm/llvm-project/issues/521/comments | 1 | 2003-11-22T07:00:18Z | 2021-12-01T18:55:27Z | https://github.com/llvm/llvm-project/issues/521 | 1,068,763,435 | 521 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [148](https://llvm.org/bz148) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When compiling and linking the lshaped program (part of ATR), the symbol
_ZNK18OsiSolverIn... | [llvmg++] Front-end attempts to return structure by value | https://api.github.com/repos/llvm/llvm-project/issues/520/comments | 8 | 2003-11-21T22:11:56Z | 2021-12-01T18:55:26Z | https://github.com/llvm/llvm-project/issues/520 | 1,068,763,417 | 520 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [147](https://llvm.org/bz147) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Attachments | [LLVM assembly code that triggers the assertion](https://user-images.githubusercontent.com/60944935/143736185-2e5a6089-7195-4e81-9565-2472b... | [asmparser] Invalid LLVM assembly code triggers SymbolTable assertion | https://api.github.com/repos/llvm/llvm-project/issues/519/comments | 5 | 2003-11-21T19:33:16Z | 2021-12-01T18:55:25Z | https://github.com/llvm/llvm-project/issues/519 | 1,068,763,404 | 519 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [146](https://llvm.org/bz146) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The lli program fails on the following instruction when the -force-interpreter
option ... | Interpreter does not handle setne constant expression | https://api.github.com/repos/llvm/llvm-project/issues/518/comments | 1 | 2003-11-21T04:00:49Z | 2021-12-01T18:55:24Z | https://github.com/llvm/llvm-project/issues/518 | 1,068,763,393 | 518 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [145](https://llvm.org/bz145) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
JIT and CBE on Sparc both miscompile mesa. | [sparc] SPEC benchmark mesa is miscompiled | https://api.github.com/repos/llvm/llvm-project/issues/517/comments | 3 | 2003-11-21T02:56:59Z | 2022-01-20T02:26:46Z | https://github.com/llvm/llvm-project/issues/517 | 1,068,763,386 | 517 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [144](https://llvm.org/bz144) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Neither the JIT or LLC produce correct code for GCC -- they both fail. The CBE
a... | [sparc] SPEC benchmark gcc is miscompiled | https://api.github.com/repos/llvm/llvm-project/issues/516/comments | 3 | 2003-11-21T02:55:53Z | 2022-01-20T02:26:44Z | https://github.com/llvm/llvm-project/issues/516 | 1,068,763,382 | 516 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [143](https://llvm.org/bz143) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Reduced from xemacs-21.5.14:
% cat doprnt.i
struct printf_spec {
unsigned int minus_fla... | [llvm-gcc] Illegal union field reference | https://api.github.com/repos/llvm/llvm-project/issues/515/comments | 2 | 2003-11-20T22:49:46Z | 2021-12-01T18:55:22Z | https://github.com/llvm/llvm-project/issues/515 | 1,068,763,368 | 515 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [142](https://llvm.org/bz142) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 1.0 |
| OS | All |
## Extended Description
crtend.o currently contains three distinct pieces of functionality:
1. __main implementation
2. sjlj exception handling support
3.... | crtend runtime library should be built as an archive | https://api.github.com/repos/llvm/llvm-project/issues/514/comments | 4 | 2003-11-20T18:20:02Z | 2021-12-01T18:55:21Z | https://github.com/llvm/llvm-project/issues/514 | 1,068,763,362 | 514 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [141](https://llvm.org/bz141) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Whereas I thought that the inability of llvm-gcc to chew pine was due to bug 6,
apparently... | [llvm-gcc] Bitfields & large array don't mix well | https://api.github.com/repos/llvm/llvm-project/issues/513/comments | 4 | 2003-11-20T03:59:42Z | 2021-12-01T18:55:20Z | https://github.com/llvm/llvm-project/issues/513 | 1,068,763,350 | 513 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [140](https://llvm.org/bz140) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
I'm getting tired of manually adding -load=/usr/lib... lines to every ne... | [gccld] When seeing -l<lib>, should add a corresponding -load=<lib> to script | https://api.github.com/repos/llvm/llvm-project/issues/512/comments | 5 | 2003-11-20T03:39:32Z | 2021-12-01T18:55:19Z | https://github.com/llvm/llvm-project/issues/512 | 1,068,763,333 | 512 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [139](https://llvm.org/bz139) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
If you say gccld .... foo.a ... foo.a ... foo.a, it may give you back sy... | gccld does not link objects/archives in order specified on the command line | https://api.github.com/repos/llvm/llvm-project/issues/511/comments | 8 | 2003-11-20T00:48:35Z | 2021-12-01T18:55:18Z | https://github.com/llvm/llvm-project/issues/511 | 1,068,763,323 | 511 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [138](https://llvm.org/bz138) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:40 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The archive reader cannot understand long filenames as they are enco... | Archive reader does not understand 4.4BSD/Mac OS X long filenames | https://api.github.com/repos/llvm/llvm-project/issues/510/comments | 1 | 2003-11-20T00:20:22Z | 2021-12-01T18:55:18Z | https://github.com/llvm/llvm-project/issues/510 | 1,068,763,312 | 510 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [137](https://llvm.org/bz137) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2009 22:47 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#156 |
| CC | @lattner |
## Extended Description
This testcase should not generate any stores in the function bod... | [llvmg++] Code is generated for empty classes | https://api.github.com/repos/llvm/llvm-project/issues/509/comments | 10 | 2003-11-20T00:01:12Z | 2021-12-01T18:55:17Z | https://github.com/llvm/llvm-project/issues/509 | 1,068,763,298 | 509 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [136](https://llvm.org/bz136) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
As an enhancement to LLVM and a vehicle for both learning LLVM a... | Build A Sample Source Language For LLVM | https://api.github.com/repos/llvm/llvm-project/issues/508/comments | 27 | 2003-11-19T23:22:49Z | 2021-12-01T18:55:16Z | https://github.com/llvm/llvm-project/issues/508 | 1,068,763,288 | 508 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [135](https://llvm.org/bz135) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#176 |
## Extended Description
LLVM tablegen takes 4.5 seconds to start and stop (without doing any work), 2.7s
o... | JIT should lazily initialize global variables | https://api.github.com/repos/llvm/llvm-project/issues/507/comments | 10 | 2003-11-19T23:03:25Z | 2021-12-01T18:55:15Z | https://github.com/llvm/llvm-project/issues/507 | 1,068,763,281 | 507 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [134](https://llvm.org/bz134) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
$ rm -f FOO
$ llvm-nm FOO
$
There should be an error message generated by llvm-nm if FOO doesn't exist.
-Chris | [llvm-nm] llvm-nm does not check the validity of the filename | https://api.github.com/repos/llvm/llvm-project/issues/506/comments | 1 | 2003-11-19T22:08:06Z | 2021-12-01T18:55:14Z | https://github.com/llvm/llvm-project/issues/506 | 1,068,763,271 | 506 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [133](https://llvm.org/bz133) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
## Extended Description
The C/C++ front-end spits this out:
Lexer.cpp:1412: warning: address requested for `yy_cp', which is declared `register'
Even tho... | [C/C++] Bogus warning about taking the address of 'register' variable | https://api.github.com/repos/llvm/llvm-project/issues/505/comments | 3 | 2003-11-19T21:36:21Z | 2021-12-01T18:55:13Z | https://github.com/llvm/llvm-project/issues/505 | 1,068,763,260 | 505 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [132](https://llvm.org/bz132) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
## Extended Description
This testcase:
---
int test() {
__complex__ double C;
double D;
C / D;
}
---
Spews:
<rdiv_expr 0x400212b8
type <complex... | [llvmgcc] Complex division is not supported | https://api.github.com/repos/llvm/llvm-project/issues/504/comments | 2 | 2003-11-19T20:12:21Z | 2021-12-01T18:55:12Z | https://github.com/llvm/llvm-project/issues/504 | 1,068,763,252 | 504 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [131](https://llvm.org/bz131) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Reduced from linux-2.4.22/arch/x86/kernel/pageattr.c
% cat pageattr.i
typedef struct { un... | [llvm-gcc] ?: operator as lvalue not implemented | https://api.github.com/repos/llvm/llvm-project/issues/503/comments | 2 | 2003-11-19T00:14:59Z | 2021-12-01T18:55:11Z | https://github.com/llvm/llvm-project/issues/503 | 1,068,763,241 | 503 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [130](https://llvm.org/bz130) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
| Attachments | [Assembly file that causes assertion](https://user-images.githubusercontent.com/60944935/143736173-ce357309-f28e-4fd0-b526-857ed181fc44.gz) |... | [vmcore] Symbol table doesn't rename colliding variables during type resolution | https://api.github.com/repos/llvm/llvm-project/issues/502/comments | 4 | 2003-11-18T23:51:29Z | 2021-12-01T18:55:11Z | https://github.com/llvm/llvm-project/issues/502 | 1,068,763,231 | 502 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [129](https://llvm.org/bz129) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is the result of CVS update with conflicts. :) Among other things, it
demonstrates ... | [llvm-gcc] Crashes on invalid C input | https://api.github.com/repos/llvm/llvm-project/issues/501/comments | 2 | 2003-11-18T23:45:47Z | 2022-01-20T02:27:14Z | https://github.com/llvm/llvm-project/issues/501 | 1,068,763,224 | 501 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [128](https://llvm.org/bz128) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | All |
## Extended Description
This testcase:
struct Gfx {
void opMoveSetShowText();
};
struct Operator {
void (Gfx::*func)();
};
Operator opTab[] = {
{&... | [llvmg++] Cannot use pointer to member to initialize global | https://api.github.com/repos/llvm/llvm-project/issues/500/comments | 3 | 2003-11-18T22:10:43Z | 2021-12-01T18:55:09Z | https://github.com/llvm/llvm-project/issues/500 | 1,068,763,211 | 500 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [127](https://llvm.org/bz127) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The kimwitu++ program takes 60 seconds of user space time to print out i... | Bytecode reading is really slow for large programs | https://api.github.com/repos/llvm/llvm-project/issues/499/comments | 6 | 2003-11-18T21:57:43Z | 2021-12-01T18:55:08Z | https://github.com/llvm/llvm-project/issues/499 | 1,068,763,199 | 499 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [126](https://llvm.org/bz126) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | All |
## Extended Description
In this testcase, the 'A' object should be trivially eliminable:
struct A {
A() : i(0) {}
int getI() {return i;}... | llvmg++ generates casting code for member initialization | https://api.github.com/repos/llvm/llvm-project/issues/498/comments | 4 | 2003-11-18T20:00:33Z | 2021-12-01T18:55:07Z | https://github.com/llvm/llvm-project/issues/498 | 1,068,763,185 | 498 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [125](https://llvm.org/bz125) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Whe compiling xpdf, the following assertion fails:
cc1plus: ../../gcc-3.4/gcc/llvm-expand... | [llvmg++] Enum types are incorrectly shrunk to smaller than 'int' size | https://api.github.com/repos/llvm/llvm-project/issues/497/comments | 6 | 2003-11-18T19:48:04Z | 2021-12-01T18:55:06Z | https://github.com/llvm/llvm-project/issues/497 | 1,068,763,174 | 497 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [124](https://llvm.org/bz124) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The webcpp bytecode
(/home/vadve/criswell/Downloads/CXXCode/webcpp-0.8.0-src/webcpp/webcpp... | [llvmg++] ?: expressions do not run correct number of destructors! | https://api.github.com/repos/llvm/llvm-project/issues/496/comments | 9 | 2003-11-18T19:30:07Z | 2021-12-01T18:55:06Z | https://github.com/llvm/llvm-project/issues/496 | 1,068,763,169 | 496 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [123](https://llvm.org/bz123) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The kimwitu++ bytecode file
(/home/vadve/criswell/Downloads/CXXCode/kimwitu++-2.3.8/src/Ge... | [X86] div and rem constant exprs invalidate iterators! | https://api.github.com/repos/llvm/llvm-project/issues/495/comments | 3 | 2003-11-18T18:34:26Z | 2021-12-01T18:55:05Z | https://github.com/llvm/llvm-project/issues/495 | 1,068,763,156 | 495 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [122](https://llvm.org/bz122) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
## Extended Description
It would be nice if the following changes were made to the core LLVM class
hierarchy:
1. Type should not derive from Value. Types... | [code-cleanup] SymbolTable class cleanup, Type should not derive from Value, eliminate ConstantPointerRef class | https://api.github.com/repos/llvm/llvm-project/issues/494/comments | 21 | 2003-11-17T23:38:12Z | 2021-12-01T18:55:04Z | https://github.com/llvm/llvm-project/issues/494 | 1,068,763,146 | 494 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [121](https://llvm.org/bz121) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:47 |
| Version | unspecified |
| OS | All |
| Depends On | llvm/llvm-project#492 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
After CSS-ification of... | Convert documentation to DocBook | https://api.github.com/repos/llvm/llvm-project/issues/493/comments | 6 | 2003-11-17T23:11:54Z | 2022-01-20T02:27:13Z | https://github.com/llvm/llvm-project/issues/493 | 1,068,763,137 | 493 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [120](https://llvm.org/bz120) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#121 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Should convert the ... | Use stylesheets for the entire website | https://api.github.com/repos/llvm/llvm-project/issues/492/comments | 12 | 2003-11-17T23:10:46Z | 2021-12-01T18:55:02Z | https://github.com/llvm/llvm-project/issues/492 | 1,068,763,132 | 492 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [119](https://llvm.org/bz119) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Now that the SPARC assembly printer is one class, it makes sense to drop... | [sparc] Clean up assembly emitter: integrate classes, remove GlobalIdTable | https://api.github.com/repos/llvm/llvm-project/issues/491/comments | 6 | 2003-11-17T22:46:41Z | 2021-12-01T18:55:01Z | https://github.com/llvm/llvm-project/issues/491 | 1,068,763,118 | 491 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [118](https://llvm.org/bz118) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
I think that if we can determine a priori that there is no native-as... | qmtest suite happily runs all tests even for unsupported features | https://api.github.com/repos/llvm/llvm-project/issues/490/comments | 7 | 2003-11-17T07:52:47Z | 2021-12-01T18:55:01Z | https://github.com/llvm/llvm-project/issues/490 | 1,068,763,106 | 490 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [117](https://llvm.org/bz117) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Just as nm(1) can read archive files of native objects,
llvm-nm shou... | llvm-nm cannot read archive files | https://api.github.com/repos/llvm/llvm-project/issues/489/comments | 1 | 2003-11-17T01:00:04Z | 2021-12-01T18:55:00Z | https://github.com/llvm/llvm-project/issues/489 | 1,068,763,096 | 489 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [116](https://llvm.org/bz116) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:48 |
| Version | 1.0 |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143736168-d7690d10-2948-41d2-82a9-2aacc7f96449.gz) |
| Reporter | LLVM Bugzill... | [adce] ADCE considers blocks without postdominators to be unreachable | https://api.github.com/repos/llvm/llvm-project/issues/488/comments | 4 | 2003-11-16T08:37:26Z | 2021-12-01T18:54:59Z | https://github.com/llvm/llvm-project/issues/488 | 1,068,763,087 | 488 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [115](https://llvm.org/bz115) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I think both "xend"s, below, should compile to the same thing (except, of
course, for ... | llvm-gcc fails to infer a constant expr involving static ptr is also constant | https://api.github.com/repos/llvm/llvm-project/issues/487/comments | 3 | 2003-11-16T05:54:49Z | 2021-12-01T18:54:58Z | https://github.com/llvm/llvm-project/issues/487 | 1,068,763,080 | 487 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [114](https://llvm.org/bz114) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Some of the LLVM header files (notably include/Support/Casting.h) use C ... | LLVM header files should be -Wold-style-cast clean | https://api.github.com/repos/llvm/llvm-project/issues/486/comments | 8 | 2003-11-16T02:29:07Z | 2021-12-01T18:54:57Z | https://github.com/llvm/llvm-project/issues/486 | 1,068,763,073 | 486 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [113](https://llvm.org/bz113) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This may be a duplicate or related to bug #​6, but since the crash is in a
different... | [llvm-gcc] crash assigning into an array in a struct which contains a bitfield | https://api.github.com/repos/llvm/llvm-project/issues/485/comments | 7 | 2003-11-14T07:57:42Z | 2021-12-01T18:54:57Z | https://github.com/llvm/llvm-project/issues/485 | 1,068,763,057 | 485 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [112](https://llvm.org/bz112) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Testcase:
static void query_newnamebuf(void) { ((void)"query_newnamebuf"); }
How to re... | casting a string constant to void crashes llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/484/comments | 5 | 2003-11-13T00:14:11Z | 2021-12-01T18:54:56Z | https://github.com/llvm/llvm-project/issues/484 | 1,068,763,044 | 484 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [111](https://llvm.org/bz111) |
| Resolution | WONTFIX |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When I uploaded the second patch for bug 109, it didn't work when I used the
"... | Obsoleting Didn't Work | https://api.github.com/repos/llvm/llvm-project/issues/483/comments | 2 | 2003-11-12T11:24:57Z | 2022-01-20T02:27:12Z | https://github.com/llvm/llvm-project/issues/483 | 1,068,763,031 | 483 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [110](https://llvm.org/bz110) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:58 |
| Version | 1.0 |
| OS | Linux |
| Attachments | [test program.](https://user-images.githubusercontent.com/60944935/143736166-a94d3c6e-480a-4dee-9a04-8bb4ef9a2790.gz) |
| Reporter | LLVM B... | [bcreader] Incorrect cast causes misread forward constant references | https://api.github.com/repos/llvm/llvm-project/issues/482/comments | 5 | 2003-11-12T09:30:42Z | 2021-12-01T18:54:54Z | https://github.com/llvm/llvm-project/issues/482 | 1,068,763,013 | 482 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [109](https://llvm.org/bz109) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
LLVM currently uses a log of global classes and functions. When attempti... | LLVM Source Code Should Use A C++ Namespace For Easier Integration | https://api.github.com/repos/llvm/llvm-project/issues/481/comments | 24 | 2003-11-11T06:02:10Z | 2021-12-01T18:54:53Z | https://github.com/llvm/llvm-project/issues/481 | 1,068,763,000 | 481 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [108](https://llvm.org/bz108) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gccld -Lfoo -lfoo ... will not find a library named ./foo/libfoo.a,
because gccld only l... | gccld -Lfoo -lfoo fails to find ./foo/libfoo.a | https://api.github.com/repos/llvm/llvm-project/issues/480/comments | 4 | 2003-11-11T00:54:47Z | 2021-12-01T18:54:52Z | https://github.com/llvm/llvm-project/issues/480 | 1,068,762,990 | 480 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [107](https://llvm.org/bz107) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Test Case:
void %test() {
%X = add int 0, 1
%X = add int 1, 2
ret... | AsmParser Misses Symbol Redefinition Error | https://api.github.com/repos/llvm/llvm-project/issues/479/comments | 11 | 2003-11-10T06:52:44Z | 2021-12-01T18:54:51Z | https://github.com/llvm/llvm-project/issues/479 | 1,068,762,976 | 479 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [106](https://llvm.org/bz106) |
| Resolution | WONTFIX |
| Resolved on | Mar 06, 2010 14:05 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
While the current "roll your own" Makefile system is serving LLVM well... | Add Use Of automake To LLVM | https://api.github.com/repos/llvm/llvm-project/issues/478/comments | 19 | 2003-11-10T06:47:57Z | 2022-01-20T02:27:10Z | https://github.com/llvm/llvm-project/issues/478 | 1,068,762,962 | 478 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [105](https://llvm.org/bz105) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The current instructions for using autoconf with LLVM are:
0. Don't eve... | [build] Usage Of autoconf Is Awkward | https://api.github.com/repos/llvm/llvm-project/issues/477/comments | 6 | 2003-11-10T06:15:47Z | 2021-12-01T18:54:50Z | https://github.com/llvm/llvm-project/issues/477 | 1,068,762,950 | 477 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.