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 | [14804](https://llvm.org/bz14804) |
| Version | trunk |
| OS | Linux |
| Attachments | [Test to reproduce a spurious unused expression warning on templated classes.](https://user-images.githubusercontent.com/60944935/143746661-cd5f5e56-1bdc-4116-b88a-b11be82cd83d.gz), [Test to re... | Spurious unused expression warning | https://api.github.com/repos/llvm/llvm-project/issues/15176/comments | 1 | 2013-01-04T23:03:25Z | 2023-07-17T17:30:02Z | https://github.com/llvm/llvm-project/issues/15176 | 1,071,057,970 | 15,176 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14803](https://llvm.org/bz14803) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2013 19:16 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Subtraction is recognized as a reduction however this does not work in general becau... | Incorrect loop vectorization for reduction involving subtract | https://api.github.com/repos/llvm/llvm-project/issues/15175/comments | 7 | 2013-01-04T22:54:52Z | 2021-12-03T23:57:15Z | https://github.com/llvm/llvm-project/issues/15175 | 1,071,057,965 | 15,175 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14802](https://llvm.org/bz14802) |
| Resolution | WONTFIX |
| Resolved on | Jan 06, 2017 17:47 |
| Version | unspecified |
| OS | All |
## Extended Description
Have:
enum { kOsMac = 1 << 0,
kOsAndroid = 1 << 4 };
Hit ctrl-i on the first line, and this becomes:
enum ... | Formatter stops indenting too early in enum | https://api.github.com/repos/llvm/llvm-project/issues/15174/comments | 4 | 2013-01-04T22:53:40Z | 2022-01-20T02:36:59Z | https://github.com/llvm/llvm-project/issues/15174 | 1,071,057,962 | 15,174 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14801](https://llvm.org/bz14801) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2013 23:59 |
| Version | unspecified |
| OS | All |
## Extended Description
void f() {
#if defined(OS_MACOSX)
int a = 0;
#endif
}
becomes
void f() {
#if defined(OS_MACOSX)
int a = 0;
#e... | preprocessor directives shouldn't be indented | https://api.github.com/repos/llvm/llvm-project/issues/15173/comments | 2 | 2013-01-04T22:49:03Z | 2021-12-03T23:57:14Z | https://github.com/llvm/llvm-project/issues/15173 | 1,071,057,959 | 15,173 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14800](https://llvm.org/bz14800) |
| Resolution | FIXED |
| Resolved on | Jan 12, 2013 19:06 |
| Version | unspecified |
| OS | All |
## Extended Description
const Experiment::Choice kAshBootAnimationFunction[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
};
becom... | Formatter produces a 107 column long line for simple input | https://api.github.com/repos/llvm/llvm-project/issues/15172/comments | 3 | 2013-01-04T22:46:10Z | 2021-12-03T23:57:13Z | https://github.com/llvm/llvm-project/issues/15172 | 1,071,057,956 | 15,172 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14799](https://llvm.org/bz14799) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2013 12:11 |
| Version | unspecified |
| OS | All |
## Extended Description
void AddOsStrings(unsigned bitmask) {
struct {
int i;
} foo;
}
becomes
void AddOsStrings(unsigned bitmask) {... | Formatter doesn't handle struct literals well | https://api.github.com/repos/llvm/llvm-project/issues/15171/comments | 1 | 2013-01-04T22:32:47Z | 2021-12-03T23:57:12Z | https://github.com/llvm/llvm-project/issues/15171 | 1,071,057,951 | 15,171 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14798](https://llvm.org/bz14798) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2013 05:56 |
| Version | unspecified |
| OS | All |
## Extended Description
void AddOsStrings(unsigned bitmask) {
struct s {
int i;
};
s kBitsToOs[] = {
{ 10 }
};
for (int i = 0... | Formatter gets very confused by nested array initializers | https://api.github.com/repos/llvm/llvm-project/issues/15170/comments | 2 | 2013-01-04T22:31:55Z | 2021-12-03T23:57:11Z | https://github.com/llvm/llvm-project/issues/15170 | 1,071,057,948 | 15,170 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14797](https://llvm.org/bz14797) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2013 18:57 |
| Version | trunk |
| OS | Linux |
| CC | @belkadan |
## Extended Description
Apparently the analyzers data flow analysis apparently gets confused by loops which count downwards.... | Analyzer gets confused by decrementing loops | https://api.github.com/repos/llvm/llvm-project/issues/15169/comments | 2 | 2013-01-04T22:23:44Z | 2021-12-03T23:57:11Z | https://github.com/llvm/llvm-project/issues/15169 | 1,071,057,941 | 15,169 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14796](https://llvm.org/bz14796) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2013 17:38 |
| Version | unspecified |
| OS | All |
## Extended Description
#define SINGLE_VALUE_TYPE_AND_VALUE(command_line_switch, switch_value) \
Experiment::SINGLE_VALUE, command_line_swi... | #define formatter inserts a bad line break | https://api.github.com/repos/llvm/llvm-project/issues/15168/comments | 2 | 2013-01-04T22:16:42Z | 2021-12-03T23:57:10Z | https://github.com/llvm/llvm-project/issues/15168 | 1,071,057,939 | 15,168 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14795](https://llvm.org/bz14795) |
| Resolution | FIXED |
| Resolved on | Jul 20, 2013 09:25 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [clang patch](https://user-images.githubusercontent.com/2630040/143746659-84ee480e-6434-43b6-9712-88b8e566aa38.gz), [clang patch](https... | -frewrite-includes sometimes results in incorrect line numbers | https://api.github.com/repos/llvm/llvm-project/issues/15167/comments | 1 | 2013-01-04T22:09:49Z | 2021-12-03T23:57:09Z | https://github.com/llvm/llvm-project/issues/15167 | 1,071,057,930 | 15,167 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14794](https://llvm.org/bz14794) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
More discussions at
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121224/160534.html
We currently have a simple helper function... | Request a conservative reachability analysis for CapturesBefore | https://api.github.com/repos/llvm/llvm-project/issues/15166/comments | 0 | 2013-01-04T21:20:47Z | 2021-12-03T23:57:08Z | https://github.com/llvm/llvm-project/issues/15166 | 1,071,057,923 | 15,166 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14793](https://llvm.org/bz14793) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2013 14:47 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/92601279/143746658-3c3f944a-cfef-481a-b1f9-8a7f36e45d7c.gz) |
## Extended Desc... | Formatting: Useless space before ampersand | https://api.github.com/repos/llvm/llvm-project/issues/15165/comments | 1 | 2013-01-04T20:06:26Z | 2021-12-03T23:57:08Z | https://github.com/llvm/llvm-project/issues/15165 | 1,071,057,921 | 15,165 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14792](https://llvm.org/bz14792) |
| Resolution | FIXED |
| Resolved on | Aug 20, 2014 16:36 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143746650-9257c55f-a7c0-4e15-84b2-f40f50150aea.gz), [LLVM IR for testca... | va_start is not computed correctly on x86 and x86-64 | https://api.github.com/repos/llvm/llvm-project/issues/15164/comments | 20 | 2013-01-04T19:54:39Z | 2021-12-03T23:57:07Z | https://github.com/llvm/llvm-project/issues/15164 | 1,071,057,914 | 15,164 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14791](https://llvm.org/bz14791) |
| Resolution | FIXED |
| Resolved on | May 09, 2013 20:41 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/92601279/143746649-86e76146-ebac-42fc-b4f5-67a150c0e815.gz) |
## Extended Desc... | Formatting: INITIALIZE PASS macros misformatted, if followed by function call | https://api.github.com/repos/llvm/llvm-project/issues/15163/comments | 8 | 2013-01-04T19:54:20Z | 2021-12-03T23:57:06Z | https://github.com/llvm/llvm-project/issues/15163 | 1,071,057,906 | 15,163 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14790](https://llvm.org/bz14790) |
| Resolution | FIXED |
| Resolved on | Jan 09, 2013 05:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case](https://user-images.githubusercontent.com/92601279/143746648-85891aea-7c7b-4313-b2f4-bd2e459f98f2.gz) |
## Extended Desc... | Formatting a macros that contain comments yields uses more than 80 cols | https://api.github.com/repos/llvm/llvm-project/issues/15162/comments | 1 | 2013-01-04T19:41:04Z | 2021-12-03T23:57:05Z | https://github.com/llvm/llvm-project/issues/15162 | 1,071,057,904 | 15,162 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14789](https://llvm.org/bz14789) |
| Resolution | INVALID |
| Resolved on | Jan 07, 2013 21:20 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
Trying to build LLVM 3.2 on Ubuntu 12.10. Getting the foll... | Compile error building LLVM 3.2 on Ubuntu 12.10 | https://api.github.com/repos/llvm/llvm-project/issues/15161/comments | 6 | 2013-01-03T02:27:02Z | 2021-12-03T23:57:04Z | https://github.com/llvm/llvm-project/issues/15161 | 1,071,057,900 | 15,161 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14788](https://llvm.org/bz14788) |
| Version | trunk |
| OS | All |
| CC | @tkremenek |
## Extended Description
Various diagnostics in RetainCountChecker say things like:
if (D->getAttr<CFReturnsNotRetainedAttr>())
os << "that is annotated as CF_RETURNS_NOT_RETAINED... | RetainCountChecker should check for annotation macros when creating diagnostics | https://api.github.com/repos/llvm/llvm-project/issues/15160/comments | 2 | 2013-01-02T23:27:17Z | 2021-12-03T23:57:03Z | https://github.com/llvm/llvm-project/issues/15160 | 1,071,057,895 | 15,160 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14787](https://llvm.org/bz14787) |
| Resolution | FIXED |
| Resolved on | Jul 08, 2013 09:48 |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced test case](https://user-images.githubusercontent.com/910929/143746646-7f1dd8f7-62c4-4f37-8055-01604a657432.gz) |
| ... | inline asm triggers "Instruction uses an allocated register" in fast register allocator | https://api.github.com/repos/llvm/llvm-project/issues/15159/comments | 4 | 2013-01-02T21:52:37Z | 2021-12-03T23:57:03Z | https://github.com/llvm/llvm-project/issues/15159 | 1,071,057,891 | 15,159 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14786](https://llvm.org/bz14786) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 12:33 |
| Version | unspecified |
| OS | All |
## Extended Description
```cpp
template<typename T>
ProgramStateRef set(ProgramStateRef st,
typename ProgramState... | Formatting should try to not break before "::" | https://api.github.com/repos/llvm/llvm-project/issues/15158/comments | 2 | 2013-01-02T20:10:12Z | 2022-12-18T01:23:36Z | https://github.com/llvm/llvm-project/issues/15158 | 1,071,057,885 | 15,158 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14785](https://llvm.org/bz14785) |
| Resolution | FIXED |
| Resolved on | Jun 22, 2017 09:12 |
| Version | 3.2 |
| OS | All |
| Attachments | [original testcase file used (ill formed code that compiles, but should not)](https://user-images.githubusercontent.com/60944935/14374664... | clang++ ignores friend function definition within class scope (allowing redefinition) | https://api.github.com/repos/llvm/llvm-project/issues/15157/comments | 2 | 2013-01-02T19:53:52Z | 2021-12-03T23:57:01Z | https://github.com/llvm/llvm-project/issues/15157 | 1,071,057,882 | 15,157 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14784](https://llvm.org/bz14784) |
| Resolution | DUPLICATE |
| Resolved on | Jan 02, 2013 10:12 |
| Version | trunk |
| OS | Linux |
| Attachments | [Minimal test case](https://user-images.githubusercontent.com/92601852/143746642-a8aa42dc-85ae-497e-92f4-dfa450198ac2.gz) |
## E... | Analysis result depends on used integer type | https://api.github.com/repos/llvm/llvm-project/issues/15156/comments | 3 | 2013-01-02T17:53:22Z | 2021-12-03T23:57:00Z | https://github.com/llvm/llvm-project/issues/15156 | 1,071,057,875 | 15,156 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14783](https://llvm.org/bz14783) |
| Version | trunk |
| OS | Linux |
| Attachments | [Minimal test case](https://user-images.githubusercontent.com/92601852/143746641-09a391cf-10c1-4e64-9111-1b201e071a1e.gz) |
| CC | @belkadan |
## Extended Description
I stumbled upon an int... | Analysis result depends on used integer type | https://api.github.com/repos/llvm/llvm-project/issues/15155/comments | 6 | 2013-01-02T17:52:19Z | 2021-12-03T23:56:59Z | https://github.com/llvm/llvm-project/issues/15155 | 1,071,057,871 | 15,155 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14782](https://llvm.org/bz14782) |
| Resolution | FIXED |
| Resolved on | Jan 08, 2013 04:51 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When there is a landingpad with phi nodes, reg2mem turns the phi nodes to load... | reg2mem breaks module | https://api.github.com/repos/llvm/llvm-project/issues/15154/comments | 8 | 2013-01-02T17:15:36Z | 2021-12-03T23:56:58Z | https://github.com/llvm/llvm-project/issues/15154 | 1,071,057,867 | 15,154 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14781](https://llvm.org/bz14781) |
| Version | 3.2 |
| OS | MacOS X |
| CC | @jryans |
## Extended Description
I got the following:
UNREACHABLE executed at /build/eulisse/ext/CMSSW_6_2_X/20121230_2125/a/BUILD/slc5_amd64_gcc472/external/llvm/3.2-cms2/llvm-3.2-171261/tools/clan... | ICE when compiling with clang 3.2 | https://api.github.com/repos/llvm/llvm-project/issues/15153/comments | 2 | 2013-01-02T14:53:40Z | 2023-06-04T22:09:04Z | https://github.com/llvm/llvm-project/issues/15153 | 1,071,057,861 | 15,153 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14780](https://llvm.org/bz14780) |
| Resolution | WORKSFORME |
| Resolved on | Jul 14, 2014 06:04 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
~$ echo '0x013 0xbb' | ~/llvm/llvm-svn/llvm/Debug+Ass... | Thumb2: CBZ and CBNZ have to use zero-extend | https://api.github.com/repos/llvm/llvm-project/issues/15152/comments | 1 | 2013-01-02T14:08:50Z | 2022-01-20T02:10:44Z | https://github.com/llvm/llvm-project/issues/15152 | 1,071,057,859 | 15,152 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14779](https://llvm.org/bz14779) |
| Resolution | FIXED |
| Resolved on | Apr 22, 2013 16:42 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bugpoint-reduced file demonstrating the failure.](https://user-images.githubusercontent.com/827859/143746636-ebfc482b-871c-4885-8ec5... | PPC64: Assertion failure in CodeGen/MachineInstr.cpp: "invalid pointer value" | https://api.github.com/repos/llvm/llvm-project/issues/15151/comments | 29 | 2013-01-02T14:05:49Z | 2021-12-03T23:56:56Z | https://github.com/llvm/llvm-project/issues/15151 | 1,071,057,853 | 15,151 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14778](https://llvm.org/bz14778) |
| Version | unspecified |
| OS | All |
## Extended Description
The motivation here is two-fold:
1) simplify the workflow for refactoring LLVM libraries and updating dragonegg by letting developers have "one big checkout" and "one big build" t... | DragonEgg should build and install dragonegg.so when checked out under llvm/projects | https://api.github.com/repos/llvm/llvm-project/issues/15150/comments | 0 | 2013-01-02T13:41:37Z | 2021-12-14T21:10:25Z | https://github.com/llvm/llvm-project/issues/15150 | 1,071,057,852 | 15,150 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14777](https://llvm.org/bz14777) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [NULLPTR_TYPE handling for dragonegg release_3.2, also applicable to the trunk.](https://user-images.githubusercontent.com/92601710/143... | ICE in case of nullptr in C++11 mode. | https://api.github.com/repos/llvm/llvm-project/issues/15149/comments | 5 | 2013-01-02T10:34:55Z | 2021-12-03T23:56:54Z | https://github.com/llvm/llvm-project/issues/15149 | 1,071,057,848 | 15,149 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14776](https://llvm.org/bz14776) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 22:30 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie,@DougGregor |
## Extended Description
In the following test we warn about 'a' bein... | Missing warning for unused auto variable | https://api.github.com/repos/llvm/llvm-project/issues/15148/comments | 3 | 2013-01-02T07:19:00Z | 2021-12-03T23:56:53Z | https://github.com/llvm/llvm-project/issues/15148 | 1,071,057,840 | 15,148 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14775](https://llvm.org/bz14775) |
| Resolution | DUPLICATE |
| Resolved on | Jan 02, 2013 02:37 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
c++ files compiled with -fsjlj-exceptions generate calls to _Unwin... | -fsjlj-exceptions not working | https://api.github.com/repos/llvm/llvm-project/issues/15147/comments | 2 | 2013-01-02T05:55:12Z | 2021-12-03T23:56:53Z | https://github.com/llvm/llvm-project/issues/15147 | 1,071,057,833 | 15,147 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14774](https://llvm.org/bz14774) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2013 18:27 |
| Version | unspecified |
| OS | All |
## Extended Description
Repro:
1. Have this program:
Nicos-MacBook-Pro:~ thakis$ cat foo.cc
namespace {
class Foo {
Foo(
};
} // comme... | clang-format deletes input file | https://api.github.com/repos/llvm/llvm-project/issues/15146/comments | 2 | 2013-01-02T02:08:21Z | 2021-12-03T23:56:52Z | https://github.com/llvm/llvm-project/issues/15146 | 1,071,057,827 | 15,146 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14773](https://llvm.org/bz14773) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 18:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [plain and processed sources](https://user-images.githubusercontent.com/60944935/143746633-da423846-52d2-49db-bb8c-50ce849a88a7.gz) |... | segmentation fault with C++11 by use of local-static array in lambda (3.3 trunk 171341) | https://api.github.com/repos/llvm/llvm-project/issues/15145/comments | 1 | 2013-01-02T00:21:33Z | 2021-12-03T23:56:51Z | https://github.com/llvm/llvm-project/issues/15145 | 1,071,057,823 | 15,145 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14772](https://llvm.org/bz14772) |
| Resolution | FIXED |
| Resolved on | May 23, 2013 07:42 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#16056 |
| CC | @davidchisnall,@DougGregor,@zygoloid |
## Extended Description
This silently breaks std::atomic... | _Atomic types are not literal | https://api.github.com/repos/llvm/llvm-project/issues/15144/comments | 6 | 2013-01-01T23:31:30Z | 2021-12-03T23:56:50Z | https://github.com/llvm/llvm-project/issues/15144 | 1,071,057,818 | 15,144 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14771](https://llvm.org/bz14771) |
| Resolution | DUPLICATE |
| Resolved on | Jan 01, 2013 13:00 |
| Version | 3.2 |
| OS | Linux |
| CC | @dwblaikie,@DougGregor |
## Extended Description
I play with c++11. And such code cause 100% cpu usage during 1 hour,
after that I just pr... | c++11: Fibonacci numbers calculations cause infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/15143/comments | 1 | 2013-01-01T14:51:06Z | 2021-12-03T23:56:49Z | https://github.com/llvm/llvm-project/issues/15143 | 1,071,057,811 | 15,143 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14770](https://llvm.org/bz14770) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Currently LLC uses the default target. We want to preserve this functionality only when -mcpu=native is used. LLC should initialize the target m... | LLC needs to choose the backend using the triple from the module. | https://api.github.com/repos/llvm/llvm-project/issues/15142/comments | 0 | 2013-01-01T10:12:56Z | 2021-12-03T23:56:49Z | https://github.com/llvm/llvm-project/issues/15142 | 1,071,057,807 | 15,142 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14769](https://llvm.org/bz14769) |
| Version | 3.1 |
| OS | Linux |
| Attachments | [reproduction](https://user-images.githubusercontent.com/60944935/143746632-c2971df5-57b9-408f-94cc-c7e0ad09fc24.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the ... | return structure gets corrupted / possible alignment issue | https://api.github.com/repos/llvm/llvm-project/issues/15141/comments | 0 | 2013-01-01T08:32:49Z | 2021-12-03T23:56:48Z | https://github.com/llvm/llvm-project/issues/15141 | 1,071,057,802 | 15,141 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14768](https://llvm.org/bz14768) |
| Resolution | FIXED |
| Resolved on | Jan 30, 2013 09:31 |
| Version | 3.1 |
| OS | MacOS X |
| Attachments | [reduced example](https://user-images.githubusercontent.com/60944935/143746629-96b127bd-fac3-4e28-8b71-eb73399250b4.gz), [preprocesse... | front-end c++ crash when parsing armadillo headers | https://api.github.com/repos/llvm/llvm-project/issues/15140/comments | 5 | 2013-01-01T02:22:35Z | 2021-12-03T23:56:47Z | https://github.com/llvm/llvm-project/issues/15140 | 1,071,057,795 | 15,140 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14767](https://llvm.org/bz14767) |
| Resolution | INVALID |
| Resolved on | Jan 18, 2013 22:37 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14767 |
| CC | @DougGregor,@echristo |
## Extended Description
One of the GDB 7.5 test suite tests (gdb.trace/s... | the curious case of tracing local variables/parameters | https://api.github.com/repos/llvm/llvm-project/issues/15139/comments | 2 | 2013-01-01T01:38:35Z | 2021-12-03T23:56:46Z | https://github.com/llvm/llvm-project/issues/15139 | 1,071,057,786 | 15,139 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14766](https://llvm.org/bz14766) |
| Resolution | FIXED |
| Resolved on | Jan 11, 2013 20:29 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
both gcc and clang accept
-----------------------------... | accepts invalid? | https://api.github.com/repos/llvm/llvm-project/issues/15138/comments | 1 | 2013-01-01T00:35:09Z | 2021-12-03T23:56:45Z | https://github.com/llvm/llvm-project/issues/15138 | 1,071,057,784 | 15,138 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14765](https://llvm.org/bz14765) |
| Resolution | FIXED |
| Resolved on | Oct 24, 2013 23:37 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Example source file showing the false positive scenario.](https://user-images.githubusercontent.com/60944935/143746628-dbd4c5f7-ce... | False positive: Assignment to struct causes garbage value | https://api.github.com/repos/llvm/llvm-project/issues/15137/comments | 4 | 2012-12-31T23:03:49Z | 2021-12-03T23:56:44Z | https://github.com/llvm/llvm-project/issues/15137 | 1,071,057,778 | 15,137 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14764](https://llvm.org/bz14764) |
| Version | 3.2 |
| OS | Solaris |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Theodor |
## Extended Description
Hello,
compiling llvm on omnios works fine, until I want to build it for 64bit. Then all settings in the configure script g... | cflags not honored on solaris | https://api.github.com/repos/llvm/llvm-project/issues/15136/comments | 12 | 2012-12-31T22:45:09Z | 2023-06-26T02:27:57Z | https://github.com/llvm/llvm-project/issues/15136 | 1,071,057,772 | 15,136 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14763](https://llvm.org/bz14763) |
| Resolution | FIXED |
| Resolved on | Jun 05, 2013 13:35 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor |
## Extended Description
struct foo {
foo(const foo&);
int var;
};
int func(foo ... | debug info for non-trivial value parameters represent references instead | https://api.github.com/repos/llvm/llvm-project/issues/15135/comments | 4 | 2012-12-31T22:21:39Z | 2021-12-03T23:56:42Z | https://github.com/llvm/llvm-project/issues/15135 | 1,071,057,764 | 15,135 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14762](https://llvm.org/bz14762) |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 llvm/llvm-bugzilla-archive#24345 |
| CC | @DougGregor |
## Extended Description
The debug info for types such as:
typedef struct { foo f; } bar;
in Clang does not in... | Debug info for anonymous structs with linkage names | https://api.github.com/repos/llvm/llvm-project/issues/15134/comments | 4 | 2012-12-31T21:56:04Z | 2023-11-03T13:10:09Z | https://github.com/llvm/llvm-project/issues/15134 | 1,071,057,755 | 15,134 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14761](https://llvm.org/bz14761) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2013 16:10 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @gribozavr | | Clang crash when building from git sources (automatic bug report) | https://api.github.com/repos/llvm/llvm-project/issues/15133/comments | 4 | 2012-12-31T19:42:30Z | 2021-12-03T23:56:41Z | https://github.com/llvm/llvm-project/issues/15133 | 1,071,057,752 | 15,133 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14760](https://llvm.org/bz14760) |
| Resolution | FIXED |
| Resolved on | Jul 30, 2016 09:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [Proposed fix](https://user-images.githubusercontent.com/143300/143746623-01eeb2b4-32d5-4527-b9ef-f5bbde3eb23e.gz) |
| CC | @RKSimon,... | DAGCombiner generates illegal vector INT_TO_FP nodes | https://api.github.com/repos/llvm/llvm-project/issues/15132/comments | 2 | 2012-12-31T19:27:16Z | 2021-12-03T23:56:40Z | https://github.com/llvm/llvm-project/issues/15132 | 1,071,057,745 | 15,132 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14759](https://llvm.org/bz14759) |
| Resolution | FIXED |
| Resolved on | Jan 19, 2013 13:23 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo |
## Extended Description
Debug info for:
struct foo {
int i;
};
typedef... | debug info does not provide pointer to member types | https://api.github.com/repos/llvm/llvm-project/issues/15131/comments | 4 | 2012-12-31T12:04:30Z | 2021-12-03T23:56:39Z | https://github.com/llvm/llvm-project/issues/15131 | 1,071,057,741 | 15,131 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14758](https://llvm.org/bz14758) |
| Resolution | FIXED |
| Resolved on | Apr 23, 2013 18:09 |
| Version | 3.2 |
| OS | MacOS X |
| CC | @chandlerc,@ramosian-glider,@kcc |
## Extended Description
Just checked out a new copy of compiler-rt and attempted to build it. Seems that ... | asan does not compile on OS X | https://api.github.com/repos/llvm/llvm-project/issues/15130/comments | 4 | 2012-12-31T10:33:24Z | 2021-12-03T23:56:38Z | https://github.com/llvm/llvm-project/issues/15130 | 1,071,057,738 | 15,130 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14757](https://llvm.org/bz14757) |
| Resolution | DUPLICATE |
| Resolved on | Jan 09, 2013 10:26 |
| Version | unspecified |
| OS | All |
## Extended Description
int main() {
{
return ParseAssignmentTail(Op) ? StmtError() :
Actions.St... | Formatting produces a line longer than 80 chars sometimes | https://api.github.com/repos/llvm/llvm-project/issues/15129/comments | 2 | 2012-12-31T06:29:05Z | 2021-12-03T23:56:37Z | https://github.com/llvm/llvm-project/issues/15129 | 1,071,057,732 | 15,129 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14756](https://llvm.org/bz14756) |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Platform: linux, x86_64, clang++3.2 (trunk 167604)
Source file:
------------------------------------------
// test.cpp
typ... | Core dump when compiling a simple c++ source file (involving rvalue reference) | https://api.github.com/repos/llvm/llvm-project/issues/15128/comments | 1 | 2012-12-31T04:48:14Z | 2023-06-27T17:43:06Z | https://github.com/llvm/llvm-project/issues/15128 | 1,071,057,727 | 15,128 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14755](https://llvm.org/bz14755) |
| Resolution | DUPLICATE |
| Resolved on | Dec 31, 2012 07:47 |
| Version | 3.2 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
On windows (mingw), a clang 3.2 build does not call as from b... | clang driver passes inappropriate options to gcc -x assembler | https://api.github.com/repos/llvm/llvm-project/issues/15127/comments | 3 | 2012-12-31T03:48:37Z | 2021-12-03T23:56:35Z | https://github.com/llvm/llvm-project/issues/15127 | 1,071,057,718 | 15,127 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14754](https://llvm.org/bz14754) |
| Version | unspecified |
| OS | All |
| CC | @DougGregor |
## Extended Description
"out-of-line definition of 'foo' does not match any declaration in 'bar'"
The location of 'bar' (or, even better, if there's only one function called 'foo' w... | Out-of-line definition mismatch doesn't mention the location of the class definition | https://api.github.com/repos/llvm/llvm-project/issues/15126/comments | 0 | 2012-12-31T03:38:25Z | 2021-12-03T23:56:35Z | https://github.com/llvm/llvm-project/issues/15126 | 1,071,057,712 | 15,126 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14753](https://llvm.org/bz14753) |
| Resolution | FIXED |
| Resolved on | Dec 23, 2020 11:45 |
| Version | trunk |
| OS | Linux |
| CC | @atrick,@lattner,@fhahn |
## Extended Description
Currently this loop is not rewritten into a memset:
int gi;
void foo2(int n, float *a) {... | Should recognize memset loop with a global induction variable | https://api.github.com/repos/llvm/llvm-project/issues/15125/comments | 14 | 2012-12-31T01:31:17Z | 2021-12-03T23:56:34Z | https://github.com/llvm/llvm-project/issues/15125 | 1,071,057,708 | 15,125 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14752](https://llvm.org/bz14752) |
| Resolution | FIXED |
| Resolved on | Dec 31, 2012 07:05 |
| Version | unspecified |
| OS | All |
| CC | @isanbard |
## Extended Description
dragonegg fails to compile against current trunk llvm (r171252):
.../src/TypeConversion.cpp:788:37:... | dragon egg trunk does not compile against llvm trunk r171252 | https://api.github.com/repos/llvm/llvm-project/issues/15124/comments | 5 | 2012-12-30T23:23:48Z | 2021-12-03T23:56:33Z | https://github.com/llvm/llvm-project/issues/15124 | 1,071,057,702 | 15,124 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14751](https://llvm.org/bz14751) |
| Resolution | FIXED |
| Resolved on | Dec 30, 2012 16:28 |
| Version | trunk |
| OS | Linux |
| Attachments | [Bugpoint-reduced file demonstrating the failure.](https://user-images.githubusercontent.com/827859/143746620-7ddb09af-3173-41c3-ab88... | PowerPC 64: Unsupported type in getConstantFP during pass 'PowerPC DAG->DAG Pattern Instruction Selection' | https://api.github.com/repos/llvm/llvm-project/issues/15123/comments | 1 | 2012-12-30T17:24:49Z | 2021-12-03T23:56:32Z | https://github.com/llvm/llvm-project/issues/15123 | 1,071,057,695 | 15,123 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14750](https://llvm.org/bz14750) |
| Resolution | FIXED |
| Resolved on | Feb 05, 2013 12:03 |
| Version | trunk |
| OS | All |
| CC | @asl,@jsonn,@stoklund |
## Extended Description
Reduced testcase (with help from Joerg Sonnenberger, thanks):
===============================... | libgcc unwind code leads to "Using an undefined physical register" | https://api.github.com/repos/llvm/llvm-project/issues/15122/comments | 3 | 2012-12-30T01:03:37Z | 2021-12-03T23:56:31Z | https://github.com/llvm/llvm-project/issues/15122 | 1,071,057,689 | 15,122 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14749](https://llvm.org/bz14749) |
| Resolution | FIXED |
| Resolved on | Apr 21, 2013 13:04 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k |
## Extended Description
Hello ! The following testcase fails to compile with LLVM/Clang 3.3 ... | UNREACHABLE executed: Cannot emit physreg copy instruction ! | https://api.github.com/repos/llvm/llvm-project/issues/15121/comments | 3 | 2012-12-30T00:57:07Z | 2021-12-03T23:56:31Z | https://github.com/llvm/llvm-project/issues/15121 | 1,071,057,682 | 15,121 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14748](https://llvm.org/bz14748) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2013 11:30 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test file to reproduce the bug](https://user-images.githubusercontent.com/92601279/143746619-4a441c37-346a-4f77-bb14-5c478a61aae6.gz... | Formatting of macros causes sefault | https://api.github.com/repos/llvm/llvm-project/issues/15120/comments | 1 | 2012-12-29T23:52:51Z | 2021-12-03T23:56:30Z | https://github.com/llvm/llvm-project/issues/15120 | 1,071,057,674 | 15,120 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14747](https://llvm.org/bz14747) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2013 00:34 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test file to reproduce the bug](https://user-images.githubusercontent.com/92601279/143746618-41a460d3-21f5-467e-9578-35c4475b7b04.gz... | Formatting of casts to pointer type | https://api.github.com/repos/llvm/llvm-project/issues/15119/comments | 7 | 2012-12-29T23:28:36Z | 2021-12-03T23:56:29Z | https://github.com/llvm/llvm-project/issues/15119 | 1,071,057,667 | 15,119 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14746](https://llvm.org/bz14746) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 09:26 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Test file to reproduce the bug](https://user-images.githubusercontent.com/92601279/143746617-23db63a6-53f8-4727-ae0f-a806ac5be... | Formatting of 'return -1' | https://api.github.com/repos/llvm/llvm-project/issues/15118/comments | 1 | 2012-12-29T22:58:48Z | 2021-12-03T23:56:28Z | https://github.com/llvm/llvm-project/issues/15118 | 1,071,057,661 | 15,118 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14745](https://llvm.org/bz14745) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2013 07:35 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Test file to reporduce the bug](https://user-images.githubusercontent.com/92601279/143746616-17e15dd8-ee12-4fb0-b422-54f2e87b0... | Formatting empty function bodies | https://api.github.com/repos/llvm/llvm-project/issues/15117/comments | 3 | 2012-12-29T22:54:50Z | 2021-12-03T23:56:27Z | https://github.com/llvm/llvm-project/issues/15117 | 1,071,057,651 | 15,117 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14744](https://llvm.org/bz14744) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 15:35 |
| Version | trunk |
| OS | Linux |
## Extended Description
touch nothing.c
clang -c nothing.c
clang: [...]/lib/VMCore/DataLayout.cpp:192: unsigned int getInt(llvm::StringRef): Asser... | ICE when compiling any program for Hexagon | https://api.github.com/repos/llvm/llvm-project/issues/15116/comments | 3 | 2012-12-29T21:44:28Z | 2021-12-03T23:56:27Z | https://github.com/llvm/llvm-project/issues/15116 | 1,071,057,643 | 15,116 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14743](https://llvm.org/bz14743) |
| Resolution | FIXED |
| Resolved on | Apr 13, 2014 03:14 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo |
## Extended Description
Clang (really an LLVM issue, I assume) doesn't han... | debug info for inlined functions | https://api.github.com/repos/llvm/llvm-project/issues/15115/comments | 1 | 2012-12-29T20:07:40Z | 2021-12-03T23:56:26Z | https://github.com/llvm/llvm-project/issues/15115 | 1,071,057,639 | 15,115 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14742](https://llvm.org/bz14742) |
| Resolution | DUPLICATE |
| Resolved on | Dec 31, 2012 08:01 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hi ! This testcase triggers an assertion failure, using LLVM/Clang 3.3 as of r... | LCSSA::runOnLoop(llvm::Loop *, llvm::LPPassManager &): Assertion `L->isLCSSAForm(*DT)' failed | https://api.github.com/repos/llvm/llvm-project/issues/15114/comments | 5 | 2012-12-29T17:57:31Z | 2021-12-03T23:56:25Z | https://github.com/llvm/llvm-project/issues/15114 | 1,071,057,631 | 15,114 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14741](https://llvm.org/bz14741) |
| Resolution | INVALID |
| Resolved on | Jan 02, 2013 10:50 |
| Version | trunk |
| OS | Linux |
| CC | @KernelAddress,@echristo,@efriedma-quic,@kcc |
## Extended Description
$ cat /tmp/test.cc
#include <stdio.h>
typedef unsigned long long t... | Inline Assembly does not honor the =A output constraint | https://api.github.com/repos/llvm/llvm-project/issues/15113/comments | 9 | 2012-12-29T11:22:17Z | 2021-12-03T23:56:24Z | https://github.com/llvm/llvm-project/issues/15113 | 1,071,057,627 | 15,113 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14740](https://llvm.org/bz14740) |
| Resolution | FIXED |
| Resolved on | Jan 29, 2013 17:37 |
| Version | trunk |
| OS | Linux |
| Attachments | [test file 1](https://user-images.githubusercontent.com/60944935/143746611-fa8ed883-bc8d-4bab-b635-074d06fbc644.gz), [test file 2](ht... | patch r170546 causes a regression in the mips compiler | https://api.github.com/repos/llvm/llvm-project/issues/15112/comments | 12 | 2012-12-29T09:32:39Z | 2021-12-03T23:56:23Z | https://github.com/llvm/llvm-project/issues/15112 | 1,071,057,623 | 15,112 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14739](https://llvm.org/bz14739) |
| Resolution | FIXED |
| Resolved on | Jan 06, 2013 13:02 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nico |
## Extended Description
This testcase is reduced from Lua:
struct X {
void (*f)();
}... | miscompile of load+indirect call with store in between | https://api.github.com/repos/llvm/llvm-project/issues/15111/comments | 1 | 2012-12-29T09:06:37Z | 2021-12-03T23:56:22Z | https://github.com/llvm/llvm-project/issues/15111 | 1,071,057,617 | 15,111 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14738](https://llvm.org/bz14738) |
| Version | unspecified |
| OS | All |
## Extended Description
In the following program, clang offers a typo correction for the typo in main(), but not for the type in the objc method "foo:":
Nicos-MacBook-Pro:src thakis$ cat foo.mm
namespac... | clang doesn't typo-correct types in objective-c method definitions | https://api.github.com/repos/llvm/llvm-project/issues/15110/comments | 0 | 2012-12-29T08:21:18Z | 2023-05-22T11:28:01Z | https://github.com/llvm/llvm-project/issues/15110 | 1,071,057,609 | 15,110 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14737](https://llvm.org/bz14737) |
| Resolution | INVALID |
| Resolved on | Dec 30, 2012 22:32 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
clang rejects
struct foo {
struct {
... | Reject valid? | https://api.github.com/repos/llvm/llvm-project/issues/15109/comments | 1 | 2012-12-29T06:02:41Z | 2021-12-03T23:56:21Z | https://github.com/llvm/llvm-project/issues/15109 | 1,071,057,602 | 15,109 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14736](https://llvm.org/bz14736) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
We warn in
------------------------
typedef struct {
void bar();
void foo() {
bar();
}
} A;
void f(A *... | Incorrect "has internal linkage but is not defined" warning | https://api.github.com/repos/llvm/llvm-project/issues/15108/comments | 2 | 2012-12-29T03:41:35Z | 2021-12-03T23:56:20Z | https://github.com/llvm/llvm-project/issues/15108 | 1,071,057,597 | 15,108 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14735](https://llvm.org/bz14735) |
| Resolution | DUPLICATE |
| Resolved on | Jan 02, 2013 18:56 |
| Version | trunk |
| OS | Linux |
| Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143746610-8f778a6b-760e-47c3-9838-044706c4f001.gz) |
| Reporter | L... | llvm::SplitAnalysis::calcLiveBlockInfo(): Assertion `BI.FirstInstr >= Start' failed | https://api.github.com/repos/llvm/llvm-project/issues/15107/comments | 1 | 2012-12-29T00:43:58Z | 2021-12-03T23:56:19Z | https://github.com/llvm/llvm-project/issues/15107 | 1,071,057,590 | 15,107 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14734](https://llvm.org/bz14734) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2013 14:20 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 |
| CC | @DougGregor,@echristo,@pogo59 |
## Extended Description
given:
struct foo {
int i;
stat... | debug info for class members are not in written order (static members appear after non-static members) | https://api.github.com/repos/llvm/llvm-project/issues/15106/comments | 3 | 2012-12-29T00:06:30Z | 2021-12-03T23:56:18Z | https://github.com/llvm/llvm-project/issues/15106 | 1,071,057,582 | 15,106 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14733](https://llvm.org/bz14733) |
| Version | trunk |
| OS | Windows NT |
| CC | @chandlerc,@DougGregor |
## Extended Description
Clang currently warns on unused file-scoped entities like:
static void func(int) { }
but does not warn on unused file-scoped templates like:
... | Warn on unused file-scoped templates | https://api.github.com/repos/llvm/llvm-project/issues/15105/comments | 0 | 2012-12-28T19:03:25Z | 2023-11-03T13:08:39Z | https://github.com/llvm/llvm-project/issues/15105 | 1,071,057,574 | 15,105 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14732](https://llvm.org/bz14732) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 18:56 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended Description
Hello ! The following testcase fails to compile, using LLVM/Cla... | Bad machine code: Reading virtual register without a def | https://api.github.com/repos/llvm/llvm-project/issues/15104/comments | 3 | 2012-12-28T16:18:02Z | 2021-12-03T23:56:16Z | https://github.com/llvm/llvm-project/issues/15104 | 1,071,057,569 | 15,104 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14731](https://llvm.org/bz14731) |
| Version | trunk |
| OS | Linux |
| Attachments | [gdb debugging session with some notes](https://user-images.githubusercontent.com/60944935/143746609-7a4400a9-8cb2-45f3-a475-49f3c524e3ae.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @... | gold plugin crashes with invalid free() when llvm if built with --enable-shared --enable-expensive-checks | https://api.github.com/repos/llvm/llvm-project/issues/15103/comments | 0 | 2012-12-28T14:43:02Z | 2021-12-03T23:56:15Z | https://github.com/llvm/llvm-project/issues/15103 | 1,071,057,563 | 15,103 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14730](https://llvm.org/bz14730) |
| Resolution | FIXED |
| Resolved on | Mar 17, 2015 23:44 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @KernelAddress,@gribozavr,@bogner |
## Extended Description
$ cat test
CHECK-NOT: foo
$ echo foo | ./... | FileCheck rejects empty inputs | https://api.github.com/repos/llvm/llvm-project/issues/15102/comments | 1 | 2012-12-28T13:47:32Z | 2021-12-03T23:56:15Z | https://github.com/llvm/llvm-project/issues/15102 | 1,071,057,557 | 15,102 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14729](https://llvm.org/bz14729) |
| Resolution | FIXED |
| Resolved on | Dec 28, 2012 06:54 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zygoloid |
## Extended Description
Hello ! LLVM/Clang as of r171179 could not compile the followin... | Assertion `Result && "Could not evaluate expression"' failed | https://api.github.com/repos/llvm/llvm-project/issues/15101/comments | 1 | 2012-12-28T12:41:19Z | 2021-12-03T23:56:14Z | https://github.com/llvm/llvm-project/issues/15101 | 1,071,057,552 | 15,101 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14728](https://llvm.org/bz14728) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2013 18:56 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#14702 llvm/llvm-bugzilla-archive#15580 |
| CC | @DougGregor,@echristo,@zmodem |
## Extended Description
Failures ... | debug info doesn't describe TLS variables correctly | https://api.github.com/repos/llvm/llvm-project/issues/15100/comments | 5 | 2012-12-28T05:42:35Z | 2021-12-03T23:56:13Z | https://github.com/llvm/llvm-project/issues/15100 | 1,071,057,545 | 15,100 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14727](https://llvm.org/bz14727) |
| Resolution | FIXED |
| Resolved on | Oct 28, 2014 17:41 |
| Version | 3.2 |
| OS | Linux |
| Attachments | [autogenerated 'configure' wrapper used to run 'configure'](https://user-images.githubusercontent.com/60944935/143746608-a98247d7-1857-... | 'make check' fails because of wrong path to g++ | https://api.github.com/repos/llvm/llvm-project/issues/15099/comments | 2 | 2012-12-28T02:20:58Z | 2021-12-03T23:56:12Z | https://github.com/llvm/llvm-project/issues/15099 | 1,071,057,543 | 15,099 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14726](https://llvm.org/bz14726) |
| Resolution | WORKSFORME |
| Resolved on | Jun 06, 2013 13:30 |
| Version | 3.1 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
My understanding of C11's _Generic was that the following code should print "... | _Generic does not work as expected with Objective-C types | https://api.github.com/repos/llvm/llvm-project/issues/15098/comments | 1 | 2012-12-27T23:18:29Z | 2022-01-20T02:10:43Z | https://github.com/llvm/llvm-project/issues/15098 | 1,071,057,536 | 15,098 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14725](https://llvm.org/bz14725) |
| Resolution | FIXED |
| Resolved on | Oct 03, 2018 15:03 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @jlebar,@mveriksson |
## Extended Description
This testcase causes "opt -loop-vectorizer -mtriple x86... | loop vectorizer borks phi node | https://api.github.com/repos/llvm/llvm-project/issues/15097/comments | 4 | 2012-12-27T08:28:45Z | 2021-12-03T23:56:10Z | https://github.com/llvm/llvm-project/issues/15097 | 1,071,057,532 | 15,097 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14724](https://llvm.org/bz14724) |
| Resolution | INVALID |
| Resolved on | Dec 27, 2012 02:43 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
make check fails on CentOS 5
llvm-3.3svn - fail
llvm-3.2 - fail
llvm-3.1 - fail
llvm-3.0 - pass
llvm-2.9 -... | CentOS 5 make check failures | https://api.github.com/repos/llvm/llvm-project/issues/15096/comments | 2 | 2012-12-27T02:39:45Z | 2021-12-03T23:56:09Z | https://github.com/llvm/llvm-project/issues/15096 | 1,071,057,520 | 15,096 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14723](https://llvm.org/bz14723) |
| Resolution | FIXED |
| Resolved on | Dec 31, 2012 12:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
There's a test in ELFObjectFile::isSectionZeroInit() that seems bogus to me and th... | ELFObjectFile::isSectionZeroInit() checks the wrong bits | https://api.github.com/repos/llvm/llvm-project/issues/15095/comments | 3 | 2012-12-27T01:21:29Z | 2021-12-03T23:56:08Z | https://github.com/llvm/llvm-project/issues/15095 | 1,071,057,517 | 15,095 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14722](https://llvm.org/bz14722) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@zygoloid |
## Extended Description
Please reimplement this mid-optimizer warning (currently in instcombine) in clang instead. Since static analys... | mid-optimizer warning | https://api.github.com/repos/llvm/llvm-project/issues/15094/comments | 7 | 2012-12-26T23:32:31Z | 2023-08-16T16:40:03Z | https://github.com/llvm/llvm-project/issues/15094 | 1,071,057,513 | 15,094 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14721](https://llvm.org/bz14721) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2013 19:17 |
| Version | trunk |
| OS | OpenBSD |
| Attachments | [Mips register patch](https://user-images.githubusercontent.com/60944935/143746607-278e4124-550d-4756-a58f-d0411b398058.gz) |
| Rep... | LLVM build failure on mips64el OpenBSD | https://api.github.com/repos/llvm/llvm-project/issues/15093/comments | 2 | 2012-12-26T23:09:02Z | 2021-12-03T23:56:07Z | https://github.com/llvm/llvm-project/issues/15093 | 1,071,057,508 | 15,093 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14720](https://llvm.org/bz14720) |
| Resolution | FIXED |
| Resolved on | Jan 02, 2013 19:22 |
| Version | trunk |
| OS | Windows XP |
| CC | @rnk |
## Extended Description
This code:
long func1(long a, long b) {
return 2*a+b;
}
triggers this:
Assertion failed: !getRelaxA... | Assertion failed: !getRelaxAll() && "Did not expect a MCInstFragment in RelaxAll mode" | https://api.github.com/repos/llvm/llvm-project/issues/15092/comments | 4 | 2012-12-26T22:24:06Z | 2021-12-03T23:56:06Z | https://github.com/llvm/llvm-project/issues/15092 | 1,071,057,505 | 15,092 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14719](https://llvm.org/bz14719) |
| Resolution | FIXED |
| Resolved on | Jun 24, 2013 00:29 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The function below does not get vectorized because the loop vectorizer does not dete... | LoopVectorizer does not detect that calloc and one of the parameters don't alias | https://api.github.com/repos/llvm/llvm-project/issues/15091/comments | 4 | 2012-12-26T21:39:49Z | 2021-12-03T23:56:05Z | https://github.com/llvm/llvm-project/issues/15091 | 1,071,057,497 | 15,091 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14718](https://llvm.org/bz14718) |
| Version | trunk |
| OS | Linux |
| Attachments | [failures dir from static analyzer](https://user-images.githubusercontent.com/60944935/143746606-472a506f-38c6-46c3-8516-9e6d6cdee3ee.gz) |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tste... | Build errors in Mesa's clover code | https://api.github.com/repos/llvm/llvm-project/issues/15090/comments | 1 | 2012-12-26T19:57:58Z | 2023-08-13T14:38:06Z | https://github.com/llvm/llvm-project/issues/15090 | 1,071,057,494 | 15,090 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14717](https://llvm.org/bz14717) |
| Resolution | WONTFIX |
| Resolved on | Mar 20, 2013 09:19 |
| Version | unspecified |
| OS | All |
## Extended Description
TypeSpecDecl *TypeSpecDecl::Create(ASTContext &C, DeclContext *DC,
SourceLocation ... | Formatter should be less eager to put function arguments on the next line | https://api.github.com/repos/llvm/llvm-project/issues/15089/comments | 8 | 2012-12-26T07:55:53Z | 2022-01-20T02:36:58Z | https://github.com/llvm/llvm-project/issues/15089 | 1,071,057,486 | 15,089 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14716](https://llvm.org/bz14716) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @brooksmoses |
## Extended Description
Yes, it is actually a libtool issue but in the meantime clang should be able to handle this.
/bin/sh ../../../libtool ... | libtool: link messes up '-mllvm -vectorize' to '-mllvm -Wl,...' | https://api.github.com/repos/llvm/llvm-project/issues/15088/comments | 3 | 2012-12-26T02:48:08Z | 2023-11-05T16:59:41Z | https://github.com/llvm/llvm-project/issues/15088 | 1,071,057,483 | 15,088 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14715](https://llvm.org/bz14715) |
| Version | 3.2 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @liblit |
## Extended Description
The version string for 3.2 in the build system is "3.2svn" instead of the expected "3.2". For example the built shared object is ... | 3.2 version string is 3.2svn | https://api.github.com/repos/llvm/llvm-project/issues/15087/comments | 4 | 2012-12-26T01:10:42Z | 2023-08-04T22:45:16Z | https://github.com/llvm/llvm-project/issues/15087 | 1,071,057,479 | 15,087 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14714](https://llvm.org/bz14714) |
| Version | trunk |
| OS | Linux |
| CC | @gribozavr |
## Extended Description
In order to reorganize the documentation into a more logical layout, it will be necessary to move things around. However, we don't want to break existing hyperlink... | Need way to specify redirects | https://api.github.com/repos/llvm/llvm-project/issues/15086/comments | 1 | 2012-12-25T19:21:03Z | 2021-12-03T23:56:01Z | https://github.com/llvm/llvm-project/issues/15086 | 1,071,057,473 | 15,086 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14713](https://llvm.org/bz14713) |
| Resolution | FIXED |
| Resolved on | Jul 22, 2016 05:58 |
| Version | 3.2 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @firewave,@rotateright |
## Extended Description
When compiling this simple code with clang++ -pg -O2... | Segmentation fault in produced binary when using -pg -O2 | https://api.github.com/repos/llvm/llvm-project/issues/15085/comments | 8 | 2012-12-25T18:16:20Z | 2021-12-03T23:56:00Z | https://github.com/llvm/llvm-project/issues/15085 | 1,071,057,468 | 15,085 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14712](https://llvm.org/bz14712) |
| Resolution | WORKSFORME |
| Resolved on | Feb 26, 2013 01:13 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
make[1]: Entering directory `/usr/local/clang/build/buil... | clang: /usr/local/clang/build/src/trunk/llvm/tools/clang/lib/AST/Decl.cpp:630: LinkageInfo clang::NamedDecl::getLinkageAndVisibility() const: Assertion `LV == computeLVForDecl(this, false)' failed. | https://api.github.com/repos/llvm/llvm-project/issues/15084/comments | 11 | 2012-12-25T09:03:08Z | 2022-01-20T02:10:42Z | https://github.com/llvm/llvm-project/issues/15084 | 1,071,057,462 | 15,084 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14711](https://llvm.org/bz14711) |
| Version | trunk |
| OS | Linux |
| CC | @gribozavr,@jryans,@silvasean |
## Extended Description
docs/GettingStarted.rst needs a fresh new organization. Basically, it needs to start off by presenting the user with simple choices:
- Choice o... | Fresh new organization for GettingStarted.rst | https://api.github.com/repos/llvm/llvm-project/issues/15083/comments | 3 | 2012-12-25T07:04:04Z | 2024-08-11T20:41:38Z | https://github.com/llvm/llvm-project/issues/15083 | 1,071,057,458 | 15,083 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14710](https://llvm.org/bz14710) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2014 11:22 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#15465 |
## Extended Description
Attached are .ll files produced in the following manner:
emcc-0-basebc.ll: ... | argpromotion fails to remove tail marker | https://api.github.com/repos/llvm/llvm-project/issues/15082/comments | 12 | 2012-12-25T06:38:31Z | 2021-12-03T23:55:57Z | https://github.com/llvm/llvm-project/issues/15082 | 1,071,057,452 | 15,082 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14709](https://llvm.org/bz14709) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2013 20:36 |
| Version | 3.2 |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @silvasean |
## Extended Description
I just downloaded the LLVM 3.2 source tarball, wanting to buil... | Build from source instructions lacking | https://api.github.com/repos/llvm/llvm-project/issues/15081/comments | 4 | 2012-12-25T04:34:04Z | 2021-12-03T23:55:56Z | https://github.com/llvm/llvm-project/issues/15081 | 1,071,057,448 | 15,081 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14708](https://llvm.org/bz14708) |
| Resolution | FIXED |
| Resolved on | Apr 14, 2017 12:56 |
| Version | unspecified |
| OS | Linux |
| CC | @d0k,@rotateright |
## Extended Description
Currently, we codegen:
int is_an_a(int c) {
return c == 'a' || c == 'A';
}
as
00000000... | Optimize `c == 'a' || c == 'A';` | https://api.github.com/repos/llvm/llvm-project/issues/15080/comments | 3 | 2012-12-25T02:43:19Z | 2021-12-03T23:55:55Z | https://github.com/llvm/llvm-project/issues/15080 | 1,071,057,442 | 15,080 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14707](https://llvm.org/bz14707) |
| Resolution | FIXED |
| Resolved on | Aug 26, 2014 13:12 |
| Version | trunk |
| OS | Windows XP |
| Attachments | [sample code](https://user-images.githubusercontent.com/92601362/143746602-9a70d6b1-6048-4958-ac2c-87ada8b32d8a.gz) |
## Extend... | fptoui crash | https://api.github.com/repos/llvm/llvm-project/issues/15079/comments | 3 | 2012-12-24T19:05:37Z | 2021-12-03T23:55:55Z | https://github.com/llvm/llvm-project/issues/15079 | 1,071,057,439 | 15,079 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14706](https://llvm.org/bz14706) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Description
I'm looking at making char_traits::{length,find,compare} constexpr. The current libc++ runtime definitions of, sa... | Allow developers to separate the constexpr and runtime definitions of a function | https://api.github.com/repos/llvm/llvm-project/issues/15078/comments | 3 | 2012-12-24T11:04:39Z | 2023-09-04T00:16:53Z | https://github.com/llvm/llvm-project/issues/15078 | 1,071,057,432 | 15,078 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [14705](https://llvm.org/bz14705) |
| Resolution | FIXED |
| Resolved on | Dec 24, 2012 13:49 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This testcase crashes under "opt -loop-vectorize -mtriple x86_64-unknown-linux-gnu":... | loop vectorizer crash | https://api.github.com/repos/llvm/llvm-project/issues/15077/comments | 1 | 2012-12-24T10:39:56Z | 2021-12-03T23:55:53Z | https://github.com/llvm/llvm-project/issues/15077 | 1,071,057,429 | 15,077 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.