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 | [9804](https://llvm.org/bz9804) | | Resolution | FIXED | | Resolved on | May 11, 2015 12:40 | | Version | unspecified | | OS | Linux | | CC | @DougGregor,@ismail,@silvasean | ## Extended Description Clang no longer parses libstdc++ headers. Reduction: class Foo { static ...
__is_signed conflicts with libstdc++
https://api.github.com/repos/llvm/llvm-project/issues/10176/comments
5
2011-04-28T06:46:33Z
2021-12-03T22:14:41Z
https://github.com/llvm/llvm-project/issues/10176
1,071,011,325
10,176
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9803](https://llvm.org/bz9803) | | Resolution | LATER | | Resolved on | Apr 28, 2011 00:33 | | Version | trunk | | OS | All | | CC | @stoklund | ## Extended Description int clamp2(int a) { if (a > 5) { a = 5; } if (a < 0) { ...
Code uses movl 0, reg instead of xor reg, reg
https://api.github.com/repos/llvm/llvm-project/issues/10175/comments
3
2011-04-28T04:38:01Z
2021-12-03T22:14:40Z
https://github.com/llvm/llvm-project/issues/10175
1,071,011,320
10,175
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9802](https://llvm.org/bz9802) | | Resolution | LATER | | Resolved on | Apr 28, 2011 00:35 | | Version | trunk | | OS | All | ## Extended Description This is basically the integer version of bug 9661 llvm generates worse code for clamp() than clamp2(). int clamp(int a) { ...
Missed optimization: unnecessary branching (int version)
https://api.github.com/repos/llvm/llvm-project/issues/10174/comments
1
2011-04-28T04:30:41Z
2021-12-03T22:14:39Z
https://github.com/llvm/llvm-project/issues/10174
1,071,011,311
10,174
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9801](https://llvm.org/bz9801) | | Resolution | FIXED | | Resolved on | Apr 28, 2011 13:57 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @akyrtzi,@DougGregor,@rjmccall | ## Extended Description Consider this simple testcase: extern "C"...
clang zero-initializing what it should be value-initializing
https://api.github.com/repos/llvm/llvm-project/issues/10173/comments
3
2011-04-27T23:22:35Z
2021-12-03T22:14:38Z
https://github.com/llvm/llvm-project/issues/10173
1,071,011,301
10,173
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9800](https://llvm.org/bz9800) | | Version | trunk | | OS | Linux | | Attachments | [reverse.c](https://user-images.githubusercontent.com/92601246/143743087-1bb1b4de-47ef-4fab-893b-9347aaa82340.gz) | | CC | @asl,@jrmuizel,@rengolin | ## Extended Description See GCC bug in $U...
missed ARM optimization: use LDMIA
https://api.github.com/repos/llvm/llvm-project/issues/10172/comments
2
2011-04-27T13:10:51Z
2021-12-03T22:14:37Z
https://github.com/llvm/llvm-project/issues/10172
1,071,011,294
10,172
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9799](https://llvm.org/bz9799) | | Resolution | FIXED | | Resolved on | Apr 28, 2011 11:36 | | Version | trunk | | OS | Linux | | Attachments | [Move the callback invocation after the validity checks](https://user-images.githubusercontent.com/60944935/143743086-f3d8289d-32ad-4dd...
MacroExpands callback invoked when the macro should not be expanded
https://api.github.com/repos/llvm/llvm-project/issues/10171/comments
1
2011-04-26T21:41:40Z
2021-12-03T22:14:37Z
https://github.com/llvm/llvm-project/issues/10171
1,071,011,282
10,171
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9798](https://llvm.org/bz9798) | | Resolution | FIXED | | Resolved on | Oct 13, 2011 15:56 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @regehr | ## Extended Description When using latest SVN checkout on Ubuntu 11/04 beta I get the follo...
Linker flags fail / can't find crtbegin.o
https://api.github.com/repos/llvm/llvm-project/issues/10170/comments
17
2011-04-26T14:20:28Z
2021-12-03T22:14:36Z
https://github.com/llvm/llvm-project/issues/10170
1,071,011,275
10,170
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9797](https://llvm.org/bz9797) | | Version | 2.9 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When using getaddrinfo (signature: int getaddrinfo(const char *hostname, const char *servname, const struct addrinfo *hints, struct addrinfo **res) ...
False positive: fourth argument can't be null when getaddrinfo() succeeds
https://api.github.com/repos/llvm/llvm-project/issues/10169/comments
1
2011-04-26T03:53:07Z
2021-12-03T22:14:35Z
https://github.com/llvm/llvm-project/issues/10169
1,071,011,266
10,169
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9796](https://llvm.org/bz9796) | | Resolution | FIXED | | Resolved on | Apr 11, 2012 10:40 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @echristo | ## Extended Description Consider this small C program: #include <stdlib.h> int ma...
no lines for empty case statement
https://api.github.com/repos/llvm/llvm-project/issues/10168/comments
6
2011-04-26T01:22:51Z
2021-12-03T22:14:34Z
https://github.com/llvm/llvm-project/issues/10168
1,071,011,257
10,168
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9795](https://llvm.org/bz9795) | | Resolution | INVALID | | Resolved on | Apr 25, 2011 16:51 | | Version | 2.9 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description I can't build a working Valgrind using clang-2.9, whereas I could us...
Regression: can't compile Valgrind with 2.9 whereas 2.8 was OK
https://api.github.com/repos/llvm/llvm-project/issues/10167/comments
4
2011-04-25T23:04:00Z
2021-12-03T22:14:33Z
https://github.com/llvm/llvm-project/issues/10167
1,071,011,251
10,167
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9794](https://llvm.org/bz9794) | | Resolution | FIXED | | Resolved on | Jan 10, 2012 09:00 | | Version | trunk | | OS | All | | CC | @rjmccall | ## Extended Description struct p { int a; int b; int c; int d; int e; int f; ...
[byval] byval disables tail calls generating lots of copies
https://api.github.com/repos/llvm/llvm-project/issues/10166/comments
6
2011-04-25T22:46:33Z
2021-12-03T22:14:32Z
https://github.com/llvm/llvm-project/issues/10166
1,071,011,244
10,166
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9793](https://llvm.org/bz9793) | | Resolution | FIXED | | Resolved on | Jul 07, 2012 21:38 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description This causes clang to crash: struct T {}; template<typename T> decltype(f(T())) f(T); void g() { ...
seg fault in recursive template instantiation: stack overflow
https://api.github.com/repos/llvm/llvm-project/issues/10165/comments
1
2011-04-25T14:10:05Z
2021-12-03T22:14:31Z
https://github.com/llvm/llvm-project/issues/10165
1,071,011,234
10,165
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9792](https://llvm.org/bz9792) | | Resolution | FIXED | | Resolved on | Apr 30, 2011 14:24 | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description With clang++ C++ mode, it seems wchar_t is ...
[C++][Win] wchar_t may be "unsigned short", not "signed short" for Win32
https://api.github.com/repos/llvm/llvm-project/issues/10164/comments
1
2011-04-25T13:12:04Z
2021-12-03T22:14:30Z
https://github.com/llvm/llvm-project/issues/10164
1,071,011,231
10,164
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9791](https://llvm.org/bz9791) | | Resolution | INVALID | | Resolved on | Apr 25, 2011 04:39 | | Version | 2.9 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Code generated by the X86-64 backend does not follow the Linux calling...
x86-64 Linux structure calling convention is wrong
https://api.github.com/repos/llvm/llvm-project/issues/10163/comments
2
2011-04-25T10:15:46Z
2021-12-03T22:14:29Z
https://github.com/llvm/llvm-project/issues/10163
1,071,011,221
10,163
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9790](https://llvm.org/bz9790) | | Version | trunk | | OS | Windows XP | | Attachments | [patch to use VS90COMNTOOLS env variable](https://user-images.githubusercontent.com/60944935/143743082-55e03997-19b9-4b9c-8601-49dae13bfd4e.gz) | | Reporter | LLVM Bugzilla Contributor | ##...
Work automatically on Win64 and oddball installations
https://api.github.com/repos/llvm/llvm-project/issues/10162/comments
1
2011-04-25T05:54:11Z
2021-12-03T22:14:29Z
https://github.com/llvm/llvm-project/issues/10162
1,071,011,211
10,162
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9789](https://llvm.org/bz9789) | | Resolution | FIXED | | Resolved on | Oct 19, 2011 00:20 | | Version | unspecified | | OS | Linux | | CC | @dwblaikie,@DougGregor | ## Extended Description This input: template<int ...Values, int After> struct X0nt; X0nt<42> f(); Causes clan...
crash after error in non-type variadic template parameters
https://api.github.com/repos/llvm/llvm-project/issues/10161/comments
6
2011-04-24T19:33:54Z
2021-12-03T22:14:28Z
https://github.com/llvm/llvm-project/issues/10161
1,071,011,202
10,161
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9788](https://llvm.org/bz9788) | | Resolution | FIXED | | Resolved on | Aug 10, 2012 14:41 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@DimitryAndric,@zmodem,@ismail | ## Extended Description test case: ---- $ cat tls.c extern __th...
support for the four TLS models
https://api.github.com/repos/llvm/llvm-project/issues/10160/comments
7
2011-04-24T03:38:19Z
2021-12-03T22:14:27Z
https://github.com/llvm/llvm-project/issues/10160
1,071,011,193
10,160
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9787](https://llvm.org/bz9787) | | Resolution | FIXED | | Resolved on | Apr 24, 2011 14:01 | | Version | trunk | | OS | FreeBSD | | Attachments | [Test case for backend error](https://user-images.githubusercontent.com/9060368/143743081-efc7e059-0da6-441b-b7a2-88a42a5e69e0.gz) | ...
error in backend: Starting a frame before finishing the previous one
https://api.github.com/repos/llvm/llvm-project/issues/10159/comments
3
2011-04-24T02:23:41Z
2021-12-03T22:14:26Z
https://github.com/llvm/llvm-project/issues/10159
1,071,011,179
10,159
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9786](https://llvm.org/bz9786) | | Resolution | WONTFIX | | Resolved on | Apr 23, 2011 22:41 | | Version | unspecified | | OS | All | | CC | @akyrtzi,@DougGregor | ## Extended Description $ cat test.cc namespace { void f() {} } $ gcc -Wunused-functions test.cc $ clang -Wunused...
gcc incompatiblity: -Wunused-functions warns about unused functions in unnamed namespaces
https://api.github.com/repos/llvm/llvm-project/issues/10158/comments
2
2011-04-24T02:01:28Z
2022-01-20T02:34:26Z
https://github.com/llvm/llvm-project/issues/10158
1,071,011,169
10,158
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9785](https://llvm.org/bz9785) | | Resolution | INVALID | | Resolved on | Oct 09, 2011 18:30 | | Version | 2.9 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rjmccall | ## Extended Description So I have some code which looks roughly like this: -...
Template friend in namespace doesn't work correctly.
https://api.github.com/repos/llvm/llvm-project/issues/10157/comments
1
2011-04-23T23:08:40Z
2021-12-03T22:14:24Z
https://github.com/llvm/llvm-project/issues/10157
1,071,011,156
10,157
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9784](https://llvm.org/bz9784) | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#26299 | | CC | @lattner,@sunfishcode | ## Extended Description 64bit mode: cmpl $0xffffffff, %eax # 3 Bytes incl %eax # 2 ...
[x86 code size] Inefficient encoding of cmp/test with immediate argument and dead register
https://api.github.com/repos/llvm/llvm-project/issues/10156/comments
6
2011-04-23T03:09:10Z
2022-11-05T09:03:44Z
https://github.com/llvm/llvm-project/issues/10156
1,071,011,145
10,156
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9783](https://llvm.org/bz9783) | | Version | trunk | | OS | Linux | | CC | @DougGregor,@zygoloid | ## Extended Description GCC prints "true", while clang prints "false" for this: ```cpp struct A { bool &b; A(bool &b):b(b) { } ~A() { std::cout << b; } ...
Differs with GCC for time of destroying temporaries when initializing non-class object.
https://api.github.com/repos/llvm/llvm-project/issues/10155/comments
4
2011-04-23T02:06:12Z
2023-11-04T02:08:02Z
https://github.com/llvm/llvm-project/issues/10155
1,071,011,136
10,155
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9782](https://llvm.org/bz9782) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor |
Does not handle gc intrinsics
https://api.github.com/repos/llvm/llvm-project/issues/10154/comments
1
2011-04-22T22:19:26Z
2023-08-16T14:41:45Z
https://github.com/llvm/llvm-project/issues/10154
1,071,011,122
10,154
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9781](https://llvm.org/bz9781) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description given test.cpp: class A { void foo(){} void foo(){} }; clang test.cpp test.cpp(5) : error: class member cannot be redeclared void foo(...
2 errors given for multiple function definition declared at class scope.
https://api.github.com/repos/llvm/llvm-project/issues/10153/comments
1
2011-04-22T20:59:14Z
2023-05-21T14:07:01Z
https://github.com/llvm/llvm-project/issues/10153
1,071,011,113
10,153
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9780](https://llvm.org/bz9780) | | Resolution | FIXED | | Resolved on | Nov 05, 2014 04:48 | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description For Win32 targets, constant tends to be emitted to .data, not to ...
[Win32] constant may be emitted to .rdata
https://api.github.com/repos/llvm/llvm-project/issues/10152/comments
1
2011-04-22T09:44:12Z
2021-12-03T22:14:20Z
https://github.com/llvm/llvm-project/issues/10152
1,071,011,107
10,152
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9779](https://llvm.org/bz9779) | | Resolution | WONTFIX | | Resolved on | Apr 22, 2011 06:45 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Consider the following original code line: fprintf(stdout, "this fp...
Code from C backend compiled with GCC crashes due to calling functions through pointers to a different function types
https://api.github.com/repos/llvm/llvm-project/issues/10151/comments
2
2011-04-22T02:23:21Z
2022-01-20T02:34:25Z
https://github.com/llvm/llvm-project/issues/10151
1,071,011,097
10,151
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9778](https://llvm.org/bz9778) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@gribozavr | ## Extended Description Per C++03 5.19, an integer constant expression cannot involve class objects, so the following is ill-formed: cl...
Fixit for "int a[my_object.my_static_constant]" under -Wvla
https://api.github.com/repos/llvm/llvm-project/issues/10150/comments
0
2011-04-21T22:54:57Z
2023-08-15T03:44:44Z
https://github.com/llvm/llvm-project/issues/10150
1,071,011,087
10,150
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9777](https://llvm.org/bz9777) | | Version | trunk | | OS | MacOS X | | Attachments | [patch](https://user-images.githubusercontent.com/60944935/143743079-1457ef94-e62d-40bc-98a5-8f9afa094ba9.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @rengolin | ## Extended Descript...
Add support for cross-assembler and cross-linker by using FindTargetProgramPath
https://api.github.com/repos/llvm/llvm-project/issues/10149/comments
1
2011-04-21T18:44:03Z
2021-12-03T22:14:17Z
https://github.com/llvm/llvm-project/issues/10149
1,071,011,079
10,149
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9776](https://llvm.org/bz9776) | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-project#9472 | | Attachments | [patch to correct threading model reported on Windows](https://user-images.githubusercontent.com/92601424/143743078-1694a147-9800-463c-8c5e-bca3aef00be4....
Threading model reported by Clang is wrong on Win32 builds
https://api.github.com/repos/llvm/llvm-project/issues/10148/comments
3
2011-04-21T18:02:42Z
2021-12-03T22:14:16Z
https://github.com/llvm/llvm-project/issues/10148
1,071,011,068
10,148
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9775](https://llvm.org/bz9775) | | Resolution | FIXED | | Resolved on | Oct 28, 2012 04:04 | | Version | trunk | | OS | Linux | | CC | @d0k | ## Extended Description I get: $ /home/jay/llvm/objdir/Release+Asserts/bin/opt -loop-unswitch -verify-loop-info -verify-dom-info /home...
segfault in opt -loop-unswitch -print-before-all
https://api.github.com/repos/llvm/llvm-project/issues/10147/comments
2
2011-04-21T15:31:09Z
2021-12-03T22:14:15Z
https://github.com/llvm/llvm-project/issues/10147
1,071,011,060
10,147
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9774](https://llvm.org/bz9774) | | Resolution | FIXED | | Resolved on | Jan 03, 2012 15:02 | | Version | trunk | | OS | Linux | | CC | @tkremenek | ## Extended Description The following typescript shows that clang incorrectly warns about unreachable code when using the ternary...
False -Wunreachable-code warning in conditional expression
https://api.github.com/repos/llvm/llvm-project/issues/10146/comments
4
2011-04-21T12:54:22Z
2021-12-03T22:14:15Z
https://github.com/llvm/llvm-project/issues/10146
1,071,011,049
10,146
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9773](https://llvm.org/bz9773) | | Resolution | INVALID | | Resolved on | May 02, 2011 04:37 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#4440 | | Attachments | [pax mregparm fix](https://user-images.githubusercontent.com/92601685/143743077-020110f3-01ee-43...
mregparm fixes for the linux kernel
https://api.github.com/repos/llvm/llvm-project/issues/10145/comments
2
2011-04-21T06:58:58Z
2021-12-03T22:14:14Z
https://github.com/llvm/llvm-project/issues/10145
1,071,011,043
10,145
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9772](https://llvm.org/bz9772) | | Version | trunk | | OS | Linux | | Attachments | [wint_t fixes](https://user-images.githubusercontent.com/92601685/143743076-e0a8ac94-d0a7-4945-9719-b560487cabdc.gz) | | CC | @lattner,@efriedma-quic,@pageexec | ## Extended Description Patch...
[PATCH] Fix wint_t for Solaris, fix Linux wint_t test, fix Linux wint_t stdint.h
https://api.github.com/repos/llvm/llvm-project/issues/10144/comments
3
2011-04-21T06:52:10Z
2021-12-03T22:14:13Z
https://github.com/llvm/llvm-project/issues/10144
1,071,011,037
10,144
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9771](https://llvm.org/bz9771) | | Resolution | WONTFIX | | Resolved on | May 15, 2012 16:23 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#4440 | | Attachments | [print version last like gcc](https://user-images.githubusercontent.com/92601685/143743073-9723b...
[PATCH] print version last like gcc
https://api.github.com/repos/llvm/llvm-project/issues/10143/comments
6
2011-04-21T06:44:48Z
2022-01-20T02:34:24Z
https://github.com/llvm/llvm-project/issues/10143
1,071,011,027
10,143
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9770](https://llvm.org/bz9770) | | Version | trunk | | OS | Linux | | CC | @oscarfv,@pageexec | ## Extended Description The GetSourceVersion/GetRepositoryPath scripts or the LLVM/clang CMake module for retrieving git/svn version metadata should be used in lib/Basic/CMakeLists....
Use LLVM VCS scripts and/or cmake modules instead of Subversion specific CMake module in clang CMake scripts
https://api.github.com/repos/llvm/llvm-project/issues/10142/comments
1
2011-04-21T06:34:00Z
2023-08-16T14:42:28Z
https://github.com/llvm/llvm-project/issues/10142
1,071,011,022
10,142
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9769](https://llvm.org/bz9769) | | Resolution | FIXED | | Resolved on | May 22, 2011 00:36 | | Version | trunk | | OS | Linux | | Attachments | [RHEL toolchain patch](https://user-images.githubusercontent.com/92601685/143743072-cddbdcb3-34e1-4f0d-9934-717ec0c1787c.gz) | | CC | @...
Add Redhat Enterprise Linux to the Linux toolchain
https://api.github.com/repos/llvm/llvm-project/issues/10141/comments
1
2011-04-21T06:27:19Z
2021-12-03T22:14:10Z
https://github.com/llvm/llvm-project/issues/10141
1,071,011,015
10,141
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9768](https://llvm.org/bz9768) | | Version | trunk | | OS | Linux | | CC | @pageexec | ## Extended Description Currently, libc++'s include path is hardcoded as /usr/include/c++/v1. At least for CMake (where the install path can be determined at configure time and added in a pr...
Support non-default install locations of clang + stdlib
https://api.github.com/repos/llvm/llvm-project/issues/10140/comments
0
2011-04-21T06:01:59Z
2021-12-03T22:14:09Z
https://github.com/llvm/llvm-project/issues/10140
1,071,011,004
10,140
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9767](https://llvm.org/bz9767) | | Version | unspecified | | OS | Linux | | CC | @pageexec | ## Extended Description llvm::sys::path::stem mangles a clang driver name with a version, e.g.: [22:53:41]:wash@vega.cct.lsu.edu:/home/wash/lll/core/clang$ ~/lll/install/bootstrap/bin...
versioned driver name gets mangled by llvm::sys::path::stem
https://api.github.com/repos/llvm/llvm-project/issues/10139/comments
0
2011-04-21T05:54:42Z
2021-12-03T22:14:08Z
https://github.com/llvm/llvm-project/issues/10139
1,071,010,997
10,139
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9766](https://llvm.org/bz9766) | | Resolution | WONTFIX | | Resolved on | Apr 21, 2011 08:26 | | Version | trunk | | OS | Linux | | Attachments | [Properly detect lack of no always_inline on variadic functions for GCC](https://user-images.githubusercontent.com/92601685/143743070...
CMake 2.8.0 requirement is too strict: 2.6.4 works
https://api.github.com/repos/llvm/llvm-project/issues/10138/comments
2
2011-04-21T05:27:59Z
2022-01-20T02:34:23Z
https://github.com/llvm/llvm-project/issues/10138
1,071,010,994
10,138
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9765](https://llvm.org/bz9765) | | Resolution | FIXED | | Resolved on | Apr 29, 2013 16:52 | | Version | unspecified | | OS | Linux | | CC | @jsonn | ## Extended Description _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS needs to be defined for libc++: /home/wash/lll/core/llvm/tools/...
fix __config for GCC (no always_inline variadic support is not detected)
https://api.github.com/repos/llvm/llvm-project/issues/10137/comments
6
2011-04-21T05:00:42Z
2021-12-03T22:14:07Z
https://github.com/llvm/llvm-project/issues/10137
1,071,010,986
10,137
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9764](https://llvm.org/bz9764) | | Resolution | FIXED | | Resolved on | Oct 29, 2013 22:24 | | Version | unspecified | | OS | Linux | | CC | @mclow,@pageexec | ## Extended Description Adding headers as library dependencies in CMake is the only way to get header files to appear...
libc++ CMake header dependencies
https://api.github.com/repos/llvm/llvm-project/issues/10136/comments
2
2011-04-21T04:52:43Z
2021-12-03T22:14:06Z
https://github.com/llvm/llvm-project/issues/10136
1,071,010,979
10,136
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9763](https://llvm.org/bz9763) | | Resolution | FIXED | | Resolved on | Mar 12, 2013 09:57 | | Version | unspecified | | OS | Linux | | CC | @oscarfv | ## Extended Description both LLVM and libc++'s CMake system define a check target (clang defines "check-all"). This causes a ...
llvm + clang + libc++ target conflicts
https://api.github.com/repos/llvm/llvm-project/issues/10135/comments
5
2011-04-21T04:49:24Z
2021-12-03T22:14:05Z
https://github.com/llvm/llvm-project/issues/10135
1,071,010,972
10,135
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9762](https://llvm.org/bz9762) | | Resolution | FIXED | | Resolved on | May 24, 2011 19:37 | | Version | trunk | | OS | All | | Attachments | [preprocessed source](https://user-images.githubusercontent.com/60944935/143743067-75007710-c1a8-4f1c-ac9b-94bb75f7d3f9.gz) | | Reporter ...
[ARM] integrated-as fails to compile inline asm
https://api.github.com/repos/llvm/llvm-project/issues/10134/comments
2
2011-04-20T22:10:53Z
2021-12-03T22:14:04Z
https://github.com/llvm/llvm-project/issues/10134
1,071,010,962
10,134
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9761](https://llvm.org/bz9761) | | Resolution | LATER | | Resolved on | May 22, 2011 02:58 | | Version | trunk | | OS | Linux | | Attachments | [diff to return to correct behavior](https://user-images.githubusercontent.com/60944935/143743066-721004d6-cfe0-44ee-9a32-8db96d15f073....
AsmPrinter::EmitEndOfAsmFile is not the final code emission point.
https://api.github.com/repos/llvm/llvm-project/issues/10133/comments
2
2011-04-20T21:05:08Z
2021-12-03T22:14:03Z
https://github.com/llvm/llvm-project/issues/10133
1,071,010,955
10,133
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9760](https://llvm.org/bz9760) | | Resolution | FIXED | | Resolved on | Aug 03, 2014 14:26 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@compnerd | ## Extended Description (damarion) > /opt/llvm/bin/arm-elf-freebsd-clang -integrat...
Assertion Failed when integrated-as is used for ARM
https://api.github.com/repos/llvm/llvm-project/issues/10132/comments
4
2011-04-20T20:57:17Z
2021-12-03T22:14:02Z
https://github.com/llvm/llvm-project/issues/10132
1,071,010,947
10,132
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9759](https://llvm.org/bz9759) | | Resolution | FIXED | | Resolved on | Oct 09, 2011 18:23 | | Version | unspecified | | OS | Linux | | CC | @DougGregor | ## Extended Description Testcase: class B; @&#8203;interface A @&#8203;property int C; @&#8203;end void f(A* a){ a.B::C...
clang accepts qualified property access in objective-c++
https://api.github.com/repos/llvm/llvm-project/issues/10131/comments
1
2011-04-20T20:54:09Z
2021-12-03T22:14:01Z
https://github.com/llvm/llvm-project/issues/10131
1,071,010,939
10,131
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9758](https://llvm.org/bz9758) | | Resolution | WONTFIX | | Resolved on | Apr 25, 2011 15:02 | | Version | trunk | | OS | FreeBSD | ## Extended Description Hi, On FreeBSD 8.2 the binutils version is 2.15 [FreeBSD] 2004-05-23. Since r129518 and r129571 (when the change was re...
r129518 breaks bootstrap on FreeBSD with binutils 2.15
https://api.github.com/repos/llvm/llvm-project/issues/10130/comments
5
2011-04-20T19:43:27Z
2022-01-20T02:34:21Z
https://github.com/llvm/llvm-project/issues/10130
1,071,010,926
10,130
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9757](https://llvm.org/bz9757) | | Resolution | LATER | | Resolved on | Apr 21, 2011 05:10 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description If a compile the following testcase on arm thumb2: ------------------...
Suboptimal register allocation/scheduling on simple function
https://api.github.com/repos/llvm/llvm-project/issues/10129/comments
2
2011-04-20T16:22:54Z
2021-12-03T22:13:59Z
https://github.com/llvm/llvm-project/issues/10129
1,071,010,918
10,129
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9756](https://llvm.org/bz9756) | | Resolution | FIXED | | Resolved on | Apr 19, 2011 22:20 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This is a snippet from CheckNodePredicate in X86GenDAGISel.inc: case 8: { // Pred...
X86GenDAGISel.inc has code that depends on char signedness
https://api.github.com/repos/llvm/llvm-project/issues/10128/comments
3
2011-04-20T03:36:59Z
2021-12-03T22:13:58Z
https://github.com/llvm/llvm-project/issues/10128
1,071,010,909
10,128
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9755](https://llvm.org/bz9755) | | Resolution | INVALID | | Resolved on | Apr 19, 2011 18:11 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This testcase is reduced from gperf: #include <stdlib.h> #include <stdio.h> ...
miscompile of switch
https://api.github.com/repos/llvm/llvm-project/issues/10127/comments
1
2011-04-20T00:56:19Z
2021-12-03T22:13:58Z
https://github.com/llvm/llvm-project/issues/10127
1,071,010,899
10,127
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9754](https://llvm.org/bz9754) | | Resolution | DUPLICATE | | Resolved on | Apr 24, 2011 15:06 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description =============================== Consider the following example: ==...
GCC frontend generates symbols that are not (but likely needed to be) resolved in backend
https://api.github.com/repos/llvm/llvm-project/issues/10126/comments
1
2011-04-19T23:51:07Z
2021-12-03T22:13:57Z
https://github.com/llvm/llvm-project/issues/10126
1,071,010,894
10,126
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9753](https://llvm.org/bz9753) | | Version | unspecified | | OS | All | | CC | @FlashSheridan,@AnnaZaks,@tkremenek | ## Extended Description The analyzer "Available Checks" web page (http://clang-analyzer.llvm.org/available_checks.html) still says "This page is slated to conta...
clang-analyzer.llvm.org/available_checks.html is still "slated to contain a list of the current checks"
https://api.github.com/repos/llvm/llvm-project/issues/10125/comments
5
2011-04-19T22:31:58Z
2021-12-03T22:13:56Z
https://github.com/llvm/llvm-project/issues/10125
1,071,010,885
10,125
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9752](https://llvm.org/bz9752) | | Resolution | WONTFIX | | Resolved on | Apr 19, 2011 15:38 | | Version | 2.8 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I have tried both 1. llvm-gcc4.2-2.8-x86_64-linux located at http://llvm.org/releas...
Unable to Compile a sample C file using llvm-gcc
https://api.github.com/repos/llvm/llvm-project/issues/10124/comments
1
2011-04-19T20:46:01Z
2022-01-20T02:34:19Z
https://github.com/llvm/llvm-project/issues/10124
1,071,010,873
10,124
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9751](https://llvm.org/bz9751) | | Resolution | FIXED | | Resolved on | Oct 27, 2011 19:48 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @Weverything | ## Extended Description $ cat testcases/format.c #include <stdio.h> const char kForma...
-Wformat doesn't point to the callsite when format string is a variable
https://api.github.com/repos/llvm/llvm-project/issues/10123/comments
1
2011-04-19T20:07:24Z
2021-12-03T22:13:54Z
https://github.com/llvm/llvm-project/issues/10123
1,071,010,863
10,123
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9750](https://llvm.org/bz9750) | | Resolution | FIXED | | Resolved on | Feb 13, 2012 22:21 | | Version | 2.8 | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#10638 | | Attachments | [preproccessed file](https://user-images.githubusercontent.com/60944935/143743062-3e295da8...
LLVM miscompiles Wine's dlls/msvcp90/test/string.c
https://api.github.com/repos/llvm/llvm-project/issues/10122/comments
3
2011-04-19T18:44:39Z
2021-12-03T22:13:53Z
https://github.com/llvm/llvm-project/issues/10122
1,071,010,856
10,122
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9749](https://llvm.org/bz9749) | | Resolution | INVALID | | Resolved on | Apr 25, 2011 15:05 | | Version | 2.9 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description I am using llvm-2.9 with clang-2.9. I get a segmentation fa...
optimization bug with pow()
https://api.github.com/repos/llvm/llvm-project/issues/10121/comments
2
2011-04-18T22:02:39Z
2021-12-03T22:13:52Z
https://github.com/llvm/llvm-project/issues/10121
1,071,010,848
10,121
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9748](https://llvm.org/bz9748) | | Resolution | FIXED | | Resolved on | May 01, 2011 17:00 | | Version | trunk | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743059-144790de-5a4e-4bd0-87fb-72d42cc7f880.gz) | | Reporter | LLVM...
[x86-32 ELF PIC, GreedyRA] UNREACHABLE executed at X86MCInstLower.cpp:140!
https://api.github.com/repos/llvm/llvm-project/issues/10120/comments
10
2011-04-18T21:12:57Z
2021-12-03T22:13:51Z
https://github.com/llvm/llvm-project/issues/10120
1,071,010,839
10,120
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9747](https://llvm.org/bz9747) | | Resolution | WONTFIX | | Resolved on | Apr 18, 2011 23:23 | | Version | 2.9 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I have built LLVM and also installed it. LLVM-version - 2.9 llvm-gcc-4.2-2.8 I am...
building LLVM-GCC failed on fedora
https://api.github.com/repos/llvm/llvm-project/issues/10119/comments
3
2011-04-18T19:26:31Z
2022-01-20T02:34:18Z
https://github.com/llvm/llvm-project/issues/10119
1,071,010,833
10,119
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9746](https://llvm.org/bz9746) | | Resolution | FIXED | | Resolved on | Apr 18, 2011 20:16 | | Version | trunk | | OS | MacOS X | | Attachments | [NSDictionary method analysis](https://user-images.githubusercontent.com/60944935/143743058-63653fdb-6805-4e84-9ffc-5ec69700e1ac.gz) ...
Bug in associating block types to ObjC objects in variadic-method-types analysis
https://api.github.com/repos/llvm/llvm-project/issues/10118/comments
3
2011-04-18T18:45:28Z
2021-12-03T22:13:50Z
https://github.com/llvm/llvm-project/issues/10118
1,071,010,824
10,118
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9745](https://llvm.org/bz9745) | | Resolution | FIXED | | Resolved on | Apr 18, 2011 14:30 | | Version | trunk | | OS | MacOS X | | Attachments | [Example of initializations with CGRect.](https://user-images.githubusercontent.com/60944935/143743057-a1778d99-f941-4e5b-ba64-a3a312...
Struct initialization failure
https://api.github.com/repos/llvm/llvm-project/issues/10117/comments
7
2011-04-18T18:37:27Z
2021-12-03T22:13:49Z
https://github.com/llvm/llvm-project/issues/10117
1,071,010,818
10,117
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9744](https://llvm.org/bz9744) | | Resolution | FIXED | | Resolved on | Jun 20, 2018 15:14 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@dwblaikie,@pirama-arumuga-nainar,@rnk | ## Extended Description Consider the following cod...
clang++ emits wrong section name for x86_64-w64-mingw32 target
https://api.github.com/repos/llvm/llvm-project/issues/10116/comments
6
2011-04-18T18:03:03Z
2021-12-03T22:13:48Z
https://github.com/llvm/llvm-project/issues/10116
1,071,010,805
10,116
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9743](https://llvm.org/bz9743) | | Resolution | FIXED | | Resolved on | Apr 26, 2011 11:09 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@efriedma-quic | ## Extended Description Between 129483 and 129545 some bug was introduced into ...
segfault in exception unwinding
https://api.github.com/repos/llvm/llvm-project/issues/10115/comments
11
2011-04-18T16:45:09Z
2021-12-03T22:13:46Z
https://github.com/llvm/llvm-project/issues/10115
1,071,010,786
10,115
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9742](https://llvm.org/bz9742) | | Resolution | FIXED | | Resolved on | Nov 10, 2012 07:43 | | Version | 2.9 | | OS | Solaris | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description Solaris2.10 on Sparc GCC 4.6.0 GNU Make 3.80 Dwonloaded release from ...
LLVM 2.9 won't compile on Solaris
https://api.github.com/repos/llvm/llvm-project/issues/10114/comments
3
2011-04-18T14:00:52Z
2021-12-03T22:13:45Z
https://github.com/llvm/llvm-project/issues/10114
1,071,010,780
10,114
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9741](https://llvm.org/bz9741) | | Resolution | FIXED | | Resolved on | Apr 18, 2011 10:51 | | Version | unspecified | | OS | MacOS X | | Attachments | [Clang's log of the compile](https://user-images.githubusercontent.com/60944935/143743055-1efae4bf-aea1-421e-a788-aae1410061c9....
Crash with range-based for loops, local variables, own collection class and -Wuninitialized
https://api.github.com/repos/llvm/llvm-project/issues/10113/comments
4
2011-04-18T11:29:01Z
2021-12-03T22:13:44Z
https://github.com/llvm/llvm-project/issues/10113
1,071,010,774
10,113
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9740](https://llvm.org/bz9740) | | Resolution | DUPLICATE | | Resolved on | Apr 17, 2011 16:03 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Consider the test case: #pragma weak func_alias = func int func() { return 0;...
CBE does not generate weak aliases
https://api.github.com/repos/llvm/llvm-project/issues/10112/comments
1
2011-04-17T21:15:53Z
2021-12-03T22:13:43Z
https://github.com/llvm/llvm-project/issues/10112
1,071,010,763
10,112
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9739](https://llvm.org/bz9739) | | Resolution | FIXED | | Resolved on | Aug 19, 2016 12:25 | | Version | 2.9 | | OS | Linux | | CC | @llvm-beanz,@oscarfv | ## Extended Description Hello, It is no big deal but the file "cmake/modules/LLVMParseArguments.cmake" is released under...
Please change the license of cmake/modules/LLVMParseArguments.cmake
https://api.github.com/repos/llvm/llvm-project/issues/10111/comments
1
2011-04-17T14:10:49Z
2021-12-03T22:13:42Z
https://github.com/llvm/llvm-project/issues/10111
1,071,010,751
10,111
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9738](https://llvm.org/bz9738) | | Resolution | LATER | | Resolved on | Apr 16, 2011 20:33 | | Version | unspecified | | OS | Linux | | CC | @lattner | ## Extended Description Testcase: struct s0 { _Bool x; }; int f0(struct s0 *p) { return p->x; } clang-generated code: movb ...
Missed optimization in clang-generated code loading bool from memory
https://api.github.com/repos/llvm/llvm-project/issues/10110/comments
2
2011-04-17T01:59:40Z
2021-12-03T22:13:42Z
https://github.com/llvm/llvm-project/issues/10110
1,071,010,740
10,110
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9737](https://llvm.org/bz9737) | | Resolution | DUPLICATE | | Resolved on | Apr 16, 2011 10:58 | | Version | trunk | | OS | Linux | | Attachments | [The case of incorrect asm statement generation in llvm C backend](https://user-images.githubusercontent.com/60944935/143743054-1c2...
C backend generates invalid asm code for ntohs compiled with -O3
https://api.github.com/repos/llvm/llvm-project/issues/10109/comments
1
2011-04-16T15:54:03Z
2021-12-03T22:13:41Z
https://github.com/llvm/llvm-project/issues/10109
1,071,010,728
10,109
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9736](https://llvm.org/bz9736) | | Resolution | WONTFIX | | Resolved on | Apr 16, 2011 10:59 | | Version | trunk | | OS | All | | Attachments | [Replace list-implementation with ADT/ilist in AliasSetTracker.](https://user-images.githubusercontent.com/60944935/143743053-8bb81d74-...
AliasSetTracker could use ADT/ilist instead of its own list implementation.
https://api.github.com/repos/llvm/llvm-project/issues/10108/comments
1
2011-04-16T09:39:38Z
2022-01-20T02:34:17Z
https://github.com/llvm/llvm-project/issues/10108
1,071,010,722
10,108
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9735](https://llvm.org/bz9735) | | Resolution | FIXED | | Resolved on | Apr 15, 2011 15:46 | | Version | trunk | | OS | All | | CC | @DougGregor | ## Extended Description Consider: #import <AppKit/AppKit.h> #include <iostream> using namespace std; template <typename T> inli...
Obj-C++ regression: overloading isn't preferring the conversion-to-superclass over the conversion-to-void*
https://api.github.com/repos/llvm/llvm-project/issues/10107/comments
1
2011-04-15T20:26:40Z
2021-12-03T22:13:39Z
https://github.com/llvm/llvm-project/issues/10107
1,071,010,715
10,107
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9734](https://llvm.org/bz9734) | | Resolution | FIXED | | Resolved on | Mar 17, 2012 18:15 | | Version | trunk | | OS | Linux | | Attachments | [empty attribute repro case](https://user-images.githubusercontent.com/93435809/143743052-c3b60c8d-2d4a-4cc0-8369-8e7aa04cd97b.gz) | | ...
__attribute__(()) not allowed on function definition
https://api.github.com/repos/llvm/llvm-project/issues/10106/comments
1
2011-04-15T19:25:17Z
2021-12-03T22:13:39Z
https://github.com/llvm/llvm-project/issues/10106
1,071,010,705
10,106
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9733](https://llvm.org/bz9733) | | Resolution | DUPLICATE | | Resolved on | Apr 15, 2011 12:18 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang (latest svn trunk) built with x86_64-w64-mingw32-gcc version 4.5.3 20...
clang built on mingw-w64 generates wrong code
https://api.github.com/repos/llvm/llvm-project/issues/10105/comments
1
2011-04-15T17:25:49Z
2021-12-03T22:13:38Z
https://github.com/llvm/llvm-project/issues/10105
1,071,010,690
10,105
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9732](https://llvm.org/bz9732) | | Resolution | WORKSFORME | | Resolved on | Aug 24, 2011 07:28 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@rubenvb | ## Extended Description clang (latest svn trunk) built with x86_64-w64-ming...
[Win][mingw] clang cannot not find w64-mingw32 automatically
https://api.github.com/repos/llvm/llvm-project/issues/10104/comments
11
2011-04-15T17:25:45Z
2022-01-20T02:06:50Z
https://github.com/llvm/llvm-project/issues/10104
1,071,010,680
10,104
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9731](https://llvm.org/bz9731) | | Resolution | FIXED | | Resolved on | Aug 14, 2011 02:58 | | Version | trunk | | OS | Linux | | Attachments | [Minimal solution diff](https://user-images.githubusercontent.com/60944935/143743050-4e479e7b-efe8-4dec-a2bd-55f930cdfe9a.gz) | | Repor...
Clang Does Not Supply Correct Linker Flags Under Slackware
https://api.github.com/repos/llvm/llvm-project/issues/10103/comments
2
2011-04-15T15:55:53Z
2021-12-03T22:13:36Z
https://github.com/llvm/llvm-project/issues/10103
1,071,010,670
10,103
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9730](https://llvm.org/bz9730) | | Resolution | FIXED | | Resolved on | Apr 27, 2011 18:00 | | Version | 2.9 | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143743049-236ab1a1-7c2d-4517-9f97-9b1988a07463.gz) | | Reporter | LLVM ...
indvars: An asserting value handle still pointed to this value!
https://api.github.com/repos/llvm/llvm-project/issues/10102/comments
2
2011-04-15T14:22:55Z
2021-12-03T22:13:35Z
https://github.com/llvm/llvm-project/issues/10102
1,071,010,658
10,102
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9729](https://llvm.org/bz9729) | | Resolution | FIXED | | Resolved on | Aug 07, 2018 06:49 | | Version | trunk | | OS | All | ## Extended Description I recently got this error compiling some code with clang: CGObjCGNU.cpp:250:9: error: call to 'get' is ambiguous IdTy...
Error truncation removes helpful information
https://api.github.com/repos/llvm/llvm-project/issues/10101/comments
1
2011-04-15T11:09:51Z
2021-12-03T22:13:34Z
https://github.com/llvm/llvm-project/issues/10101
1,071,010,650
10,101
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9728](https://llvm.org/bz9728) | | Resolution | FIXED | | Resolved on | Apr 22, 2011 20:04 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @akyrtzi,@tkremenek | ## Extended Description class brokenfile_t { public: brokenfile_t (std::); ...
Code Completion breaks if attempted as first argument of a constructor
https://api.github.com/repos/llvm/llvm-project/issues/10100/comments
2
2011-04-15T02:51:02Z
2021-12-03T22:13:33Z
https://github.com/llvm/llvm-project/issues/10100
1,071,010,641
10,100
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9727](https://llvm.org/bz9727) | | Resolution | FIXED | | Resolved on | May 09, 2011 06:20 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source file for srchttps://user-images.githubusercontent.com/60944935/143743048-51a16c17-bbbb-414d-8295-e1869f6ee588.gz...
-O2 -ftree-vectorize -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile utils.c
https://api.github.com/repos/llvm/llvm-project/issues/10099/comments
1
2011-04-15T02:07:45Z
2021-12-03T22:13:32Z
https://github.com/llvm/llvm-project/issues/10099
1,071,010,633
10,099
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9726](https://llvm.org/bz9726) | | Resolution | FIXED | | Resolved on | May 10, 2011 06:27 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source file for srchttps://user-images.githubusercontent.com/60944935/143743047-1c5988ca-349b-4b97-aa37-3d5738946a6a.gz...
-O2 -ftree-vectorize -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile output_vtk.c
https://api.github.com/repos/llvm/llvm-project/issues/10098/comments
1
2011-04-15T02:02:13Z
2021-12-03T22:13:31Z
https://github.com/llvm/llvm-project/issues/10098
1,071,010,618
10,098
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9725](https://llvm.org/bz9725) | | Resolution | FIXED | | Resolved on | May 26, 2011 07:38 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source file for srchttps://user-images.githubusercontent.com/60944935/143743046-010efeba-f9a9-4d1e-8076-a62d3d71e175.gz...
Crash on ABS_EXPR with vector type
https://api.github.com/repos/llvm/llvm-project/issues/10097/comments
2
2011-04-15T01:48:31Z
2021-12-03T22:13:31Z
https://github.com/llvm/llvm-project/issues/10097
1,071,010,611
10,097
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9724](https://llvm.org/bz9724) | | Resolution | DUPLICATE | | Resolved on | May 10, 2011 08:52 | | Version | trunk | | OS | MacOS X | | Attachments | [preprocessed source file for srchttps://user-images.githubusercontent.com/60944935/143743045-8abddad5-4f98-4f68-ad5c-cdc25f72097...
-O2 -fplugin-arg-dragonegg-enable-gcc-optzns -ftree-vectorize fails to compile lr_states_plm.c
https://api.github.com/repos/llvm/llvm-project/issues/10096/comments
1
2011-04-15T01:38:59Z
2021-12-03T22:13:30Z
https://github.com/llvm/llvm-project/issues/10096
1,071,010,596
10,096
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9723](https://llvm.org/bz9723) | | Resolution | LATER | | Resolved on | Apr 14, 2011 10:45 | | Version | 2.9 | | OS | FreeBSD | ## Extended Description It seems that clang prefers "m" in "rm" over "r" without substantial reasons for that, at least in some cases. In the follow...
suboptimal treatment of "rm" constraint in inline assembly
https://api.github.com/repos/llvm/llvm-project/issues/10095/comments
2
2011-04-14T16:02:10Z
2021-12-03T22:13:29Z
https://github.com/llvm/llvm-project/issues/10095
1,071,010,584
10,095
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9722](https://llvm.org/bz9722) | | Resolution | FIXED | | Resolved on | Apr 29, 2011 08:58 | | Version | 2.9 | | OS | MacOS X | | Attachments | [reduced testcase for -O3 -fplugin-arg-dragonegg-enable-gcc-optzns failure to compile HRLOOP subroutine in aermod.f90](https://user-ima...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile aermod.f90
https://api.github.com/repos/llvm/llvm-project/issues/10094/comments
4
2011-04-14T15:20:17Z
2021-12-03T22:13:28Z
https://github.com/llvm/llvm-project/issues/10094
1,071,010,578
10,094
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9721](https://llvm.org/bz9721) | | Resolution | FIXED | | Resolved on | May 24, 2011 15:42 | | Version | trunk | | OS | All | | Attachments | [simple pathologic file](https://user-images.githubusercontent.com/60944935/143743042-9d367b33-3885-4541-8e34-e0e2df1644ce.gz) | | Report...
crash on static_assert
https://api.github.com/repos/llvm/llvm-project/issues/10093/comments
3
2011-04-14T10:36:17Z
2021-12-03T22:13:27Z
https://github.com/llvm/llvm-project/issues/10093
1,071,010,570
10,093
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9720](https://llvm.org/bz9720) | | Resolution | DUPLICATE | | Resolved on | Apr 22, 2014 18:27 | | Version | trunk | | OS | Linux | | Attachments | [Check all results of r129467 on tegra2 ubuntu](https://user-images.githubusercontent.com/60944935/143743041-e9f86c26-f06e-43dd-886...
ExecutionEngine failures on arm linux
https://api.github.com/repos/llvm/llvm-project/issues/10092/comments
4
2011-04-14T08:56:19Z
2021-12-03T22:13:27Z
https://github.com/llvm/llvm-project/issues/10092
1,071,010,563
10,092
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9719](https://llvm.org/bz9719) | | Resolution | FIXED | | Resolved on | Oct 28, 2014 17:39 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @whitequark | ## Extended Description On current arm ubuntu there is no "ocamlopt" available, but if ...
Ocaml binding tests fail on arm linux
https://api.github.com/repos/llvm/llvm-project/issues/10091/comments
4
2011-04-14T08:47:44Z
2021-12-03T22:13:26Z
https://github.com/llvm/llvm-project/issues/10091
1,071,010,553
10,091
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9718](https://llvm.org/bz9718) | | Resolution | DUPLICATE | | Resolved on | Apr 13, 2011 22:37 | | Version | trunk | | OS | MacOS X | | Attachments | [reduced testcase of cosqb1 subroutine](https://user-images.githubusercontent.com/60944935/143743040-8463c11d-4503-4430-a79a-3422...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile fftpack
https://api.github.com/repos/llvm/llvm-project/issues/10090/comments
1
2011-04-14T05:29:42Z
2021-12-03T22:13:25Z
https://github.com/llvm/llvm-project/issues/10090
1,071,010,541
10,090
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9717](https://llvm.org/bz9717) | | Resolution | DUPLICATE | | Resolved on | Sep 08, 2011 08:37 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The aermod.f90 Polyhedron 2005 benchmark fails to compile with -ffast-math -O3...
-ffast-math -O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile aermod.f90
https://api.github.com/repos/llvm/llvm-project/issues/10089/comments
11
2011-04-14T03:43:18Z
2021-12-03T22:13:24Z
https://github.com/llvm/llvm-project/issues/10089
1,071,010,536
10,089
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9716](https://llvm.org/bz9716) | | Resolution | DUPLICATE | | Resolved on | Jun 07, 2011 09:54 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The aermod.f90 Polyhedron 2005 benchmark fails to compile with -ffast-math -O2...
-ffast-math -O2 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile aermod.f90
https://api.github.com/repos/llvm/llvm-project/issues/10088/comments
16
2011-04-14T03:27:48Z
2021-12-03T22:13:23Z
https://github.com/llvm/llvm-project/issues/10088
1,071,010,525
10,088
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9715](https://llvm.org/bz9715) | | Resolution | INVALID | | Resolved on | May 13, 2011 06:40 | | Version | trunk | | OS | MacOS X | | Attachments | [-O3 -fplugin-arg-dragonegg-enable-gcc-optzns vec_unpack_lo_expr testcase](https://user-images.githubusercontent.com/60944935/14374...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile test_fpu.f90
https://api.github.com/repos/llvm/llvm-project/issues/10087/comments
3
2011-04-14T02:12:44Z
2021-12-03T22:13:22Z
https://github.com/llvm/llvm-project/issues/10087
1,071,010,508
10,087
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9714](https://llvm.org/bz9714) | | Resolution | FIXED | | Resolved on | May 15, 2011 14:15 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The rnflow.f90 Polyhedron 2005 benchmark fails to compile with -O3 -fplugin-arg-dr...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile rnflow.f90
https://api.github.com/repos/llvm/llvm-project/issues/10086/comments
9
2011-04-14T02:09:11Z
2021-12-03T22:13:21Z
https://github.com/llvm/llvm-project/issues/10086
1,071,010,503
10,086
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9713](https://llvm.org/bz9713) | | Resolution | FIXED | | Resolved on | May 13, 2011 06:39 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The protein.f90 Polyhedron 2005 benchmark fails to compile with -O3 -fplugin-arg-d...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile protein.f90
https://api.github.com/repos/llvm/llvm-project/issues/10085/comments
3
2011-04-14T02:04:50Z
2021-12-03T22:13:21Z
https://github.com/llvm/llvm-project/issues/10085
1,071,010,489
10,085
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9712](https://llvm.org/bz9712) | | Resolution | INVALID | | Resolved on | Apr 13, 2011 20:01 | | Version | 2.8 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description Running the following command with gcc 4.4.5 produces a bina...
clang 2.8 output does not match gcc 4.4.5 output when using -o option and header file
https://api.github.com/repos/llvm/llvm-project/issues/10084/comments
1
2011-04-14T02:03:18Z
2021-12-03T22:13:20Z
https://github.com/llvm/llvm-project/issues/10084
1,071,010,480
10,084
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9711](https://llvm.org/bz9711) | | Resolution | FIXED | | Resolved on | Apr 15, 2011 11:03 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The gas_dyn.f90 Polyhedron 2005 benchmark fails to compile with -O3 -fplugin-arg-d...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile gas_dyn.f90
https://api.github.com/repos/llvm/llvm-project/issues/10083/comments
5
2011-04-14T01:59:05Z
2021-12-03T22:13:19Z
https://github.com/llvm/llvm-project/issues/10083
1,071,010,474
10,083
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9710](https://llvm.org/bz9710) | | Resolution | DUPLICATE | | Resolved on | May 27, 2011 04:38 | | Version | trunk | | OS | MacOS X | | Attachments | [reduced testcase from subroutine Preco in capacita.f90](https://user-images.githubusercontent.com/60944935/143743035-ab64a0c5-99...
-O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile capacita.f90
https://api.github.com/repos/llvm/llvm-project/issues/10082/comments
6
2011-04-14T01:40:11Z
2021-12-03T22:13:18Z
https://github.com/llvm/llvm-project/issues/10082
1,071,010,464
10,082
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9709](https://llvm.org/bz9709) | | Version | trunk | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143743030-dd8e2fcb-4e28-4d7f-9283-1ea07cc3f877.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic,@stoklund | #...
greedy regalloc - avoidable spilling (removed with LICM)
https://api.github.com/repos/llvm/llvm-project/issues/10081/comments
10
2011-04-13T20:37:07Z
2021-12-03T22:13:17Z
https://github.com/llvm/llvm-project/issues/10081
1,071,010,455
10,081
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9708](https://llvm.org/bz9708) | | Resolution | INVALID | | Resolved on | Apr 13, 2011 16:33 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Part 6 of a six-part series filed on behalf of Austin English (last one, I promise...
LLVM miscompiles even more functions from Wine, part 6
https://api.github.com/repos/llvm/llvm-project/issues/10080/comments
1
2011-04-13T20:34:15Z
2021-12-03T22:13:16Z
https://github.com/llvm/llvm-project/issues/10080
1,071,010,450
10,080
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9707](https://llvm.org/bz9707) | | Resolution | FIXED | | Resolved on | Aug 02, 2013 19:19 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-bugzilla-archive#10638 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Part 5 of a long series filed on behalf...
LLVM miscompiles Wine's dlls/user32/dialog.c
https://api.github.com/repos/llvm/llvm-project/issues/10079/comments
7
2011-04-13T20:31:33Z
2021-12-03T22:13:16Z
https://github.com/llvm/llvm-project/issues/10079
1,071,010,441
10,079
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9706](https://llvm.org/bz9706) | | Resolution | INVALID | | Resolved on | Apr 13, 2011 16:24 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Part 4 of a long series filed on behalf of Austin English. Clang is also miscompili...
LLVM miscompiles even more functions from Wine, part 4
https://api.github.com/repos/llvm/llvm-project/issues/10078/comments
1
2011-04-13T20:27:40Z
2021-12-03T22:13:15Z
https://github.com/llvm/llvm-project/issues/10078
1,071,010,433
10,078
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [9705](https://llvm.org/bz9705) | | Resolution | INVALID | | Resolved on | Oct 26, 2011 12:22 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-bugzilla-archive#10638 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Part 3 of a long series filed on beha...
LLVM miscompiles Wine's dlls/msctf/categorymgr.c at -O0
https://api.github.com/repos/llvm/llvm-project/issues/10077/comments
7
2011-04-13T20:23:22Z
2021-12-03T22:13:14Z
https://github.com/llvm/llvm-project/issues/10077
1,071,010,425
10,077