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 | [1604](https://llvm.org/bz1604) | | Resolution | LATER | | Resolved on | Oct 15, 2008 11:06 | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description With this simple C++ code: #include <cstdio> struct test { int val;...
need better mod/ref info for scanf
https://api.github.com/repos/llvm/llvm-project/issues/1976/comments
3
2007-08-10T18:07:25Z
2021-12-03T20:09:29Z
https://github.com/llvm/llvm-project/issues/1976
1,070,922,425
1,976
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1603](https://llvm.org/bz1603) | | Resolution | FIXED | | Resolved on | Oct 01, 2007 16:24 | | Version | trunk | | OS | Windows XP | | CC | @lattner | ## Extended Description I don't know if this is in upstream gcc or llvm-gcc4. int func() { const int *arr; arr[0] = 1; ...
llvm-gcc accepts illegal assignment to const ptr
https://api.github.com/repos/llvm/llvm-project/issues/1975/comments
8
2007-08-10T03:08:54Z
2021-12-03T20:09:28Z
https://github.com/llvm/llvm-project/issues/1975
1,070,922,384
1,975
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1602](https://llvm.org/bz1602) | | Resolution | DUPLICATE | | Resolved on | Aug 13, 2007 12:12 | | Version | trunk | | OS | All | ## Extended Description On this simple C++ ptr-to-method example, the optimizer gets confused by the ptrtoint inttoptr stuff: struct S { virtual...
Mid-level optimizer doesn't "devirtualize" simple reference
https://api.github.com/repos/llvm/llvm-project/issues/1974/comments
3
2007-08-09T06:03:18Z
2021-12-03T20:09:27Z
https://github.com/llvm/llvm-project/issues/1974
1,070,922,356
1,974
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1601](https://llvm.org/bz1601) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description At some point between RELEASE_16 and RELEASE_19, the configure script stopped looking ...
etags not configured correctly
https://api.github.com/repos/llvm/llvm-project/issues/1973/comments
7
2007-08-08T00:21:38Z
2021-12-03T20:09:26Z
https://github.com/llvm/llvm-project/issues/1973
1,070,922,329
1,973
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1600](https://llvm.org/bz1600) | | Resolution | FIXED | | Resolved on | Aug 06, 2007 15:57 | | Version | trunk | | OS | All | ## Extended Description We used to know that things like cttz don't have side effect info, but we lost it along the way. Here's a contrived example wh...
"parameterized intrinsics" don't work for mod/ref info
https://api.github.com/repos/llvm/llvm-project/issues/1972/comments
11
2007-08-05T10:06:40Z
2021-12-03T20:09:26Z
https://github.com/llvm/llvm-project/issues/1972
1,070,922,303
1,972
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1599](https://llvm.org/bz1599) | | Resolution | INVALID | | Resolved on | Aug 06, 2007 12:24 | | Version | trunk | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/392652/143737312-38118dd1-52bc-4015-b77c-622b76cd3fd6.gz), [enhance basic-aa by vi...
basic alias analysis claims unknown mod/ref on empty function
https://api.github.com/repos/llvm/llvm-project/issues/1971/comments
2
2007-08-05T05:10:43Z
2021-12-03T20:09:25Z
https://github.com/llvm/llvm-project/issues/1971
1,070,922,279
1,971
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1598](https://llvm.org/bz1598) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | All | ## Extended Description Consider this C program: int f(int a, int b, int x, int y) { if (a != b) { do { ++x; } while (x < y)...
scalar-evolution trip-count determination misinterprets dominating branch
https://api.github.com/repos/llvm/llvm-project/issues/1970/comments
6
2007-08-05T01:21:15Z
2021-12-03T20:09:24Z
https://github.com/llvm/llvm-project/issues/1970
1,070,922,256
1,970
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1597](https://llvm.org/bz1597) | | Resolution | FIXED | | Resolved on | Aug 06, 2007 14:22 | | Version | trunk | | OS | All | | Attachments | [handle ULT/UGT like SLT/SGT is now](https://user-images.githubusercontent.com/392652/143737310-5019aae8-3867-4230-977a-d4428d602a2a.gz) ...
scalar evolution can't handle unsigned exit conditions
https://api.github.com/repos/llvm/llvm-project/issues/1969/comments
3
2007-08-04T20:27:10Z
2021-12-03T20:09:23Z
https://github.com/llvm/llvm-project/issues/1969
1,070,922,235
1,969
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1596](https://llvm.org/bz1596) | | Resolution | FIXED | | Resolved on | Aug 14, 2007 18:26 | | Version | trunk | | OS | MacOS X | | CC | @isanbard | ## Extended Description Compiling llvm-gcc TOT on my Mac PowerBook G4, I got this error: llc -march=ppc64 -o - bugpoint-reduced...
LiveInterval.cpp:210: failed assertion `it->start >= End && "Cannot overlap two LiveRanges with differing ValID's"'
https://api.github.com/repos/llvm/llvm-project/issues/1968/comments
11
2007-08-04T09:49:59Z
2021-12-03T20:09:22Z
https://github.com/llvm/llvm-project/issues/1968
1,070,922,206
1,968
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1595](https://llvm.org/bz1595) | | Resolution | FIXED | | Resolved on | Aug 03, 2007 14:14 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description If we configure the llvm-gcc 4.2 with "--program-prefix=llvm42-", the build system g...
llvm-gcc 4.2 duplicates the program prefix
https://api.github.com/repos/llvm/llvm-project/issues/1967/comments
1
2007-08-03T02:22:20Z
2021-12-03T20:09:21Z
https://github.com/llvm/llvm-project/issues/1967
1,070,922,186
1,967
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1594](https://llvm.org/bz1594) | | Resolution | FIXED | | Resolved on | Aug 02, 2007 12:45 | | Version | trunk | | OS | Linux | | Attachments | [Bytecodee in question](https://user-images.githubusercontent.com/67392/143737307-3886a1fb-beb7-4546-b7b4-239cf66bae8f.gz) | ## Extend...
Endless loop in instcombine
https://api.github.com/repos/llvm/llvm-project/issues/1966/comments
1
2007-08-02T18:38:24Z
2021-12-03T20:09:20Z
https://github.com/llvm/llvm-project/issues/1966
1,070,922,165
1,966
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1593](https://llvm.org/bz1593) | | Resolution | INVALID | | Resolved on | Nov 02, 2009 13:44 | | Version | unspecified | | OS | Solaris | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description compilation of llvm-2.0 on SunOS with gcc-4.1.2 aborts with ...
Build error on SunOS (undefined RLIMIT_RSS)
https://api.github.com/repos/llvm/llvm-project/issues/1965/comments
2
2007-08-02T11:13:44Z
2021-12-03T20:09:20Z
https://github.com/llvm/llvm-project/issues/1965
1,070,922,146
1,965
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1592](https://llvm.org/bz1592) | | Resolution | DUPLICATE | | Resolved on | Aug 02, 2007 10:31 | | Version | trunk | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/15152540/143737306-58f55a79-0a1b-4d9f-bc9a-5b4d69e8a959.gz) | | CC | @asl | ## ...
optimizer crash building mgrid
https://api.github.com/repos/llvm/llvm-project/issues/1964/comments
4
2007-08-02T07:57:31Z
2021-12-03T20:09:19Z
https://github.com/llvm/llvm-project/issues/1964
1,070,922,126
1,964
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1591](https://llvm.org/bz1591) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description cbe, llc, and llc-beta all fails as of 8/1 Last known good run was on 7/27 as far...
300.twolf failing on X86 Mac OS X
https://api.github.com/repos/llvm/llvm-project/issues/1963/comments
2
2007-08-01T22:13:02Z
2021-12-03T20:09:18Z
https://github.com/llvm/llvm-project/issues/1963
1,070,922,105
1,963
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1590](https://llvm.org/bz1590) | | Resolution | LATER | | Resolved on | Dec 02, 2010 01:21 | | Version | 2.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The LLVMBuilder.h header file which is part of the Support library (soon to be module) d...
split llvm support from non-llvm support libraries
https://api.github.com/repos/llvm/llvm-project/issues/1962/comments
6
2007-08-01T19:23:02Z
2021-12-03T20:09:17Z
https://github.com/llvm/llvm-project/issues/1962
1,070,922,082
1,962
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1589](https://llvm.org/bz1589) | | Resolution | FIXED | | Resolved on | Aug 02, 2007 10:31 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/67392/143737304-03e9becc-48b9-47de-8fb1-54d7c4de8efd.gz) | |...
Crash in loop optimizer
https://api.github.com/repos/llvm/llvm-project/issues/1961/comments
6
2007-08-01T02:54:34Z
2021-12-03T20:09:16Z
https://github.com/llvm/llvm-project/issues/1961
1,070,922,052
1,961
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1588](https://llvm.org/bz1588) | | Resolution | INVALID | | Resolved on | Aug 02, 2007 16:52 | | Version | unspecified | | OS | Linux | | Attachments | [source code](https://user-images.githubusercontent.com/60944935/143737302-a3d1b889-0f9f-4e75-9608-c122b6ff0fb1.gz) | | Reporte...
Freelist Broken Assertion (JITEmitter.cpp:111) -- llvm 2.1svn
https://api.github.com/repos/llvm/llvm-project/issues/1960/comments
9
2007-07-31T23:35:33Z
2021-12-03T20:09:15Z
https://github.com/llvm/llvm-project/issues/1960
1,070,922,025
1,960
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1587](https://llvm.org/bz1587) | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Please include svn revision number in www.llvm.org/nighltlytest table. This will make it easier to understand whether particular test run incl...
Include svn revision number in nightly tester web page report
https://api.github.com/repos/llvm/llvm-project/issues/1959/comments
2
2007-07-31T18:01:16Z
2022-03-03T18:57:06Z
https://github.com/llvm/llvm-project/issues/1959
1,070,922,003
1,959
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1586](https://llvm.org/bz1586) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:55 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description All metadata used by llvm should be in the llvm.metadata section. This way a ...
llvm.used should be in section llvm.metadata
https://api.github.com/repos/llvm/llvm-project/issues/1958/comments
4
2007-07-31T17:23:10Z
2021-12-03T20:09:14Z
https://github.com/llvm/llvm-project/issues/1958
1,070,921,987
1,958
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1585](https://llvm.org/bz1585) | | Resolution | FIXED | | Resolved on | Jul 30, 2007 13:38 | | Version | unspecified | | OS | All | ## Extended Description Testing that the auto email for new bugs works for this component.
Test auto email
https://api.github.com/repos/llvm/llvm-project/issues/1957/comments
0
2007-07-30T20:37:41Z
2021-12-03T20:09:13Z
https://github.com/llvm/llvm-project/issues/1957
1,070,921,967
1,957
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1584](https://llvm.org/bz1584) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | unspecified | | OS | All | ## Extended Description Testing auto email for new bugs and not changes.
Test auto email
https://api.github.com/repos/llvm/llvm-project/issues/1956/comments
2
2007-07-30T20:31:25Z
2021-12-03T20:09:12Z
https://github.com/llvm/llvm-project/issues/1956
1,070,921,946
1,956
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1583](https://llvm.org/bz1583) | | Resolution | FIXED | | Resolved on | Aug 03, 2007 18:53 | | Version | 1.0 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In testing llvm/llvm-project#1518 , I noticed that a lot of CBE tests in the test-suit...
CBE output doesn't compile with GCC 4.2.X
https://api.github.com/repos/llvm/llvm-project/issues/1955/comments
4
2007-07-30T18:06:06Z
2021-12-03T20:09:11Z
https://github.com/llvm/llvm-project/issues/1955
1,070,921,919
1,955
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1582](https://llvm.org/bz1582) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | 1.0 | | OS | All | | Blocks | llvm/llvm-project#1745 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@lattner | ## Extended Description This means that the __restri...
In GCC restrict qualifiers are nuked before llvm-types sees them
https://api.github.com/repos/llvm/llvm-project/issues/1954/comments
9
2007-07-30T01:28:05Z
2021-12-03T20:09:10Z
https://github.com/llvm/llvm-project/issues/1954
1,070,921,893
1,954
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1581](https://llvm.org/bz1581) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Attachments | [Fix](https://user-images.githubusercontent.com/60944935/143737301-81790b45-2250-4fc8-99e5-4ad15261b39a.gz) | | Reporter | LLVM Bugzilla ...
Assertion has no effect
https://api.github.com/repos/llvm/llvm-project/issues/1953/comments
3
2007-07-29T11:57:19Z
2021-12-03T20:09:10Z
https://github.com/llvm/llvm-project/issues/1953
1,070,921,867
1,953
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1580](https://llvm.org/bz1580) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | unspecified | | OS | Linux | | CC | @tlattner | ## Extended Description The last bugmail in the mailing list is the filing of bug 1571. We're up to bug 1579 at the moment. ...
new bugs not showing up on llvm-bugs
https://api.github.com/repos/llvm/llvm-project/issues/1952/comments
2
2007-07-28T18:16:29Z
2021-12-03T20:09:09Z
https://github.com/llvm/llvm-project/issues/1952
1,070,921,850
1,952
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1579](https://llvm.org/bz1579) | | Resolution | WORKSFORME | | Resolved on | Feb 19, 2008 11:38 | | Version | 2.0 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This problem arises when using the cpp flag -isysroot to specify an SDK directo...
Use DESTDIR, not --prefix on Darwin llvm-gcc builds
https://api.github.com/repos/llvm/llvm-project/issues/1951/comments
3
2007-07-27T17:10:22Z
2022-01-20T01:59:46Z
https://github.com/llvm/llvm-project/issues/1951
1,070,921,828
1,951
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1578](https://llvm.org/bz1578) | | Resolution | FIXED | | Resolved on | Oct 15, 2008 11:04 | | Version | 1.0 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description The following piece of code causes lli to crash on x86 Linux when the JI...
JIT doesn't support exception handling
https://api.github.com/repos/llvm/llvm-project/issues/1950/comments
6
2007-07-27T03:14:49Z
2023-08-15T13:43:36Z
https://github.com/llvm/llvm-project/issues/1950
1,070,921,807
1,950
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1577](https://llvm.org/bz1577) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.9 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description The following (malformed) program causes the latest cvs version of llvm-as...
llvm-as crashing bug
https://api.github.com/repos/llvm/llvm-project/issues/1949/comments
4
2007-07-27T03:11:30Z
2021-12-03T20:09:06Z
https://github.com/llvm/llvm-project/issues/1949
1,070,921,791
1,949
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1576](https://llvm.org/bz1576) | | Resolution | FIXED | | Resolved on | Mar 25, 2008 16:27 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Probably just need a new addPassesToEmitFile() parameter that allows llvm-gcc to infor...
Need a mechanism to tell codegen to optimize for size
https://api.github.com/repos/llvm/llvm-project/issues/1948/comments
3
2007-07-26T22:57:38Z
2021-12-03T20:09:06Z
https://github.com/llvm/llvm-project/issues/1948
1,070,921,764
1,948
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1575](https://llvm.org/bz1575) | | Resolution | FIXED | | Resolved on | Aug 01, 2007 23:48 | | Version | trunk | | OS | Linux | | Attachments | [Bytecode in question](https://user-images.githubusercontent.com/67392/143737299-c12e90c4-f62c-41e6-b853-11b12b48f959.gz), [Valgrind lo...
Read-after-free bug in condprop
https://api.github.com/repos/llvm/llvm-project/issues/1947/comments
2
2007-07-26T17:39:26Z
2021-12-03T20:09:05Z
https://github.com/llvm/llvm-project/issues/1947
1,070,921,741
1,947
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1574](https://llvm.org/bz1574) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description SmallPtrSet <const Function *, 16> MySet; const Function *F = ....
SmallPtrSet does not work with const data
https://api.github.com/repos/llvm/llvm-project/issues/1946/comments
5
2007-07-25T21:50:39Z
2021-12-03T20:09:04Z
https://github.com/llvm/llvm-project/issues/1946
1,070,921,719
1,946
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1573](https://llvm.org/bz1573) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737297-230d95b0-d4b1-4b8f-8864-76df7c52a0a7.gz) | | Reporter...
broken i386 epilogue after r39967 "Use push / pop for prologues and epilogues"
https://api.github.com/repos/llvm/llvm-project/issues/1945/comments
3
2007-07-25T19:24:48Z
2021-12-03T20:09:03Z
https://github.com/llvm/llvm-project/issues/1945
1,070,921,692
1,945
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1572](https://llvm.org/bz1572) | | Resolution | WORKSFORME | | Resolved on | Nov 02, 2009 13:42 | | Version | unspecified | | OS | MacOS X | ## Extended Description Just a test, please ignore!
Test new bugzilla install
https://api.github.com/repos/llvm/llvm-project/issues/1944/comments
1
2007-07-25T07:52:07Z
2022-01-20T01:59:45Z
https://github.com/llvm/llvm-project/issues/1944
1,070,921,668
1,944
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1571](https://llvm.org/bz1571) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description 2007-06-18-SextAttrAggregate.c appears to depend on the ABI of the system it's running on. On PPC/Linux, it...
signext attribute test ABI dependent
https://api.github.com/repos/llvm/llvm-project/issues/1943/comments
3
2007-07-25T06:21:00Z
2021-12-03T20:09:01Z
https://github.com/llvm/llvm-project/issues/1943
1,070,921,638
1,943
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1570](https://llvm.org/bz1570) | | Resolution | LATER | | Resolved on | Mar 30, 2008 14:07 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description This function: define i32 @&#8203;test2(float %X, float %Y) { entry: %tmp3 = fcmp uno float %X, %Y...
instcombine doesn't collapse zext/xor/zext
https://api.github.com/repos/llvm/llvm-project/issues/1942/comments
8
2007-07-25T06:16:54Z
2021-12-03T20:09:00Z
https://github.com/llvm/llvm-project/issues/1942
1,070,921,612
1,942
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1569](https://llvm.org/bz1569) | | Resolution | INVALID | | Resolved on | Aug 06, 2007 14:07 | | Version | trunk | | OS | Linux | ## Extended Description There is code in the PPCHazardRecognizer to detect mtclr / bctrl hazards, however, this sequence is generated by an indire...
PPC hazard not detected
https://api.github.com/repos/llvm/llvm-project/issues/1941/comments
7
2007-07-25T05:20:15Z
2021-12-03T20:08:59Z
https://github.com/llvm/llvm-project/issues/1941
1,070,921,590
1,941
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1568](https://llvm.org/bz1568) | | Resolution | FIXED | | Resolved on | Nov 01, 2007 05:53 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @edwintorok | ## Extended Description The verifier uses the result of domtree construction. Thu...
segfault during domtree construction on invalid bytecode
https://api.github.com/repos/llvm/llvm-project/issues/1940/comments
6
2007-07-24T15:57:49Z
2021-12-03T20:08:58Z
https://github.com/llvm/llvm-project/issues/1940
1,070,921,567
1,940
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1567](https://llvm.org/bz1567) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | Linux | | Attachments | [Patch for exact-div-expr testcase](https://user-images.githubusercontent.com/711534/143737295-4f9fa063-788c-44a1-8206-6318b0dfccb2.gz)...
Testcase 'CFrontend/exact-div-expr.c' Fails (sometimes) on 64bit
https://api.github.com/repos/llvm/llvm-project/issues/1939/comments
3
2007-07-24T00:29:46Z
2021-12-03T20:08:57Z
https://github.com/llvm/llvm-project/issues/1939
1,070,921,542
1,939
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1566](https://llvm.org/bz1566) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@lattner | ## Extended Description SimplifyLibCalls.cpp is miscompiled. This is related to fra...
self hosted llvm fails Transforms/SimplifyLibCalls/floor.ll
https://api.github.com/repos/llvm/llvm-project/issues/1938/comments
10
2007-07-23T23:48:53Z
2021-12-03T20:08:57Z
https://github.com/llvm/llvm-project/issues/1938
1,070,921,521
1,938
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1565](https://llvm.org/bz1565) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | MacOS X | | Attachments | [The C file that fails.](https://user-images.githubusercontent.com/92601425/143737292-c3dc4163-c9bc-47f8-a96f-d546f69820fe.gz), [...
Legalizer can't legalize invalid vector arguments yet
https://api.github.com/repos/llvm/llvm-project/issues/1937/comments
3
2007-07-23T08:25:54Z
2023-08-15T13:43:32Z
https://github.com/llvm/llvm-project/issues/1937
1,070,921,497
1,937
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1564](https://llvm.org/bz1564) | | Resolution | FIXED | | Resolved on | Aug 06, 2008 17:32 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description I have the following module: define fastcc void @...
opt -adce produces incorrect code
https://api.github.com/repos/llvm/llvm-project/issues/1936/comments
14
2007-07-20T03:57:01Z
2021-12-03T20:08:55Z
https://github.com/llvm/llvm-project/issues/1936
1,070,921,475
1,936
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1563](https://llvm.org/bz1563) | | Resolution | FIXED | | Resolved on | Aug 06, 2007 15:56 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When resizing a BitVector that does not cause new allocations (say, resizing...
BitVector::resize does not initialize all new bits
https://api.github.com/repos/llvm/llvm-project/issues/1935/comments
4
2007-07-19T23:18:36Z
2021-12-03T20:08:54Z
https://github.com/llvm/llvm-project/issues/1935
1,070,921,454
1,935
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1562](https://llvm.org/bz1562) | | Version | 2.0 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running ./configure --mandir=/usr/share/man --sysconfdir=/etc doesn't make it use those directories, as one would expect.
./configure ignores path settings
https://api.github.com/repos/llvm/llvm-project/issues/1934/comments
1
2007-07-19T20:11:51Z
2021-12-14T21:41:46Z
https://github.com/llvm/llvm-project/issues/1934
1,070,921,434
1,934
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1561](https://llvm.org/bz1561) | | Resolution | FIXED | | Resolved on | Nov 21, 2007 09:26 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description lib/System/ltdl.c: In function ‘try_dlopen’: lib/System/ltdl.c:3202: warning: ...
g++-4.2 produces a bunch of warnings in lib/System/ltdl.c
https://api.github.com/repos/llvm/llvm-project/issues/1933/comments
2
2007-07-19T10:34:27Z
2021-12-03T20:08:53Z
https://github.com/llvm/llvm-project/issues/1933
1,070,921,407
1,933
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1560](https://llvm.org/bz1560) | | Resolution | INVALID | | Resolved on | Oct 15, 2008 11:03 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description All llvm tools should include svn revision number in --version output.
--version should include svn revision number
https://api.github.com/repos/llvm/llvm-project/issues/1932/comments
4
2007-07-18T19:11:40Z
2021-12-03T20:08:52Z
https://github.com/llvm/llvm-project/issues/1932
1,070,921,382
1,932
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1559](https://llvm.org/bz1559) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/67392/143737289-58fd3c53-ae7c-453f-80c2-c1ac352f778a.gz) | ...
loop unswitch does not preserve dom info for loop headers
https://api.github.com/repos/llvm/llvm-project/issues/1931/comments
4
2007-07-17T11:23:33Z
2021-12-03T20:08:51Z
https://github.com/llvm/llvm-project/issues/1931
1,070,921,359
1,931
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1558](https://llvm.org/bz1558) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Solaris | | CC | @lattner | ## Extended Description This is a low-priority bug IMHO. However, we usually avoid running tests when the corresponding binary is...
7 tests from test suit fail on Solaris when no llvm-gcc installed
https://api.github.com/repos/llvm/llvm-project/issues/1930/comments
11
2007-07-16T16:21:53Z
2021-12-03T20:08:50Z
https://github.com/llvm/llvm-project/issues/1930
1,070,921,331
1,930
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1557](https://llvm.org/bz1557) | | Resolution | FIXED | | Resolved on | Jun 21, 2010 18:22 | | Version | trunk | | OS | Solaris | | Blocks | llvm/llvm-project#1234 llvm/llvm-bugzilla-archive#2875 | | CC | @asl | ## Extended Description I get these test 3 failures: FAIL: /ho...
Inline assembly problems for generic tests on SPARC
https://api.github.com/repos/llvm/llvm-project/issues/1929/comments
9
2007-07-16T16:02:30Z
2023-08-15T13:43:26Z
https://github.com/llvm/llvm-project/issues/1929
1,070,921,290
1,929
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1556](https://llvm.org/bz1556) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:58 | | Version | trunk | | OS | MacOS X | | Attachments | [good.bc - before scalarrepl](https://user-images.githubusercontent.com/60944935/143737285-2b6963ab-35ad-4658-938e-3a980b166e27.gz), ...
scalarrepl miscompiles TargetData::setAlignment
https://api.github.com/repos/llvm/llvm-project/issues/1928/comments
3
2007-07-13T20:06:42Z
2021-12-03T20:08:48Z
https://github.com/llvm/llvm-project/issues/1928
1,070,921,267
1,928
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1555](https://llvm.org/bz1555) | | Resolution | FIXED | | Resolved on | Apr 08, 2008 11:34 | | Version | trunk | | OS | MacOS X | ## Extended Description Instead of running llvm-upgrade on everything, we should convert all the test cases. This will speed up the dejagnu tester...
Upgrade all llvm assembly files
https://api.github.com/repos/llvm/llvm-project/issues/1927/comments
5
2007-07-13T19:01:57Z
2021-12-03T20:08:47Z
https://github.com/llvm/llvm-project/issues/1927
1,070,921,242
1,927
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1554](https://llvm.org/bz1554) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:50 | | Version | unspecified | | OS | MacOS X | | Attachments | [Bzip'd .ll file](https://user-images.githubusercontent.com/60944935/143737284-cae5a070-8d67-4d00-b3d9-2832a2bb21b9.gz) | | R...
llvm-extract hangs on certain files/functions
https://api.github.com/repos/llvm/llvm-project/issues/1926/comments
1
2007-07-13T07:17:40Z
2021-12-03T20:08:46Z
https://github.com/llvm/llvm-project/issues/1926
1,070,921,217
1,926
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1553](https://llvm.org/bz1553) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | All | ## Extended Description For this test case: define void @&#8203;hem() { %t = call i8 @&#8203;hem( i8 10 ) bitcast i8 %t to i8 ...
syntax error on anonymous zext
https://api.github.com/repos/llvm/llvm-project/issues/1925/comments
8
2007-07-12T18:58:12Z
2021-12-03T20:08:46Z
https://github.com/llvm/llvm-project/issues/1925
1,070,921,190
1,925
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1552](https://llvm.org/bz1552) | | Resolution | FIXED | | Resolved on | Feb 18, 2008 01:07 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#1805 | | Blocks | llvm/llvm-bugzilla-archive#1791 | ## Extended Description From Devang: Thing that requ...
[meta] Fix llvm-gcc 4.2 to be usable
https://api.github.com/repos/llvm/llvm-project/issues/1924/comments
21
2007-07-12T17:29:19Z
2021-12-03T20:08:44Z
https://github.com/llvm/llvm-project/issues/1924
1,070,921,160
1,924
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1551](https://llvm.org/bz1551) | | Resolution | FIXED | | Resolved on | Jun 21, 2010 18:22 | | Version | trunk | | OS | Solaris | ## Extended Description Here is the error message: FAIL: /home/ggreif/llvm/test/CodeGen/Generic/print-arith-fp.ll Failed with signal(SIGABRT) at l...
test/CodeGen/Generic/print-arith-fp.ll fails on Sparc
https://api.github.com/repos/llvm/llvm-project/issues/1923/comments
2
2007-07-12T17:05:43Z
2021-12-03T20:08:44Z
https://github.com/llvm/llvm-project/issues/1923
1,070,921,136
1,923
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1550](https://llvm.org/bz1550) | | Resolution | DUPLICATE | | Resolved on | Jun 21, 2010 18:22 | | Version | trunk | | OS | Solaris | ## Extended Description I get this error: FAIL: /home/ggreif/llvm/test/CodeGen/Generic/intrinsics.ll Failed with signal(SIGABRT) at line 1 whi...
test/CodeGen/Generic/intrinsics.ll fails on Sparc
https://api.github.com/repos/llvm/llvm-project/issues/1922/comments
1
2007-07-12T17:03:23Z
2021-12-03T20:08:42Z
https://github.com/llvm/llvm-project/issues/1922
1,070,921,107
1,922
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1549](https://llvm.org/bz1549) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | 2.0 | | OS | All | | CC | @isanbard | ## Extended Description It looks like the x86-64-specific builtins are missing from emmintrin.h (and probably others). For example, ...
x86-64 backend missing some sse builtins
https://api.github.com/repos/llvm/llvm-project/issues/1921/comments
4
2007-07-12T08:27:02Z
2021-12-03T20:08:41Z
https://github.com/llvm/llvm-project/issues/1921
1,070,921,070
1,921
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1548](https://llvm.org/bz1548) | | Resolution | FIXED | | Resolved on | Aug 01, 2007 15:11 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description test case: #include <stdio.h> struct t { char a; int b; } __attribute__ ((pack...
Problem with packed structs on targets that don't support unaligned memory access
https://api.github.com/repos/llvm/llvm-project/issues/1920/comments
13
2007-07-11T23:45:36Z
2021-12-03T20:08:41Z
https://github.com/llvm/llvm-project/issues/1920
1,070,921,045
1,920
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1547](https://llvm.org/bz1547) | | Resolution | LATER | | Resolved on | Feb 18, 2008 01:06 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @tlattner | ## Extended Description With the new website coming online soonish, we need to think ...
Documentation Requirements
https://api.github.com/repos/llvm/llvm-project/issues/1919/comments
5
2007-07-09T21:18:32Z
2021-12-03T20:08:40Z
https://github.com/llvm/llvm-project/issues/1919
1,070,921,020
1,919
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1546](https://llvm.org/bz1546) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | trunk | | OS | Solaris | ## Extended Description (Other non-Solaris targets also fail) Here is a typical error message: FAIL: /home/ggreif/llvm/test/CodeGen/PowerPC/compa...
PowerPC tests failing on Solaris
https://api.github.com/repos/llvm/llvm-project/issues/1918/comments
3
2007-07-09T16:08:12Z
2021-12-03T20:08:39Z
https://github.com/llvm/llvm-project/issues/1918
1,070,921,002
1,918
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1545](https://llvm.org/bz1545) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/67392/143737276-7c342d26-09d4-4eed-b502-a665a9d74155.gz) | ...
Assertion failed during codegeneration of the easy FP code
https://api.github.com/repos/llvm/llvm-project/issues/1917/comments
9
2007-07-09T09:58:57Z
2021-12-03T20:08:38Z
https://github.com/llvm/llvm-project/issues/1917
1,070,920,977
1,917
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1544](https://llvm.org/bz1544) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | Linux | | Attachments | [nsPrintEngine.bc](https://user-images.githubusercontent.com/67392/143737275-6ee3241d-e65c-4a04-a874-e3482f32e079.gz) | ## Extended De...
Bugpoint failed to reduce the bitcode
https://api.github.com/repos/llvm/llvm-project/issues/1916/comments
4
2007-07-09T09:06:44Z
2021-12-03T20:08:37Z
https://github.com/llvm/llvm-project/issues/1916
1,070,920,957
1,916
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1543](https://llvm.org/bz1543) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | trunk | | OS | Linux | | Attachments | [Original bytecode](https://user-images.githubusercontent.com/67392/143737273-f0049578-ce88-4454-b6f6-100e00cdfc0d.gz), [Bugpoint reduc...
LoopRotate results to broken module
https://api.github.com/repos/llvm/llvm-project/issues/1915/comments
1
2007-07-08T12:00:13Z
2021-12-03T20:08:36Z
https://github.com/llvm/llvm-project/issues/1915
1,070,920,926
1,915
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1542](https://llvm.org/bz1542) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#1692 | | Attachments | [testcase](https://user-images.githubusercontent.com/392652/143737272-72d891b8-21c5-458d-8589-c4fb...
loop-rotate doesn't correctly update analysis info
https://api.github.com/repos/llvm/llvm-project/issues/1914/comments
6
2007-07-07T03:19:11Z
2021-12-03T20:08:35Z
https://github.com/llvm/llvm-project/issues/1914
1,070,920,894
1,914
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1541](https://llvm.org/bz1541) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | unspecified | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description I'm using LLVM as the backend compiler for a language compi...
incorrect code generation from LLVM to x86 asm w/r to __alloca
https://api.github.com/repos/llvm/llvm-project/issues/1913/comments
4
2007-07-05T14:32:52Z
2021-12-03T20:08:35Z
https://github.com/llvm/llvm-project/issues/1913
1,070,920,867
1,913
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1540](https://llvm.org/bz1540) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | 1.0 | | OS | Linux | | Attachments | [Test-case causing failure (bugpoint reduced to this)](https://user-images.githubusercontent.com/60944935/143737271-69fb0531-f272-4a49-9b...
LiveIntervalAnalysis assertion failure for SPARC back-end
https://api.github.com/repos/llvm/llvm-project/issues/1912/comments
10
2007-07-05T09:45:15Z
2021-12-03T20:08:34Z
https://github.com/llvm/llvm-project/issues/1912
1,070,920,840
1,912
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1539](https://llvm.org/bz1539) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | All | ## Extended Description This works on any bytecode: $ opt -debug-pass=Structure -analyze -indvars b.bc -disable-output Pass Arguments: -domtree -loop...
passmanger assertion on -analyze -indvars
https://api.github.com/repos/llvm/llvm-project/issues/1911/comments
1
2007-07-05T01:06:14Z
2021-12-03T20:08:33Z
https://github.com/llvm/llvm-project/issues/1911
1,070,920,810
1,911
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1538](https://llvm.org/bz1538) | | Resolution | FIXED | | Resolved on | May 28, 2008 17:28 | | Version | trunk | | OS | All | | CC | @asl | ## Extended Description There is no reason for llvm2cpp to be a stand-alone tool. Its functionality should be moved into llc, as a new ...
llvm2cpp should be made a target of llc
https://api.github.com/repos/llvm/llvm-project/issues/1910/comments
7
2007-07-05T00:39:31Z
2021-12-03T20:08:31Z
https://github.com/llvm/llvm-project/issues/1910
1,070,920,776
1,910
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1537](https://llvm.org/bz1537) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description DominatorTreeBase::getIDomBlock 00152 /// getIDomBlock - return basic block ...
Suspicious code in Dominators.h
https://api.github.com/repos/llvm/llvm-project/issues/1909/comments
3
2007-07-04T02:59:27Z
2021-12-03T20:08:31Z
https://github.com/llvm/llvm-project/issues/1909
1,070,920,745
1,909
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1536](https://llvm.org/bz1536) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description BFtoLLVM, the example Brainfuck frontend for LLVM, needs to be updated to em...
BFtoLLVM needs to be removed
https://api.github.com/repos/llvm/llvm-project/issues/1908/comments
2
2007-07-03T20:11:40Z
2021-12-03T20:08:30Z
https://github.com/llvm/llvm-project/issues/1908
1,070,920,723
1,908
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1535](https://llvm.org/bz1535) | | Resolution | FIXED | | Resolved on | Mar 02, 2008 23:59 | | Version | unspecified | | OS | All | | CC | @asl | ## Extended Description Migrating to SVN is not complete. There are many things left to do and bugs related to the conversion. Thi...
SVN Conversion Related Bugs
https://api.github.com/repos/llvm/llvm-project/issues/1907/comments
31
2007-07-03T20:05:43Z
2021-12-03T20:08:29Z
https://github.com/llvm/llvm-project/issues/1907
1,070,920,689
1,907
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1534](https://llvm.org/bz1534) | | Resolution | FIXED | | Resolved on | Oct 16, 2013 02:46 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @isanbard | ## Extended Description Testcase MultiSource/Application/oggenc fails (llc) with ...
Testcase MultiSource/Application/oggenc fails (llc) with -relocation-model=pic -mcpu=i486.
https://api.github.com/repos/llvm/llvm-project/issues/1906/comments
5
2007-07-03T02:55:51Z
2021-12-03T20:08:28Z
https://github.com/llvm/llvm-project/issues/1906
1,070,920,665
1,906
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1533](https://llvm.org/bz1533) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description //// C code //// #define N 128 // try 32 instead int array[N]; v...
-indvars pass fails to rewrite the exit condition
https://api.github.com/repos/llvm/llvm-project/issues/1905/comments
5
2007-07-02T20:43:59Z
2021-12-03T20:08:27Z
https://github.com/llvm/llvm-project/issues/1905
1,070,920,639
1,905
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1532](https://llvm.org/bz1532) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:53 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following C code struct test { int a; char b; }; void do_somet...
Alignment too big with alloca in C/C++ frontend
https://api.github.com/repos/llvm/llvm-project/issues/1904/comments
1
2007-07-02T19:16:39Z
2021-12-03T20:08:26Z
https://github.com/llvm/llvm-project/issues/1904
1,070,920,619
1,904
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1531](https://llvm.org/bz1531) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:55 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In the following C code (with GCC extensions): struct test { int a; ...
type alignment non forwarded to malloc instruction in C and C++ frontends
https://api.github.com/repos/llvm/llvm-project/issues/1903/comments
8
2007-07-02T18:57:26Z
2021-12-03T20:08:25Z
https://github.com/llvm/llvm-project/issues/1903
1,070,920,592
1,903
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1530](https://llvm.org/bz1530) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | All | | CC | @isanbard | ## Extended Description llc -march=x86-64 -mcpu=opteron gives this message: Warning: 64-bit processors all have at least SSE2. Lo...
missing implied subtarget features
https://api.github.com/repos/llvm/llvm-project/issues/1902/comments
1
2007-06-28T00:19:09Z
2021-12-03T20:08:25Z
https://github.com/llvm/llvm-project/issues/1902
1,070,920,571
1,902
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1529](https://llvm.org/bz1529) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | MacOS X | | CC | @sunfishcode | ## Extended Description I assume this is due to Dan's recent patches: $ llvm-as < test.ll | llc -march=ppc32 -mcpu=g5 .. /Vo...
Recent vector codegen regression
https://api.github.com/repos/llvm/llvm-project/issues/1901/comments
1
2007-06-26T18:53:00Z
2021-12-03T20:08:24Z
https://github.com/llvm/llvm-project/issues/1901
1,070,920,543
1,901
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1528](https://llvm.org/bz1528) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | ## Extended Description This is a reduction from SPASS. lshr(ptrtoint, bitwidth-1) seems to get miscompiled by instcombine: $ cat pr1528.ll define ...
instcombine miscompiles lshr i32 %x, 31
https://api.github.com/repos/llvm/llvm-project/issues/1900/comments
2
2007-06-23T19:15:07Z
2021-12-03T20:08:23Z
https://github.com/llvm/llvm-project/issues/1900
1,070,920,523
1,900
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1527](https://llvm.org/bz1527) | | Version | trunk | | OS | All | ## Extended Description As a performance hack, bugpoint should try once to see if it can reduce the set of functions, basic blocks or instructions by comparing the code before and after the passes. Chances are,...
bugpoint should check for changes when reducing miscompile
https://api.github.com/repos/llvm/llvm-project/issues/1899/comments
0
2007-06-23T18:52:30Z
2021-12-03T20:08:22Z
https://github.com/llvm/llvm-project/issues/1899
1,070,920,497
1,899
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1526](https://llvm.org/bz1526) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | All | ## Extended Description This might be a PassManager bug: $ opt -analyze -inline b.bc opt: /home/nicholas/llvm/include/llvm/Target/TargetData.h:113: ll...
Bad TargetData ctor used
https://api.github.com/repos/llvm/llvm-project/issues/1898/comments
4
2007-06-23T17:55:13Z
2021-12-03T20:08:21Z
https://github.com/llvm/llvm-project/issues/1898
1,070,920,472
1,898
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1525](https://llvm.org/bz1525) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.5 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description llvm2cpp generates incorrect code, that does not run correctly when compiled and run, wh...
llvm CVS: llvm2cpp generates incorrect code when string are used
https://api.github.com/repos/llvm/llvm-project/issues/1897/comments
1
2007-06-21T10:34:03Z
2021-12-03T20:08:21Z
https://github.com/llvm/llvm-project/issues/1897
1,070,920,444
1,897
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1524](https://llvm.org/bz1524) | | Resolution | FIXED | | Resolved on | Oct 07, 2007 17:41 | | Version | trunk | | OS | MacOS X | | CC | @isanbard | ## Extended Description For LLVM 2.1, we should change the official mac os/x binaries to be an installable disk image (dmg file)...
Improvements for mac release binaries
https://api.github.com/repos/llvm/llvm-project/issues/1896/comments
3
2007-06-21T06:07:51Z
2023-08-15T13:17:06Z
https://github.com/llvm/llvm-project/issues/1896
1,070,920,422
1,896
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1523](https://llvm.org/bz1523) | | Resolution | FIXED | | Resolved on | Sep 21, 2008 16:03 | | Version | 2.0 | | OS | All | ## Extended Description This code isn't getting inlined at -O2: int add (int x, int y); int add (int x, int y) { return x + y; } int embeddedFunctio...
trivial functions not inlined at -O2
https://api.github.com/repos/llvm/llvm-project/issues/1895/comments
3
2007-06-21T05:34:07Z
2021-12-03T20:08:19Z
https://github.com/llvm/llvm-project/issues/1895
1,070,920,401
1,895
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1522](https://llvm.org/bz1522) | | Resolution | FIXED | | Resolved on | Apr 14, 2008 13:17 | | Version | trunk | | OS | All | | Depends On | llvm/llvm-project#1242 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@lattner,@isanbard | ## Extended Description It looks lik...
[C++ EH] 471.omnetpp dies at LLC compile on X86
https://api.github.com/repos/llvm/llvm-project/issues/1894/comments
8
2007-06-21T01:40:09Z
2021-12-03T20:08:18Z
https://github.com/llvm/llvm-project/issues/1894
1,070,920,374
1,894
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1521](https://llvm.org/bz1521) | | Resolution | FIXED | | Resolved on | Feb 18, 2008 01:28 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#1117 llvm/llvm-project#1621 | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143737269-ee9...
Revamp LLVM by-value structure passing
https://api.github.com/repos/llvm/llvm-project/issues/1893/comments
22
2007-06-20T21:59:41Z
2021-12-03T20:08:17Z
https://github.com/llvm/llvm-project/issues/1893
1,070,920,348
1,893
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1520](https://llvm.org/bz1520) | | Resolution | FIXED | | Resolved on | Aug 26, 2007 16:44 | | Version | 2.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@lattner | ## Extended Description llvm-gcc 2.0 appears to miscompile Ruby 1.8.6, though I don't und...
miscompilation of code with setjmp/longjmp
https://api.github.com/repos/llvm/llvm-project/issues/1892/comments
14
2007-06-20T05:47:20Z
2021-12-03T20:08:16Z
https://github.com/llvm/llvm-project/issues/1892
1,070,920,324
1,892
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1519](https://llvm.org/bz1519) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143737263-837db4f5-f6fa-4a90-af33-f36716ba922d.gz) | | Reporter | LLVM Bu...
LLVM type size doesn't match GCC type size
https://api.github.com/repos/llvm/llvm-project/issues/1891/comments
9
2007-06-18T21:15:22Z
2021-12-03T20:08:15Z
https://github.com/llvm/llvm-project/issues/1891
1,070,920,303
1,891
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1518](https://llvm.org/bz1518) | | Resolution | WONTFIX | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | Linux | ## Extended Description Consider attached source file. This is our custom alias analysis helper for llvm-qemu. It's easy to check, that it can be I...
Alias analysis chaining doesn't work
https://api.github.com/repos/llvm/llvm-project/issues/1890/comments
7
2007-06-18T18:55:53Z
2022-01-20T02:28:29Z
https://github.com/llvm/llvm-project/issues/1890
1,070,920,282
1,890
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1517](https://llvm.org/bz1517) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description #include <stdio.h> extern "C" void NewMarker1() { printf("NewMarker1 \n"); printf("Ne...
llvm2cpp generates incorrect code
https://api.github.com/repos/llvm/llvm-project/issues/1889/comments
2
2007-06-16T18:31:24Z
2021-12-03T20:08:14Z
https://github.com/llvm/llvm-project/issues/1889
1,070,920,255
1,889
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1516](https://llvm.org/bz1516) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description llvm2cpp generates incorrcect code in the following case: 1) compile the following f...
llvm2cpp generates incorrect code when -gen-function -funcname -for are used
https://api.github.com/repos/llvm/llvm-project/issues/1888/comments
2
2007-06-16T16:12:44Z
2021-12-03T20:08:13Z
https://github.com/llvm/llvm-project/issues/1888
1,070,920,230
1,888
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1515](https://llvm.org/bz1515) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 2.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When llvm2cpp is used to generated a program *and* -funcname parameter is used, the gene...
llvm2cpp generates incorrect code when -funcname parameter is used.
https://api.github.com/repos/llvm/llvm-project/issues/1887/comments
1
2007-06-16T11:15:12Z
2021-12-03T20:08:12Z
https://github.com/llvm/llvm-project/issues/1887
1,070,920,201
1,887
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1514](https://llvm.org/bz1514) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | All | ## Extended Description These options don't have descriptions in the help: -enable-ppc-preinc - -print-isel-input - -prin...
some llc options don't have descriptions in "-help" output
https://api.github.com/repos/llvm/llvm-project/issues/1886/comments
2
2007-06-16T06:55:02Z
2021-12-03T20:08:11Z
https://github.com/llvm/llvm-project/issues/1886
1,070,920,176
1,886
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1513](https://llvm.org/bz1513) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | Linux | | Attachments | [hack that fixes this particular problem](https://user-images.githubusercontent.com/60944935/143737261-e0cff68f-53eb-477d-ab29-df87339b...
parameter attributes assigned to wrong argument
https://api.github.com/repos/llvm/llvm-project/issues/1885/comments
3
2007-06-15T17:24:38Z
2021-12-03T20:08:10Z
https://github.com/llvm/llvm-project/issues/1885
1,070,920,155
1,885
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1512](https://llvm.org/bz1512) | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @bgamari,@lhames,@sunfishcode,@stoklund | ## Extended Description Consider the following x86-64 sse code (emitted after the fixes to pr1509 and 1510) ``` 0x000...
sse code spiller suboptimality (only 2 registers used for 280 instructions)
https://api.github.com/repos/llvm/llvm-project/issues/1884/comments
19
2007-06-15T11:46:08Z
2025-02-14T14:34:50Z
https://github.com/llvm/llvm-project/issues/1884
1,070,920,125
1,884
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1511](https://llvm.org/bz1511) | | Resolution | WONTFIX | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following code will either ICE in the FE (my latest FE from CVS) or silently omit ...
Overloading functions by vector type produces silent failure or ICE
https://api.github.com/repos/llvm/llvm-project/issues/1883/comments
2
2007-06-15T09:29:13Z
2022-01-20T02:28:27Z
https://github.com/llvm/llvm-project/issues/1883
1,070,920,096
1,883
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1510](https://llvm.org/bz1510) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:40 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description we don't currently infer that ~( ~(a|b) | (a&b) ) -> a^b and similar, e.g. ~(~a ...
xor-inferring optimizations would be nice
https://api.github.com/repos/llvm/llvm-project/issues/1882/comments
5
2007-06-15T07:21:56Z
2021-12-03T20:08:08Z
https://github.com/llvm/llvm-project/issues/1882
1,070,920,074
1,882
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1509](https://llvm.org/bz1509) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | MacOS X | | Attachments | [llc x86 or x86-64 (with sse) to drive the spiller crazy](https://user-images.githubusercontent.com/60944935/143737253-42a27701-4c96-...
missing vector identities
https://api.github.com/repos/llvm/llvm-project/issues/1881/comments
2
2007-06-15T07:03:05Z
2021-12-03T20:08:07Z
https://github.com/llvm/llvm-project/issues/1881
1,070,920,050
1,881
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1508](https://llvm.org/bz1508) | | Resolution | FIXED | | Resolved on | Nov 19, 2013 16:16 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#1914 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Exception handling...
typeinfos and personality functions should be attached to the invoke
https://api.github.com/repos/llvm/llvm-project/issues/1880/comments
23
2007-06-13T18:47:54Z
2021-12-03T20:08:06Z
https://github.com/llvm/llvm-project/issues/1880
1,070,920,028
1,880
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1507](https://llvm.org/bz1507) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description Predicate simplification pass is the last one to use ETForest and E...
Break predicate simplifier free from ETForest
https://api.github.com/repos/llvm/llvm-project/issues/1879/comments
2
2007-06-12T18:37:53Z
2021-12-03T20:08:05Z
https://github.com/llvm/llvm-project/issues/1879
1,070,920,012
1,879
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1506](https://llvm.org/bz1506) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description A user points out the following thinko in the JIT when dispatching code that is no...
JIT not caching stub code built for functions with "non-common" argument patterns
https://api.github.com/repos/llvm/llvm-project/issues/1878/comments
2
2007-06-12T11:41:43Z
2021-12-03T20:08:04Z
https://github.com/llvm/llvm-project/issues/1878
1,070,919,992
1,878
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [1505](https://llvm.org/bz1505) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143737249-0bceb44d-44e7-4cac-9078-8ccc7d3cff64.gz) | | Reporter...
X87 float arg passing bug
https://api.github.com/repos/llvm/llvm-project/issues/1877/comments
22
2007-06-11T21:24:54Z
2021-12-03T20:08:03Z
https://github.com/llvm/llvm-project/issues/1877
1,070,919,967
1,877