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 | [9004](https://llvm.org/bz9004) |
| Resolution | FIXED |
| Resolved on | Nov 21, 2017 04:25 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @fhahn,@nunoplopes |
## Extended Description
Run "opt -gvn" on the following testcase. It gets that ... | LVI does not resolve condition value in destination blocks of conditional branches | https://api.github.com/repos/llvm/llvm-project/issues/9376/comments | 7 | 2011-01-19T17:25:28Z | 2021-12-03T22:02:44Z | https://github.com/llvm/llvm-project/issues/9376 | 1,071,003,912 | 9,376 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9003](https://llvm.org/bz9003) |
| Resolution | FIXED |
| Resolved on | Mar 07, 2011 20:11 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor | | Invalid code involving decltype causes assertion | https://api.github.com/repos/llvm/llvm-project/issues/9375/comments | 3 | 2011-01-18T22:29:11Z | 2021-12-03T22:02:43Z | https://github.com/llvm/llvm-project/issues/9375 | 1,071,003,907 | 9,375 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9002](https://llvm.org/bz9002) |
| Resolution | FIXED |
| Resolved on | Jan 11, 2012 14:39 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @echristo |
## Extended Description
If I configure llvm using --with-llvmgcc=clang --with-llvmgxx=clang... | llvm configure thinks clang is dragonegg | https://api.github.com/repos/llvm/llvm-project/issues/9374/comments | 4 | 2011-01-18T20:26:22Z | 2021-12-03T22:02:43Z | https://github.com/llvm/llvm-project/issues/9374 | 1,071,003,899 | 9,374 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9001](https://llvm.org/bz9001) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2011 04:24 |
| Version | trunk |
| OS | All |
| CC | @lattner,@zmodem |
## Extended Description
Clang currently warns about
if (a = b)
and suggests parentheses if the assignment is really wha... | clang should warn if |= is used without parens in an if / while | https://api.github.com/repos/llvm/llvm-project/issues/9373/comments | 5 | 2011-01-18T19:52:02Z | 2021-12-03T22:02:42Z | https://github.com/llvm/llvm-project/issues/9373 | 1,071,003,892 | 9,373 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [9000](https://llvm.org/bz9000) |
| Resolution | INVALID |
| Resolved on | Jan 18, 2011 12:47 |
| Version | unspecified |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
typedef enum {
X,
Y
} foo;
int main(int argc, ch... | enums are classified as unsigned ints instead of signed ones | https://api.github.com/repos/llvm/llvm-project/issues/9372/comments | 1 | 2011-01-18T19:41:17Z | 2021-12-03T22:02:41Z | https://github.com/llvm/llvm-project/issues/9372 | 1,071,003,881 | 9,372 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8999](https://llvm.org/bz8999) |
| Version | 2.8 |
| OS | Linux |
| Attachments | [Create a function and optimize it via C bindings](https://user-images.githubusercontent.com/92601667/143742571-ff2879f3-253a-4f7d-89f0-1467265b2417.gz) |
| CC | @asl,@thielema |
## Extended Descr... | How to find out the target triple and target data of the host machine via C bindings? | https://api.github.com/repos/llvm/llvm-project/issues/9371/comments | 1 | 2011-01-18T13:15:23Z | 2021-12-03T22:02:40Z | https://github.com/llvm/llvm-project/issues/9371 | 1,071,003,867 | 9,371 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8998](https://llvm.org/bz8998) |
| Version | 2.8 |
| OS | All |
| CC | @thielema |
## Extended Description
Please add an assert to LLVMCreateTargetData (i.e. the C++ function that it calls), that checks whether the input string is correct. It seems that there is no way to find... | Assert valid target data string in LLVMCreateTargetData | https://api.github.com/repos/llvm/llvm-project/issues/9370/comments | 1 | 2011-01-18T12:57:33Z | 2024-02-27T18:22:08Z | https://github.com/llvm/llvm-project/issues/9370 | 1,071,003,857 | 9,370 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8997](https://llvm.org/bz8997) |
| Resolution | FIXED |
| Resolved on | Jan 18, 2011 00:12 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
in http://llvm.org/docs/SourceLevelDebugging.html
The last sentence of the Intr... | grammatical error in Source Level Debugging doc | https://api.github.com/repos/llvm/llvm-project/issues/9369/comments | 1 | 2011-01-18T07:58:04Z | 2021-12-03T22:02:39Z | https://github.com/llvm/llvm-project/issues/9369 | 1,071,003,847 | 9,369 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8996](https://llvm.org/bz8996) |
| Resolution | FIXED |
| Resolved on | Oct 26, 2011 14:48 |
| Version | trunk |
| OS | Solaris |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143742570-3a34b3e0-2fd2-4bfa-aa44-6ab42337ddae.gz) |
| Reporter | LLVM ... | SPARC backend crashes when emitting dwarf debug information from dbg_value | https://api.github.com/repos/llvm/llvm-project/issues/9368/comments | 2 | 2011-01-18T07:39:53Z | 2021-12-03T22:02:38Z | https://github.com/llvm/llvm-project/issues/9368 | 1,071,003,834 | 9,368 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8995](https://llvm.org/bz8995) |
| Resolution | INVALID |
| Resolved on | Jan 18, 2011 14:31 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor |
## Extended Description
The following program, reduced from many boost testcas... | Simple valid C++ program failing to compile | https://api.github.com/repos/llvm/llvm-project/issues/9367/comments | 7 | 2011-01-17T16:39:33Z | 2021-12-03T22:02:37Z | https://github.com/llvm/llvm-project/issues/9367 | 1,071,003,824 | 9,367 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8994](https://llvm.org/bz8994) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2011 20:32 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The instruction combine pass carshes when trying to fold a bitcast from a vector type ... | Constant prop fails on vector code | https://api.github.com/repos/llvm/llvm-project/issues/9366/comments | 1 | 2011-01-17T15:14:29Z | 2021-12-03T22:02:36Z | https://github.com/llvm/llvm-project/issues/9366 | 1,071,003,813 | 9,366 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8993](https://llvm.org/bz8993) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2011 10:31 |
| Version | trunk |
| OS | All |
| Attachments | [simple sample file](https://user-images.githubusercontent.com/60944935/143742568-b71b963f-68b7-43ab-b6d2-b2f4b3e27ac2.gz) |
| Reporter |... | Constant string codegen broken by r123585 | https://api.github.com/repos/llvm/llvm-project/issues/9365/comments | 2 | 2011-01-17T12:34:15Z | 2021-12-03T22:02:35Z | https://github.com/llvm/llvm-project/issues/9365 | 1,071,003,799 | 9,365 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8992](https://llvm.org/bz8992) |
| Resolution | FIXED |
| Resolved on | Jul 01, 2011 13:24 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
This is on debian-x64 testing. Whenever I output anything through cout, at the... | cout destruction prints garbage | https://api.github.com/repos/llvm/llvm-project/issues/9364/comments | 28 | 2011-01-17T12:26:32Z | 2021-12-03T22:02:34Z | https://github.com/llvm/llvm-project/issues/9364 | 1,071,003,790 | 9,364 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8991](https://llvm.org/bz8991) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
Running the Early-CSE several times in succession results in more
simplifications than running it once, for example:
$ opt -d... | Early-CSE is not idempotent | https://api.github.com/repos/llvm/llvm-project/issues/9363/comments | 2 | 2011-01-17T07:12:08Z | 2021-12-03T22:02:33Z | https://github.com/llvm/llvm-project/issues/9363 | 1,071,003,782 | 9,363 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8990](https://llvm.org/bz8990) |
| Resolution | WONTFIX |
| Resolved on | Oct 04, 2018 09:49 |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @arrowd |
## Extended Description
Hi, my I run the configure command under MSYS and MinGW, I r... | configure complains of plugin for lack of dlopen on MSYS+MinGW | https://api.github.com/repos/llvm/llvm-project/issues/9362/comments | 4 | 2011-01-17T03:51:15Z | 2022-01-20T02:33:28Z | https://github.com/llvm/llvm-project/issues/9362 | 1,071,003,772 | 9,362 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8989](https://llvm.org/bz8989) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2011 00:20 |
| Version | trunk |
| OS | Linux |
| CC | @stoklund |
## Extended Description
regehr@home:~/volatile/bugs/tmp345$ clang -c -O1 -fcatch-undefined-behavior small.c -w
clang: /mnt/z/z/com... | Assertion `I != r2iMap_.end() && "Interval does not exist for register"' failed when -fcatch-undefined-behavior is used | https://api.github.com/repos/llvm/llvm-project/issues/9361/comments | 2 | 2011-01-17T01:41:06Z | 2021-12-03T22:02:32Z | https://github.com/llvm/llvm-project/issues/9361 | 1,071,003,766 | 9,361 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8988](https://llvm.org/bz8988) |
| Resolution | DUPLICATE |
| Resolved on | Jan 16, 2011 19:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143742562-9d0621c2-ce9f-412b-845a-34dbe06fa5c7.gz) |
| Reporter | LLV... | opt -analyze -indvars -scalar-evolution crashes | https://api.github.com/repos/llvm/llvm-project/issues/9360/comments | 1 | 2011-01-17T01:21:13Z | 2021-12-03T22:02:31Z | https://github.com/llvm/llvm-project/issues/9360 | 1,071,003,758 | 9,360 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8987](https://llvm.org/bz8987) |
| Resolution | FIXED |
| Resolved on | Jan 17, 2011 11:29 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143742561-1f51740f-efd9-4f7a-a9ed-15eb42800b71.gz) |
| CC | @stoklund |
## Ex... | ARM ConstantIsland pass is not always correct | https://api.github.com/repos/llvm/llvm-project/issues/9359/comments | 3 | 2011-01-16T23:04:04Z | 2021-12-03T22:02:30Z | https://github.com/llvm/llvm-project/issues/9359 | 1,071,003,749 | 9,359 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8986](https://llvm.org/bz8986) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2011 13:23 |
| Version | trunk |
| OS | All |
| Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143742558-8753e42d-66f5-4b25-88ed-8d60b40c0604.gz) |
| CC | @atrick,@sunfishco... | Post-ra scheduler doesn't respect earlyclobber | https://api.github.com/repos/llvm/llvm-project/issues/9358/comments | 19 | 2011-01-16T23:02:20Z | 2021-12-03T22:02:29Z | https://github.com/llvm/llvm-project/issues/9358 | 1,071,003,742 | 9,358 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8985](https://llvm.org/bz8985) |
| Version | 2.8 |
| OS | MacOS X |
| Attachments | [Makefile.rules patch for Mac OS X 10.6](https://user-images.githubusercontent.com/60944935/143742557-74f6aafe-f11f-45b6-b219-726bcad354a3.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Exten... | Shared library builds but doesn't work on Mac OS X 10.6 | https://api.github.com/repos/llvm/llvm-project/issues/9357/comments | 2 | 2011-01-16T21:37:45Z | 2023-06-25T14:33:54Z | https://github.com/llvm/llvm-project/issues/9357 | 1,071,003,728 | 9,357 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8984](https://llvm.org/bz8984) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @Arnaud-de-Grandmaison-ARM |
## Extended Description
A simple test case with this unimplemented CFI directive:
$ cat inline-asm.c
asm(".cfi_adjust_cfa_offset 4\n... | inline assembly warnings are treated as errors | https://api.github.com/repos/llvm/llvm-project/issues/9356/comments | 3 | 2011-01-16T20:47:19Z | 2023-09-12T13:33:16Z | https://github.com/llvm/llvm-project/issues/9356 | 1,071,003,717 | 9,356 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8983](https://llvm.org/bz8983) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2011 21:44 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
struct basic_ios {
char widen ( char __c ) const ;
} ;
struct ostream : virtual b... | segfault in Combine redundant instructions pass | https://api.github.com/repos/llvm/llvm-project/issues/9355/comments | 1 | 2011-01-16T01:01:11Z | 2021-12-03T22:02:27Z | https://github.com/llvm/llvm-project/issues/9355 | 1,071,003,708 | 9,355 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8982](https://llvm.org/bz8982) |
| Resolution | FIXED |
| Resolved on | Apr 07, 2012 12:17 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ccadar |
## Extended Description
I am following the instructions on http://klee.llvm.org/GetSt... | Failure to build on Ubuntu 10.10 | https://api.github.com/repos/llvm/llvm-project/issues/9354/comments | 2 | 2011-01-15T21:46:27Z | 2021-12-03T22:02:26Z | https://github.com/llvm/llvm-project/issues/9354 | 1,071,003,699 | 9,354 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8981](https://llvm.org/bz8981) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2011 20:57 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
(See b.cc below. The error doesn't appear with -O1)
$ clang++ -O2 -c b.cc
clang: /da... | Cannot create FP integer constant! | https://api.github.com/repos/llvm/llvm-project/issues/9353/comments | 1 | 2011-01-15T19:25:35Z | 2021-12-03T22:02:25Z | https://github.com/llvm/llvm-project/issues/9353 | 1,071,003,688 | 9,353 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8980](https://llvm.org/bz8980) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2011 00:18 |
| Version | trunk |
| OS | All |
| Attachments | [IR output from clang -O3](https://user-images.githubusercontent.com/16542/143742556-64df1ffc-899f-4bd8-8a74-f410999e8edd.gz) |
## Exten... | clang -O3 generates horrible code for std::bitset | https://api.github.com/repos/llvm/llvm-project/issues/9352/comments | 10 | 2011-01-15T17:55:42Z | 2021-12-03T22:02:24Z | https://github.com/llvm/llvm-project/issues/9352 | 1,071,003,680 | 9,352 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8979](https://llvm.org/bz8979) |
| Resolution | FIXED |
| Resolved on | Mar 16, 2011 14:28 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@tkremenek |
## Extended Description
(I hit this trying to reduce an other issue with del... | "Can't deduce with depth > 0" assertion on invalid code | https://api.github.com/repos/llvm/llvm-project/issues/9351/comments | 5 | 2011-01-15T11:36:03Z | 2021-12-03T22:02:23Z | https://github.com/llvm/llvm-project/issues/9351 | 1,071,003,673 | 9,351 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8978](https://llvm.org/bz8978) |
| Resolution | FIXED |
| Resolved on | Jan 15, 2011 12:33 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
constmerge will optimize
%struct.foobar = type { i32 }
@​bar... | constmerge is order dependent | https://api.github.com/repos/llvm/llvm-project/issues/9350/comments | 2 | 2011-01-15T09:29:38Z | 2021-12-03T22:02:22Z | https://github.com/llvm/llvm-project/issues/9350 | 1,071,003,661 | 9,350 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8977](https://llvm.org/bz8977) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2011 11:15 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
struct A { };
template<typename T, typename... Args> void ... | Assert on variadic template code | https://api.github.com/repos/llvm/llvm-project/issues/9349/comments | 1 | 2011-01-14T18:23:26Z | 2021-12-03T22:02:21Z | https://github.com/llvm/llvm-project/issues/9349 | 1,071,003,651 | 9,349 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8976](https://llvm.org/bz8976) |
| Resolution | FIXED |
| Resolved on | Oct 18, 2013 18:41 |
| Version | 2.8 |
| OS | All |
| Blocks | llvm/llvm-bugzilla-archive#10637 |
| CC | @isanbard |
## Extended Description
The LLVM assembly language reference at
http://llvm.org/docs/La... | LangRef.html does not mention 'target triple' directive. | https://api.github.com/repos/llvm/llvm-project/issues/9348/comments | 1 | 2011-01-14T14:34:25Z | 2021-12-03T22:02:21Z | https://github.com/llvm/llvm-project/issues/9348 | 1,071,003,641 | 9,348 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8975](https://llvm.org/bz8975) |
| Version | 2.8 |
| OS | All |
## Extended Description
When I write an invalid target triple into an LL file,
then llc generates a CPP file without any warning.
It should at least give a warning, but better fail.
The message could also tell how... | llc should warn about invalid target triple | https://api.github.com/repos/llvm/llvm-project/issues/9347/comments | 0 | 2011-01-14T14:31:35Z | 2021-12-03T22:02:20Z | https://github.com/llvm/llvm-project/issues/9347 | 1,071,003,636 | 9,347 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8974](https://llvm.org/bz8974) |
| Resolution | FIXED |
| Resolved on | Feb 23, 2011 15:16 |
| Version | trunk |
| OS | Linux |
| Attachments | [silly (but correct!) workaround](https://user-images.githubusercontent.com/60944935/143742555-5241b346-687a-4e82-9ab6-d283955433fe.gz)... | dependency files absolutize paths such as -include ../path/foo.h on the command line | https://api.github.com/repos/llvm/llvm-project/issues/9346/comments | 1 | 2011-01-14T03:20:41Z | 2021-12-03T22:02:19Z | https://github.com/llvm/llvm-project/issues/9346 | 1,071,003,630 | 9,346 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8973](https://llvm.org/bz8973) |
| Resolution | FIXED |
| Resolved on | Mar 14, 2011 15:02 |
| Version | trunk |
| OS | All |
| CC | @rjmccall |
## Extended Description
llvm_reachable does two things: it prints an error message, and is marked noreturn to silence compiler warni... | remove llvm_unreachable | https://api.github.com/repos/llvm/llvm-project/issues/9345/comments | 7 | 2011-01-13T23:49:27Z | 2021-12-03T22:02:18Z | https://github.com/llvm/llvm-project/issues/9345 | 1,071,003,620 | 9,345 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8972](https://llvm.org/bz8972) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2011 11:33 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
When installing a fresh DB of LNT (today's svn), and placing a sample input fil... | Clean installation of LNT hits internal server error, python stack attached | https://api.github.com/repos/llvm/llvm-project/issues/9344/comments | 2 | 2011-01-13T21:32:44Z | 2021-12-03T22:02:17Z | https://github.com/llvm/llvm-project/issues/9344 | 1,071,003,611 | 9,344 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8971](https://llvm.org/bz8971) |
| Resolution | FIXED |
| Resolved on | Jun 03, 2013 19:19 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @d0k,@belkadan |
## Extended Description
The clang compiler ignores the CPATH environment variable, alb... | CPATH gets ignored | https://api.github.com/repos/llvm/llvm-project/issues/9343/comments | 9 | 2011-01-13T15:08:12Z | 2021-12-03T22:02:16Z | https://github.com/llvm/llvm-project/issues/9343 | 1,071,003,604 | 9,343 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8970](https://llvm.org/bz8970) |
| Resolution | FIXED |
| Resolved on | Jan 20, 2011 16:34 |
| Version | trunk |
| OS | All |
| Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143742554-f89ac82b-0fd3-40f0-8aa4-91a427d10a9d.gz) |
| Reporter | LLVM Bug... | -Wmissing-noreturn produces a false positive on some constructors | https://api.github.com/repos/llvm/llvm-project/issues/9342/comments | 3 | 2011-01-13T08:31:49Z | 2021-12-03T22:02:16Z | https://github.com/llvm/llvm-project/issues/9342 | 1,071,003,595 | 9,342 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8969](https://llvm.org/bz8969) |
| Resolution | FIXED |
| Resolved on | Jan 23, 2011 15:38 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143742553-0a20a89d-5e0d-4f24-ac6a-005fa3e6d65f.gz) |
| Reporter | LLVM Bu... | linux x86-32 stack not kept 16-byte aligned | https://api.github.com/repos/llvm/llvm-project/issues/9341/comments | 7 | 2011-01-13T04:43:45Z | 2021-12-03T22:02:15Z | https://github.com/llvm/llvm-project/issues/9341 | 1,071,003,582 | 9,341 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8968](https://llvm.org/bz8968) |
| Resolution | FIXED |
| Resolved on | Jan 24, 2011 12:54 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@sunfishcode |
## Extended Description
I noticed this assertion failure while running the llvm... | assertion failure: "DecomposeGEPExpression and GetUnderlyingObject disagree!" | https://api.github.com/repos/llvm/llvm-project/issues/9340/comments | 5 | 2011-01-13T03:35:52Z | 2021-12-03T22:02:14Z | https://github.com/llvm/llvm-project/issues/9340 | 1,071,003,577 | 9,340 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8967](https://llvm.org/bz8967) |
| Resolution | FIXED |
| Resolved on | Jan 12, 2011 20:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [Source file (gzipped)](https://user-images.githubusercontent.com/92601296/143742551-099340f2-f71d-4209-b45c-baaf869b2290.gz) |
| CC | ... | Assertion `outgoing && "expression emission cleared block!"' failed when compiling mozilla's jsinterp.cpp | https://api.github.com/repos/llvm/llvm-project/issues/9339/comments | 1 | 2011-01-13T01:49:44Z | 2021-12-03T22:02:13Z | https://github.com/llvm/llvm-project/issues/9339 | 1,071,003,567 | 9,339 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8966](https://llvm.org/bz8966) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2011 07:35 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742549-ac8f6b39-3f4b-4101-a19e-2c9f8d50ac39.gz) |
| Reporter | LLVM... | clang++ fails to compile static template member variable | https://api.github.com/repos/llvm/llvm-project/issues/9338/comments | 4 | 2011-01-12T22:58:42Z | 2021-12-03T22:02:12Z | https://github.com/llvm/llvm-project/issues/9338 | 1,071,003,555 | 9,338 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8965](https://llvm.org/bz8965) |
| Resolution | FIXED |
| Resolved on | Mar 07, 2011 03:53 |
| Version | trunk |
| OS | Linux |
| Attachments | [slightly reduced input that creates the problem, bz2 compressed](https://user-images.githubusercontent.com/60944935/143742542-a0c75ab4... | clang fails assertion "Unable to find instantiation of declaration!" | https://api.github.com/repos/llvm/llvm-project/issues/9337/comments | 21 | 2011-01-12T22:53:32Z | 2021-12-03T22:02:11Z | https://github.com/llvm/llvm-project/issues/9337 | 1,071,003,547 | 9,337 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8964](https://llvm.org/bz8964) |
| Version | 2.8 |
| OS | Linux |
## Extended Description
LLVM 2.8 still crashes on CPUs without CMOV instruction like AMD K6-2, VIA C3, etc.
See http://bugs.debian.org/609759
Here's an output of the JIT with --debug, appears to contain all in... | LLVM 2.8: still crashes on CPUs without CMOV instruction | https://api.github.com/repos/llvm/llvm-project/issues/9336/comments | 2 | 2011-01-12T20:07:42Z | 2022-10-22T14:21:45Z | https://github.com/llvm/llvm-project/issues/9336 | 1,071,003,538 | 9,336 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8963](https://llvm.org/bz8963) |
| Resolution | INVALID |
| Resolved on | Feb 07, 2011 12:43 |
| Version | trunk |
| OS | Linux |
| Attachments | [scan-build output ](https://user-images.githubusercontent.com/60944935/143742541-5a586363-f708-4ddb-ab26-cd94783f5c41.gz) |
| Report... | Buffer Overflow Check False Positives | https://api.github.com/repos/llvm/llvm-project/issues/9335/comments | 10 | 2011-01-12T19:30:54Z | 2021-12-03T22:02:09Z | https://github.com/llvm/llvm-project/issues/9335 | 1,071,003,523 | 9,335 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8962](https://llvm.org/bz8962) |
| Resolution | FIXED |
| Resolved on | Jun 10, 2011 15:08 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @belkadan |
## Extended Description
Static analyzer fail to understand the g_return_if_fail from GTK ... | Static analyzer fail with GObject macro | https://api.github.com/repos/llvm/llvm-project/issues/9334/comments | 10 | 2011-01-12T12:54:30Z | 2021-12-03T22:02:08Z | https://github.com/llvm/llvm-project/issues/9334 | 1,071,003,515 | 9,334 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8961](https://llvm.org/bz8961) |
| Resolution | FIXED |
| Resolved on | Jan 13, 2011 18:01 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
When I try running one llvm function in JIT without optimization I g... | Wrong assembly is written for x86_64 target | https://api.github.com/repos/llvm/llvm-project/issues/9333/comments | 4 | 2011-01-12T04:16:17Z | 2021-12-03T22:02:07Z | https://github.com/llvm/llvm-project/issues/9333 | 1,071,003,506 | 9,333 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8960](https://llvm.org/bz8960) |
| Resolution | FIXED |
| Resolved on | Jan 12, 2011 16:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
For the following expression:
x = static_cast<Type>(f(y)... | Wrong end location for CXXNamedCastExpr | https://api.github.com/repos/llvm/llvm-project/issues/9332/comments | 1 | 2011-01-11T22:32:47Z | 2021-12-03T22:02:07Z | https://github.com/llvm/llvm-project/issues/9332 | 1,071,003,499 | 9,332 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8959](https://llvm.org/bz8959) |
| Resolution | FIXED |
| Resolved on | Feb 21, 2011 16:09 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @edwintorok |
## Extended Description
This is a breakout from bug 3373 comment 11. New testcase:
i... | inline asm "0" constraint doesn't implicitly cast | https://api.github.com/repos/llvm/llvm-project/issues/9331/comments | 3 | 2011-01-11T21:52:42Z | 2021-12-03T22:02:06Z | https://github.com/llvm/llvm-project/issues/9331 | 1,071,003,483 | 9,331 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8958](https://llvm.org/bz8958) |
| Resolution | FIXED |
| Resolved on | Jan 12, 2011 17:57 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode |
## Extended Description
Assertion failed: !VT.isVector() && "getZeroExtendInReg should... | Hit assertion in SelectionDAG.cpp for the attached code | https://api.github.com/repos/llvm/llvm-project/issues/9330/comments | 3 | 2011-01-11T19:28:21Z | 2021-12-03T22:02:05Z | https://github.com/llvm/llvm-project/issues/9330 | 1,071,003,475 | 9,330 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8957](https://llvm.org/bz8957) |
| Resolution | FIXED |
| Resolved on | Feb 04, 2011 12:58 |
| Version | trunk |
| OS | Linux |
## Extended Description
The EABI triples are not being recognized by Clang (but are by llc), so we need to add it to lib/Driver/Tools.cpp:Clang::AddA... | Recognize ARM EABI triple | https://api.github.com/repos/llvm/llvm-project/issues/9329/comments | 5 | 2011-01-11T18:58:24Z | 2021-12-03T22:02:04Z | https://github.com/llvm/llvm-project/issues/9329 | 1,071,003,464 | 9,329 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8956](https://llvm.org/bz8956) |
| Resolution | DUPLICATE |
| Resolved on | Jan 11, 2011 17:25 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
$ cat t.c
int f() {
static int x asm("qq");
return x;
}
$ clang -c t.c
$ nm t.o
0000000000000000 T f
00... | asm labels are ignored for static local variables | https://api.github.com/repos/llvm/llvm-project/issues/9328/comments | 1 | 2011-01-11T17:26:33Z | 2021-12-03T22:02:03Z | https://github.com/llvm/llvm-project/issues/9328 | 1,071,003,451 | 9,328 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8955](https://llvm.org/bz8955) |
| Resolution | FIXED |
| Resolved on | Jan 11, 2011 01:48 |
| Version | trunk |
| OS | Linux |
## Extended Description
regehr@home:~/volatile/bugs/tmp344$ clang -c -w small.c -O1
clang: LoopRotation.cpp:343: bool<unnamed>::LoopRotate::rotateLo... | Assertion `DidIt && "Block merge failed??"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9327/comments | 1 | 2011-01-11T06:44:45Z | 2021-12-03T22:02:02Z | https://github.com/llvm/llvm-project/issues/9327 | 1,071,003,442 | 9,327 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8954](https://llvm.org/bz8954) |
| Resolution | FIXED |
| Resolved on | Jan 11, 2011 18:32 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143742527-581e677f-8b31-4031-a509-7beb808fbb8f.gz), [reduced a bit](https... | non deterministic "-basicaa -loop-unroll -gvn" | https://api.github.com/repos/llvm/llvm-project/issues/9326/comments | 46 | 2011-01-11T05:18:05Z | 2021-12-03T22:02:01Z | https://github.com/llvm/llvm-project/issues/9326 | 1,071,003,423 | 9,326 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8953](https://llvm.org/bz8953) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @stoklund |
## Extended Description
Edge splitting should update LiveIntervals so that we can split edges on demand throughout the register allocation pipeline. | Edge splitting should update LiveIntervals | https://api.github.com/repos/llvm/llvm-project/issues/9325/comments | 1 | 2011-01-11T04:51:48Z | 2023-08-29T12:09:25Z | https://github.com/llvm/llvm-project/issues/9325 | 1,071,003,417 | 9,325 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8952](https://llvm.org/bz8952) |
| Resolution | FIXED |
| Resolved on | Oct 09, 2011 17:21 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
I compiled the following minimal example with clang trunk using... | extern "C" function returning pointer to class in namespace{} silently drops symbol | https://api.github.com/repos/llvm/llvm-project/issues/9324/comments | 1 | 2011-01-11T00:30:48Z | 2021-12-03T22:01:59Z | https://github.com/llvm/llvm-project/issues/9324 | 1,071,003,409 | 9,324 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8951](https://llvm.org/bz8951) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2011 21:05 |
| Version | trunk |
| OS | Linux |
| Attachments | [Support for .equiv](https://user-images.githubusercontent.com/296817/143742525-f2beeab0-bee2-4308-aa65-d7c26058867a.gz) |
| CC | @nico... | Support for .equiv in integrated assembler | https://api.github.com/repos/llvm/llvm-project/issues/9323/comments | 4 | 2011-01-10T20:59:19Z | 2021-12-03T22:01:58Z | https://github.com/llvm/llvm-project/issues/9323 | 1,071,003,397 | 9,323 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8950](https://llvm.org/bz8950) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2011 15:08 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Replacement makefile (uses clang, removes -O2)](https://user-images.githubusercontent.com/60944935/143742523-8e047012-93d4-43b8-90b7... | Crypto++ validation test crashes in IDEA code | https://api.github.com/repos/llvm/llvm-project/issues/9322/comments | 12 | 2011-01-10T19:53:31Z | 2021-12-03T22:01:57Z | https://github.com/llvm/llvm-project/issues/9322 | 1,071,003,391 | 9,322 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8949](https://llvm.org/bz8949) |
| Resolution | FIXED |
| Resolved on | Jul 18, 2011 18:27 |
| Version | trunk |
| OS | Linux |
| CC | @tkremenek |
## Extended Description
Consider:
asm("bar:\n.weak foo\nfoo = bar");
int foo(void)
{
return 0;
}
Assembling first and pushing... | [MC] Redefining a weak symbol crashes with integrated as | https://api.github.com/repos/llvm/llvm-project/issues/9321/comments | 2 | 2011-01-10T17:50:39Z | 2021-12-03T22:01:56Z | https://github.com/llvm/llvm-project/issues/9321 | 1,071,003,383 | 9,321 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8948](https://llvm.org/bz8948) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2011 20:13 |
| Version | trunk |
| OS | Linux |
| Attachments | [Workaround](https://user-images.githubusercontent.com/296817/143742522-39e378c1-7f25-4a2c-9a72-40cb3b6fa16c.gz) |
## Extended Descrip... | [MC] .section parsed incorrectly | https://api.github.com/repos/llvm/llvm-project/issues/9320/comments | 1 | 2011-01-10T08:06:40Z | 2021-12-03T22:01:56Z | https://github.com/llvm/llvm-project/issues/9320 | 1,071,003,376 | 9,320 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8947](https://llvm.org/bz8947) |
| Resolution | FIXED |
| Resolved on | Oct 27, 2012 09:35 |
| Version | trunk |
| OS | Linux |
| Attachments | [Test case reduced by bugpoint](https://user-images.githubusercontent.com/60944935/143742518-08195515-9413-4e54-9350-7c235283cd25.gz) |... | Miscompilation when optimizing OpenSSL | https://api.github.com/repos/llvm/llvm-project/issues/9319/comments | 8 | 2011-01-10T07:14:53Z | 2021-12-03T22:01:55Z | https://github.com/llvm/llvm-project/issues/9319 | 1,071,003,366 | 9,319 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8946](https://llvm.org/bz8946) |
| Resolution | FIXED |
| Resolved on | Jan 11, 2011 11:05 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742515-be64dc82-5111-44c8-a983-8d68f66c4527.gz), [x86 backend hack](h... | [MC] SSE2 : valid reg-to-reg MOVDQU rejected by the x86 backend | https://api.github.com/repos/llvm/llvm-project/issues/9318/comments | 1 | 2011-01-10T04:01:05Z | 2021-12-03T22:01:54Z | https://github.com/llvm/llvm-project/issues/9318 | 1,071,003,356 | 9,318 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8945](https://llvm.org/bz8945) |
| Resolution | FIXED |
| Resolved on | Feb 21, 2011 15:06 |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
GCC has a special option to override the builtin c++ include path in combination with -nostdinc++. The o... | Support for -cxx-isystem | https://api.github.com/repos/llvm/llvm-project/issues/9317/comments | 4 | 2011-01-10T03:06:29Z | 2021-12-03T22:01:53Z | https://github.com/llvm/llvm-project/issues/9317 | 1,071,003,348 | 9,317 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8944](https://llvm.org/bz8944) |
| Resolution | FIXED |
| Resolved on | Feb 15, 2011 21:30 |
| Version | trunk |
| OS | Linux |
| CC | @tkremenek |
## Extended Description
OpenSSL's aes-x86_64.s does something like
movq T-S, %rax
.globl T
T:
.globl S... | [MC] Integrated assembler doesn't resolve local symbol differences | https://api.github.com/repos/llvm/llvm-project/issues/9316/comments | 2 | 2011-01-10T02:56:31Z | 2021-12-03T22:01:52Z | https://github.com/llvm/llvm-project/issues/9316 | 1,071,003,331 | 9,316 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8943](https://llvm.org/bz8943) |
| Resolution | WORKSFORME |
| Resolved on | Mar 03, 2014 04:45 |
| Version | trunk |
| OS | Windows NT |
| Blocks | llvm/llvm-project#7187 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AaronBallman,@lattner |
## Extended Description
I got... | pow is transformed to exp2 if the target doesn't have exp2 | https://api.github.com/repos/llvm/llvm-project/issues/9315/comments | 7 | 2011-01-10T01:50:25Z | 2022-01-20T02:06:23Z | https://github.com/llvm/llvm-project/issues/9315 | 1,071,003,318 | 9,315 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8942](https://llvm.org/bz8942) |
| Resolution | FIXED |
| Resolved on | Dec 23, 2015 02:33 |
| Version | 1.0 |
| OS | All |
| Depends On | llvm/llvm-project#9234 |
| CC | @efriedma-quic,@sunfishcode,@sanjoy |
## Extended Description
Chandler observed that we don't optimize th... | Not aggressively optimizing std::fill loop (SCEVUDivExpr needs 'exact' bit) | https://api.github.com/repos/llvm/llvm-project/issues/9314/comments | 5 | 2011-01-10T01:38:44Z | 2021-12-03T22:01:50Z | https://github.com/llvm/llvm-project/issues/9314 | 1,071,003,303 | 9,314 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8941](https://llvm.org/bz8941) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
TailDuplication should preserve dominators and loop info. I think I have a relatively simple modification for preserving dominators. Loops are alw... | TailDuplication should preserve dominators and loop info | https://api.github.com/repos/llvm/llvm-project/issues/9313/comments | 0 | 2011-01-09T11:29:23Z | 2021-12-03T22:01:49Z | https://github.com/llvm/llvm-project/issues/9313 | 1,071,003,287 | 9,313 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8940](https://llvm.org/bz8940) |
| Resolution | INVALID |
| Resolved on | Jan 02, 2017 22:57 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
There are no API to access CXCodeCompleteResults structure to ge... | libclang API to access CXCodeCompleteResults and CXCompletionResult structures | https://api.github.com/repos/llvm/llvm-project/issues/9312/comments | 3 | 2011-01-09T10:49:14Z | 2021-12-03T22:01:49Z | https://github.com/llvm/llvm-project/issues/9312 | 1,071,003,275 | 9,312 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8939](https://llvm.org/bz8939) |
| Resolution | INVALID |
| Resolved on | Jan 09, 2011 07:31 |
| Version | trunk |
| OS | Linux |
| CC | @oscarfv |
## Extended Description
I've got the following message:
At revision 123105.
Export complete.
-- Target triple: i686-pc-linux-gnu... | AST/CMakeLists.txt update | https://api.github.com/repos/llvm/llvm-project/issues/9311/comments | 2 | 2011-01-09T06:41:07Z | 2021-12-03T22:01:48Z | https://github.com/llvm/llvm-project/issues/9311 | 1,071,003,267 | 9,311 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8938](https://llvm.org/bz8938) |
| Resolution | FIXED |
| Resolved on | Jan 12, 2011 15:21 |
| Version | unspecified |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
The definition of wint_t (http://llvm.org/svn/llvm-project/cfe/trunk/lib/Basic/TargetInfo.cpp line... | wint_t definition clashes with GCC compiled c++ standard library | https://api.github.com/repos/llvm/llvm-project/issues/9310/comments | 3 | 2011-01-09T02:54:21Z | 2021-12-03T22:01:47Z | https://github.com/llvm/llvm-project/issues/9310 | 1,071,003,261 | 9,310 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8937](https://llvm.org/bz8937) |
| Resolution | INVALID |
| Resolved on | Jan 08, 2011 19:18 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
TOT@123092
int foo(int c)
{
asm (
"push %0\n\t"
"and $3, (%%esp)\n\t"
"... | [MC x86] gas knows a default size for stack access? | https://api.github.com/repos/llvm/llvm-project/issues/9309/comments | 1 | 2011-01-09T02:03:36Z | 2021-12-03T22:01:46Z | https://github.com/llvm/llvm-project/issues/9309 | 1,071,003,253 | 9,309 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8936](https://llvm.org/bz8936) |
| Resolution | FIXED |
| Resolved on | Oct 14, 2011 22:24 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic |
## Extended Description
TOT@123092
struct aes_encrypt_ctx
{
unsigned k[(1... | [MC x86] does not know xcryptecb instruction | https://api.github.com/repos/llvm/llvm-project/issues/9308/comments | 3 | 2011-01-09T01:36:34Z | 2021-12-03T22:01:45Z | https://github.com/llvm/llvm-project/issues/9308 | 1,071,003,239 | 9,308 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8935](https://llvm.org/bz8935) |
| Resolution | FIXED |
| Resolved on | Feb 21, 2011 18:35 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ismail |
## Extended Description
TOT@123092
int test_cpu_feature_avx_callback(void)
{
unsigned low... | [MC x86] does not know xgetbv instruction | https://api.github.com/repos/llvm/llvm-project/issues/9307/comments | 7 | 2011-01-09T01:29:06Z | 2021-12-03T22:01:44Z | https://github.com/llvm/llvm-project/issues/9307 | 1,071,003,235 | 9,307 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8934](https://llvm.org/bz8934) |
| Version | trunk |
| OS | Linux |
| CC | @DougGregor |
## Extended Description
Unless I'm missing something, the following is ambiguous:
```
template<typename T1, typename T2>
struct A { };
struct base {
template<typename T2, typename T1>
... | GCC ignores conversion function template specializatons if a derived class' conversion function converts to the same type | https://api.github.com/repos/llvm/llvm-project/issues/9306/comments | 6 | 2011-01-09T01:01:01Z | 2023-11-09T23:57:15Z | https://github.com/llvm/llvm-project/issues/9306 | 1,071,003,224 | 9,306 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8933](https://llvm.org/bz8933) |
| Version | trunk |
| OS | Linux |
| Attachments | [Debian 6.0 Squeeze is out](https://user-images.githubusercontent.com/60944935/143742511-576ae77c-b910-4e75-bd42-31f6f78076f4.gz) |
| Reporter | LLVM Bugzilla Contributor |
## Extended Descripti... | multilib support not detected on Debian squeeze | https://api.github.com/repos/llvm/llvm-project/issues/9305/comments | 0 | 2011-01-09T00:31:21Z | 2021-12-03T22:01:43Z | https://github.com/llvm/llvm-project/issues/9305 | 1,071,003,218 | 9,305 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8932](https://llvm.org/bz8932) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2011 02:09 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [test case for the bug](https://user-images.githubusercontent.com/60944935/143742510-23a5e844-b3cc-4523-a70d-05d1ac3ce7b9.gz) |
| Rep... | "opt -O3" goes into an infinite loop with the attached IR | https://api.github.com/repos/llvm/llvm-project/issues/9304/comments | 2 | 2011-01-08T23:10:22Z | 2021-12-03T22:01:42Z | https://github.com/llvm/llvm-project/issues/9304 | 1,071,003,209 | 9,304 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8931](https://llvm.org/bz8931) |
| Resolution | FIXED |
| Resolved on | Mar 02, 2011 15:35 |
| Version | trunk |
| OS | Linux |
| Attachments | [arm-fpu-type-fix.patch](https://user-images.githubusercontent.com/60944935/143742507-d04a692d-1d74-481c-907d-cfe9bf8f375d.gz), [arm-fp... | Missing FPU type directives in generated gas assembly for ARM ELF target | https://api.github.com/repos/llvm/llvm-project/issues/9303/comments | 4 | 2011-01-08T06:24:07Z | 2021-12-03T22:01:41Z | https://github.com/llvm/llvm-project/issues/9303 | 1,071,003,201 | 9,303 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8930](https://llvm.org/bz8930) |
| Resolution | FIXED |
| Resolved on | May 13, 2011 12:25 |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
title says it all | std::ios_base is not forward declared by <iosfwd> | https://api.github.com/repos/llvm/llvm-project/issues/9302/comments | 1 | 2011-01-08T05:30:01Z | 2021-12-03T22:01:40Z | https://github.com/llvm/llvm-project/issues/9302 | 1,071,003,191 | 9,302 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8929](https://llvm.org/bz8929) |
| Resolution | FIXED |
| Resolved on | Feb 09, 2020 02:38 |
| Version | trunk |
| OS | FreeBSD |
| Reporter | LLVM Bugzilla Contributor |
| CC | @ekatz,@zhendongsu |
| Fixed by commit(s) | rG3b70ee27a503 |
## Extended Description
Assertion fail... | loop extract isn't a well behaved function pass | https://api.github.com/repos/llvm/llvm-project/issues/9301/comments | 7 | 2011-01-07T19:49:08Z | 2021-12-03T22:01:39Z | https://github.com/llvm/llvm-project/issues/9301 | 1,071,003,185 | 9,301 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8928](https://llvm.org/bz8928) |
| Resolution | FIXED |
| Resolved on | Jan 24, 2011 12:37 |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143742505-ae9b7508-4e1c-4ba5-8b41-08ba3d8ae7a6.gz) |
| Reporter | LLVM... | Assertion failed: (T && "getTerminator returned null!"), function SuccIterator, file /data/home/rdivacky/llvm/include/llvm/Support/CFG.h, line 105. | https://api.github.com/repos/llvm/llvm-project/issues/9300/comments | 4 | 2011-01-07T19:45:55Z | 2021-12-03T22:01:39Z | https://github.com/llvm/llvm-project/issues/9300 | 1,071,003,173 | 9,300 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8927](https://llvm.org/bz8927) |
| Resolution | FIXED |
| Resolved on | Jan 16, 2011 12:23 |
| Version | trunk |
| OS | All |
| Blocks | llvm/llvm-project#9279 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
The C standard says that
Two p... | Invalid constant merging | https://api.github.com/repos/llvm/llvm-project/issues/9299/comments | 2 | 2011-01-07T16:25:20Z | 2021-12-03T22:01:38Z | https://github.com/llvm/llvm-project/issues/9299 | 1,071,003,154 | 9,299 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8926](https://llvm.org/bz8926) |
| Resolution | FIXED |
| Resolved on | Feb 08, 2011 13:01 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @rjmccall |
## Extended Description
clang version 2.9 (trunk 122999)
Target: x86_64-apple-darwin10
... | clang asserts with illegal instruction (!HasCachedLinkage || Linkage(CachedLinkage) == LI.linkage()), function getLinkageAndVisibility | https://api.github.com/repos/llvm/llvm-project/issues/9298/comments | 6 | 2011-01-07T14:34:47Z | 2021-12-03T22:01:37Z | https://github.com/llvm/llvm-project/issues/9298 | 1,071,003,139 | 9,298 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8925](https://llvm.org/bz8925) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In the following test case:
```ll
define fastcc i32* @force.ri32(i32* %x) nounwind {
entry:
%nz = icmp eq i32* %x, null
br i1 %nz, label %Limp... | Unnecessary munging of stack pointer with guarantee tail calls | https://api.github.com/repos/llvm/llvm-project/issues/9297/comments | 3 | 2011-01-07T04:03:50Z | 2025-02-14T11:41:14Z | https://github.com/llvm/llvm-project/issues/9297 | 1,071,003,133 | 9,297 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8924](https://llvm.org/bz8924) |
| Resolution | FIXED |
| Resolved on | Jan 07, 2011 04:21 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nadavrot |
## Extended Description
We hit the assertion above on the code below. Tested on LLVM 2.8 on... | /lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:784: llvm::SDValue<unnamed>::SelectionDAGLegalize::LegalizeOp(llvm::SDValue): Assertion `getTypeAction(Node->getValueType(i)) == Legal && "Unexpected illegal type!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9296/comments | 3 | 2011-01-07T01:59:48Z | 2021-12-03T22:01:35Z | https://github.com/llvm/llvm-project/issues/9296 | 1,071,003,126 | 9,296 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8923](https://llvm.org/bz8923) |
| Resolution | FIXED |
| Resolved on | Jan 06, 2011 18:16 |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llc: lib/CodeGen/SelectionDAG/LegalizeTypes.cpp:106: void llvm::DAGTypeLegalizer::Perf... | DAGTypeLegalizer::PerformExpensiveChecks(): Assertion `NewVal.getNode()->getNodeId() != NewNode && "ReplacedValues maps to a new node!"' failed. | https://api.github.com/repos/llvm/llvm-project/issues/9295/comments | 4 | 2011-01-07T01:54:56Z | 2021-12-03T22:01:34Z | https://github.com/llvm/llvm-project/issues/9295 | 1,071,003,116 | 9,295 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8922](https://llvm.org/bz8922) |
| Resolution | FIXED |
| Resolved on | Mar 09, 2011 05:11 |
| Version | trunk |
| OS | Windows XP |
| Blocks | llvm/llvm-bugzilla-archive#9100 |
| Attachments | [Fix candidate patch](https://user-images.githubusercontent.com/92601443/143742502-3... | Win64 Does not codegen correctly alloca align 64 | https://api.github.com/repos/llvm/llvm-project/issues/9294/comments | 5 | 2011-01-06T17:43:44Z | 2021-12-03T22:01:33Z | https://github.com/llvm/llvm-project/issues/9294 | 1,071,003,104 | 9,294 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8921](https://llvm.org/bz8921) |
| Resolution | FIXED |
| Resolved on | Jan 06, 2011 15:07 |
| Version | trunk |
| OS | Linux |
| Attachments | [source code](https://user-images.githubusercontent.com/1040968/143742499-58a22d7a-6db4-4600-80af-ca3047148515.gz), [IR generated by cl... | ARM/Thumb interoperability broken in v4T | https://api.github.com/repos/llvm/llvm-project/issues/9293/comments | 3 | 2011-01-06T17:22:08Z | 2021-12-03T22:01:32Z | https://github.com/llvm/llvm-project/issues/9293 | 1,071,003,091 | 9,293 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8920](https://llvm.org/bz8920) |
| Version | 2.8 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek,@nelhage,@Lekensteyn |
## Extended Description
clang-analyzer can't really deal with FD_SET and FD_ZERO. I think the problem is cause these macros are a... | clang-analyzer can't deal with FD_SET and FD_ZERO | https://api.github.com/repos/llvm/llvm-project/issues/9292/comments | 11 | 2011-01-06T12:26:27Z | 2021-12-03T22:01:31Z | https://github.com/llvm/llvm-project/issues/9292 | 1,071,003,082 | 9,292 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8919](https://llvm.org/bz8919) |
| Resolution | FIXED |
| Resolved on | Mar 28, 2011 00:26 |
| Version | trunk |
| OS | Windows XP |
| Blocks | llvm/llvm-bugzilla-archive#9100 |
| Attachments | [Patch for fixing the above issue.](https://user-images.githubusercontent.com/609449... | LLVM generated code crashes if stack frame > 4k on MinGW64 | https://api.github.com/repos/llvm/llvm-project/issues/9291/comments | 10 | 2011-01-06T02:05:48Z | 2021-12-03T22:01:30Z | https://github.com/llvm/llvm-project/issues/9291 | 1,071,003,074 | 9,291 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8918](https://llvm.org/bz8918) |
| Resolution | FIXED |
| Resolved on | Jan 05, 2011 18:47 |
| Version | trunk |
| OS | other |
| Attachments | [Patch for fixing the above issue.](https://user-images.githubusercontent.com/60944935/143742495-584823b3-8b74-4c59-91e4-373bfd00810d.g... | LLVM generates incorrect __main call with MinGW64 | https://api.github.com/repos/llvm/llvm-project/issues/9290/comments | 1 | 2011-01-06T02:00:52Z | 2021-12-03T22:01:29Z | https://github.com/llvm/llvm-project/issues/9290 | 1,071,003,067 | 9,290 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8917](https://llvm.org/bz8917) |
| Resolution | INVALID |
| Resolved on | Jan 05, 2011 12:36 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [preprocessed source code for sha.cpp](https://user-images.githubusercontent.com/60944935/143742494-de12fec7-f999-4a7d-936d-8def5dc... | clang much slower than gcc compiling CryptoPP sources | https://api.github.com/repos/llvm/llvm-project/issues/9289/comments | 1 | 2011-01-05T20:03:23Z | 2021-12-03T22:01:29Z | https://github.com/llvm/llvm-project/issues/9289 | 1,071,003,055 | 9,289 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8916](https://llvm.org/bz8916) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2011 15:54 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Preprocessed source code for sha.cpp](https://user-images.githubusercontent.com/60944935/143742492-1e1bf1f5-4e17-436c-8f05-45d14de81... | clang tot takes a long, long time (maybe forever) to compile Cryptopp's sha.cpp | https://api.github.com/repos/llvm/llvm-project/issues/9288/comments | 11 | 2011-01-05T19:59:29Z | 2021-12-03T22:01:28Z | https://github.com/llvm/llvm-project/issues/9288 | 1,071,003,043 | 9,288 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8915](https://llvm.org/bz8915) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2011 08:12 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
The following test (from the g++ test suite) causes a cla... | Assertion failure when instantiating member class of class template. | https://api.github.com/repos/llvm/llvm-project/issues/9287/comments | 1 | 2011-01-05T19:26:44Z | 2021-12-03T22:01:27Z | https://github.com/llvm/llvm-project/issues/9287 | 1,071,003,035 | 9,287 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8914](https://llvm.org/bz8914) |
| Resolution | FIXED |
| Resolved on | Sep 18, 2012 09:15 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @pwo |
## Extended Description
FreeBSD run the analyzer regularly on our source code. The scan reports ... | __attribute__((__noreturn__)) not respected | https://api.github.com/repos/llvm/llvm-project/issues/9286/comments | 3 | 2011-01-05T17:57:44Z | 2021-12-03T22:01:26Z | https://github.com/llvm/llvm-project/issues/9286 | 1,071,003,025 | 9,286 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8913](https://llvm.org/bz8913) |
| Resolution | FIXED |
| Resolved on | Jan 06, 2011 15:40 |
| Version | trunk |
| OS | MacOS X |
| Attachments | [Preprocessed source code](https://user-images.githubusercontent.com/60944935/143742491-f21a5bbf-81ed-48b4-b255-a8efb22ad9e8.gz) |
| ... | clang++ asserts when compiling vmac.cpp from CryptoPP 5.6.1 | https://api.github.com/repos/llvm/llvm-project/issues/9285/comments | 2 | 2011-01-05T17:45:28Z | 2021-12-03T22:01:25Z | https://github.com/llvm/llvm-project/issues/9285 | 1,071,003,013 | 9,285 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8912](https://llvm.org/bz8912) |
| Resolution | FIXED |
| Resolved on | Jan 10, 2011 18:33 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor |
## Extended Description
Parsing the following program
template <bool> struct S {};
S<b... | Non-type template argument parse error (with a functional cast expression). | https://api.github.com/repos/llvm/llvm-project/issues/9284/comments | 1 | 2011-01-05T17:14:39Z | 2021-12-03T22:01:24Z | https://github.com/llvm/llvm-project/issues/9284 | 1,071,003,000 | 9,284 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8911](https://llvm.org/bz8911) |
| Resolution | WORKSFORME |
| Resolved on | Jan 06, 2011 10:38 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
When faced with the following code:
#define __ARM_NEON__
#include <arm_neon.h>
float32x2_t f32d;
void v... | VMLA/VMLS codegen error | https://api.github.com/repos/llvm/llvm-project/issues/9283/comments | 14 | 2011-01-05T16:00:28Z | 2022-01-20T02:06:23Z | https://github.com/llvm/llvm-project/issues/9283 | 1,071,002,985 | 9,283 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8910](https://llvm.org/bz8910) |
| Resolution | FIXED |
| Resolved on | Jan 14, 2013 11:14 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In revision 121510, mspencer introduced the macro _LIBCPP_HAS_NO_ALWAYS_INLINE... | _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS and g++-4.6 | https://api.github.com/repos/llvm/llvm-project/issues/9282/comments | 1 | 2011-01-05T13:48:59Z | 2021-12-03T22:01:22Z | https://github.com/llvm/llvm-project/issues/9282 | 1,071,002,976 | 9,282 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8909](https://llvm.org/bz8909) |
| Resolution | FIXED |
| Resolved on | Jan 27, 2011 16:57 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hello,
move_iterator::operator* returns *__i as an rvalue reference. Doesn't ... | explicit move in move_iterator::operator* | https://api.github.com/repos/llvm/llvm-project/issues/9281/comments | 2 | 2011-01-05T13:35:32Z | 2021-12-03T22:01:22Z | https://github.com/llvm/llvm-project/issues/9281 | 1,071,002,966 | 9,281 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8908](https://llvm.org/bz8908) |
| Resolution | FIXED |
| Resolved on | Nov 14, 2011 16:49 |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#9258 |
| Attachments | [.ll testcase (run opt -basicaa -gvn)](https://user-images.githubusercontent.com/60944935/14374248... | call ModRefInfo not sensitive to ordering | https://api.github.com/repos/llvm/llvm-project/issues/9280/comments | 3 | 2011-01-05T08:39:38Z | 2021-12-03T22:01:21Z | https://github.com/llvm/llvm-project/issues/9280 | 1,071,002,959 | 9,280 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8907](https://llvm.org/bz8907) |
| Resolution | FIXED |
| Resolved on | Jan 22, 2011 13:44 |
| Version | trunk |
| OS | All |
| Depends On | llvm/llvm-project#9247 llvm/llvm-project#9256 llvm/llvm-bugzilla-archive#8927 llvm/llvm-bugzilla-archive#9026 |
| Reporter | LLVM Bugzill... | [meta] build firefox 4 | https://api.github.com/repos/llvm/llvm-project/issues/9279/comments | 4 | 2011-01-05T06:43:35Z | 2021-12-03T22:01:20Z | https://github.com/llvm/llvm-project/issues/9279 | 1,071,002,937 | 9,279 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8906](https://llvm.org/bz8906) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2011 19:03 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I updated to 122785 and compiled the my modified NetBSD standard library. Unfortunat... | Overly aggressive memset optimization. | https://api.github.com/repos/llvm/llvm-project/issues/9278/comments | 2 | 2011-01-05T01:51:43Z | 2021-12-03T22:01:19Z | https://github.com/llvm/llvm-project/issues/9278 | 1,071,002,930 | 9,278 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [8905](https://llvm.org/bz8905) |
| Resolution | FIXED |
| Resolved on | Jan 04, 2011 17:37 |
| Version | trunk |
| OS | All |
| CC | @DougGregor |
## Extended Description
terfin:clang dgregor$ cat t.cpp
template<char C1, char C2>
struct X;
template<int C1>
struct X<C1, C1>;
... | Clang rejects partial specialization with non-type template argument of different type | https://api.github.com/repos/llvm/llvm-project/issues/9277/comments | 1 | 2011-01-05T00:31:28Z | 2021-12-03T22:01:18Z | https://github.com/llvm/llvm-project/issues/9277 | 1,071,002,916 | 9,277 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.