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 | [1504](https://llvm.org/bz1504) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 2.0 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm running the DebugInfo tests in the source tree and I get a FAIL from five of
t... | DebugInfo tests fail with 'file not found' | https://api.github.com/repos/llvm/llvm-project/issues/1876/comments | 2 | 2007-06-09T23:25:00Z | 2021-12-03T20:08:02Z | https://github.com/llvm/llvm-project/issues/1876 | 1,070,919,942 | 1,876 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1503](https://llvm.org/bz1503) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | All |
## Extended Description
Something's either wrong with the passmanager or with one of the passes:
$ llvm/Debug/bin/opt b.bc -loops -domtree -licm -... | dom tree is not preserved for lcssa in some situation | https://api.github.com/repos/llvm/llvm-project/issues/1875/comments | 7 | 2007-06-07T06:18:42Z | 2021-12-03T20:08:01Z | https://github.com/llvm/llvm-project/issues/1875 | 1,070,919,912 | 1,875 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1502](https://llvm.org/bz1502) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Patch marking exception registers as live-in on the landing pad](https://user-images.githubusercontent.com/60944935/143737247-55... | live-interval trouble with exception handling | https://api.github.com/repos/llvm/llvm-project/issues/1874/comments | 6 | 2007-06-06T22:55:57Z | 2021-12-03T20:08:00Z | https://github.com/llvm/llvm-project/issues/1874 | 1,070,919,888 | 1,874 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1501](https://llvm.org/bz1501) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2008 18:49 |
| Version | trunk |
| OS | All |
| CC | @nlewycky |
## Extended Description
It looks like backedges in loops sometimes get split and phi copies end up in them or something. This
is b... | Critical loop backedges are split and copies placed on the edge | https://api.github.com/repos/llvm/llvm-project/issues/1873/comments | 4 | 2007-06-06T20:10:52Z | 2021-12-03T20:07:59Z | https://github.com/llvm/llvm-project/issues/1873 | 1,070,919,865 | 1,873 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1500](https://llvm.org/bz1500) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [sample2.bc](https://user-images.githubusercontent.com/60944935/143737245-d901ebc6-f954-456e-bb0b-b83114937c29.gz) |
| Reporter | L... | File produced by opt cannot be disassembled with llvm-dis | https://api.github.com/repos/llvm/llvm-project/issues/1872/comments | 7 | 2007-06-06T03:20:29Z | 2021-12-03T20:07:59Z | https://github.com/llvm/llvm-project/issues/1872 | 1,070,919,840 | 1,872 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1499](https://llvm.org/bz1499) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 2.0 |
| OS | Linux |
| Attachments | [bugpoint-tooptimize.bc](https://user-images.githubusercontent.com/60944935/143737243-3542ce59-4d84-47f8-825e-f448a73f2558.gz) |
| Report... | Instruction Combining misoptimization | https://api.github.com/repos/llvm/llvm-project/issues/1871/comments | 4 | 2007-06-05T23:25:08Z | 2021-12-03T20:07:58Z | https://github.com/llvm/llvm-project/issues/1871 | 1,070,919,815 | 1,871 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1498](https://llvm.org/bz1498) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:48 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I compile this test program:
===
class Storage {
unsigned data[0x2000];
... | Extremely slow optimization for large arrays | https://api.github.com/repos/llvm/llvm-project/issues/1870/comments | 9 | 2007-06-05T04:10:09Z | 2021-12-03T20:07:57Z | https://github.com/llvm/llvm-project/issues/1870 | 1,070,919,789 | 1,870 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1497](https://llvm.org/bz1497) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | All |
## Extended Description
$ llvm-as /dev/null -o t.bc
$ opt -analyze -print-cfg-only t.bc
/Volumes/Projects/cvs/llvm/include/llvm/PassManagers.h:229: f... | pass manager crash | https://api.github.com/repos/llvm/llvm-project/issues/1869/comments | 1 | 2007-06-05T02:58:18Z | 2021-12-03T20:07:56Z | https://github.com/llvm/llvm-project/issues/1869 | 1,070,919,766 | 1,869 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1496](https://llvm.org/bz1496) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737242-4a4065c0-7766-4018-9c22-4dbef566a7dc.gz) |
| Reporter... | tail merging badness with exception handling | https://api.github.com/repos/llvm/llvm-project/issues/1868/comments | 3 | 2007-06-04T23:11:44Z | 2021-12-03T20:07:55Z | https://github.com/llvm/llvm-project/issues/1868 | 1,070,919,738 | 1,868 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1495](https://llvm.org/bz1495) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.9 |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143737241-fa6c07da-6313-4699-8db6-0126aa72f079.gz) |
... | LSR can produce invalid SSA when value reuse occurs | https://api.github.com/repos/llvm/llvm-project/issues/1867/comments | 4 | 2007-06-04T22:40:50Z | 2021-12-03T20:07:54Z | https://github.com/llvm/llvm-project/issues/1867 | 1,070,919,711 | 1,867 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1494](https://llvm.org/bz1494) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
When compiling the following program:
===
template <unsigned ... | Linking fails when using "static const double" field | https://api.github.com/repos/llvm/llvm-project/issues/1866/comments | 6 | 2007-06-03T22:50:02Z | 2021-12-03T20:07:53Z | https://github.com/llvm/llvm-project/issues/1866 | 1,070,919,689 | 1,866 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1493](https://llvm.org/bz1493) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 1.9 |
| OS | Linux |
| Attachments | [Build and test script](https://user-images.githubusercontent.com/60944935/143737237-67f6e4d7-0e67-4a44-b410-d24ece23ebb7.gz), [C++ sourc... | internalize zapping global constructors | https://api.github.com/repos/llvm/llvm-project/issues/1865/comments | 5 | 2007-06-03T21:02:07Z | 2021-12-03T20:07:53Z | https://github.com/llvm/llvm-project/issues/1865 | 1,070,919,665 | 1,865 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1492](https://llvm.org/bz1492) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
This program contains a bug: (argv and argc are swapped)
int ma... | Wrong arguments for main() trigger assert in lli | https://api.github.com/repos/llvm/llvm-project/issues/1864/comments | 6 | 2007-06-03T18:37:59Z | 2021-12-03T20:07:52Z | https://github.com/llvm/llvm-project/issues/1864 | 1,070,919,637 | 1,864 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1491](https://llvm.org/bz1491) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | 2.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
I compile this program to LLVM bytecode:
#include <map>
std::map<int, int... | globalopt crash for packed structs | https://api.github.com/repos/llvm/llvm-project/issues/1863/comments | 7 | 2007-06-03T14:45:52Z | 2021-12-03T20:07:51Z | https://github.com/llvm/llvm-project/issues/1863 | 1,070,919,606 | 1,863 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1490](https://llvm.org/bz1490) |
| Resolution | DUPLICATE |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143737235-652112a5-0c8b-4b9d-a0ae-37aacd5... | assertion failed compiling ffmpeg (X86) | https://api.github.com/repos/llvm/llvm-project/issues/1862/comments | 3 | 2007-06-03T05:14:31Z | 2021-12-03T20:07:50Z | https://github.com/llvm/llvm-project/issues/1862 | 1,070,919,577 | 1,862 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1489](https://llvm.org/bz1489) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 1.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc is miscompiling the following c code:
--------------------------------------... | X86: when SSE1 isn't available, f32 arguments are incorrectly passes as f64 | https://api.github.com/repos/llvm/llvm-project/issues/1861/comments | 10 | 2007-06-03T03:40:34Z | 2021-12-03T20:07:49Z | https://github.com/llvm/llvm-project/issues/1861 | 1,070,919,553 | 1,861 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1488](https://llvm.org/bz1488) |
| Resolution | LATER |
| Resolved on | Sep 23, 2013 17:45 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#17101 |
| CC | @lattner,@efriedma-quic,@nadavrot |
## Extended Description
The common idiom for counting the num... | bithacks: optimize code that counts bits | https://api.github.com/repos/llvm/llvm-project/issues/1860/comments | 13 | 2007-06-03T03:35:19Z | 2021-12-03T20:07:48Z | https://github.com/llvm/llvm-project/issues/1860 | 1,070,919,527 | 1,860 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1487](https://llvm.org/bz1487) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:44 |
| Version | 2.0 |
| OS | Linux |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143737232-9d14f308-80e5-49bb-890b-865c971bb812.gz) |
... | indvars pass creates dangling pointers in SCEV handles | https://api.github.com/repos/llvm/llvm-project/issues/1859/comments | 16 | 2007-06-02T00:11:29Z | 2021-12-03T20:07:47Z | https://github.com/llvm/llvm-project/issues/1859 | 1,070,919,499 | 1,859 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1486](https://llvm.org/bz1486) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Interpreter::Interpreter(Module *M) : ExecutionEngine(M), TD(M) {
memset(&ExitV... | ExitValue of intepreter left in broken state at interpreter construction | https://api.github.com/repos/llvm/llvm-project/issues/1858/comments | 5 | 2007-06-01T21:00:37Z | 2021-12-03T20:07:46Z | https://github.com/llvm/llvm-project/issues/1858 | 1,070,919,470 | 1,858 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1485](https://llvm.org/bz1485) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [aa](https://user-images.githubusercontent.com/60944935/143737225-9900d2c5-2890-447e-a49c-3da9584c79ce.gz), [ct](https://user-imag... | BS | https://api.github.com/repos/llvm/llvm-project/issues/1857/comments | 8 | 2007-05-31T21:13:43Z | 2021-12-03T20:07:45Z | https://github.com/llvm/llvm-project/issues/1857 | 1,070,919,449 | 1,857 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1484](https://llvm.org/bz1484) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [sbb](https://user-images.githubusercontent.com/60944935/143737220-cc81f061-b356-4edd-a006-6314098cc3c5.gz), [sh](https://user-i... | QMTest | https://api.github.com/repos/llvm/llvm-project/issues/1856/comments | 5 | 2007-05-31T15:11:35Z | 2021-12-03T20:07:45Z | https://github.com/llvm/llvm-project/issues/1856 | 1,070,919,429 | 1,856 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1483](https://llvm.org/bz1483) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [bh](https://user-images.githubusercontent.com/60944935/143737215-444e8189-14eb-42c0-a599-8874aaaa2000.gz), [fms](https://user-i... | Run time library | https://api.github.com/repos/llvm/llvm-project/issues/1855/comments | 6 | 2007-05-31T15:07:55Z | 2021-12-03T20:07:44Z | https://github.com/llvm/llvm-project/issues/1855 | 1,070,919,403 | 1,855 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1482](https://llvm.org/bz1482) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
On Linux X86, I get this while compiling a generated .c file (by llc):
er... | Compiling generated .c file (by llc) on Linux X86 fails | https://api.github.com/repos/llvm/llvm-project/issues/1854/comments | 2 | 2007-05-30T23:42:49Z | 2021-12-03T20:07:43Z | https://github.com/llvm/llvm-project/issues/1854 | 1,070,919,380 | 1,854 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1481](https://llvm.org/bz1481) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2008 02:54 |
| Version | 1.0 |
| OS | MacOS X |
| Depends On | llvm/llvm-project#1498 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Error: Code generator does not support intr... | CBE doesn't support some target intrinsics | https://api.github.com/repos/llvm/llvm-project/issues/1853/comments | 3 | 2007-05-30T23:30:28Z | 2023-08-15T13:43:21Z | https://github.com/llvm/llvm-project/issues/1853 | 1,070,919,347 | 1,853 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1480](https://llvm.org/bz1480) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [llalalalaa](https://user-images.githubusercontent.com/60944935/143737209-4d6e452c-54e6-4db9-8ce2-36bf5d73c87c.gz), [llalalalaa]... | reefrefreergtreg | https://api.github.com/repos/llvm/llvm-project/issues/1852/comments | 7 | 2007-05-30T21:39:07Z | 2021-12-03T20:07:41Z | https://github.com/llvm/llvm-project/issues/1852 | 1,070,919,327 | 1,852 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1479](https://llvm.org/bz1479) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:50 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [llalalalaa](https://user-images.githubusercontent.com/60944935/143737202-51c33655-2af9-486a-81d4-5645f1725085.gz), [llala... | wwessdddd | https://api.github.com/repos/llvm/llvm-project/issues/1851/comments | 8 | 2007-05-30T21:35:43Z | 2021-12-03T20:07:40Z | https://github.com/llvm/llvm-project/issues/1851 | 1,070,919,296 | 1,851 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1478](https://llvm.org/bz1478) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [pps](https://user-images.githubusercontent.com/60944935/143737200-d55e952e-bdd0-4930-9072-12da393945e8.gz), [ttr](https://user-... | last try | https://api.github.com/repos/llvm/llvm-project/issues/1850/comments | 3 | 2007-05-30T18:53:25Z | 2021-12-03T20:07:40Z | https://github.com/llvm/llvm-project/issues/1850 | 1,070,919,277 | 1,850 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1477](https://llvm.org/bz1477) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:47 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [file1](https://user-images.githubusercontent.com/60944935/143737196-5d1feb05-2605-434c-a92f-caac89420546.gz), [file2](htt... | Website advice | https://api.github.com/repos/llvm/llvm-project/issues/1849/comments | 5 | 2007-05-30T18:51:02Z | 2021-12-03T20:07:39Z | https://github.com/llvm/llvm-project/issues/1849 | 1,070,919,260 | 1,849 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1476](https://llvm.org/bz1476) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [tt](https://user-images.githubusercontent.com/60944935/143737195-caee4450-f194-411e-b397-1a1159a00539.gz) |
| Reporter | LLVM... | rt | https://api.github.com/repos/llvm/llvm-project/issues/1848/comments | 2 | 2007-05-30T18:33:30Z | 2021-12-03T20:07:38Z | https://github.com/llvm/llvm-project/issues/1848 | 1,070,919,234 | 1,848 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1475](https://llvm.org/bz1475) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [ll](https://user-images.githubusercontent.com/60944935/143737193-b753d0e3-7cfc-4554-b868-e6f37ccc91cf.gz), [pp](https://user-... | bbb | https://api.github.com/repos/llvm/llvm-project/issues/1847/comments | 3 | 2007-05-30T18:30:25Z | 2021-12-03T20:07:37Z | https://github.com/llvm/llvm-project/issues/1847 | 1,070,919,215 | 1,847 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1474](https://llvm.org/bz1474) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [aa](https://user-images.githubusercontent.com/60944935/143737190-45d876b8-1eb4-4079-8118-c2f114e0c910.gz), [bb](https://user-... | sss | https://api.github.com/repos/llvm/llvm-project/issues/1846/comments | 4 | 2007-05-30T18:28:36Z | 2021-12-03T20:07:37Z | https://github.com/llvm/llvm-project/issues/1846 | 1,070,919,190 | 1,846 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1473](https://llvm.org/bz1473) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
## Extended Description
dag combine is miscompiling this on ppc:
define i8 @​foo(i16 zext %a) zext {
entry:
%tmp2 = lshr i16 %a, 10 ... | dagcombine miscompilation of shifts | https://api.github.com/repos/llvm/llvm-project/issues/1845/comments | 1 | 2007-05-30T18:16:34Z | 2021-12-03T20:07:36Z | https://github.com/llvm/llvm-project/issues/1845 | 1,070,919,166 | 1,845 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1472](https://llvm.org/bz1472) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737187-c4237e41-4c57-47c8-aa85-2c1f78848ecf.gz), [2](https://user-imag... | QM test | https://api.github.com/repos/llvm/llvm-project/issues/1844/comments | 3 | 2007-05-30T18:02:55Z | 2021-12-03T20:07:35Z | https://github.com/llvm/llvm-project/issues/1844 | 1,070,919,147 | 1,844 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1471](https://llvm.org/bz1471) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:46 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737184-922153d9-1b33-453f-be59-72c46535daaf.gz), [2](https://user-imag... | BTHM Libraries | https://api.github.com/repos/llvm/llvm-project/issues/1843/comments | 4 | 2007-05-30T18:01:10Z | 2021-12-03T20:07:34Z | https://github.com/llvm/llvm-project/issues/1843 | 1,070,919,123 | 1,843 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1470](https://llvm.org/bz1470) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:48 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737181-d78b4995-73d4-4fd5-8168-e7e557aaa32a.gz), [2](https://use... | Online profit | https://api.github.com/repos/llvm/llvm-project/issues/1842/comments | 4 | 2007-05-30T17:58:34Z | 2021-12-03T20:07:33Z | https://github.com/llvm/llvm-project/issues/1842 | 1,070,919,099 | 1,842 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1469](https://llvm.org/bz1469) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:44 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737176-2c22b953-c755-4347-8813-c1b191bd6ef7.gz), [2](https://user-imag... | IVM Tools | https://api.github.com/repos/llvm/llvm-project/issues/1841/comments | 5 | 2007-05-30T17:56:01Z | 2021-12-03T20:07:33Z | https://github.com/llvm/llvm-project/issues/1841 | 1,070,919,077 | 1,841 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1468](https://llvm.org/bz1468) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:45 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [nb](https://user-images.githubusercontent.com/60944935/143737173-53087dae-4a92-4ec0-9993-30dcedbf1b3b.gz), [sf](https://user-im... | Geneal docs issue | https://api.github.com/repos/llvm/llvm-project/issues/1840/comments | 4 | 2007-05-30T16:00:11Z | 2021-12-03T20:07:32Z | https://github.com/llvm/llvm-project/issues/1840 | 1,070,919,056 | 1,840 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1467](https://llvm.org/bz1467) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [ag](https://user-images.githubusercontent.com/60944935/143737169-d511cbe8-1097-4e6b-8461-6519fdae0d14.gz), [bf](https://u... | Java component | https://api.github.com/repos/llvm/llvm-project/issues/1839/comments | 5 | 2007-05-30T15:58:21Z | 2021-12-03T20:07:31Z | https://github.com/llvm/llvm-project/issues/1839 | 1,070,919,034 | 1,839 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1466](https://llvm.org/bz1466) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | Windows 2000 |
| Attachments | [aa](https://user-images.githubusercontent.com/60944935/143737166-a7d5ef3b-37fd-435f-85fb-598f93265d24.gz), [ss](https:/... | bv | https://api.github.com/repos/llvm/llvm-project/issues/1838/comments | 4 | 2007-05-30T13:53:29Z | 2021-12-03T20:07:30Z | https://github.com/llvm/llvm-project/issues/1838 | 1,070,919,003 | 1,838 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1465](https://llvm.org/bz1465) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | Windows 2000 |
| Attachments | [qq](https://user-images.githubusercontent.com/60944935/143737162-99023cd7-a6f0-45a8-8e3b-ace7a700c861.gz), [ww](https:/... | qw | https://api.github.com/repos/llvm/llvm-project/issues/1837/comments | 5 | 2007-05-30T13:51:07Z | 2021-12-03T20:07:29Z | https://github.com/llvm/llvm-project/issues/1837 | 1,070,918,978 | 1,837 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1464](https://llvm.org/bz1464) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [8cLcBzrN](https://user-images.githubusercontent.com/60944935/143737154-c3328dce-0dd3-4eaa-9abe-60ce5a7306fa.gz), [8cLcBzrN](htt... | 8cLcBzrN | https://api.github.com/repos/llvm/llvm-project/issues/1836/comments | 8 | 2007-05-30T13:50:19Z | 2021-12-03T20:07:29Z | https://github.com/llvm/llvm-project/issues/1836 | 1,070,918,952 | 1,836 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1463](https://llvm.org/bz1463) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Linux x86_64 llvm-gcc compile from this morning (all cvs repo updates up to
10a... | APInt.h assert: "Too many bits for uint64_t" | https://api.github.com/repos/llvm/llvm-project/issues/1835/comments | 1 | 2007-05-29T23:50:17Z | 2021-12-03T20:07:28Z | https://github.com/llvm/llvm-project/issues/1835 | 1,070,918,930 | 1,835 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1462](https://llvm.org/bz1462) |
| Resolution | FIXED |
| Resolved on | Mar 24, 2008 13:40 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#1642 llvm/llvm-project#1805 llvm/llvm-bugzilla-archive#1714 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcod... | CodeGen doesn't fully support i128 | https://api.github.com/repos/llvm/llvm-project/issues/1834/comments | 12 | 2007-05-29T21:48:34Z | 2021-12-03T20:07:27Z | https://github.com/llvm/llvm-project/issues/1834 | 1,070,918,898 | 1,834 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1461](https://llvm.org/bz1461) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [2](https://user-images.githubusercontent.com/60944935/143737151-dd45bb70-406f-4c74-8e87-b02c6d45074b.gz), [2](https://user-imag... | HTML Documentation | https://api.github.com/repos/llvm/llvm-project/issues/1833/comments | 2 | 2007-05-29T21:18:16Z | 2021-12-03T20:07:26Z | https://github.com/llvm/llvm-project/issues/1833 | 1,070,918,876 | 1,833 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1460](https://llvm.org/bz1460) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:49 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737146-636ae1fa-30a3-4d52-b4cd-c960b324cbc2.gz), [2](https://user-imag... | Some | https://api.github.com/repos/llvm/llvm-project/issues/1832/comments | 5 | 2007-05-29T21:14:53Z | 2021-12-03T20:07:25Z | https://github.com/llvm/llvm-project/issues/1832 | 1,070,918,856 | 1,832 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1459](https://llvm.org/bz1459) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [llalalalaa](https://user-images.githubusercontent.com/60944935/143737141-77b9f67c-3db7-4547-8b82-160c09789c82.gz), [llalalalaa]... | lalalalalla | https://api.github.com/repos/llvm/llvm-project/issues/1831/comments | 5 | 2007-05-29T19:50:57Z | 2021-12-03T20:07:24Z | https://github.com/llvm/llvm-project/issues/1831 | 1,070,918,840 | 1,831 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1458](https://llvm.org/bz1458) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [df](https://user-images.githubusercontent.com/60944935/143737139-774d7e0f-5492-4d9e-a73e-f8d3a39a82e4.gz), [er](https://user-... | xc | https://api.github.com/repos/llvm/llvm-project/issues/1830/comments | 3 | 2007-05-29T14:16:22Z | 2021-12-03T20:07:23Z | https://github.com/llvm/llvm-project/issues/1830 | 1,070,918,821 | 1,830 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1457](https://llvm.org/bz1457) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [qqq](https://user-images.githubusercontent.com/60944935/143737136-659cda75-a944-4388-a8fa-ff4cf6e9281d.gz), [we](https://user... | sd | https://api.github.com/repos/llvm/llvm-project/issues/1829/comments | 4 | 2007-05-29T14:14:27Z | 2021-12-03T20:07:23Z | https://github.com/llvm/llvm-project/issues/1829 | 1,070,918,801 | 1,829 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1456](https://llvm.org/bz1456) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:48 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
crte library | crte library | https://api.github.com/repos/llvm/llvm-project/issues/1828/comments | 1 | 2007-05-29T12:48:01Z | 2021-12-03T20:07:22Z | https://github.com/llvm/llvm-project/issues/1828 | 1,070,918,773 | 1,828 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1455](https://llvm.org/bz1455) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:47 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [ba](https://user-images.githubusercontent.com/60944935/143737131-aaf25c32-c76e-444b-bd7b-a7701c12f41b.gz), [bp](https://user-im... | crte library | https://api.github.com/repos/llvm/llvm-project/issues/1827/comments | 6 | 2007-05-29T12:47:02Z | 2021-12-03T20:07:21Z | https://github.com/llvm/llvm-project/issues/1827 | 1,070,918,743 | 1,827 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1454](https://llvm.org/bz1454) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [8cLcBzrN](https://user-images.githubusercontent.com/60944935/143737124-89fc65f1-fd3a-4d06-b2b5-8ba79cb015ff.gz), [8cLcBzr... | 8cLcBzrN | https://api.github.com/repos/llvm/llvm-project/issues/1826/comments | 8 | 2007-05-29T12:45:53Z | 2021-12-03T20:07:20Z | https://github.com/llvm/llvm-project/issues/1826 | 1,070,918,727 | 1,826 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1453](https://llvm.org/bz1453) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:42 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [dder](https://user-images.githubusercontent.com/60944935/143737122-124cbcc8-e67d-4ab6-b6a7-0b38a3c8e087.gz), [gg4](https://user... | LLVM code | https://api.github.com/repos/llvm/llvm-project/issues/1825/comments | 2 | 2007-05-29T10:54:34Z | 2021-12-03T20:07:19Z | https://github.com/llvm/llvm-project/issues/1825 | 1,070,918,704 | 1,825 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1452](https://llvm.org/bz1452) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 2.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the section starting:
"For example, let's consider a C code fragment and how it gets... | typo in getelementptr docs | https://api.github.com/repos/llvm/llvm-project/issues/1824/comments | 1 | 2007-05-29T09:39:34Z | 2021-12-03T20:07:18Z | https://github.com/llvm/llvm-project/issues/1824 | 1,070,918,681 | 1,824 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1451](https://llvm.org/bz1451) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:56 |
| Version | unspecified |
| OS | Windows XP |
| Attachments | [llalalalaa](https://user-images.githubusercontent.com/60944935/143737120-0b9c6d24-db10-4e8f-8615-0cf743be403b.gz), [llala... | llalalalaa | https://api.github.com/repos/llvm/llvm-project/issues/1823/comments | 2 | 2007-05-28T20:28:02Z | 2021-12-03T20:07:18Z | https://github.com/llvm/llvm-project/issues/1823 | 1,070,918,662 | 1,823 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1450](https://llvm.org/bz1450) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | Windows 2000 |
| Attachments | [ee](https://user-images.githubusercontent.com/60944935/143737118-ca9022ca-ff75-4fb2-bc77-3a95bbde3c75.gz), [rr](https://user-... | qq | https://api.github.com/repos/llvm/llvm-project/issues/1822/comments | 3 | 2007-05-28T19:20:39Z | 2021-12-03T20:07:17Z | https://github.com/llvm/llvm-project/issues/1822 | 1,070,918,644 | 1,822 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1449](https://llvm.org/bz1449) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:43 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [1](https://user-images.githubusercontent.com/60944935/143737116-a4511982-9200-47c8-8932-bcc9ecc4dfba.gz), [2](https://user-imag... | Script | https://api.github.com/repos/llvm/llvm-project/issues/1821/comments | 3 | 2007-05-28T17:57:06Z | 2021-12-03T20:07:16Z | https://github.com/llvm/llvm-project/issues/1821 | 1,070,918,624 | 1,821 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1448](https://llvm.org/bz1448) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 2.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In tools/llvm-ld/llvm-ld.cpp, around line 353, a 'const char *' to a temporary
std::str... | Pointer to invalid memory kept | https://api.github.com/repos/llvm/llvm-project/issues/1820/comments | 5 | 2007-05-27T00:24:29Z | 2021-12-03T20:07:15Z | https://github.com/llvm/llvm-project/issues/1820 | 1,070,918,599 | 1,820 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1447](https://llvm.org/bz1447) |
| Resolution | WORKSFORME |
| Resolved on | Feb 22, 2010 12:46 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
If compiling at -O0 then no optimizations should be performed [*].
Howeve... | llvm-gcc should pass -fast to llc when compiling at -O0 | https://api.github.com/repos/llvm/llvm-project/issues/1819/comments | 1 | 2007-05-25T13:14:17Z | 2022-01-20T01:59:45Z | https://github.com/llvm/llvm-project/issues/1819 | 1,070,918,569 | 1,819 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1446](https://llvm.org/bz1446) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase (.ll)](https://user-images.githubusercontent.com/67392/143737113-392d95f3-9a3b-4d58-aa93-0ff07e236b3c.gz) |
## Extended Descri... | scalarrepl decimates giant struct | https://api.github.com/repos/llvm/llvm-project/issues/1818/comments | 9 | 2007-05-24T15:10:10Z | 2021-12-03T20:07:14Z | https://github.com/llvm/llvm-project/issues/1818 | 1,070,918,547 | 1,818 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1445](https://llvm.org/bz1445) |
| Resolution | WONTFIX |
| Resolved on | Sep 13, 2011 17:07 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As per IRC:
< Devang> | aha.. I see. There is a patch in collect2.c from App... | Allow redefinition of REAL_LD_FILE_NAME for changing linker | https://api.github.com/repos/llvm/llvm-project/issues/1817/comments | 3 | 2007-05-23T21:50:08Z | 2022-01-20T02:28:26Z | https://github.com/llvm/llvm-project/issues/1817 | 1,070,918,521 | 1,817 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1444](https://llvm.org/bz1444) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:55 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143737112-dc06441a-ee04-437f-b263-b694800357da.gz) |
## Extended Descriptio... | Function deleted in an error | https://api.github.com/repos/llvm/llvm-project/issues/1816/comments | 5 | 2007-05-23T18:07:22Z | 2021-12-03T20:07:12Z | https://github.com/llvm/llvm-project/issues/1816 | 1,070,918,504 | 1,816 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1443](https://llvm.org/bz1443) |
| Resolution | FIXED |
| Resolved on | Dec 31, 2007 03:21 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#1518 |
| Blocks | llvm/llvm-project#964 llvm/llvm-project#1242 |
## Extended Description
When exceptions are enabl... | Should propagate nothrow attribute to LLVM IR | https://api.github.com/repos/llvm/llvm-project/issues/1815/comments | 6 | 2007-05-23T12:00:52Z | 2021-12-03T20:07:11Z | https://github.com/llvm/llvm-project/issues/1815 | 1,070,918,479 | 1,815 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1442](https://llvm.org/bz1442) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:52 |
| Version | trunk |
| OS | All |
## Extended Description
on my machine, running it in a tight loop sees it fail one out of 20 times. This seems likely to be a bug in
the dejagnu stuf... | Transforms/LICM/scalar_promote.ll randomly fails | https://api.github.com/repos/llvm/llvm-project/issues/1814/comments | 1 | 2007-05-23T09:27:07Z | 2021-12-03T20:07:10Z | https://github.com/llvm/llvm-project/issues/1814 | 1,070,918,449 | 1,814 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1441](https://llvm.org/bz1441) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:05 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
$ opt -domtree -domtree
Here there is no need to rerun -domtre... | Pass Manager reruns analysis pass if requested explicitly | https://api.github.com/repos/llvm/llvm-project/issues/1813/comments | 4 | 2007-05-23T08:30:36Z | 2021-12-03T20:07:09Z | https://github.com/llvm/llvm-project/issues/1813 | 1,070,918,426 | 1,813 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1440](https://llvm.org/bz1440) |
| Resolution | FIXED |
| Resolved on | Sep 20, 2011 18:46 |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie,@nlewycky |
## Extended Description
we should allow selection of any target, by invoking llc -march=<whatever>, with a radio bu... | llvm demo page needs to be improved | https://api.github.com/repos/llvm/llvm-project/issues/1812/comments | 17 | 2007-05-23T07:07:19Z | 2021-12-03T20:07:08Z | https://github.com/llvm/llvm-project/issues/1812 | 1,070,918,404 | 1,812 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1439](https://llvm.org/bz1439) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737107-0b20dac7-5b3c-4db5-b367-451e25a6c25d.gz), [original .... | invoke has no landing pad after codegen | https://api.github.com/repos/llvm/llvm-project/issues/1811/comments | 6 | 2007-05-22T23:10:30Z | 2021-12-03T20:07:07Z | https://github.com/llvm/llvm-project/issues/1811 | 1,070,918,375 | 1,811 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1438](https://llvm.org/bz1438) |
| Resolution | DUPLICATE |
| Resolved on | Aug 06, 2007 14:36 |
| Version | 2.0 |
| OS | FreeBSD |
| Depends On | llvm/llvm-project#1323 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Failing 'sse.expandfft' a... | Possible SingleSource/UnitTests/Vector/SSE regression | https://api.github.com/repos/llvm/llvm-project/issues/1810/comments | 4 | 2007-05-22T09:54:45Z | 2021-12-03T20:07:06Z | https://github.com/llvm/llvm-project/issues/1810 | 1,070,918,344 | 1,810 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1437](https://llvm.org/bz1437) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | 1.5 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
RunSafely.sh attempts to use the ulimit command to limit cpu/file siz... | RunSafely.sh doesn't run safely | https://api.github.com/repos/llvm/llvm-project/issues/1809/comments | 2 | 2007-05-20T23:35:31Z | 2021-12-03T20:07:05Z | https://github.com/llvm/llvm-project/issues/1809 | 1,070,918,314 | 1,809 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1436](https://llvm.org/bz1436) |
| Resolution | WONTFIX |
| Resolved on | Apr 08, 2011 13:28 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tlattner |
## Extended Description
I forgot to pass --enable-llvm to the configure script. Unfor... | make llvm-gcc configure options make sense | https://api.github.com/repos/llvm/llvm-project/issues/1808/comments | 16 | 2007-05-19T07:41:07Z | 2022-01-20T02:28:24Z | https://github.com/llvm/llvm-project/issues/1808 | 1,070,918,290 | 1,808 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1435](https://llvm.org/bz1435) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | 1.0 |
| OS | All |
| Attachments | [test_volatile.c](https://user-images.githubusercontent.com/60944935/143737105-8c72c784-919e-4ea6-bbde-9e5a74c29d90.gz) |
| Reporter | LLVM... | licm breaks volatile store in multiply-nested loops | https://api.github.com/repos/llvm/llvm-project/issues/1807/comments | 3 | 2007-05-18T00:47:43Z | 2021-12-03T20:07:04Z | https://github.com/llvm/llvm-project/issues/1807 | 1,070,918,265 | 1,807 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1434](https://llvm.org/bz1434) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | All |
| Attachments | [test files](https://user-images.githubusercontent.com/60944935/143737100-f440def2-0b60-467c-9073-d3e86c6f05ba.gz), [foo.c](https://user-... | Assertion failed in llvm-ld when linking a library | https://api.github.com/repos/llvm/llvm-project/issues/1806/comments | 9 | 2007-05-17T21:14:20Z | 2021-12-03T20:07:03Z | https://github.com/llvm/llvm-project/issues/1806 | 1,070,918,240 | 1,806 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1433](https://llvm.org/bz1433) |
| Resolution | FIXED |
| Resolved on | Feb 18, 2008 01:02 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-bugzilla-archive#1462 |
## Extended Description
The graph input to -view-isel-dags looks ok. The dag input to -view-sched-da... | X86 isel problem with flags | https://api.github.com/repos/llvm/llvm-project/issues/1805/comments | 5 | 2007-05-17T20:25:43Z | 2021-12-03T20:07:02Z | https://github.com/llvm/llvm-project/issues/1805 | 1,070,918,214 | 1,805 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1432](https://llvm.org/bz1432) |
| Resolution | FIXED |
| Resolved on | Aug 09, 2007 10:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | [qscriptcontext_p.ii.bz2](https://user-images.githubusercontent.com/67392/143737099-aa662329-ed41-46c3-b907-dacb7ec2513a.gz) |
#... | Slow compilation time and inefficient code generated | https://api.github.com/repos/llvm/llvm-project/issues/1804/comments | 10 | 2007-05-17T17:13:18Z | 2021-12-03T20:07:01Z | https://github.com/llvm/llvm-project/issues/1804 | 1,070,918,186 | 1,804 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1431](https://llvm.org/bz1431) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737098-8c537d7f-413f-4609-9367-f4f31a55f528.gz) |
| Reporter... | segfault with -sccp | https://api.github.com/repos/llvm/llvm-project/issues/1803/comments | 3 | 2007-05-17T12:03:33Z | 2021-12-03T20:07:00Z | https://github.com/llvm/llvm-project/issues/1803 | 1,070,918,157 | 1,803 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1430](https://llvm.org/bz1430) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:53 |
| Version | trunk |
| OS | All |
## Extended Description
The mem2reg pass (llvm::isAllocaPromotable, specifically) does not consider
whether the loads/stores it examines are volatile... | mem2reg ignores volatile | https://api.github.com/repos/llvm/llvm-project/issues/1802/comments | 6 | 2007-05-16T21:08:43Z | 2021-12-03T20:06:59Z | https://github.com/llvm/llvm-project/issues/1802 | 1,070,918,130 | 1,802 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1429](https://llvm.org/bz1429) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
GCC 4.0.3 will ICE on the (rather large) output generated by 403.gcc. While this
i... | 403.gcc CBE output causes GCC to ICE | https://api.github.com/repos/llvm/llvm-project/issues/1801/comments | 1 | 2007-05-16T11:40:05Z | 2021-12-03T20:06:58Z | https://github.com/llvm/llvm-project/issues/1801 | 1,070,918,104 | 1,801 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1428](https://llvm.org/bz1428) |
| Resolution | WORKSFORME |
| Resolved on | Aug 21, 2008 19:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The jit fails on this test on Linux. The difference in output between native an... | CFP2006/444.namd fails jit test | https://api.github.com/repos/llvm/llvm-project/issues/1800/comments | 4 | 2007-05-16T11:04:26Z | 2022-01-20T01:59:43Z | https://github.com/llvm/llvm-project/issues/1800 | 1,070,918,077 | 1,800 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1427](https://llvm.org/bz1427) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143737097-c2fa8e6b-2e29-48a8-bd8d-1f5677c96f78.gz) |
## Extended Descriptio... | MMX shuffle is not properly selected. | https://api.github.com/repos/llvm/llvm-project/issues/1799/comments | 5 | 2007-05-16T09:56:25Z | 2021-12-03T20:06:56Z | https://github.com/llvm/llvm-project/issues/1799 | 1,070,918,052 | 1,799 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1426](https://llvm.org/bz1426) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | 1.0 |
| OS | Linux |
| Attachments | [Assembly for the failing portion of the program.](https://user-images.githubusercontent.com/60944935/143737094-eb149f99-3a88-4a69-b8f1-8... | SingleSource/CustomChecked is fundamentally broken | https://api.github.com/repos/llvm/llvm-project/issues/1798/comments | 11 | 2007-05-16T09:48:46Z | 2021-12-03T20:06:55Z | https://github.com/llvm/llvm-project/issues/1798 | 1,070,918,021 | 1,798 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1425](https://llvm.org/bz1425) |
| Resolution | FIXED |
| Resolved on | Dec 29, 2007 02:04 |
| Version | 2.0 |
| OS | MacOS X |
## Extended Description
The iterative_me function in ffmpeg contains hundreds of loads/stores. This is badness.
Lauro, please attach a .i file.
-C... | gvn is slow on this testcase in debug mode | https://api.github.com/repos/llvm/llvm-project/issues/1797/comments | 12 | 2007-05-16T08:44:14Z | 2021-12-03T20:06:55Z | https://github.com/llvm/llvm-project/issues/1797 | 1,070,917,999 | 1,797 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1424](https://llvm.org/bz1424) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:46 |
| Version | 2.0 |
| OS | All |
## Extended Description
Get the example from llvm/llvm-project#1795 (the optimized bc file), run this command:
llc attachment.cgi -o t.s -time-passes -f... | infinite recursion in scavengeregister | https://api.github.com/repos/llvm/llvm-project/issues/1796/comments | 10 | 2007-05-16T08:30:56Z | 2021-12-03T20:06:54Z | https://github.com/llvm/llvm-project/issues/1796 | 1,070,917,971 | 1,796 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1423](https://llvm.org/bz1423) |
| Resolution | FIXED |
| Resolved on | Jan 24, 2014 13:30 |
| Version | 1.0 |
| OS | All |
| Attachments | [iterative_me.bc](https://user-images.githubusercontent.com/60944935/143737084-6e1a50b5-940c-4442-899d-45c9ffc6fdf7.gz), [iterative_me.opt.... | DSE is really slow on this input | https://api.github.com/repos/llvm/llvm-project/issues/1795/comments | 17 | 2007-05-15T23:06:07Z | 2021-12-03T20:06:53Z | https://github.com/llvm/llvm-project/issues/1795 | 1,070,917,949 | 1,795 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1422](https://llvm.org/bz1422) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | unspecified |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737083-5c8c5e46-c2a5-4201-b215-e89cf6ab60dd.gz) |
| Reporter... | Landing pad wrongly removed | https://api.github.com/repos/llvm/llvm-project/issues/1794/comments | 9 | 2007-05-15T17:10:28Z | 2021-12-03T20:06:52Z | https://github.com/llvm/llvm-project/issues/1794 | 1,070,917,923 | 1,794 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1421](https://llvm.org/bz1421) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | 1.0 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Testcase:
struct A {
char c;
int i;
};
struct B {
char c;
unsigned char x;
};
... | union aggregate copies broken in some cases | https://api.github.com/repos/llvm/llvm-project/issues/1793/comments | 12 | 2007-05-15T11:27:03Z | 2021-12-03T20:06:51Z | https://github.com/llvm/llvm-project/issues/1793 | 1,070,917,901 | 1,793 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1420](https://llvm.org/bz1420) |
| Resolution | FIXED |
| Resolved on | Nov 19, 2007 11:01 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following transcript shows llvm-gcc failing on input that gcc 4.0.4 compiles
cor... | llvm-gcc asserts on address of field in bit field structure | https://api.github.com/repos/llvm/llvm-project/issues/1792/comments | 8 | 2007-05-15T08:48:30Z | 2021-12-03T20:06:50Z | https://github.com/llvm/llvm-project/issues/1792 | 1,070,917,874 | 1,792 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1419](https://llvm.org/bz1419) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Test case:
struct A {
short x;
long long :0;
};
struct... | llvm-gcc PaddingElement optimization results in valid fields not being copied | https://api.github.com/repos/llvm/llvm-project/issues/1791/comments | 2 | 2007-05-15T04:58:29Z | 2021-12-03T20:06:49Z | https://github.com/llvm/llvm-project/issues/1791 | 1,070,917,846 | 1,791 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1418](https://llvm.org/bz1418) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The rather naive implementation of APInt::toString for radix!=10 and bitwidth >
64 cau... | APInt::toString prints extra digits when radix != 10 and bitwidth > 64 | https://api.github.com/repos/llvm/llvm-project/issues/1790/comments | 1 | 2007-05-15T02:36:36Z | 2021-12-03T20:06:48Z | https://github.com/llvm/llvm-project/issues/1790 | 1,070,917,824 | 1,790 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1417](https://llvm.org/bz1417) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:53 |
| Version | 2.0 |
| OS | All |
## Extended Description
This C code:
struct { } *X;
compiles into:
%struct.anon = type <{ }>
@​X = weak global %struct.anon* null ... | llvm-gcc packing empty structs | https://api.github.com/repos/llvm/llvm-project/issues/1789/comments | 1 | 2007-05-15T02:18:07Z | 2021-12-03T20:06:48Z | https://github.com/llvm/llvm-project/issues/1789 | 1,070,917,805 | 1,789 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1416](https://llvm.org/bz1416) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2007 00:52 |
| Version | 2.0 |
| OS | MacOS X |
## Extended Description
The CBE miscompiles SPASS. 'make bugpoint-cbe' starts tracking it down, but eventually gets confused
and produces a useless... | cbe miscompiles SPASS | https://api.github.com/repos/llvm/llvm-project/issues/1788/comments | 11 | 2007-05-14T01:20:47Z | 2021-12-03T20:06:47Z | https://github.com/llvm/llvm-project/issues/1788 | 1,070,917,785 | 1,788 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1415](https://llvm.org/bz1415) |
| Resolution | FIXED |
| Resolved on | Sep 03, 2009 15:25 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#1242 |
## Extended Description
Current DwarfWriter is not so accurate during emission of information in the end
of func... | Refactor debug/eh emission code. | https://api.github.com/repos/llvm/llvm-project/issues/1787/comments | 4 | 2007-05-13T19:37:54Z | 2021-12-03T20:06:46Z | https://github.com/llvm/llvm-project/issues/1787 | 1,070,917,760 | 1,787 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1414](https://llvm.org/bz1414) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2015 16:28 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#1242 |
| CC | @rnk |
## Extended Description
Current LLVM's EH design in some cases is neither consistent nor complete:... | Should support multiple personality functions per module | https://api.github.com/repos/llvm/llvm-project/issues/1786/comments | 15 | 2007-05-12T22:49:32Z | 2021-12-03T20:06:45Z | https://github.com/llvm/llvm-project/issues/1786 | 1,070,917,733 | 1,786 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1413](https://llvm.org/bz1413) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | 2.0 |
| OS | All |
| CC | @asl |
## Extended Description
The CBE is unconditionally turning calls to llvm.stacksave into calls to __builtin_stack_restore. It should
only ... | CBE produces calls to __builtin_stack_restore with C compilers that don't support them | https://api.github.com/repos/llvm/llvm-project/issues/1785/comments | 10 | 2007-05-12T00:17:09Z | 2021-12-03T20:06:44Z | https://github.com/llvm/llvm-project/issues/1785 | 1,070,917,705 | 1,785 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1412](https://llvm.org/bz1412) |
| Resolution | WONTFIX |
| Resolved on | Feb 22, 2010 12:41 |
| Version | 2.0 |
| OS | Linux |
| CC | @asl |
## Extended Description
These are the current x86 regressions on the 2.0 release branch (fails now but not in 1.9):
External/FPGrowth/f... | x86 regressions on 2.0 release | https://api.github.com/repos/llvm/llvm-project/issues/1784/comments | 10 | 2007-05-11T09:19:34Z | 2022-01-20T02:28:24Z | https://github.com/llvm/llvm-project/issues/1784 | 1,070,917,682 | 1,784 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1411](https://llvm.org/bz1411) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:50 |
| Version | trunk |
| OS | MacOS X |
## Extended Description
Feature/llvm2cpp.ll fails for a release build because the "link" variable is not set correctly by dejagnu.
/usr/bin/ld: can... | dejagnu link variable not set correctly. | https://api.github.com/repos/llvm/llvm-project/issues/1783/comments | 13 | 2007-05-11T08:37:26Z | 2021-12-03T20:06:42Z | https://github.com/llvm/llvm-project/issues/1783 | 1,070,917,657 | 1,783 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1410](https://llvm.org/bz1410) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-project#1242 |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143737079-cb78edb5-e8fa-4d82-8... | llc -enable-eh moves invoke calls out of the eh region | https://api.github.com/repos/llvm/llvm-project/issues/1782/comments | 7 | 2007-05-10T21:33:41Z | 2021-12-03T20:06:41Z | https://github.com/llvm/llvm-project/issues/1782 | 1,070,917,621 | 1,782 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1409](https://llvm.org/bz1409) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:54 |
| Version | trunk |
| OS | All |
| CC | @asl,@nlewycky |
## Extended Description
ETForest and Domtree both build a tree structure that reflects the dominator tree, ETForest just has a ... | Should merge etforest into domtree | https://api.github.com/repos/llvm/llvm-project/issues/1781/comments | 4 | 2007-05-10T20:52:56Z | 2021-12-03T20:06:40Z | https://github.com/llvm/llvm-project/issues/1781 | 1,070,917,592 | 1,781 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1408](https://llvm.org/bz1408) |
| Resolution | WONTFIX |
| Resolved on | Nov 20, 2009 11:03 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner |
## Extended Description
Alias information, dominator information, loop information et... | Simple Analysis | https://api.github.com/repos/llvm/llvm-project/issues/1780/comments | 4 | 2007-05-10T20:40:35Z | 2022-01-20T02:28:22Z | https://github.com/llvm/llvm-project/issues/1780 | 1,070,917,568 | 1,780 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1407](https://llvm.org/bz1407) |
| Resolution | FIXED |
| Resolved on | Oct 15, 2008 10:58 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The page http://llvm.org/docs/BitCodeFormat.html contains no description of the bi... | BitCodeFormat documentation missing/incomplete | https://api.github.com/repos/llvm/llvm-project/issues/1779/comments | 2 | 2007-05-10T06:26:39Z | 2021-12-03T20:06:39Z | https://github.com/llvm/llvm-project/issues/1779 | 1,070,917,545 | 1,779 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1406](https://llvm.org/bz1406) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | All |
| Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143737077-9a10b2cc-5e69-4f3f-9267-343dc11b0c54.... | Assertion failed in RegisterScavenging | https://api.github.com/repos/llvm/llvm-project/issues/1778/comments | 1 | 2007-05-09T22:17:41Z | 2021-12-03T20:06:38Z | https://github.com/llvm/llvm-project/issues/1778 | 1,070,917,515 | 1,778 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [1405](https://llvm.org/bz1405) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Passing -dA to gcc -S causes the assembler to be annotated with
... | the -dA gcc option should be mapped to -asm-verbose | https://api.github.com/repos/llvm/llvm-project/issues/1777/comments | 3 | 2007-05-09T18:32:57Z | 2021-12-03T20:06:37Z | https://github.com/llvm/llvm-project/issues/1777 | 1,070,917,492 | 1,777 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.