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 | [6404](https://llvm.org/bz6404) | | Resolution | FIXED | | Resolved on | Dec 30, 2011 02:11 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @arrowd,@Bigcheese,@oscarfv | ## Extended Description If LLVM had an llvm-config.cmake file and put it ...
Provide llvm-config.cmake file for find_package(llvm ...) support
https://api.github.com/repos/llvm/llvm-project/issues/6776/comments
7
2010-02-23T10:57:43Z
2021-12-03T21:24:03Z
https://github.com/llvm/llvm-project/issues/6776
1,070,979,558
6,776
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6403](https://llvm.org/bz6403) | | Version | trunk | | OS | All | | CC | @oscarfv | ## Extended Description LLVM's Makefile-based build system generates variants Debug, Release, Release-Asserts, Debug-Asserts. CMake also defines some build variants, but they aren't the same as...
Create LLVM-style build variants
https://api.github.com/repos/llvm/llvm-project/issues/6775/comments
1
2010-02-23T10:55:26Z
2023-08-06T03:01:14Z
https://github.com/llvm/llvm-project/issues/6775
1,070,979,551
6,775
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6402](https://llvm.org/bz6402) | | Resolution | WONTFIX | | Resolved on | Oct 22, 2010 16:02 | | Version | trunk | | OS | All | | CC | @oscarfv | ## Extended Description cmake/modules/LLVMLibDeps.cmake is really, really gross. Instead of dumping all of LLVM's dependencies here...
Better explicit dependencies
https://api.github.com/repos/llvm/llvm-project/issues/6774/comments
3
2010-02-23T10:51:49Z
2022-01-20T02:32:10Z
https://github.com/llvm/llvm-project/issues/6774
1,070,979,537
6,774
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6401](https://llvm.org/bz6401) | | Resolution | WONTFIX | | Resolved on | Oct 19, 2012 08:33 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description Currently, if BitCode does not have a target set in it, llvm...
llvm-ld should optimize for the target it is compiling for
https://api.github.com/repos/llvm/llvm-project/issues/6773/comments
3
2010-02-23T09:32:22Z
2022-01-20T02:32:08Z
https://github.com/llvm/llvm-project/issues/6773
1,070,979,530
6,773
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6400](https://llvm.org/bz6400) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic,@rjmccall | ## Extended Description $ ./clang -cc1 -S -w -o test.ll -x...
clang codgen aborts producing an invalid store
https://api.github.com/repos/llvm/llvm-project/issues/6772/comments
3
2010-02-23T06:48:23Z
2021-12-03T21:23:59Z
https://github.com/llvm/llvm-project/issues/6772
1,070,979,521
6,772
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6399](https://llvm.org/bz6399) | | Resolution | FIXED | | Resolved on | Jan 27, 2018 14:54 | | Version | 2.6 | | OS | Linux | | Attachments | [Various LLVM implementations of integer vector multiplications](https://user-images.githubusercontent.com/92601667/143740768-c6a28949-7c...
[X86] Nicer code for i32 vector multiplications
https://api.github.com/repos/llvm/llvm-project/issues/6771/comments
4
2010-02-23T00:21:10Z
2021-12-03T21:23:58Z
https://github.com/llvm/llvm-project/issues/6771
1,070,979,511
6,771
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6398](https://llvm.org/bz6398) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740767-a911df3e-2c07-418e-9a6c-824dd2ab4f94.gz) | | Reporter | LLVM ...
clang++ segfaults when parsing c++
https://api.github.com/repos/llvm/llvm-project/issues/6770/comments
4
2010-02-23T00:15:33Z
2021-12-03T21:23:57Z
https://github.com/llvm/llvm-project/issues/6770
1,070,979,494
6,770
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6397](https://llvm.org/bz6397) | | Version | 2.6 | | OS | Linux | | CC | @chfast,@jsonn,@sunfishcode | ## Extended Description I have implemented a simple random number generator based on linear concurrences. It needs a division and LLVM chooses to call __umoddi3 whic...
[x86] optimize trunc(div i64 ..) to i32 to use 'div' instruction or multiply sequence
https://api.github.com/repos/llvm/llvm-project/issues/6769/comments
4
2010-02-23T00:13:33Z
2023-07-19T13:12:52Z
https://github.com/llvm/llvm-project/issues/6769
1,070,979,479
6,769
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6396](https://llvm.org/bz6396) | | Version | 2.6 | | OS | Linux | | CC | @asl,@efriedma-quic,@sunfishcode | ## Extended Description I have written a simple loop using an i32 counter that counts from the number of repetitions down to zero. I hoped that x86 codegen could make us...
[LSR] de-optimization of down-counting loops with i32 counter
https://api.github.com/repos/llvm/llvm-project/issues/6768/comments
3
2010-02-23T00:03:17Z
2021-12-03T21:23:55Z
https://github.com/llvm/llvm-project/issues/6768
1,070,979,469
6,768
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6395](https://llvm.org/bz6395) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | CC | @sunfishcode | ## Extended Description regehr@john-home:~/volatile/bugs/tmp268$ clang -O3 small.c clang: /home/regehr/z/tmp/llvm-r96770/inclu...
ice: argument of incompatible type!
https://api.github.com/repos/llvm/llvm-project/issues/6767/comments
1
2010-02-22T23:49:07Z
2021-12-03T21:23:55Z
https://github.com/llvm/llvm-project/issues/6767
1,070,979,457
6,767
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6394](https://llvm.org/bz6394) | | Resolution | INVALID | | Resolved on | Jan 18, 2011 11:11 | | Version | 2.8 | | OS | Linux | | CC | @sunfishcode | ## Extended Description I have written a custom malloc and free for vector aligned data, because as far as I can see, the C int...
Optimizer swaps bitcast and getelementptr in an invalid way
https://api.github.com/repos/llvm/llvm-project/issues/6766/comments
14
2010-02-22T23:48:45Z
2021-12-03T21:23:54Z
https://github.com/llvm/llvm-project/issues/6766
1,070,979,454
6,766
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6393](https://llvm.org/bz6393) | | Resolution | DUPLICATE | | Resolved on | Nov 20, 2014 07:09 | | Version | 2.6 | | OS | Linux | | CC | @sunfishcode,@ZviRackover | ## Extended Description I want to write a vectorised 'floor' by setting the MXCSR register accordingly before co...
[X86] LLVM re-orders MXCSR access in an invalid manner
https://api.github.com/repos/llvm/llvm-project/issues/6765/comments
2
2010-02-22T23:26:09Z
2021-12-03T21:23:53Z
https://github.com/llvm/llvm-project/issues/6765
1,070,979,449
6,765
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6392](https://llvm.org/bz6392) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | All |
test bug
https://api.github.com/repos/llvm/llvm-project/issues/6764/comments
2
2010-02-22T22:54:12Z
2021-12-03T21:23:52Z
https://github.com/llvm/llvm-project/issues/6764
1,070,979,440
6,764
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6391](https://llvm.org/bz6391) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Attachments | [Give runtest the build and host triplet as found by .https://user-images.githubusercontent.com/60944935/143740765-328abf9b-26d5-49...
runtest (dejagnu) failed to find config.guess
https://api.github.com/repos/llvm/llvm-project/issues/6763/comments
1
2010-02-22T20:10:37Z
2021-12-03T21:23:51Z
https://github.com/llvm/llvm-project/issues/6763
1,070,979,430
6,763
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6390](https://llvm.org/bz6390) | | Resolution | DUPLICATE | | Resolved on | May 18, 2019 18:16 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @jryans | ## Extended Description I'm using VERBOSE=1 in Makefile.config in order to see compilat...
Setting VERBOSE=1 in Makefile.config is invalid in test/Makefile
https://api.github.com/repos/llvm/llvm-project/issues/6762/comments
3
2010-02-22T19:50:43Z
2021-12-03T21:23:50Z
https://github.com/llvm/llvm-project/issues/6762
1,070,979,418
6,762
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6389](https://llvm.org/bz6389) | | Resolution | INVALID | | Resolved on | Aug 10, 2021 04:43 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#6760 | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky,@xgupta | ## Extended Description While trying t...
LLVM build system ignores compilation flags given to ./configure script
https://api.github.com/repos/llvm/llvm-project/issues/6761/comments
12
2010-02-22T18:57:16Z
2021-12-03T21:23:49Z
https://github.com/llvm/llvm-project/issues/6761
1,070,979,411
6,761
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6388](https://llvm.org/bz6388) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#6389 | | Attachments | [Fix AC_HUGE_VAL_CHECK macro](https://user-images.githubusercontent.com/60944935/14374076...
AC_HUGE_VAL_CHECK overwrite CXXFLAGS
https://api.github.com/repos/llvm/llvm-project/issues/6760/comments
2
2010-02-22T18:47:27Z
2021-12-03T21:23:48Z
https://github.com/llvm/llvm-project/issues/6760
1,070,979,399
6,760
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6387](https://llvm.org/bz6387) | | Resolution | WORKSFORME | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | CC | @sunfishcode | ## Extended Description There are several previous bugs with this symptom but -- unless my searching was poor -- all are m...
[2.7] ice: dag combine assertion
https://api.github.com/repos/llvm/llvm-project/issues/6759/comments
5
2010-02-22T17:40:51Z
2022-01-20T02:04:22Z
https://github.com/llvm/llvm-project/issues/6759
1,070,979,393
6,759
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6386](https://llvm.org/bz6386) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description When passing a value to a function expecting a union as its ar...
Incorrect passing of values cast to union
https://api.github.com/repos/llvm/llvm-project/issues/6758/comments
1
2010-02-22T14:38:43Z
2021-12-03T21:23:47Z
https://github.com/llvm/llvm-project/issues/6758
1,070,979,388
6,758
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6385](https://llvm.org/bz6385) | | Resolution | WONTFIX | | Resolved on | Feb 19, 2011 15:41 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description __block is used in ext/mt_allocator.h in libstdc++. This is sim...
__block used in libstdc++ header
https://api.github.com/repos/llvm/llvm-project/issues/6757/comments
1
2010-02-22T14:01:54Z
2022-01-20T02:32:06Z
https://github.com/llvm/llvm-project/issues/6757
1,070,979,378
6,757
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6384](https://llvm.org/bz6384) | | Resolution | FIXED | | Resolved on | Sep 11, 2010 15:30 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@seanm | ## Extended Description Getting another piece of production code to compile the ...
GNU extension: in-class initialization of static const float data members
https://api.github.com/repos/llvm/llvm-project/issues/6756/comments
3
2010-02-22T13:46:51Z
2021-12-03T21:23:45Z
https://github.com/llvm/llvm-project/issues/6756
1,070,979,369
6,756
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6383](https://llvm.org/bz6383) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Another issue, somehow related to name lookup, again reduced fr...
use of undeclared identifier
https://api.github.com/repos/llvm/llvm-project/issues/6755/comments
1
2010-02-22T13:35:50Z
2021-12-03T21:23:44Z
https://github.com/llvm/llvm-project/issues/6755
1,070,979,363
6,755
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6382](https://llvm.org/bz6382) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description I reduced another real-world source code currently erroring out...
use of undeclared label
https://api.github.com/repos/llvm/llvm-project/issues/6754/comments
1
2010-02-22T13:33:32Z
2021-12-03T21:23:43Z
https://github.com/llvm/llvm-project/issues/6754
1,070,979,355
6,754
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6381](https://llvm.org/bz6381) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Starting to play with Clang++ I notices this (building our ...
Variable length arrays are not permitted in C++
https://api.github.com/repos/llvm/llvm-project/issues/6753/comments
1
2010-02-22T13:28:59Z
2021-12-03T21:23:43Z
https://github.com/llvm/llvm-project/issues/6753
1,070,979,346
6,753
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6380](https://llvm.org/bz6380) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#6395 | | Attachments | [3.cpp](https://user-images.githubusercontent.com/60944935/143740759-1db5a5f1-595d-44e0-b02f-743f8...
clang crashes during compilation of boost::optional
https://api.github.com/repos/llvm/llvm-project/issues/6752/comments
7
2010-02-22T13:28:49Z
2021-12-03T21:23:42Z
https://github.com/llvm/llvm-project/issues/6752
1,070,979,337
6,752
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6379](https://llvm.org/bz6379) | | Resolution | FIXED | | Resolved on | Aug 25, 2010 03:53 | | Version | trunk | | OS | Linux | | Attachments | [patch that implements the above](https://user-images.githubusercontent.com/60944935/143740758-7c84a3a9-999f-4467-8304-9b319b172d3b.gz)...
limits.h "#include_next madness" misses include system limits.h
https://api.github.com/repos/llvm/llvm-project/issues/6751/comments
7
2010-02-22T12:34:16Z
2021-12-03T21:23:41Z
https://github.com/llvm/llvm-project/issues/6751
1,070,979,330
6,751
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6378](https://llvm.org/bz6378) | | Resolution | WONTFIX | | Resolved on | May 04, 2017 04:48 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @vinc17fr | ## Extended Description Here's the testcase : void A() { auto void B(){}; };...
error: illegal storage class on function
https://api.github.com/repos/llvm/llvm-project/issues/6750/comments
2
2010-02-22T12:29:19Z
2022-01-20T02:32:05Z
https://github.com/llvm/llvm-project/issues/6750
1,070,979,324
6,750
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6377](https://llvm.org/bz6377) | | Resolution | DUPLICATE | | Resolved on | Feb 17, 2011 22:10 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here's the testcase : void A () { __label__ foo; static const in...
Clang doesn't seem to handle expression __label__ foo
https://api.github.com/repos/llvm/llvm-project/issues/6749/comments
2
2010-02-22T01:48:45Z
2021-12-03T21:23:39Z
https://github.com/llvm/llvm-project/issues/6749
1,070,979,317
6,749
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6376](https://llvm.org/bz6376) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | All | | Attachments | [preproccessed file](https://user-images.githubusercontent.com/60944935/143740755-ebbd81af-c24d-4389-b4d4-32a0bb3d1de7.gz) | | Reporter |...
Assertion failed: ((Result || isa<UsingShadowDecl>(D)) && "Unable to find instantiation of declaration!"), function FindInstantiatedDecl, file SemaTemplateInstantiateDecl.cpp, line 2306.
https://api.github.com/repos/llvm/llvm-project/issues/6748/comments
8
2010-02-22T01:15:18Z
2021-12-03T21:23:38Z
https://github.com/llvm/llvm-project/issues/6748
1,070,979,307
6,748
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6375](https://llvm.org/bz6375) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740753-1768d672-1927-4e8d-87c0-f559fb5abe28.gz) | | Reporter | LLVM ...
Assertion failed: (Result && "declaration was not instantiated in this scope!")
https://api.github.com/repos/llvm/llvm-project/issues/6747/comments
4
2010-02-22T00:36:32Z
2021-12-03T21:23:37Z
https://github.com/llvm/llvm-project/issues/6747
1,070,979,303
6,747
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6374](https://llvm.org/bz6374) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740751-a8ec7ef0-f6cf-45b8-b04e-461bd66891bc.gz) | | Reporter | LLVM ...
Assertion failed: (lr && "Cannot find live range")
https://api.github.com/repos/llvm/llvm-project/issues/6746/comments
3
2010-02-21T23:55:55Z
2021-12-03T21:23:36Z
https://github.com/llvm/llvm-project/issues/6746
1,070,979,294
6,746
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6373](https://llvm.org/bz6373) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740750-792ae0be-bf79-4358-a5e7-643b1068c96b.gz) | | Reporter | LLVM ...
ICE cannot be evaluated!; UNREACHABLE executed at Expr.cpp:1916!
https://api.github.com/repos/llvm/llvm-project/issues/6745/comments
2
2010-02-21T23:24:40Z
2021-12-03T21:23:35Z
https://github.com/llvm/llvm-project/issues/6745
1,070,979,283
6,745
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6372](https://llvm.org/bz6372) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740747-bdf9ba3a-576f-4f49-b240-e2c4eeca0198.gz) | | Reporter | LLVM ...
Unrecognized copy instruction!; UNREACHABLE executed at LiveIntervalAnalysis.cpp:773!
https://api.github.com/repos/llvm/llvm-project/issues/6744/comments
3
2010-02-21T23:20:12Z
2021-12-03T21:23:35Z
https://github.com/llvm/llvm-project/issues/6744
1,070,979,275
6,744
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6371](https://llvm.org/bz6371) | | Resolution | FIXED | | Resolved on | Jan 10, 2011 01:53 | | Version | trunk | | OS | FreeBSD | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740746-d49dbbe7-820f-4b5f-a314-72fce1245776.gz) | | Reporter | LLVM ...
Assertion failed: (TInfo && "couldn't build declarator info for anonymous struct/union")
https://api.github.com/repos/llvm/llvm-project/issues/6743/comments
1
2010-02-21T23:05:07Z
2021-12-03T21:23:34Z
https://github.com/llvm/llvm-project/issues/6743
1,070,979,267
6,743
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6370](https://llvm.org/bz6370) | | Resolution | INVALID | | Resolved on | Mar 06, 2010 14:07 | | Version | 1.0 | | OS | All | | Attachments | [turn on the new scheduler for ppc](https://user-images.githubusercontent.com/15152540/143740744-a02c2430-ddd9-4e5c-b311-86d038c1484e.gz)...
dag scheduler works in 'allnodes' order
https://api.github.com/repos/llvm/llvm-project/issues/6742/comments
4
2010-02-21T22:32:35Z
2021-12-03T21:23:33Z
https://github.com/llvm/llvm-project/issues/6742
1,070,979,256
6,742
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6369](https://llvm.org/bz6369) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | FreeBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Assertion fails when compiling this code, only if DEBUG is de...
Assertion failed: (Name.isIdentifier() && "Name is not a simple identifier")
https://api.github.com/repos/llvm/llvm-project/issues/6741/comments
1
2010-02-21T22:25:16Z
2021-12-03T21:23:32Z
https://github.com/llvm/llvm-project/issues/6741
1,070,979,245
6,741
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6368](https://llvm.org/bz6368) | | Resolution | FIXED | | Resolved on | Mar 04, 2011 15:42 | | Version | trunk | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740743-5fa00a54-9df2-44ed-9dd3-4a3ccfa6180b.gz) | | Reporter | LLVM Bu...
crash on attached test
https://api.github.com/repos/llvm/llvm-project/issues/6740/comments
2
2010-02-21T22:18:30Z
2021-12-03T21:23:31Z
https://github.com/llvm/llvm-project/issues/6740
1,070,979,235
6,740
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6367](https://llvm.org/bz6367) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description I would like clang to optionally warn me about 'f0' in this: -- ddunbar@giles:tmp$ cat t.cpp ``...
[QOI] warn about free functions which shadow one in a namespace
https://api.github.com/repos/llvm/llvm-project/issues/6739/comments
4
2010-02-21T21:08:55Z
2023-08-15T22:31:55Z
https://github.com/llvm/llvm-project/issues/6739
1,070,979,229
6,739
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6366](https://llvm.org/bz6366) | | Resolution | WONTFIX | | Resolved on | Nov 25, 2011 14:17 | | Version | 2.6 | | OS | Linux | | Attachments | [eglibc csu build](https://user-images.githubusercontent.com/60944935/143740740-17d79324-1fde-4edc-9786-8d08ca60c62b.gz) | | Reporter |...
llvm-gcc internal compiler error on cross-compiler libraries build
https://api.github.com/repos/llvm/llvm-project/issues/6738/comments
5
2010-02-21T20:09:20Z
2022-01-20T02:32:04Z
https://github.com/llvm/llvm-project/issues/6738
1,070,979,222
6,738
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6365](https://llvm.org/bz6365) | | Resolution | FIXED | | Resolved on | Mar 31, 2010 12:07 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @chandlerc,@DougGregor | ## Extended Description I'm trying to parse some c++ code with clang but I get...
Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl")
https://api.github.com/repos/llvm/llvm-project/issues/6737/comments
15
2010-02-21T19:42:58Z
2021-12-03T21:23:29Z
https://github.com/llvm/llvm-project/issues/6737
1,070,979,219
6,737
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6364](https://llvm.org/bz6364) | | Resolution | WONTFIX | | Resolved on | May 09, 2016 15:10 | | Version | 2.6 | | OS | Linux | | Attachments | [source used to create crt code in eglibc](https://user-images.githubusercontent.com/60944935/143740735-0eb3c3ec-3f74-4bf4-b2e1-8496bef...
gcc option -fno-toplevel-reorder separates top level inline asm which affects eglibc
https://api.github.com/repos/llvm/llvm-project/issues/6736/comments
8
2010-02-21T19:20:06Z
2022-01-20T02:32:03Z
https://github.com/llvm/llvm-project/issues/6736
1,070,979,212
6,736
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6363](https://llvm.org/bz6363) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:05 | | Version | trunk | | OS | Linux | | Attachments | [Bytecode](https://user-images.githubusercontent.com/67392/143740734-9ebc12ec-504a-449d-8094-981149b97a1e.gz) | | CC | @stoklund | ## ...
Stack overflow somewhere in coalescer
https://api.github.com/repos/llvm/llvm-project/issues/6735/comments
5
2010-02-21T14:47:10Z
2021-12-03T21:23:27Z
https://github.com/llvm/llvm-project/issues/6735
1,070,979,203
6,735
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6362](https://llvm.org/bz6362) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here's the testcase : #pragma pack(2) typedef struct { unsigned int a; } b; ...
A potential bug in pragma pack
https://api.github.com/repos/llvm/llvm-project/issues/6734/comments
3
2010-02-21T13:01:55Z
2021-12-03T21:23:26Z
https://github.com/llvm/llvm-project/issues/6734
1,070,979,191
6,734
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6361](https://llvm.org/bz6361) | | Resolution | FIXED | | Resolved on | Sep 23, 2013 17:15 | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-bugzilla-archive#6815 llvm/llvm-bugzilla-archive#10638 | | Reporter | LLVM Bugzilla Contributor | | CC | @rnk | ## Extended...
Clang complains about attributes post-definition
https://api.github.com/repos/llvm/llvm-project/issues/6733/comments
7
2010-02-21T12:57:24Z
2021-12-03T21:23:25Z
https://github.com/llvm/llvm-project/issues/6733
1,070,979,183
6,733
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6360](https://llvm.org/bz6360) | | Resolution | FIXED | | Resolved on | Mar 04, 2010 13:54 | | Version | trunk | | OS | All | | Attachments | [gdb backtrace for the failed assertion](https://user-images.githubusercontent.com/60944935/143740732-59692935-d7d0-4191-b6fd-6128025bbf5...
Escaped stub can be destroyed prematurely
https://api.github.com/repos/llvm/llvm-project/issues/6732/comments
6
2010-02-21T11:55:00Z
2021-12-03T21:23:24Z
https://github.com/llvm/llvm-project/issues/6732
1,070,979,173
6,732
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6359](https://llvm.org/bz6359) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | All | | CC | @DougGregor,@RealLitb | ## Extended Description Despite the prohibition on typedef names being used for destructors, I think the rules allowing ...
Clang rejects out-of-line destructors for classes which are typedef'ed to themselves
https://api.github.com/repos/llvm/llvm-project/issues/6731/comments
7
2010-02-21T11:24:32Z
2021-12-03T21:23:23Z
https://github.com/llvm/llvm-project/issues/6731
1,070,979,167
6,731
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6358](https://llvm.org/bz6358) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | trunk | | OS | Linux | | CC | @DougGregor | ## Extended Description % cat t.cc void Foo(); struct Foo { virtual ~Foo(); }; Foo::~Foo() { } void Fo...
Clang rejects an out-of-line destructor declaration with the same name as a global function with horrible diagnostic
https://api.github.com/repos/llvm/llvm-project/issues/6730/comments
4
2010-02-21T10:47:51Z
2021-12-03T21:23:23Z
https://github.com/llvm/llvm-project/issues/6730
1,070,979,156
6,730
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6357](https://llvm.org/bz6357) | | Version | trunk | | OS | All | | CC | @DougGregor | ## Extended Description We need a DeclarationNameLoc (or something like it) to store complete source-location information for non-identifier names, e.g., the locations of the '+' token in ...
Improve source-location information for DeclarationNames
https://api.github.com/repos/llvm/llvm-project/issues/6729/comments
2
2010-02-21T06:23:24Z
2023-08-22T12:21:24Z
https://github.com/llvm/llvm-project/issues/6729
1,070,979,146
6,729
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6356](https://llvm.org/bz6356) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @rjmccall | ## Extended Description This is a reduced testcase coming from the Linux kernel: $ cat b...
[CheckSignCompare crash] Violated assertion "unsigned range includes negative?"
https://api.github.com/repos/llvm/llvm-project/issues/6728/comments
1
2010-02-19T20:37:58Z
2021-12-03T21:23:21Z
https://github.com/llvm/llvm-project/issues/6728
1,070,979,141
6,728
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6355](https://llvm.org/bz6355) | | Resolution | FIXED | | Resolved on | Jul 11, 2011 10:26 | | Version | 2.6 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description The more input llvm bitcode files are added to the command-line, the slo...
llvm-ld exponentially slow
https://api.github.com/repos/llvm/llvm-project/issues/6727/comments
4
2010-02-19T18:47:47Z
2021-12-03T21:23:20Z
https://github.com/llvm/llvm-project/issues/6727
1,070,979,132
6,727
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6354](https://llvm.org/bz6354) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @davidchisnall | ## Extended Description When I use clang for compile, with GNU libobjc2 runtime. I c...
Segfault when using @&#8203;dynamic with GNU runtime
https://api.github.com/repos/llvm/llvm-project/issues/6726/comments
1
2010-02-19T18:31:32Z
2021-12-03T21:23:19Z
https://github.com/llvm/llvm-project/issues/6726
1,070,979,123
6,726
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6353](https://llvm.org/bz6353) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:07 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-project#6253 | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143740718-fef7b001-ca7f-42c2-...
clang emits U symbol while gcc emits W one
https://api.github.com/repos/llvm/llvm-project/issues/6725/comments
27
2010-02-19T16:53:28Z
2021-12-03T21:23:18Z
https://github.com/llvm/llvm-project/issues/6725
1,070,979,114
6,725
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6352](https://llvm.org/bz6352) | | Resolution | FIXED | | Resolved on | Jan 18, 2016 04:51 | | Version | 1.0 | | OS | Linux | | Attachments | [Valgrind log](https://user-images.githubusercontent.com/60944935/143740715-a953348b-a2c7-4ac2-9654-9ec531fb2035.gz), [Valgrind log-file:...
Valgrind reporting leak in ARM backend and other code.
https://api.github.com/repos/llvm/llvm-project/issues/6724/comments
2
2010-02-19T16:42:04Z
2021-12-03T21:23:17Z
https://github.com/llvm/llvm-project/issues/6724
1,070,979,102
6,724
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6351](https://llvm.org/bz6351) | | Version | trunk | | OS | Linux | | Attachments | [Tentative (but improvable) patch.](https://user-images.githubusercontent.com/60944935/143740714-a7ce3a4d-379a-4b99-ac16-96f9feda6a1b.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGr...
Type source info in function template instantiations is not instantiated.
https://api.github.com/repos/llvm/llvm-project/issues/6723/comments
2
2010-02-19T11:14:38Z
2023-09-11T05:46:26Z
https://github.com/llvm/llvm-project/issues/6723
1,070,979,095
6,723
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6350](https://llvm.org/bz6350) | | Resolution | DUPLICATE | | Resolved on | Mar 02, 2010 12:53 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following code causes a compiler assert. While it looks q...
Compiler assert on valid code
https://api.github.com/repos/llvm/llvm-project/issues/6722/comments
1
2010-02-19T02:36:41Z
2021-12-03T21:23:16Z
https://github.com/llvm/llvm-project/issues/6722
1,070,979,087
6,722
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6349](https://llvm.org/bz6349) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 05:42 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@regehr | ## Extended Description Test case: ``` #include <stdint.h> volatile uint32_t sink_ = 0...
miscompilation of volatile variables in msp430 backend
https://api.github.com/repos/llvm/llvm-project/issues/6721/comments
16
2010-02-19T01:54:05Z
2021-12-03T21:23:15Z
https://github.com/llvm/llvm-project/issues/6721
1,070,979,075
6,721
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6348](https://llvm.org/bz6348) | | Resolution | FIXED | | Resolved on | Feb 21, 2010 06:30 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@regehr | ## Extended Description Test case: #include<stdint.h> uint8_t g_15 = -1L; uint32_t ba...
wrong code bug in msp430 backend
https://api.github.com/repos/llvm/llvm-project/issues/6720/comments
1
2010-02-19T00:31:59Z
2021-12-03T21:23:14Z
https://github.com/llvm/llvm-project/issues/6720
1,070,979,064
6,720
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6347](https://llvm.org/bz6347) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:58 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Reproduce as follows: ------------------------ % tar -xvzf vshuffle.tarz % llvm-gcc...
[X86] : wrong code generated for shufflevector
https://api.github.com/repos/llvm/llvm-project/issues/6719/comments
1
2010-02-19T00:12:20Z
2021-12-03T21:23:13Z
https://github.com/llvm/llvm-project/issues/6719
1,070,979,057
6,719
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6346](https://llvm.org/bz6346) | | Resolution | FIXED | | Resolved on | Feb 25, 2010 16:30 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description g++ accepts the code fragment: int main(void) { void** i; void co...
GCC/EDG Extension: Comparison of void** and void const** rejected.
https://api.github.com/repos/llvm/llvm-project/issues/6718/comments
3
2010-02-18T23:17:57Z
2021-12-03T21:23:12Z
https://github.com/llvm/llvm-project/issues/6718
1,070,979,049
6,718
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6345](https://llvm.org/bz6345) | | Resolution | WONTFIX | | Resolved on | Mar 12, 2010 00:57 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Consider the following: union foo { struct { union { struct {void* bar[...
[GNU Extension] Clang differs from GCC on anonymous structs
https://api.github.com/repos/llvm/llvm-project/issues/6717/comments
8
2010-02-18T22:02:11Z
2022-01-20T02:32:01Z
https://github.com/llvm/llvm-project/issues/6717
1,070,979,037
6,717
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6344](https://llvm.org/bz6344) | | Resolution | INVALID | | Resolved on | Apr 22, 2010 21:10 | | Version | trunk | | OS | Linux | | Attachments | [full trace](https://user-images.githubusercontent.com/60944935/143740712-df9d6bf9-c33f-4c10-86be-2443d87fd0a7.gz), [clang-010301.txt...
failed assertion with 2010-02-17 trunk
https://api.github.com/repos/llvm/llvm-project/issues/6716/comments
7
2010-02-18T16:52:39Z
2021-12-03T21:23:10Z
https://github.com/llvm/llvm-project/issues/6716
1,070,979,032
6,716
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6343](https://llvm.org/bz6343) | | Version | 2.6 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @Quuxplusone,@belkadan,@tkremenek,@Weverything | ## Extended Description While this code is valid, it can produce unintended bugs. enum foo { KD_OK = 0, KD_ER...
clang should produce warning on duplicate enumeration values
https://api.github.com/repos/llvm/llvm-project/issues/6715/comments
10
2010-02-18T13:29:52Z
2022-02-03T22:10:27Z
https://github.com/llvm/llvm-project/issues/6715
1,070,979,017
6,715
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6342](https://llvm.org/bz6342) | | Resolution | FIXED | | Resolved on | Jun 29, 2010 13:41 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This works: ~/src/llvm/Debug/bin/clang --param ssp-buffer-size=4 test.c This does n...
clang passes wrong options to assembler
https://api.github.com/repos/llvm/llvm-project/issues/6714/comments
1
2010-02-18T12:17:21Z
2021-12-03T21:23:08Z
https://github.com/llvm/llvm-project/issues/6714
1,070,979,011
6,714
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6341](https://llvm.org/bz6341) | | Resolution | FIXED | | Resolved on | Mar 26, 2010 17:59 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following code fails to compile: #include <iostream> name...
Error when using duplicated namespace aliases
https://api.github.com/repos/llvm/llvm-project/issues/6713/comments
2
2010-02-18T12:13:00Z
2021-12-03T21:23:08Z
https://github.com/llvm/llvm-project/issues/6713
1,070,979,003
6,713
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6340](https://llvm.org/bz6340) | | Resolution | FIXED | | Resolved on | Apr 20, 2010 01:21 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I don't known if it's a clang or llvm bug: #cat bug-struct-c99.c struct E {}; struc...
Bug with empty C99 structure initialization
https://api.github.com/repos/llvm/llvm-project/issues/6712/comments
1
2010-02-18T11:35:40Z
2021-12-03T21:23:07Z
https://github.com/llvm/llvm-project/issues/6712
1,070,978,987
6,712
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6339](https://llvm.org/bz6339) | | Resolution | FIXED | | Resolved on | Feb 18, 2010 17:26 | | Version | trunk | | OS | All | | Attachments | [Input that causes crash (out of memory)](https://user-images.githubusercontent.com/60944935/143740711-67d64e0b-f97f-434d-a9c1-bb72e78390...
'Canonicalize Induction Variables' pass crashes on attached input
https://api.github.com/repos/llvm/llvm-project/issues/6711/comments
1
2010-02-18T07:42:47Z
2021-12-03T21:23:05Z
https://github.com/llvm/llvm-project/issues/6711
1,070,978,969
6,711
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6338](https://llvm.org/bz6338) | | Resolution | FIXED | | Resolved on | Feb 25, 2010 15:07 | | Version | trunk | | OS | Windows NT | | Attachments | [patch file for bug](https://user-images.githubusercontent.com/60944935/143740709-afcb491d-5c04-4fcb-9ba8-13bb086659ac.gz) | | Rep...
LegalizeDag:ExpandVectorBuildThroughStack incorrectly compares value types causing getTruncStore to assert.
https://api.github.com/repos/llvm/llvm-project/issues/6710/comments
2
2010-02-18T04:23:51Z
2021-12-03T21:23:05Z
https://github.com/llvm/llvm-project/issues/6710
1,070,978,962
6,710
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6337](https://llvm.org/bz6337) | | Resolution | FIXED | | Resolved on | Feb 24, 2010 16:44 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description There are many locations in SelectionDAG that should be using the ...
SelectionDAG.cpp has opportunity for code refactoring
https://api.github.com/repos/llvm/llvm-project/issues/6709/comments
4
2010-02-18T03:14:37Z
2021-12-03T21:23:04Z
https://github.com/llvm/llvm-project/issues/6709
1,070,978,953
6,709
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6336](https://llvm.org/bz6336) | | Resolution | INVALID | | Resolved on | Mar 08, 2010 17:53 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#6126 | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description In SelectionDAG.cpp::Un...
SelectionDAG does not handle scalar second operand to sign_extend_inreg correctly
https://api.github.com/repos/llvm/llvm-project/issues/6708/comments
4
2010-02-18T03:04:31Z
2021-12-03T21:23:03Z
https://github.com/llvm/llvm-project/issues/6708
1,070,978,943
6,708
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6335](https://llvm.org/bz6335) | | Resolution | FIXED | | Resolved on | Mar 01, 2010 12:00 | | Version | trunk | | OS | Linux | | Attachments | [patch to correctly handled vector types](https://user-images.githubusercontent.com/60944935/143740705-73f87125-5044-4891-83d1-f23032af...
TargetLowering::SimplifyDemandedBits incorrectly handles vector types on Truncate
https://api.github.com/repos/llvm/llvm-project/issues/6707/comments
1
2010-02-18T02:04:12Z
2021-12-03T21:23:02Z
https://github.com/llvm/llvm-project/issues/6707
1,070,978,935
6,707
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6334](https://llvm.org/bz6334) | | Resolution | WORKSFORME | | Resolved on | Mar 01, 2010 20:19 | | Version | trunk | | OS | Linux | | Attachments | [bitcode file that fails execute on x86](https://user-images.githubusercontent.com/60944935/143740704-5a030027-bb5d-40d5-90ff-16de...
x86 cannot select sign_extend_inreg on vector types
https://api.github.com/repos/llvm/llvm-project/issues/6706/comments
1
2010-02-18T02:00:37Z
2022-01-20T02:04:21Z
https://github.com/llvm/llvm-project/issues/6706
1,070,978,929
6,706
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6333](https://llvm.org/bz6333) | | Resolution | INVALID | | Resolved on | Mar 05, 2010 13:19 | | Version | trunk | | OS | Linux | | Attachments | [a crashing bitcode file](https://user-images.githubusercontent.com/60944935/143740703-208146ca-9de3-43c7-a46d-78ce646c1a7c.gz) | | R...
SIGSEGV in 'X86 DAG->DAG Instruction Selection'
https://api.github.com/repos/llvm/llvm-project/issues/6705/comments
2
2010-02-17T22:14:57Z
2021-12-03T21:23:00Z
https://github.com/llvm/llvm-project/issues/6705
1,070,978,924
6,705
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6332](https://llvm.org/bz6332) | | Resolution | FIXED | | Resolved on | Apr 17, 2010 14:02 | | Version | trunk | | OS | All | | Attachments | [delta reduced test case](https://user-images.githubusercontent.com/92601275/143740702-00f9be96-51d5-4193-ae44-9b4825f7b9ee.gz) | | CC | ...
Assertion failed: (Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!")
https://api.github.com/repos/llvm/llvm-project/issues/6704/comments
4
2010-02-17T21:23:18Z
2021-12-03T21:22:59Z
https://github.com/llvm/llvm-project/issues/6704
1,070,978,918
6,704
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6331](https://llvm.org/bz6331) | | Resolution | DUPLICATE | | Resolved on | Mar 28, 2010 00:43 | | Version | trunk | | OS | Linux | | Attachments | [testcase for reproducing bug](https://user-images.githubusercontent.com/60944935/143740701-fc49934a-1daa-46a6-9986-d25a01fed937.gz...
Static Analyzer does not recognize that function calling exit does not return
https://api.github.com/repos/llvm/llvm-project/issues/6703/comments
2
2010-02-17T19:12:41Z
2021-12-03T21:22:58Z
https://github.com/llvm/llvm-project/issues/6703
1,070,978,907
6,703
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6330](https://llvm.org/bz6330) | | Resolution | DUPLICATE | | Resolved on | Mar 12, 2010 00:57 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#6395 | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143740700-e03917c7-3579-4bff-837...
Infinite recursion in Sema
https://api.github.com/repos/llvm/llvm-project/issues/6702/comments
1
2010-02-17T12:29:17Z
2021-12-03T21:22:57Z
https://github.com/llvm/llvm-project/issues/6702
1,070,978,894
6,702
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6329](https://llvm.org/bz6329) | | Resolution | FIXED | | Resolved on | Apr 05, 2010 11:34 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Hello, clang++ fails to compile this code while g++ and visual...
GNU extension: initialization of members of an anonymous struct
https://api.github.com/repos/llvm/llvm-project/issues/6701/comments
3
2010-02-17T11:16:41Z
2021-12-03T21:22:56Z
https://github.com/llvm/llvm-project/issues/6701
1,070,978,881
6,701
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6328](https://llvm.org/bz6328) | | Resolution | FIXED | | Resolved on | Jul 27, 2010 11:50 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following code causes a compiler assert. template<t...
Compiler assert when taking __alignof__ an unknown type
https://api.github.com/repos/llvm/llvm-project/issues/6700/comments
1
2010-02-17T10:41:07Z
2021-12-03T21:22:55Z
https://github.com/llvm/llvm-project/issues/6700
1,070,978,869
6,700
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6327](https://llvm.org/bz6327) | | Resolution | FIXED | | Resolved on | Mar 30, 2010 21:20 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description template<class _T1, class _T2> struct pair {}; void ...
Compiler assert on 'initalizer_list' style code:
https://api.github.com/repos/llvm/llvm-project/issues/6699/comments
2
2010-02-17T10:28:11Z
2021-12-03T21:22:55Z
https://github.com/llvm/llvm-project/issues/6699
1,070,978,858
6,699
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6326](https://llvm.org/bz6326) | | Resolution | FIXED | | Resolved on | Mar 09, 2010 21:32 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-project#6638 | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description The following code...
Assert when a class friends itself
https://api.github.com/repos/llvm/llvm-project/issues/6698/comments
4
2010-02-17T10:17:46Z
2021-12-03T21:22:53Z
https://github.com/llvm/llvm-project/issues/6698
1,070,978,847
6,698
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6325](https://llvm.org/bz6325) | | Resolution | FIXED | | Resolved on | Jun 22, 2012 18:37 | | Version | trunk | | OS | All | | CC | @DougGregor | ## Extended Description Given: class foo { }; class bar : boo { }; we don't perform typo correction. We should.
Missing typo correction for base class specifiers
https://api.github.com/repos/llvm/llvm-project/issues/6697/comments
2
2010-02-17T03:01:07Z
2021-12-03T21:22:53Z
https://github.com/llvm/llvm-project/issues/6697
1,070,978,841
6,697
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6324](https://llvm.org/bz6324) | | Resolution | FIXED | | Resolved on | Mar 26, 2010 10:19 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following code (reduced from libstdc++) causes an assert. te...
Specialisation causes assert
https://api.github.com/repos/llvm/llvm-project/issues/6696/comments
1
2010-02-17T01:04:49Z
2021-12-03T21:22:52Z
https://github.com/llvm/llvm-project/issues/6696
1,070,978,829
6,696
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6323](https://llvm.org/bz6323) | | Resolution | WORKSFORME | | Resolved on | Mar 24, 2010 00:32 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description This bug actually came from valid code (boiling down a file ...
Compiler assert on invalid code
https://api.github.com/repos/llvm/llvm-project/issues/6695/comments
2
2010-02-16T23:38:59Z
2022-01-20T02:04:20Z
https://github.com/llvm/llvm-project/issues/6695
1,070,978,821
6,695
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6322](https://llvm.org/bz6322) | | Resolution | FIXED | | Resolved on | Jun 29, 2010 15:27 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @chandlerc,@DougGregor | ## Extended Description The following code, extremely cut down from the g++ ty...
Cannot use template arguments in attributes
https://api.github.com/repos/llvm/llvm-project/issues/6694/comments
5
2010-02-16T19:28:13Z
2021-12-03T21:22:50Z
https://github.com/llvm/llvm-project/issues/6694
1,070,978,811
6,694
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6321](https://llvm.org/bz6321) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @tlattner | ## Extended Description This is a false positive: -- ddunbar@67-218-110-63:tmp$ cat t...
Wunused-function false positive
https://api.github.com/repos/llvm/llvm-project/issues/6693/comments
4
2010-02-16T19:14:25Z
2021-12-03T21:22:49Z
https://github.com/llvm/llvm-project/issues/6693
1,070,978,799
6,693
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6320](https://llvm.org/bz6320) | | Resolution | WORKSFORME | | Resolved on | Mar 07, 2010 21:03 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description When building clang with optimizations >=2 (including -Os)...
Building optimized clang with (gcc built) clang results in link error
https://api.github.com/repos/llvm/llvm-project/issues/6692/comments
1
2010-02-16T19:13:41Z
2022-01-20T02:04:19Z
https://github.com/llvm/llvm-project/issues/6692
1,070,978,792
6,692
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6319](https://llvm.org/bz6319) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:49 | | Version | trunk | | OS | Linux | | Attachments | [shim-log.txt build log](https://user-images.githubusercontent.com/60944935/143740699-c9a40e08-96da-4d11-9c2b-c535820eab46.gz) | | ...
clang++ foo.c doesn't build foo as c++ code
https://api.github.com/repos/llvm/llvm-project/issues/6691/comments
4
2010-02-16T18:07:51Z
2021-12-03T21:22:47Z
https://github.com/llvm/llvm-project/issues/6691
1,070,978,783
6,691
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6318](https://llvm.org/bz6318) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:55 | | Version | trunk | | OS | FreeBSD | | Attachments | [Patch to Basichttps://user-images.githubusercontent.com/60944935/143740698-78425c3d-ea7d-4969-a272-5ec7dd2a321a.gz) | | Reporter | L...
Target definitions for FreeBSD/powerpc
https://api.github.com/repos/llvm/llvm-project/issues/6690/comments
1
2010-02-16T16:22:17Z
2021-12-03T21:22:46Z
https://github.com/llvm/llvm-project/issues/6690
1,070,978,778
6,690
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6317](https://llvm.org/bz6317) | | Resolution | FIXED | | Resolved on | Mar 01, 2010 15:18 | | Version | trunk | | OS | All | | Attachments | [Proposed patch](https://user-images.githubusercontent.com/711534/143740696-2f6d041f-a5f0-4f03-bdea-260a24af0610.gz), [Updated patch with...
Clang gets confused with nested classes and friend declarations
https://api.github.com/repos/llvm/llvm-project/issues/6689/comments
4
2010-02-16T15:31:26Z
2021-12-03T21:22:45Z
https://github.com/llvm/llvm-project/issues/6689
1,070,978,771
6,689
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6316](https://llvm.org/bz6316) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hello, i'm trying to compile desmume (http://www.desmume.org) with clang++ but it f...
missing sse intrinsics _mm_cvtt_ss2si and _mm_cvt_ss2si
https://api.github.com/repos/llvm/llvm-project/issues/6688/comments
1
2010-02-16T15:18:49Z
2021-12-03T21:22:45Z
https://github.com/llvm/llvm-project/issues/6688
1,070,978,764
6,688
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6315](https://llvm.org/bz6315) | | Resolution | WORKSFORME | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | All | | CC | @asl | ## Extended Description $ cat exc.cpp void foo() { throw "Exception"; } int main() { try { foo(); } catch (const char *)...
Exception handling broken in trunk.
https://api.github.com/repos/llvm/llvm-project/issues/6687/comments
4
2010-02-16T13:42:49Z
2022-01-20T02:04:18Z
https://github.com/llvm/llvm-project/issues/6687
1,070,978,752
6,687
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6314](https://llvm.org/bz6314) | | Resolution | FIXED | | Resolved on | Feb 16, 2010 15:59 | | Version | trunk | | OS | MacOS X | | Attachments | [the Output.yacr2.link file (input to llc).](https://user-images.githubusercontent.com/60944935/143740695-b7f6733a-d80d-4b48-ad00-c33...
llc -O0 -regalloc=local and yacr2 test failing
https://api.github.com/repos/llvm/llvm-project/issues/6686/comments
2
2010-02-16T01:42:40Z
2021-12-03T21:22:43Z
https://github.com/llvm/llvm-project/issues/6686
1,070,978,743
6,686
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6313](https://llvm.org/bz6313) | | Resolution | FIXED | | Resolved on | Feb 17, 2011 22:16 | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-bugzilla-archive#6815 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here's the testcase : #define _...
sema bug handling __sync_val_compare_and_swap/__sync_lock_test_and_set
https://api.github.com/repos/llvm/llvm-project/issues/6685/comments
2
2010-02-16T00:46:51Z
2021-12-03T21:22:42Z
https://github.com/llvm/llvm-project/issues/6685
1,070,978,731
6,685
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6312](https://llvm.org/bz6312) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here's the testcase : typedef unsigned long ULONG_PTR, *PULONG_PTR; typedef ...
Clang: __builtin_longjmp should be marked noreturn
https://api.github.com/repos/llvm/llvm-project/issues/6684/comments
1
2010-02-16T00:41:49Z
2021-12-03T21:22:41Z
https://github.com/llvm/llvm-project/issues/6684
1,070,978,723
6,684
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6311](https://llvm.org/bz6311) | | Resolution | WORKSFORME | | Resolved on | Mar 02, 2010 12:26 | | Version | unspecified | | OS | FreeBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@pwo | ## Extended Description pes delta$ cat tmp1/026.cc namespace v8 { cla...
clang++ -fsyntax-only crash
https://api.github.com/repos/llvm/llvm-project/issues/6683/comments
2
2010-02-16T00:08:09Z
2022-01-20T02:04:17Z
https://github.com/llvm/llvm-project/issues/6683
1,070,978,715
6,683
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6310](https://llvm.org/bz6310) | | Resolution | DUPLICATE | | Resolved on | May 03, 2010 07:24 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#6395 | | Attachments | [backtrace of clang crashing](https://user-images.githubusercontent.com/60944935/143740693-ed2...
clang codegen fails with clang: /home/corni/clang/llvm/include/llvm/Support/Casting.h:200: typename llvm::cast_retty<To, From>::ret_type llvm::cast(const Y&) [with X = clang::VarDecl, Y = const clang::NamedDecl*]: Assertion `isa<X>(Val) && "cast<Ty>() arg
https://api.github.com/repos/llvm/llvm-project/issues/6682/comments
6
2010-02-16T00:07:14Z
2021-12-03T21:22:39Z
https://github.com/llvm/llvm-project/issues/6682
1,070,978,691
6,682
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6309](https://llvm.org/bz6309) | | Resolution | FIXED | | Resolved on | Jun 25, 2010 16:56 | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-bugzilla-archive#6815 | | Attachments | [Preprocessed file.](https://user-images.githubusercontent.com/60944935/143740689-a6...
Error in backend: Ran out of registers during register allocation!
https://api.github.com/repos/llvm/llvm-project/issues/6681/comments
21
2010-02-15T23:45:33Z
2021-12-03T21:22:38Z
https://github.com/llvm/llvm-project/issues/6681
1,070,978,685
6,681
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6308](https://llvm.org/bz6308) | | Resolution | WORKSFORME | | Resolved on | Oct 24, 2011 19:43 | | Version | trunk | | OS | All | | CC | @efriedma-quic | ## Extended Description With -emit-llvm, clang silently ignores the -march option. It should at least issue its "argument...
clang ignores -march with -emit-llvm
https://api.github.com/repos/llvm/llvm-project/issues/6680/comments
1
2010-02-15T21:16:05Z
2022-01-20T02:04:16Z
https://github.com/llvm/llvm-project/issues/6680
1,070,978,673
6,680
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6307](https://llvm.org/bz6307) | | Resolution | WORKSFORME | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | MacOS X | | Attachments | [6307-assertion.txt](https://user-images.githubusercontent.com/60944935/143740686-397a1aff-3d8d-40d3-806a-5c2b89b997a2.gz), [630...
Verifier: Instruction does not dominate all uses
https://api.github.com/repos/llvm/llvm-project/issues/6679/comments
3
2010-02-15T19:23:54Z
2022-01-20T02:04:15Z
https://github.com/llvm/llvm-project/issues/6679
1,070,978,669
6,679
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6306](https://llvm.org/bz6306) | | Resolution | FIXED | | Resolved on | Apr 08, 2011 15:18 | | Version | trunk | | OS | Linux | | Attachments | [preprocessed libgcc2.c file](https://user-images.githubusercontent.com/60944935/143740684-0f399e59-91a7-4f93-87af-1bc04439f0f8.gz) | |...
MIPS code generator crash when compiling GCC's _mulsc3.o
https://api.github.com/repos/llvm/llvm-project/issues/6678/comments
10
2010-02-15T18:22:49Z
2021-12-03T21:22:36Z
https://github.com/llvm/llvm-project/issues/6678
1,070,978,657
6,678
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [6305](https://llvm.org/bz6305) | | Resolution | FIXED | | Resolved on | Feb 15, 2010 14:53 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $ opt -jump-threading baddress.ll -disable-output blockaddress may not be used...
Jump threading creates blockaddress of entry block
https://api.github.com/repos/llvm/llvm-project/issues/6677/comments
2
2010-02-15T12:37:33Z
2021-12-03T21:22:35Z
https://github.com/llvm/llvm-project/issues/6677
1,070,978,650
6,677