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 | [16205](https://llvm.org/bz16205) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2013 10:41 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Consider:
struct S { S(int&); ~S(); };
void f() { int n = (S(n), 0); }
G++ and EDG initialize n ... | incorrect ordering of scalar initialization and destruction of temporaries | https://api.github.com/repos/llvm/llvm-project/issues/16579/comments | 2 | 2013-06-03T09:04:21Z | 2021-12-09T19:40:37Z | https://github.com/llvm/llvm-project/issues/16579 | 1,075,934,356 | 16,579 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16204](https://llvm.org/bz16204) |
| Resolution | FIXED |
| Resolved on | Jun 17, 2013 16:10 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor,@efriedma-quic |
## Extended Description
typedef __attribute__((ext_vector_type(4))) int vi4;
const int &r = vi4(1).x;
gives:
... | assertion failure binding reference to vector element | https://api.github.com/repos/llvm/llvm-project/issues/16578/comments | 1 | 2013-06-03T08:27:43Z | 2021-12-09T19:40:35Z | https://github.com/llvm/llvm-project/issues/16578 | 1,075,934,335 | 16,578 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16203](https://llvm.org/bz16203) |
| Resolution | FIXED |
| Resolved on | Jun 15, 2015 01:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@DougGregor,@rnk,@timurrrr |
## Extended Description
[baba@centos62internal mars_online_s... | clang++ 3.3 (trunk 171695) crash when compile | https://api.github.com/repos/llvm/llvm-project/issues/16577/comments | 7 | 2013-06-03T06:34:40Z | 2021-12-09T19:40:33Z | https://github.com/llvm/llvm-project/issues/16577 | 1,075,934,291 | 16,577 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16202](https://llvm.org/bz16202) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2013 00:42 |
| Version | unspecified |
| OS | Linux |
| CC | @asl |
## Extended Description
Using the command line options: -std=c1x -O0 -pedantic
still "optimizes" some floating-point (FP) c... | Code is "optimized" with -O0 | https://api.github.com/repos/llvm/llvm-project/issues/16576/comments | 2 | 2013-06-03T04:57:40Z | 2021-12-09T19:40:32Z | https://github.com/llvm/llvm-project/issues/16576 | 1,075,934,273 | 16,576 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16201](https://llvm.org/bz16201) |
| Version | unspecified |
| OS | Linux |
## Extended Description
Code generation appears to be wrong for the contracted floating-point operation:
p = x*y;
m = -p;
z = -m - (x*y);
where all the variables are of type float or double. The... | Code gen for contracted FP operation wrong | https://api.github.com/repos/llvm/llvm-project/issues/16575/comments | 5 | 2013-06-03T04:44:53Z | 2023-08-17T18:39:45Z | https://github.com/llvm/llvm-project/issues/16575 | 1,075,934,238 | 16,575 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16200](https://llvm.org/bz16200) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2013 06:30 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DimitryAndric |
## Extended Description
This code triggers a "warning: shift count >= wi... | Warning false positives caused by unevaluated ternary expression | https://api.github.com/repos/llvm/llvm-project/issues/16574/comments | 1 | 2013-06-03T03:52:30Z | 2021-12-09T19:40:29Z | https://github.com/llvm/llvm-project/issues/16574 | 1,075,934,215 | 16,574 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16199](https://llvm.org/bz16199) |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [The relevant part of the preprocessed source](https://user-images.githubusercontent.com/60944935/143747505-87198057-ce09-4a9b-88f8-10f3f2173ef3.gz) |
| Reporter | LLVM Bugzilla Contrib... | Compiler crashes upon detecting an error in an incorrect program | https://api.github.com/repos/llvm/llvm-project/issues/16573/comments | 3 | 2013-06-03T01:46:19Z | 2022-01-21T21:39:45Z | https://github.com/llvm/llvm-project/issues/16573 | 1,075,934,193 | 16,573 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16198](https://llvm.org/bz16198) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
I have installed the latest version of Xcode 4.6.2. And when I use the compiler Apple LLVM 4.2, I get a strange thi... | Setting breakpoint on constructor breaks in both C1 and C2 constructor | https://api.github.com/repos/llvm/llvm-project/issues/16572/comments | 5 | 2013-06-02T23:42:59Z | 2023-05-22T11:34:26Z | https://github.com/llvm/llvm-project/issues/16572 | 1,075,934,170 | 16,572 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16197](https://llvm.org/bz16197) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2013 08:54 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @eugenis,@kcc |
## Extended Description
Hi. I get these failures in the following tests:
Fa... | AddressSanitizer: Linux '-m32' tests cannot be avoidable if '-m32' option is not supported | https://api.github.com/repos/llvm/llvm-project/issues/16571/comments | 4 | 2013-06-02T22:56:26Z | 2021-12-09T19:40:25Z | https://github.com/llvm/llvm-project/issues/16571 | 1,075,934,157 | 16,571 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16196](https://llvm.org/bz16196) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ismail |
## Extended Description
The following code takes much longer to compile at -O2 than at -Os, using current clang-trunk on x86_64-linux. ... | nested loops 500x slower to compile at -O2 than -Os | https://api.github.com/repos/llvm/llvm-project/issues/16570/comments | 2 | 2013-06-02T22:54:23Z | 2022-06-19T11:26:31Z | https://github.com/llvm/llvm-project/issues/16570 | 1,075,934,141 | 16,570 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16195](https://llvm.org/bz16195) |
| Resolution | FIXED |
| Resolved on | Mar 03, 2015 13:32 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dexonsmith,@echristo,@yurivict |
## Extended Description
DIBuilder::createLexicalBlock in DIBuilder.... | DIBuilder::createLexicalBlock non-deterministic output | https://api.github.com/repos/llvm/llvm-project/issues/16569/comments | 6 | 2013-06-02T21:27:19Z | 2021-12-09T19:40:23Z | https://github.com/llvm/llvm-project/issues/16569 | 1,075,934,124 | 16,569 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16194](https://llvm.org/bz16194) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I created the -no-integrated-cpp gcc command-line option to support insertion
of additional preprocessing phases after cpp. I use this feature i... | gcc compilation option -no-integrated-cpp unsupported | https://api.github.com/repos/llvm/llvm-project/issues/16568/comments | 0 | 2013-06-02T17:37:10Z | 2021-12-09T19:40:22Z | https://github.com/llvm/llvm-project/issues/16568 | 1,075,934,103 | 16,568 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16193](https://llvm.org/bz16193) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
gcc-4.8 + LLVM 3.3 dragonegg plugin, -ffast-math -funroll-loops -O3, x86_apple-darwin12, numbers by Jack Howarth.
gas_dyn runtimes:
LLVM optim... | Turning on gcc's optimizations halves the run-time of the gas_dyn and induct polyhedron benchmarks | https://api.github.com/repos/llvm/llvm-project/issues/16567/comments | 1 | 2013-06-01T06:52:40Z | 2021-12-14T21:15:10Z | https://github.com/llvm/llvm-project/issues/16567 | 1,075,934,092 | 16,567 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16192](https://llvm.org/bz16192) |
| Resolution | FIXED |
| Resolved on | Jun 01, 2013 04:56 |
| Version | trunk |
| OS | Linux |
| CC | @TNorthover |
## Extended Description
Mesa llvmpipe unittest lp_test_format now fails starting at llvm-3.4svn r182991.
$ ./lp_test_format
T... | Mesa llvmpipe lp_test_format regression | https://api.github.com/repos/llvm/llvm-project/issues/16566/comments | 1 | 2013-06-01T00:52:06Z | 2021-12-09T19:40:20Z | https://github.com/llvm/llvm-project/issues/16566 | 1,075,934,071 | 16,566 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16191](https://llvm.org/bz16191) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2013 16:43 |
| Version | unspecified |
| OS | All |
| Attachments | [expression evaluation log (failing) missing struct declaration](https://user-images.githubusercontent.com/60944935/143747503... | LLDB fails to evaluate expressions that dereference a struct when inferior is built with recent Clang | https://api.github.com/repos/llvm/llvm-project/issues/16565/comments | 2 | 2013-05-31T22:59:32Z | 2021-12-09T19:40:19Z | https://github.com/llvm/llvm-project/issues/16565 | 1,075,934,050 | 16,565 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16190](https://llvm.org/bz16190) |
| Resolution | FIXED |
| Resolved on | Nov 05, 2013 06:56 |
| Version | trunk |
| OS | Linux |
| Attachments | [patch over LLVM-3.2, also correct for 2013-05-31-SVN](https://user-images.githubusercontent.com/60944935/143747502-85de271a-8352-434... | C and OCaml interfaces miss ConstantDataSequential in value classifiers | https://api.github.com/repos/llvm/llvm-project/issues/16564/comments | 3 | 2013-05-31T22:34:34Z | 2021-12-09T19:40:18Z | https://github.com/llvm/llvm-project/issues/16564 | 1,075,934,026 | 16,564 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16189](https://llvm.org/bz16189) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
// Check all successors to see if we can move this block before it.
for (MachineBasicBlock::succ_iterator SI = MBB->succ_begin(),
... | BranchFolder code falls of the beginning of the list. | https://api.github.com/repos/llvm/llvm-project/issues/16563/comments | 1 | 2013-05-31T17:50:43Z | 2021-12-09T19:40:17Z | https://github.com/llvm/llvm-project/issues/16563 | 1,075,934,007 | 16,563 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16188](https://llvm.org/bz16188) |
| Version | 3.2 |
| OS | Windows NT |
| Attachments | [sample file](https://user-images.githubusercontent.com/60944935/143747500-108559da-bbf6-4a29-a596-04644ecf3c51.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm... | lli or llc debug assert appeared | https://api.github.com/repos/llvm/llvm-project/issues/16562/comments | 6 | 2013-05-31T15:07:19Z | 2021-12-09T19:40:16Z | https://github.com/llvm/llvm-project/issues/16562 | 1,075,933,991 | 16,562 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16187](https://llvm.org/bz16187) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@jzmaddock,@rjmccall |
## Extended Description
Given
```
template <typename T>
struct __attribute__((visibility("default"))) bar ... | hidden or not? | https://api.github.com/repos/llvm/llvm-project/issues/16561/comments | 3 | 2013-05-31T07:01:52Z | 2023-11-05T23:02:31Z | https://github.com/llvm/llvm-project/issues/16561 | 1,075,933,976 | 16,561 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16186](https://llvm.org/bz16186) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
In particular, in c++11 we should accept
namespace {
void f();
static void f();
} | names in an anonymous namespace should have internal linkage | https://api.github.com/repos/llvm/llvm-project/issues/16560/comments | 0 | 2013-05-31T06:28:15Z | 2021-12-09T19:40:13Z | https://github.com/llvm/llvm-project/issues/16560 | 1,075,933,964 | 16,560 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16185](https://llvm.org/bz16185) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2013 13:24 |
| Version | unspecified |
| OS | All |
## Extended Description
Produces:
NSTextField* field = [self newLabelWithFrame:
NSMakeRect(0, y, NSasdfasdfasdfWidthlistFrame, lineHei... | Formatter incorrectly indent in ObjC method expressions with nested calls by 8 instead of 4 | https://api.github.com/repos/llvm/llvm-project/issues/16559/comments | 3 | 2013-05-30T22:09:07Z | 2021-12-09T19:40:12Z | https://github.com/llvm/llvm-project/issues/16559 | 1,075,933,944 | 16,559 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16184](https://llvm.org/bz16184) |
| Resolution | FIXED |
| Resolved on | Jun 04, 2013 15:36 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#16371 |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following testcase is miscompiled on x86... | incorrect code for loop at -O3 in 32-bit mode | https://api.github.com/repos/llvm/llvm-project/issues/16558/comments | 4 | 2013-05-30T20:13:18Z | 2021-12-09T19:40:11Z | https://github.com/llvm/llvm-project/issues/16558 | 1,075,933,924 | 16,558 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16183](https://llvm.org/bz16183) |
| Resolution | WORKSFORME |
| Resolved on | Aug 07, 2019 18:16 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @JDevlieghere |
## Extended Description
The LLDB SWIG scripts only support python 2. Whe... | LLDB finds incorrect python version if python 3 is installed (Arch Linux) | https://api.github.com/repos/llvm/llvm-project/issues/16557/comments | 2 | 2013-05-30T19:52:52Z | 2022-01-20T02:11:48Z | https://github.com/llvm/llvm-project/issues/16557 | 1,075,933,897 | 16,557 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16182](https://llvm.org/bz16182) |
| Resolution | FIXED |
| Resolved on | Sep 17, 2013 15:20 |
| Version | trunk |
| OS | Linux |
| Attachments | [source code with implicit 'operator=' function that gets visited, but its parameter doesn't](https://user-images.githubusercontent.c... | RecursiveASTVisitor does not visit parameter of implicit function | https://api.github.com/repos/llvm/llvm-project/issues/16556/comments | 3 | 2013-05-30T19:22:57Z | 2021-12-09T19:40:09Z | https://github.com/llvm/llvm-project/issues/16556 | 1,075,933,876 | 16,556 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16180](https://llvm.org/bz16180) |
| Resolution | DUPLICATE |
| Resolved on | Jun 03, 2013 11:11 |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor |
## Extended Description
MSVC allows the following, which is used in standard library headers (atlwin.h):
template ... | Delayed template parsing should defer lookup of default template arguments | https://api.github.com/repos/llvm/llvm-project/issues/16555/comments | 1 | 2013-05-30T15:28:20Z | 2021-12-09T19:40:08Z | https://github.com/llvm/llvm-project/issues/16555 | 1,075,933,850 | 16,555 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16179](https://llvm.org/bz16179) |
| Resolution | FIXED |
| Resolved on | Aug 19, 2016 12:41 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @llvm-beanz |
## Extended Description
Following the Step 0 from this tutorial:
http://clang.llvm.org... | CMake Error: Error: generator : Unix Makefiles | https://api.github.com/repos/llvm/llvm-project/issues/16554/comments | 2 | 2013-05-30T13:01:55Z | 2021-12-09T19:40:06Z | https://github.com/llvm/llvm-project/issues/16554 | 1,075,933,830 | 16,554 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16178](https://llvm.org/bz16178) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2013 15:12 |
| Version | trunk |
| OS | Linux |
| CC | @jfbastien |
## Extended Description
LLVM r182920
test case by csmith/creduce.
The minimized test case is a bit weird, but the compiler sho... | ARM/ARMFastISel.cpp: Assertion `Arg != 0 && "Failed to emit a sext"' failed | https://api.github.com/repos/llvm/llvm-project/issues/16553/comments | 3 | 2013-05-30T12:33:08Z | 2021-12-09T19:40:05Z | https://github.com/llvm/llvm-project/issues/16553 | 1,075,933,815 | 16,553 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16177](https://llvm.org/bz16177) |
| Resolution | FIXED |
| Resolved on | May 31, 2013 01:29 |
| Version | trunk |
| OS | Linux |
## Extended Description
$ cat 1.cc
#include <stdio.h>
class S {
public:
char x[1024];
};
S s[16];
S *p[16];
int main(void) {
for (unsigned i... | Loop miscompilation with -O3 | https://api.github.com/repos/llvm/llvm-project/issues/16552/comments | 3 | 2013-05-30T11:19:59Z | 2021-12-09T19:40:04Z | https://github.com/llvm/llvm-project/issues/16552 | 1,075,933,789 | 16,552 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16176](https://llvm.org/bz16176) |
| Version | trunk |
| OS | Linux |
| Attachments | [2 tests a.s and d.s both show the same error.](https://user-images.githubusercontent.com/60944935/143747497-cdcb1aa2-0781-42ee-9203-3b9fc93e9855.gz) |
| Reporter | LLVM Bugzilla Contributor |
... | Unexpected error: LLVM ERROR: expected relocatable expression | https://api.github.com/repos/llvm/llvm-project/issues/16551/comments | 1 | 2013-05-29T20:39:50Z | 2023-08-17T12:17:00Z | https://github.com/llvm/llvm-project/issues/16551 | 1,075,933,779 | 16,551 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16175](https://llvm.org/bz16175) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2016 08:16 |
| Version | 3.6 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The C personality function is hardcoded:
Constant *PersFn =
F.getParent()->
get... | Shadow-Stack C personality | https://api.github.com/repos/llvm/llvm-project/issues/16550/comments | 1 | 2013-05-29T17:32:50Z | 2021-12-09T19:40:02Z | https://github.com/llvm/llvm-project/issues/16550 | 1,075,933,765 | 16,550 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16174](https://llvm.org/bz16174) |
| Resolution | INVALID |
| Resolved on | May 30, 2013 01:50 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
template <typename T>
struct A
{
struct B
{
s... | typedef causes instantiation of a class which fails due to an incomplete type | https://api.github.com/repos/llvm/llvm-project/issues/16549/comments | 2 | 2013-05-29T15:20:09Z | 2021-12-09T19:40:01Z | https://github.com/llvm/llvm-project/issues/16549 | 1,075,933,748 | 16,549 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16173](https://llvm.org/bz16173) |
| Resolution | FIXED |
| Resolved on | Jan 26, 2014 09:07 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Clang is on https://llvm.org/svn/llvm-project/cfe/trunk@182781
Test data:
mbl... | [Formatter/ObjC] return + dict literal results in unformatted line | https://api.github.com/repos/llvm/llvm-project/issues/16548/comments | 6 | 2013-05-29T11:59:43Z | 2021-12-09T19:40:00Z | https://github.com/llvm/llvm-project/issues/16548 | 1,075,933,734 | 16,548 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16172](https://llvm.org/bz16172) |
| Resolution | FIXED |
| Resolved on | Jun 07, 2016 17:14 |
| Version | unspecified |
| OS | All |
| CC | @emaste,@labath |
## Extended Description
When an inferior has been interrupted with the "process interrupt" command, the process cannot... | Continue after process interrupt does not work correctly | https://api.github.com/repos/llvm/llvm-project/issues/16547/comments | 1 | 2013-05-29T00:26:16Z | 2021-12-09T19:39:59Z | https://github.com/llvm/llvm-project/issues/16547 | 1,075,933,719 | 16,547 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16171](https://llvm.org/bz16171) |
| Resolution | FIXED |
| Resolved on | May 29, 2013 17:45 |
| Version | unspecified |
| OS | Linux |
## Extended Description
There are variants of the CreateDuringStepCase which attempt to use the 'thread step-over -m all-threads' and 'thread... | thread step-over and step-in do not function properly with multiple threads on Linux | https://api.github.com/repos/llvm/llvm-project/issues/16546/comments | 1 | 2013-05-29T00:21:26Z | 2021-12-09T19:39:57Z | https://github.com/llvm/llvm-project/issues/16546 | 1,075,933,706 | 16,546 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16170](https://llvm.org/bz16170) |
| Resolution | FIXED |
| Resolved on | Feb 28, 2014 11:05 |
| Version | unspecified |
| OS | Linux |
| CC | @emaste |
## Extended Description
Sometimes, but not always, BreakpointAfterJoinTestCase.test_with_dwarf will fail on Linux. When the... | BreakpointAfterJoinTestCase fails intermittently on Linux | https://api.github.com/repos/llvm/llvm-project/issues/16545/comments | 3 | 2013-05-29T00:16:42Z | 2021-12-09T19:39:55Z | https://github.com/llvm/llvm-project/issues/16545 | 1,075,933,662 | 16,545 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16169](https://llvm.org/bz16169) |
| Resolution | FIXED |
| Resolved on | May 11, 2014 09:29 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @hfinkel,@kcc |
## Extended Description
During stage-2 of bootstrap on powerpc-darwin8 (at r18274... | Invalid PPC CTR loop [powerpc-darwin8] | https://api.github.com/repos/llvm/llvm-project/issues/16544/comments | 8 | 2013-05-28T23:16:46Z | 2021-12-09T19:39:54Z | https://github.com/llvm/llvm-project/issues/16544 | 1,075,933,639 | 16,544 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16168](https://llvm.org/bz16168) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2021 20:32 |
| Version | 3.2 |
| OS | Windows NT |
| Attachments | [128-bit calling convention test code](https://user-images.githubusercontent.com/330950/143747489-f72e3885-a13a-4ffe-9e59-58cfde5c... | 128-bit ABI for x86_64-w64-mingw32 incorrectly generated | https://api.github.com/repos/llvm/llvm-project/issues/16543/comments | 8 | 2013-05-28T22:54:26Z | 2021-12-09T19:39:53Z | https://github.com/llvm/llvm-project/issues/16543 | 1,075,933,623 | 16,543 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16167](https://llvm.org/bz16167) |
| Resolution | FIXED |
| Resolved on | May 29, 2013 09:24 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Rationale from Richard Smith:
'void' is not an object type ([basic.types]p8), so 'v' cannot be ... | clang should disallow extern void in C++ mode | https://api.github.com/repos/llvm/llvm-project/issues/16542/comments | 2 | 2013-05-28T21:51:39Z | 2021-12-09T19:39:52Z | https://github.com/llvm/llvm-project/issues/16542 | 1,075,933,611 | 16,542 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16166](https://llvm.org/bz16166) |
| Resolution | FIXED |
| Resolved on | May 31, 2013 15:49 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#16371 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
The following code produces in... | nested loops produces wrong result at -O3 | https://api.github.com/repos/llvm/llvm-project/issues/16541/comments | 6 | 2013-05-28T20:18:47Z | 2021-12-09T19:39:51Z | https://github.com/llvm/llvm-project/issues/16541 | 1,075,933,578 | 16,541 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16165](https://llvm.org/bz16165) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@RKSimon |
## Extended Description
I met the error while compiling the code with vector type with some architecture. IR is as following:
define <3 x i8> ... | A error on VSELECT Dagcombiner with some architecture | https://api.github.com/repos/llvm/llvm-project/issues/16540/comments | 6 | 2013-05-28T18:12:37Z | 2021-12-09T19:39:49Z | https://github.com/llvm/llvm-project/issues/16540 | 1,075,933,559 | 16,540 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16164](https://llvm.org/bz16164) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @RKSimon |
## Extended Description
I initially introduced the following inst combines in r181216:
B * (uitofp i1 C) —> select C, B, 0
A * (1 - uitofp i1 C) —> se... | Cannonicalize B * (uitofp i1 C) —> select C, B, 0 | https://api.github.com/repos/llvm/llvm-project/issues/16539/comments | 1 | 2013-05-28T17:27:02Z | 2021-12-09T19:39:48Z | https://github.com/llvm/llvm-project/issues/16539 | 1,075,933,547 | 16,539 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16163](https://llvm.org/bz16163) |
| Resolution | FIXED |
| Resolved on | May 28, 2013 10:27 |
| Version | unspecified |
| OS | Linux |
## Extended Description
The following started recently to be misformatted:
int main() {
int a;
StmtScat = isl_map_copy( (*NewScattering... | Space in between opening parenthesis | https://api.github.com/repos/llvm/llvm-project/issues/16538/comments | 1 | 2013-05-28T16:47:34Z | 2021-12-09T19:39:47Z | https://github.com/llvm/llvm-project/issues/16538 | 1,075,933,532 | 16,538 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16162](https://llvm.org/bz16162) |
| Resolution | DUPLICATE |
| Resolved on | May 28, 2013 10:46 |
| Version | unspecified |
| OS | MacOS X |
## Extended Description
At least on Mac OS X 10.7.5 with Xcode 4.6.2 (clang --version "Apple LLVM version 4.2 (clang-425.0.28) (based o... | istream getline sets eof prematurely | https://api.github.com/repos/llvm/llvm-project/issues/16537/comments | 4 | 2013-05-28T16:38:25Z | 2021-12-09T19:39:46Z | https://github.com/llvm/llvm-project/issues/16537 | 1,075,933,514 | 16,537 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16161](https://llvm.org/bz16161) |
| Version | 3.1 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
A. Steps to reproduce
1. Define a base class with a read-only property
@​interface BaseClass : NSObject
@​property (readonly) id p... | Warn about incomplete implementation of declared properties already declared in base class | https://api.github.com/repos/llvm/llvm-project/issues/16536/comments | 0 | 2013-05-28T13:29:36Z | 2023-05-23T21:01:44Z | https://github.com/llvm/llvm-project/issues/16536 | 1,075,933,497 | 16,536 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16160](https://llvm.org/bz16160) |
| Resolution | WORKSFORME |
| Resolved on | Jun 16, 2014 13:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [tarball of .cpp and .sh file pair that cause clang to segfault](https://user-images.githubusercontent.com/60944935/143747488-2a... | clang segfaults | https://api.github.com/repos/llvm/llvm-project/issues/16535/comments | 4 | 2013-05-28T03:25:53Z | 2022-01-20T02:11:46Z | https://github.com/llvm/llvm-project/issues/16535 | 1,075,933,477 | 16,535 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16159](https://llvm.org/bz16159) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
Given
template <int *I> void foo() {}
void *zed() {
static int X;
foo<&X>();
}
we say
------------... | "incomplete" error message when trying to use a pointer with no linkage as a template argument | https://api.github.com/repos/llvm/llvm-project/issues/16534/comments | 0 | 2013-05-27T23:07:33Z | 2021-12-09T19:39:43Z | https://github.com/llvm/llvm-project/issues/16534 | 1,075,933,453 | 16,534 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16158](https://llvm.org/bz16158) |
| Version | unspecified |
| OS | All |
| Attachments | [shows an escape of the same variable, once to a global, the other to a location in heap memory](https://user-images.githubusercontent.com/60944935/143747487-fcee088a-8b02-4363-9d0e-2f5957a... | scan-build misses escapes of stack addresses | https://api.github.com/repos/llvm/llvm-project/issues/16533/comments | 2 | 2013-05-27T23:05:39Z | 2021-12-09T19:39:42Z | https://github.com/llvm/llvm-project/issues/16533 | 1,075,933,443 | 16,533 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16157](https://llvm.org/bz16157) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 12:29 |
| Version | unspecified |
| OS | Linux |
| CC | @rnk |
## Extended Description
Hi,
clang-format now formats the following code differently:
This:
static cl::opt<bool>
ValueDepende... | Globals now formatted surprsingly | https://api.github.com/repos/llvm/llvm-project/issues/16532/comments | 3 | 2013-05-27T22:53:00Z | 2021-12-09T19:39:41Z | https://github.com/llvm/llvm-project/issues/16532 | 1,075,933,419 | 16,532 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16156](https://llvm.org/bz16156) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2013 13:56 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Hi,
a recent change broke the following formatting:
This:
#define M(NAME) assert(!Context.Verifying && #NAME);
is... | Formatting of && in macros | https://api.github.com/repos/llvm/llvm-project/issues/16531/comments | 1 | 2013-05-27T22:44:20Z | 2021-12-09T19:39:40Z | https://github.com/llvm/llvm-project/issues/16531 | 1,075,933,401 | 16,531 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16155](https://llvm.org/bz16155) |
| Resolution | FIXED |
| Resolved on | May 28, 2013 03:56 |
| Version | unspecified |
| OS | Linux |
## Extended Description
A recent change broke the formatting of comments. This
/*
* Comment.
*
* char KernelString[] = "";
*/
is n... | Misformatted comment | https://api.github.com/repos/llvm/llvm-project/issues/16530/comments | 1 | 2013-05-27T22:42:03Z | 2021-12-09T19:39:39Z | https://github.com/llvm/llvm-project/issues/16530 | 1,075,933,383 | 16,530 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16154](https://llvm.org/bz16154) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @majnemer,@nickbroon,@nico,@zygoloid,@rjmccall,@rogerorr,@wjristow |
## Extended Description
Given this code:
#include <stdlib.h>
#include <stdio.h>
... | Clang incorrectly throws -Wtautological-constant-out-of-range-compare with enums | https://api.github.com/repos/llvm/llvm-project/issues/16529/comments | 11 | 2013-05-27T20:39:59Z | 2022-01-17T20:12:41Z | https://github.com/llvm/llvm-project/issues/16529 | 1,075,933,369 | 16,529 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16153](https://llvm.org/bz16153) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Can we align (optionally by style) dictionary literals to colon, same way as for method calls.
What I get now:
```
- (NSDictionar... | [Suggestion] ObjC colon aligned NSDictionary literals | https://api.github.com/repos/llvm/llvm-project/issues/16528/comments | 3 | 2013-05-27T17:44:22Z | 2025-02-10T03:34:14Z | https://github.com/llvm/llvm-project/issues/16528 | 1,075,933,354 | 16,528 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16152](https://llvm.org/bz16152) |
| Resolution | WONTFIX |
| Resolved on | Nov 23, 2013 12:09 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Seems ObjC formatter forces at least 2x indent size to all argument names on newli... | ObjC newline call argument names forces at least 2x indent? | https://api.github.com/repos/llvm/llvm-project/issues/16527/comments | 7 | 2013-05-27T17:32:54Z | 2022-01-20T02:37:42Z | https://github.com/llvm/llvm-project/issues/16527 | 1,075,933,340 | 16,527 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16151](https://llvm.org/bz16151) |
| Resolution | FIXED |
| Resolved on | Oct 30, 2013 08:55 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
As stated in the subject:
#include<header.h>
#include"header.h"
Becomes:
#include... | #include<hdr.h> fixed to #include <hdr.h> but #include"hdr.h" not fixed to #include "hdr.h" | https://api.github.com/repos/llvm/llvm-project/issues/16526/comments | 1 | 2013-05-27T16:18:32Z | 2021-12-09T19:39:35Z | https://github.com/llvm/llvm-project/issues/16526 | 1,075,933,323 | 16,526 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16150](https://llvm.org/bz16150) |
| Resolution | FIXED |
| Resolved on | Aug 01, 2013 18:13 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Ternary operator a ? : b is allowed construct equivalent of a ? a : b. Unfortunately... | [PATCH] Set precedence for ObjC method call parameters body | https://api.github.com/repos/llvm/llvm-project/issues/16525/comments | 7 | 2013-05-27T16:15:28Z | 2021-12-09T19:39:34Z | https://github.com/llvm/llvm-project/issues/16525 | 1,075,933,311 | 16,525 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16149](https://llvm.org/bz16149) |
| Resolution | FIXED |
| Resolved on | Sep 25, 2015 10:57 |
| Version | unspecified |
| OS | Linux |
## Extended Description
/tmp/poclX4r617//program.cl:34:130: error: can't convert between vector values of different size ('int' and 'float4')... | [OpenCL] Cannot multiply vector by integer | https://api.github.com/repos/llvm/llvm-project/issues/16524/comments | 1 | 2013-05-27T16:02:34Z | 2021-12-09T19:39:33Z | https://github.com/llvm/llvm-project/issues/16524 | 1,075,933,290 | 16,524 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16148](https://llvm.org/bz16148) |
| Resolution | FIXED |
| Resolved on | May 28, 2013 13:21 |
| Version | trunk |
| OS | Linux |
| CC | @silvasean |
## Extended Description
On
http://llvm.org/docs/ReleaseNotes.html
The title is:
<title>LLVM 3.3 Release Notes — LLVM ... | Documentation of llvm 3.3 as 3.4 as title | https://api.github.com/repos/llvm/llvm-project/issues/16523/comments | 3 | 2013-05-27T10:43:51Z | 2021-12-09T19:39:32Z | https://github.com/llvm/llvm-project/issues/16523 | 1,075,933,272 | 16,523 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16147](https://llvm.org/bz16147) |
| Resolution | INVALID |
| Resolved on | May 27, 2013 07:31 |
| Version | trunk |
| OS | Linux |
| Attachments | [IR file demonstrating the problem.](https://user-images.githubusercontent.com/827859/143747483-05c0a617-f45c-43fa-b50d-a90324c804d... | PPC64: Possible endian issue in optimization | https://api.github.com/repos/llvm/llvm-project/issues/16522/comments | 1 | 2013-05-26T23:02:01Z | 2021-12-09T19:39:30Z | https://github.com/llvm/llvm-project/issues/16522 | 1,075,933,257 | 16,522 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16146](https://llvm.org/bz16146) |
| Resolution | FIXED |
| Resolved on | May 29, 2013 18:03 |
| Version | trunk |
| OS | All |
| CC | @adrian-prantl,@atrick,@dwblaikie,@echristo,@sunfishcode |
## Extended Description
One of the gdb tests began failing after Xiaoyi's source or... | gdb.base__call-ar-st.exp fails after pre-RA-sched=source fixes | https://api.github.com/repos/llvm/llvm-project/issues/16521/comments | 6 | 2013-05-26T19:38:34Z | 2021-12-09T19:39:29Z | https://github.com/llvm/llvm-project/issues/16521 | 1,075,933,237 | 16,521 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16145](https://llvm.org/bz16145) |
| Resolution | FIXED |
| Resolved on | Oct 18, 2018 05:28 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pageexec |
## Extended Description
This option is missing for clang but present for gcc. It may be n... | Missing -mno-tls-direct-seg-refs | https://api.github.com/repos/llvm/llvm-project/issues/16520/comments | 3 | 2013-05-26T04:01:47Z | 2021-12-09T19:39:28Z | https://github.com/llvm/llvm-project/issues/16520 | 1,075,933,222 | 16,520 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16144](https://llvm.org/bz16144) |
| Resolution | FIXED |
| Resolved on | Jun 06, 2013 19:05 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#14663 |
| CC | @efriedma-quic,@zygoloid |
## Extended Description
Clang is crashing on sparc64, and probably on other 6... | Misaligned stores in clang/AST/TypeLoc.h | https://api.github.com/repos/llvm/llvm-project/issues/16519/comments | 1 | 2013-05-25T20:48:56Z | 2021-12-09T19:39:27Z | https://github.com/llvm/llvm-project/issues/16519 | 1,075,933,202 | 16,519 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16143](https://llvm.org/bz16143) |
| Resolution | FIXED |
| Resolved on | May 26, 2013 11:30 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick,@stoklund |
## Extended Description
STR
1/ Updated clang to version 3.4 (trunk 182710)
2/ T... | MachineOperand::setIsKill(bool): Assertion `(!Val || !isDebug()) && "Marking a debug operation as kill"' failed | https://api.github.com/repos/llvm/llvm-project/issues/16518/comments | 5 | 2013-05-25T20:14:20Z | 2021-12-09T19:39:26Z | https://github.com/llvm/llvm-project/issues/16518 | 1,075,933,188 | 16,518 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16142](https://llvm.org/bz16142) |
| Resolution | FIXED |
| Resolved on | Feb 24, 2014 09:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [preprocessed file that causes crash](https://user-images.githubusercontent.com/60944935/143747480-8dcef19c-5ea0-4304-9356-0d886ab12e... | clang trunk 182662 crash analyzing attached file | https://api.github.com/repos/llvm/llvm-project/issues/16517/comments | 1 | 2013-05-25T10:17:55Z | 2021-12-09T19:39:25Z | https://github.com/llvm/llvm-project/issues/16517 | 1,075,933,168 | 16,517 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16141](https://llvm.org/bz16141) |
| Version | trunk |
| OS | FreeBSD |
| CC | @silvasean |
## Extended Description
If python exists in configure's path but is python 3 then configure fails. It should use 'python2' if at all possible.
checking for python >= 2.5... File "<s... | configure fails if /usr/local/bin/python is > 2.5 but python3 | https://api.github.com/repos/llvm/llvm-project/issues/16516/comments | 2 | 2013-05-25T02:41:20Z | 2021-12-14T21:42:32Z | https://github.com/llvm/llvm-project/issues/16516 | 1,075,933,148 | 16,516 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16140](https://llvm.org/bz16140) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2013 14:58 |
| Version | trunk |
| OS | Linux |
| Attachments | [Repro](https://user-images.githubusercontent.com/60944935/143747479-1353c92c-a9b7-40a6-b6a4-2b4006b3202d.gz) |
| Reporter | LLVM Bug... | Instrcombine increases register usage significantly | https://api.github.com/repos/llvm/llvm-project/issues/16515/comments | 2 | 2013-05-24T23:41:38Z | 2021-12-09T19:39:23Z | https://github.com/llvm/llvm-project/issues/16515 | 1,075,933,129 | 16,515 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16139](https://llvm.org/bz16139) |
| Resolution | FIXED |
| Resolved on | May 24, 2013 13:06 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
liska delta-2006.08.03$ cat beak_emu.c
typedef unsigned l... | Assertion failed: (TheLoop->getLoopPreheader() && "No preheader!!"), function canVectorize, file LoopVectorize.cpp, line 2431. | https://api.github.com/repos/llvm/llvm-project/issues/16514/comments | 1 | 2013-05-24T19:33:05Z | 2021-12-09T19:39:22Z | https://github.com/llvm/llvm-project/issues/16514 | 1,075,933,112 | 16,514 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16138](https://llvm.org/bz16138) |
| Resolution | FIXED |
| Resolved on | May 31, 2013 11:58 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
When I use clang to compile this file:
```
#include <stdio.h>
... | -std=c99 still defines 'index()' legacy posix function | https://api.github.com/repos/llvm/llvm-project/issues/16513/comments | 3 | 2013-05-24T18:54:47Z | 2021-12-09T19:39:21Z | https://github.com/llvm/llvm-project/issues/16513 | 1,075,933,093 | 16,513 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16137](https://llvm.org/bz16137) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
clang will accept
void *g() {
struct S {
};
extern S bax();
return reinterpret_cast<void*>(bax);... | accepts invalid? | https://api.github.com/repos/llvm/llvm-project/issues/16512/comments | 4 | 2013-05-24T16:43:56Z | 2023-09-19T17:56:48Z | https://github.com/llvm/llvm-project/issues/16512 | 1,075,933,076 | 16,512 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16136](https://llvm.org/bz16136) |
| Resolution | FIXED |
| Resolved on | May 24, 2013 09:23 |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@DougGregor |
## Extended Description
Code:
===
struct aaa { virtual ~aaa() {} } ;
struct bbb : ... | clang does not throw away unused dynamic_cast | https://api.github.com/repos/llvm/llvm-project/issues/16511/comments | 1 | 2013-05-24T15:44:09Z | 2021-12-09T19:39:19Z | https://github.com/llvm/llvm-project/issues/16511 | 1,075,933,058 | 16,511 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16135](https://llvm.org/bz16135) |
| Resolution | FIXED |
| Resolved on | Jun 28, 2013 15:31 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [ERE match of \{ and \}](https://user-images.githubusercontent.com/60944935/143747478-2c7872be-321a-443d-9bd1-277e37735fc6.gz... | regex: does not handle \{ and \} properly in extended syntax | https://api.github.com/repos/llvm/llvm-project/issues/16510/comments | 1 | 2013-05-24T15:07:38Z | 2021-12-09T19:39:18Z | https://github.com/llvm/llvm-project/issues/16510 | 1,075,933,045 | 16,510 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16134](https://llvm.org/bz16134) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2013 13:09 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
This invalid code hits an assertion:
template <cla... | PointerUnion.h:129 Assertion `is<T>() && "Invalid accessor called"' failed | https://api.github.com/repos/llvm/llvm-project/issues/16509/comments | 3 | 2013-05-24T14:29:03Z | 2021-12-09T19:39:17Z | https://github.com/llvm/llvm-project/issues/16509 | 1,075,933,030 | 16,509 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16133](https://llvm.org/bz16133) |
| Resolution | FIXED |
| Resolved on | Apr 29, 2016 04:30 |
| Version | trunk |
| OS | All |
| CC | @RKSimon |
## Extended Description
Sample code:
#include <xmmintrin.h>
void foo(void)
{
__m128 x;
asm("" : "=x" (x));
}
If this is compi... | "Do not know how to split the result of this operator!" backend error with -march=athlon-xp | https://api.github.com/repos/llvm/llvm-project/issues/16508/comments | 4 | 2013-05-24T14:28:58Z | 2021-12-09T19:39:15Z | https://github.com/llvm/llvm-project/issues/16508 | 1,075,933,007 | 16,508 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16132](https://llvm.org/bz16132) |
| Resolution | FIXED |
| Resolved on | May 24, 2013 05:58 |
| Version | trunk |
| OS | Linux |
| CC | @d0k |
## Extended Description
Running test/MC/ARM/AlignedBundling/group-bundle-arm.s test with MemorySanitizer:
WARNING: Use of uninitiali... | Uninitialized read in ARMDisassembler | https://api.github.com/repos/llvm/llvm-project/issues/16507/comments | 4 | 2013-05-24T10:45:18Z | 2021-12-09T19:39:14Z | https://github.com/llvm/llvm-project/issues/16507 | 1,075,932,991 | 16,507 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16131](https://llvm.org/bz16131) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase files produced by clang](https://user-images.githubusercontent.com/60944935/143747476-dc112ef5-2062-4461-8390-03e301edd57a.... | Analyzer crashes with assertion Ex->isGLValue() | https://api.github.com/repos/llvm/llvm-project/issues/16506/comments | 11 | 2013-05-24T09:52:39Z | 2021-12-09T19:39:13Z | https://github.com/llvm/llvm-project/issues/16506 | 1,075,932,976 | 16,506 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16130](https://llvm.org/bz16130) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2013 14:02 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#16371 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @atrick,@sunfishcode,@zygoloid |
## Extended Description
The ... | clang produces incorrect code with loop/expression at -O2 | https://api.github.com/repos/llvm/llvm-project/issues/16505/comments | 19 | 2013-05-23T23:38:34Z | 2021-12-09T19:39:11Z | https://github.com/llvm/llvm-project/issues/16505 | 1,075,932,955 | 16,505 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16129](https://llvm.org/bz16129) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Annotated source file.](https://user-images.githubusercontent.com/60944935/143747473-45331d1c-bb66-479f-8f8d-ff9b7905644e.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AnnaZaks,@belkada... | scan-build null dereference false positive | https://api.github.com/repos/llvm/llvm-project/issues/16504/comments | 4 | 2013-05-23T21:58:31Z | 2021-12-09T19:39:10Z | https://github.com/llvm/llvm-project/issues/16504 | 1,075,932,940 | 16,504 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16128](https://llvm.org/bz16128) |
| Version | trunk |
| OS | MacOS X |
| Blocks | llvm/llvm-project#16104 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chandlerc,@gnzlbg,@jryans,@rnk,@steveire |
## Extended Description
When I try to build the most recent version, I rece... | Cannot build most recent version: fatal error: 'valgrind/valgrind.h' | https://api.github.com/repos/llvm/llvm-project/issues/16503/comments | 12 | 2013-05-23T20:48:08Z | 2023-08-15T15:57:21Z | https://github.com/llvm/llvm-project/issues/16503 | 1,075,932,914 | 16,503 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16127](https://llvm.org/bz16127) |
| Version | 3.2 |
| OS | MacOS X |
| Attachments | [test source file](https://user-images.githubusercontent.com/60944935/143747471-36bf06d9-5f8a-4d31-9d67-798388331790.gz), [generated llvm code](https://user-images.githubusercontent.com/60... | linker command failed while compilation using rtti | https://api.github.com/repos/llvm/llvm-project/issues/16502/comments | 0 | 2013-05-23T17:05:39Z | 2024-07-28T10:48:30Z | https://github.com/llvm/llvm-project/issues/16502 | 1,075,932,891 | 16,502 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16126](https://llvm.org/bz16126) |
| Resolution | DUPLICATE |
| Resolved on | May 24, 2013 00:58 |
| Version | trunk |
| OS | Windows NT |
| Attachments | [Reproducer](https://user-images.githubusercontent.com/92601249/143747470-577e017b-dbe5-4897-b276-cd9aeae7e2c4.gz) |
| CC | ... | [Win32] Incorrect alignment of spill slot | https://api.github.com/repos/llvm/llvm-project/issues/16501/comments | 2 | 2013-05-23T16:28:51Z | 2021-12-09T19:39:07Z | https://github.com/llvm/llvm-project/issues/16501 | 1,075,932,871 | 16,501 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16125](https://llvm.org/bz16125) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2013 04:15 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [git diff 6b60ed6..3a82342](https://user-images.githubusercontent.com/60944935/143747468-8dafc839-40af-424b-8ef5-aba7b50d1ab3.gz), ... | lldb cmake compilation fixes | https://api.github.com/repos/llvm/llvm-project/issues/16500/comments | 1 | 2013-05-23T16:01:45Z | 2021-12-09T19:39:05Z | https://github.com/llvm/llvm-project/issues/16500 | 1,075,932,856 | 16,500 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16124](https://llvm.org/bz16124) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2013 04:28 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [git diff 2b31597..104a592](https://user-images.githubusercontent.com/60944935/143747466-c5163f50-e8dd-47e2-bef4-c2bab00fa6c2... | Sanitizer changes to make compile on OSX 10.8 | https://api.github.com/repos/llvm/llvm-project/issues/16499/comments | 1 | 2013-05-23T15:32:50Z | 2021-12-09T19:39:04Z | https://github.com/llvm/llvm-project/issues/16499 | 1,075,932,835 | 16,499 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16123](https://llvm.org/bz16123) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [diff between git 4ee1f4d..da7c6b5](https://user-images.githubusercontent.com/60944935/143747464-97fb786d-fbd2-475e-8464-0538975007f9.gz), [Fix for libc++ linking in cmake](https://user-image... | Change to libc++ cmake buildscript to mimick lib/buildit behaviour. | https://api.github.com/repos/llvm/llvm-project/issues/16498/comments | 1 | 2013-05-23T15:28:34Z | 2021-12-09T19:39:02Z | https://github.com/llvm/llvm-project/issues/16498 | 1,075,932,809 | 16,498 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16122](https://llvm.org/bz16122) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jryans |
## Extended Description
Several places in the documentation are missing LLVM IR syntax highlighting. In particular in
http://llvm.org/docs/Lang... | Missing syntax highlighting for LLVM IR | https://api.github.com/repos/llvm/llvm-project/issues/16497/comments | 0 | 2013-05-23T14:02:43Z | 2021-12-09T19:39:01Z | https://github.com/llvm/llvm-project/issues/16497 | 1,075,932,780 | 16,497 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16121](https://llvm.org/bz16121) |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AaronBallman,@DougGregor,@zygoloid |
## Extended Description
clang forbids static data fields in anonymous strust:
$ cat anonymous-member-test.cpp
typedef... | clang forbids static data members in anonymous struct | https://api.github.com/repos/llvm/llvm-project/issues/16496/comments | 8 | 2013-05-23T13:21:45Z | 2023-07-20T16:42:53Z | https://github.com/llvm/llvm-project/issues/16496 | 1,075,932,766 | 16,496 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16120](https://llvm.org/bz16120) |
| Resolution | FIXED |
| Resolved on | Sep 26, 2014 08:00 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#16104 |
| CC | @Arnaud-de-Grandmaison-ARM,@echristo,@gribozavr,@ismail,@rengolin,@sylvestre |
## Extended Descript... | Move Buildbots to CMake | https://api.github.com/repos/llvm/llvm-project/issues/16495/comments | 3 | 2013-05-23T12:45:56Z | 2021-12-09T19:38:58Z | https://github.com/llvm/llvm-project/issues/16495 | 1,075,932,755 | 16,495 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16119](https://llvm.org/bz16119) |
| Resolution | WONTFIX |
| Resolved on | May 23, 2013 12:10 |
| Version | unspecified |
| OS | All |
| CC | @dwblaikie,@DougGregor |
## Extended Description
Hello,
it would be great if clang could issue a warning when it detects structs with... | Add a warning for incomplete bitfields | https://api.github.com/repos/llvm/llvm-project/issues/16494/comments | 1 | 2013-05-23T10:23:43Z | 2022-01-20T02:37:41Z | https://github.com/llvm/llvm-project/issues/16494 | 1,075,932,742 | 16,494 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16118](https://llvm.org/bz16118) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
See the following:
template<typename ...Ts>
struct list
{};
template<typename ...Ts>
struct ... | better diagnostic for misplaced pack expansion ellipsis in template argument list | https://api.github.com/repos/llvm/llvm-project/issues/16493/comments | 3 | 2013-05-23T08:06:51Z | 2023-11-03T14:04:41Z | https://github.com/llvm/llvm-project/issues/16493 | 1,075,932,728 | 16,493 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16117](https://llvm.org/bz16117) |
| Resolution | FIXED |
| Resolved on | Nov 21, 2013 11:20 |
| Version | trunk |
| OS | Linux |
## Extended Description
Testcase:
Index: test/SemaCXX/cxx1y-deduced-return-type.cpp
==============================================================... | deduced return types for member templates don't get deduced eagerly | https://api.github.com/repos/llvm/llvm-project/issues/16492/comments | 1 | 2013-05-23T00:23:08Z | 2021-12-09T19:33:16Z | https://github.com/llvm/llvm-project/issues/16492 | 1,075,927,544 | 16,492 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16116](https://llvm.org/bz16116) |
| Version | trunk |
| OS | Windows NT |
| CC | @atrick,@hfinkel |
## Extended Description
The normal order of passes are:
- reassociate
- loop simplication/rotate
- licm (loop invariant code motion)
I found a speed regression between 3.1 and... | Reassociate should sometimes be redone after loop canonicalization | https://api.github.com/repos/llvm/llvm-project/issues/16491/comments | 1 | 2013-05-23T00:08:08Z | 2021-12-09T19:33:15Z | https://github.com/llvm/llvm-project/issues/16491 | 1,075,927,524 | 16,491 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16115](https://llvm.org/bz16115) |
| Resolution | FIXED |
| Resolved on | May 24, 2013 16:07 |
| Version | trunk |
| OS | All |
| CC | @d0k,@lattner |
## Extended Description
unsigned foo(unsigned i) {
return 32 - __builtin_clz(i);
}
Is compiled to:
bsrl %edi, %eax
... | {32, 64} - __builtin_clz{,l}(...) does not get optimized correctly on x86. | https://api.github.com/repos/llvm/llvm-project/issues/16490/comments | 4 | 2013-05-22T23:55:54Z | 2021-12-09T19:33:14Z | https://github.com/llvm/llvm-project/issues/16490 | 1,075,927,511 | 16,490 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16114](https://llvm.org/bz16114) |
| Resolution | FIXED |
| Resolved on | May 27, 2013 21:24 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
f.h:
inline int *f() {
struct {
int* f() {
static int i;
return &i;
}
} s;
r... | Incorrect linkage for testcase with local static in an inline member function of a local type | https://api.github.com/repos/llvm/llvm-project/issues/16489/comments | 2 | 2013-05-22T23:07:56Z | 2021-12-09T19:33:13Z | https://github.com/llvm/llvm-project/issues/16489 | 1,075,927,500 | 16,489 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16113](https://llvm.org/bz16113) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [scan-build annotated source file.](https://user-images.githubusercontent.com/60944935/143747463-04a7ae69-1c28-4eab-9a9f-bf12ea30cb3e.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkad... | scan-build memory leak false positive | https://api.github.com/repos/llvm/llvm-project/issues/16488/comments | 2 | 2013-05-22T22:35:24Z | 2021-12-09T19:33:12Z | https://github.com/llvm/llvm-project/issues/16488 | 1,075,927,485 | 16,488 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16112](https://llvm.org/bz16112) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo,@jryans,@RamNalamothu |
## Extended Description
Currently LLDB allows setting breakpoints by line number via the "-l" option to "breakpoint set" ... | LLDB does not support setting breakpoints by column | https://api.github.com/repos/llvm/llvm-project/issues/16487/comments | 4 | 2013-05-22T22:07:18Z | 2022-04-02T13:33:46Z | https://github.com/llvm/llvm-project/issues/16487 | 1,075,927,475 | 16,487 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16111](https://llvm.org/bz16111) |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
If a block is defined in a function template, its instantiation will have a null SignatureAsWritten. Looking at TreeTransform::TransformBlockExpr, it seems that thi... | Block type signature is not preserved through template instantiation | https://api.github.com/repos/llvm/llvm-project/issues/16486/comments | 1 | 2013-05-22T18:55:09Z | 2021-12-09T19:33:10Z | https://github.com/llvm/llvm-project/issues/16486 | 1,075,927,460 | 16,486 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16110](https://llvm.org/bz16110) |
| Resolution | FIXED |
| Resolved on | May 23, 2013 12:02 |
| Version | trunk |
| OS | Linux |
| CC | @stoklund |
## Extended Description
test case by csmith/creduce
LLVM r182482.
long long a;
int b;
int c;
int d;
int fn2();
int fn3();
int f... | llvm/CodeGen/SlotIndexes.h: Assertion `itr != mi2iMap.end() && "Instruction not found in maps."' failed. | https://api.github.com/repos/llvm/llvm-project/issues/16485/comments | 2 | 2013-05-22T17:44:26Z | 2021-12-09T19:33:09Z | https://github.com/llvm/llvm-project/issues/16485 | 1,075,927,444 | 16,485 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16109](https://llvm.org/bz16109) |
| Resolution | INVALID |
| Resolved on | May 23, 2013 12:53 |
| Version | 3.1 |
| OS | All |
| Attachments | [LLVM-IR code example](https://user-images.githubusercontent.com/60944935/143747461-7849871b-be18-4777-a9a5-7e3aae4e35a7.gz) |
| Report... | Optimization error - Generates an "orr" command instead of "eor" | https://api.github.com/repos/llvm/llvm-project/issues/16484/comments | 3 | 2013-05-22T17:13:14Z | 2021-12-09T19:33:08Z | https://github.com/llvm/llvm-project/issues/16484 | 1,075,927,432 | 16,484 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16108](https://llvm.org/bz16108) |
| Resolution | FIXED |
| Resolved on | Dec 13, 2013 07:43 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@majnemer,@echristo,@FlashSheridan,@hfinkel |
## Extended Description
LLVM (git) + clang (3.4)... | Wrong constant folding | https://api.github.com/repos/llvm/llvm-project/issues/16483/comments | 7 | 2013-05-22T14:41:48Z | 2021-12-09T19:33:07Z | https://github.com/llvm/llvm-project/issues/16483 | 1,075,927,408 | 16,483 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16107](https://llvm.org/bz16107) |
| Resolution | WONTFIX |
| Resolved on | May 22, 2013 07:08 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This:
return BrowserContext::GetDownloadManager(profile_->GetOriginalPro... | Arrows moved to the next line (chromium style) | https://api.github.com/repos/llvm/llvm-project/issues/16479/comments | 1 | 2013-05-22T13:59:17Z | 2022-01-20T02:37:39Z | https://github.com/llvm/llvm-project/issues/16479 | 1,071,065,904 | 16,479 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16106](https://llvm.org/bz16106) |
| Resolution | FIXED |
| Resolved on | Apr 06, 2017 03:17 |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@vgvassilev |
## Extended Description
On this page http://clang.llvm.org/doxygen/group__CIN... | clang_getPresumedLocation and offset | https://api.github.com/repos/llvm/llvm-project/issues/16478/comments | 1 | 2013-05-22T12:39:03Z | 2021-12-04T00:15:50Z | https://github.com/llvm/llvm-project/issues/16478 | 1,071,065,899 | 16,478 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [16105](https://llvm.org/bz16105) |
| Resolution | FIXED |
| Resolved on | Jul 08, 2013 21:08 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
In LLVM 3.3 from subversion (currently rev 182439) passing the ... | Incorrect assembly around 'div' instruction on x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/16477/comments | 5 | 2013-05-22T12:36:17Z | 2021-12-04T00:15:49Z | https://github.com/llvm/llvm-project/issues/16477 | 1,071,065,892 | 16,477 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.