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 | [2904](https://llvm.org/bz2904) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
In a function:
void do_stuff(va_list arglist)
{
va_list temp... | Error initializing va_list with another variable. | https://api.github.com/repos/llvm/llvm-project/issues/3276/comments | 4 | 2008-10-17T01:21:10Z | 2021-12-03T20:31:03Z | https://github.com/llvm/llvm-project/issues/3276 | 1,070,944,450 | 3,276 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2903](https://llvm.org/bz2903) |
| Version | 2.3 |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@sunfishcode |
## Extended Description
I've run into a case (x86) where I have a bunch of zero-initialized stack slots (rooted GC pointers) and the initi... | Optimization opportunity - group similarly initialized stack slots and bulk initialize | https://api.github.com/repos/llvm/llvm-project/issues/3275/comments | 1 | 2008-10-17T00:37:32Z | 2021-12-03T20:31:02Z | https://github.com/llvm/llvm-project/issues/3275 | 1,070,944,440 | 3,275 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2902](https://llvm.org/bz2902) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2008 13:38 |
| Version | 2.3 |
| OS | Windows XP |
| Attachments | [Test case for above bug](https://user-images.githubusercontent.com/60944935/143738376-94641cce-cb98-4922-af75-adebaf272e67.gz) |
| ... | -std-compile-opt produces a CFG w/ infinite loop | https://api.github.com/repos/llvm/llvm-project/issues/3274/comments | 3 | 2008-10-16T22:12:50Z | 2021-12-03T20:31:01Z | https://github.com/llvm/llvm-project/issues/3274 | 1,070,944,427 | 3,274 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2901](https://llvm.org/bz2901) |
| Resolution | DUPLICATE |
| Resolved on | Oct 16, 2008 16:28 |
| Version | unspecified |
| OS | Windows NT |
| Attachments | [Preprocessed C source code archive](https://user-images.githubusercontent.com/60944935/143738375-a87e9b6c-235b-4816-ace... | C-Backend crashes on compilng with O, O2, O3: "Expected FP register!" | https://api.github.com/repos/llvm/llvm-project/issues/3273/comments | 2 | 2008-10-16T21:46:08Z | 2021-12-03T20:31:00Z | https://github.com/llvm/llvm-project/issues/3273 | 1,070,944,412 | 3,273 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2900](https://llvm.org/bz2900) |
| Version | unspecified |
| OS | MacOS X |
## Extended Description
The C standard guarantees that you can safely pass NULL to free() and that nothing happens in response. Likewise for C++'s delete. Likewise for other memory allocation functio... | catch and flag unnecessary checks for null when calling free() and delete | https://api.github.com/repos/llvm/llvm-project/issues/3272/comments | 1 | 2008-10-16T20:41:27Z | 2021-12-03T20:30:59Z | https://github.com/llvm/llvm-project/issues/3272 | 1,070,944,401 | 3,272 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2899](https://llvm.org/bz2899) |
| Version | unspecified |
| OS | MacOS X |
| CC | @tkremenek |
## Extended Description
It is generally accepted that allocating 0 bytes is bad practice. For example, see:
https://www.securecoding.cert.org/confluence/display/seccode/MEM04-C.+D... | Catch and flag allocations of 0 bytes. | https://api.github.com/repos/llvm/llvm-project/issues/3271/comments | 10 | 2008-10-16T20:21:11Z | 2021-12-03T20:30:58Z | https://github.com/llvm/llvm-project/issues/3271 | 1,070,944,386 | 3,271 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2898](https://llvm.org/bz2898) |
| Resolution | FIXED |
| Resolved on | Oct 17, 2008 15:57 |
| Version | trunk |
| OS | Linux |
## Extended Description
The ldecod benchmark (MultiSource/Applications/JM/ldecod) is miscompiled for AMD64. I believe this is due to a bug in LocalSp... | Invalid removal of "dead" stores. | https://api.github.com/repos/llvm/llvm-project/issues/3270/comments | 5 | 2008-10-16T08:51:07Z | 2021-12-03T20:30:57Z | https://github.com/llvm/llvm-project/issues/3270 | 1,070,944,372 | 3,270 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2897](https://llvm.org/bz2897) |
| Resolution | WORKSFORME |
| Resolved on | Oct 14, 2011 21:38 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @efriedma-quic |
## Extended Description
The following reduction:
define <4 x float> @​_mm_... | Miscompilation when SSE2 is disabled | https://api.github.com/repos/llvm/llvm-project/issues/3269/comments | 5 | 2008-10-16T06:51:22Z | 2022-01-20T02:01:09Z | https://github.com/llvm/llvm-project/issues/3269 | 1,070,944,361 | 3,269 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2896](https://llvm.org/bz2896) |
| Resolution | DUPLICATE |
| Resolved on | Feb 22, 2010 12:52 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Testcase for the if ./. switch bug](https://user-images.githubusercontent.com/60944935/143738371-8e842636-192c-4e12-98ea-8... | wrong following of case statements | https://api.github.com/repos/llvm/llvm-project/issues/3268/comments | 2 | 2008-10-15T12:55:46Z | 2021-12-03T20:30:56Z | https://github.com/llvm/llvm-project/issues/3268 | 1,070,944,353 | 3,268 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2895](https://llvm.org/bz2895) |
| Resolution | INVALID |
| Resolved on | Oct 15, 2008 15:59 |
| Version | unspecified |
| OS | other |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Include paths seem to be wrong in some files in lib/target/x86... | Include paths seem to be wrong in some files in lib/target/x86/ASMPrinter | https://api.github.com/repos/llvm/llvm-project/issues/3267/comments | 4 | 2008-10-15T07:20:43Z | 2021-12-03T20:30:55Z | https://github.com/llvm/llvm-project/issues/3267 | 1,070,944,343 | 3,267 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2894](https://llvm.org/bz2894) |
| Resolution | FIXED |
| Resolved on | Oct 16, 2008 02:17 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @sunfishcode,@nlewycky |
## Extended Description
Disassemble bitcode containing invoke and obse... | space missing in .ll for invoke | https://api.github.com/repos/llvm/llvm-project/issues/3266/comments | 2 | 2008-10-14T08:50:15Z | 2021-12-03T20:30:54Z | https://github.com/llvm/llvm-project/issues/3266 | 1,070,944,337 | 3,266 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2893](https://llvm.org/bz2893) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tkremenek |
## Extended Description
The following test case produces clang parser error... | Parsing error (type of property does not match type of ivar) if property conforms to protocol and ivar doesn't | https://api.github.com/repos/llvm/llvm-project/issues/3265/comments | 2 | 2008-10-14T08:43:18Z | 2021-12-03T20:30:53Z | https://github.com/llvm/llvm-project/issues/3265 | 1,070,944,323 | 3,265 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2892](https://llvm.org/bz2892) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | MacOS X |
| Depends On | llvm/llvm-bugzilla-archive#3541 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor,@efriedma-quic |
## Ext... | crash on redefinition of builtin | https://api.github.com/repos/llvm/llvm-project/issues/3264/comments | 5 | 2008-10-14T08:11:00Z | 2021-12-03T20:30:52Z | https://github.com/llvm/llvm-project/issues/3264 | 1,070,944,315 | 3,264 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2891](https://llvm.org/bz2891) |
| Resolution | FIXED |
| Resolved on | Nov 03, 2009 13:08 |
| Version | 2.4 |
| OS | MacOS X |
| CC | @asl,@rnk |
## Extended Description
There are currently two regressions on darwin, x86:
External/SPEC/CFP2000/188.ammp/188.ammp (CBE)
MultiSou... | JIT doesn't handle "out of JIT memory" condition well | https://api.github.com/repos/llvm/llvm-project/issues/3263/comments | 10 | 2008-10-13T22:33:29Z | 2021-12-03T20:30:51Z | https://github.com/llvm/llvm-project/issues/3263 | 1,070,944,300 | 3,263 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2890](https://llvm.org/bz2890) |
| Resolution | WONTFIX |
| Resolved on | Apr 22, 2009 05:42 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
This test fails on x86-32-linux with:
while running: /usr/loc... | llvm-gcc doesn't support the GNU objc runtime | https://api.github.com/repos/llvm/llvm-project/issues/3262/comments | 5 | 2008-10-13T21:50:09Z | 2022-01-20T02:29:16Z | https://github.com/llvm/llvm-project/issues/3262 | 1,070,944,289 | 3,262 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2889](https://llvm.org/bz2889) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:47 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Clang revision: 57458
Test case:
#include <stdio.h>
int mai... | Dead store checker false positive with prefix increments | https://api.github.com/repos/llvm/llvm-project/issues/3261/comments | 4 | 2008-10-13T20:44:05Z | 2021-12-03T20:30:49Z | https://github.com/llvm/llvm-project/issues/3261 | 1,070,944,271 | 3,261 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2888](https://llvm.org/bz2888) |
| Resolution | FIXED |
| Resolved on | Oct 30, 2008 20:06 |
| Version | unspecified |
| OS | Linux |
| Attachments | [from bugpoint output for 176.gcc](https://user-images.githubusercontent.com/46755665/143738366-af60622f-4105-402a-a0c6-0bd8c59e5... | linux regressions with 2.4 | https://api.github.com/repos/llvm/llvm-project/issues/3260/comments | 24 | 2008-10-13T20:34:48Z | 2021-12-03T20:30:48Z | https://github.com/llvm/llvm-project/issues/3260 | 1,070,944,254 | 3,260 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2887](https://llvm.org/bz2887) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:17 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#3219 |
| CC | @sunfishcode,@tlattner |
## Extended Description
+++ This bug was initially created as a clone ... | 2.4 pre-release test failures: Atomics | https://api.github.com/repos/llvm/llvm-project/issues/3259/comments | 9 | 2008-10-12T10:47:15Z | 2021-12-03T20:30:46Z | https://github.com/llvm/llvm-project/issues/3259 | 1,070,944,231 | 3,259 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2886](https://llvm.org/bz2886) |
| Resolution | FIXED |
| Resolved on | Oct 23, 2008 00:54 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#3219 llvm/llvm-bugzilla-archive#2931 |
| CC | @lattner,@sunfishcode,@tlattner |
## Extended Description
+++ T... | 2.4 pre-release test failures: ocaml bindings | https://api.github.com/repos/llvm/llvm-project/issues/3258/comments | 13 | 2008-10-12T10:40:54Z | 2021-12-03T20:30:45Z | https://github.com/llvm/llvm-project/issues/3258 | 1,070,944,220 | 3,258 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2885](https://llvm.org/bz2885) |
| Resolution | FIXED |
| Resolved on | Oct 17, 2008 13:49 |
| Version | trunk |
| OS | Linux |
| Attachments | [c++ testcase](https://user-images.githubusercontent.com/60944935/143738362-e8a04380-c9d8-4752-95ae-4e39c75c9833.gz), [.bc testcase, bu... | assertion triggered in DwarfWriter | https://api.github.com/repos/llvm/llvm-project/issues/3257/comments | 4 | 2008-10-12T10:19:27Z | 2021-12-03T20:30:44Z | https://github.com/llvm/llvm-project/issues/3257 | 1,070,944,214 | 3,257 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2884](https://llvm.org/bz2884) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
extern int g(char *a, char **b);
int f(char *r) {
float l;
char *s;
/* [1] Taking true branch. */
if (r == 0) {
l = -1.0;
} ... | false positive: does not constant fold floating point values | https://api.github.com/repos/llvm/llvm-project/issues/3256/comments | 6 | 2008-10-12T00:43:43Z | 2023-08-10T15:17:37Z | https://github.com/llvm/llvm-project/issues/3256 | 1,070,944,205 | 3,256 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2883](https://llvm.org/bz2883) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
Given a.ll
--
define weak void @​foo() {
ret void
}
--
and b.ll
... | linking of alias symbol with weak symbol fails | https://api.github.com/repos/llvm/llvm-project/issues/3255/comments | 4 | 2008-10-11T07:27:51Z | 2021-12-03T20:30:43Z | https://github.com/llvm/llvm-project/issues/3255 | 1,070,944,197 | 3,255 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2882](https://llvm.org/bz2882) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
hi,
i have the path to clang and scan-build starting with a ~/ on my profile file.
when i do scan-build it says: "can... | scan-build doesn't handle ~/ | https://api.github.com/repos/llvm/llvm-project/issues/3254/comments | 10 | 2008-10-11T03:51:10Z | 2022-01-26T22:17:33Z | https://github.com/llvm/llvm-project/issues/3254 | 1,070,944,189 | 3,254 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2881](https://llvm.org/bz2881) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | All |
| Attachments | [Fix a leak in PluginLoader.cpp](https://user-images.githubusercontent.com/60944935/143738359-9c1e357f-9321-47b1-bbfc-bdc8ae84f6ee.... | Small leak in PluginLoader.cpp. | https://api.github.com/repos/llvm/llvm-project/issues/3253/comments | 2 | 2008-10-11T00:53:34Z | 2021-12-03T20:30:41Z | https://github.com/llvm/llvm-project/issues/3253 | 1,070,944,176 | 3,253 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2880](https://llvm.org/bz2880) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I suggest adding SQLite to your test or acceptance suites as it is suitably large and meaty. For me it has already highlighted issues #R... | Suggest using SQLite in test suite | https://api.github.com/repos/llvm/llvm-project/issues/3252/comments | 2 | 2008-10-10T23:27:20Z | 2024-05-03T16:17:20Z | https://github.com/llvm/llvm-project/issues/3252 | 1,070,944,168 | 3,252 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2879](https://llvm.org/bz2879) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tkremenek |
## Extended Description
My project includes the SQLite amalgamation - see http://sqlite.org/download.html and http://sqlite.org/amalgam... | Analyser output is almost useless on large files | https://api.github.com/repos/llvm/llvm-project/issues/3251/comments | 5 | 2008-10-10T23:23:05Z | 2022-01-26T22:17:32Z | https://github.com/llvm/llvm-project/issues/3251 | 1,070,944,158 | 3,251 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2878](https://llvm.org/bz2878) |
| Version | trunk |
| OS | All |
| Attachments | [.ll test case](https://user-images.githubusercontent.com/60944935/143738357-d073d149-ef5a-43e0-b6a2-089301a88c93.gz), [.cpp test case.](https://user-images.githubusercontent.com/60944935/143738358... | -march=cpp: Calling makeLLVMModuleContents twice gives memory errors | https://api.github.com/repos/llvm/llvm-project/issues/3250/comments | 2 | 2008-10-10T13:19:33Z | 2023-08-04T22:04:15Z | https://github.com/llvm/llvm-project/issues/3250 | 1,070,944,150 | 3,250 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2877](https://llvm.org/bz2877) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
If a protocol declares a property and a class declares prope... | Clang parser ignores protocol information of referenced properties | https://api.github.com/repos/llvm/llvm-project/issues/3249/comments | 1 | 2008-10-10T11:37:07Z | 2021-12-03T20:30:38Z | https://github.com/llvm/llvm-project/issues/3249 | 1,070,944,139 | 3,249 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2876](https://llvm.org/bz2876) |
| Resolution | LATER |
| Resolved on | Aug 08, 2010 02:04 |
| Version | trunk |
| OS | Linux |
| CC | @lattner |
## Extended Description
Given a branch where the two target blocks are identical ("ret i32 %b" in both), simplifycfg will simplify ... | simplifycfg won't simplify switch to identical blocks | https://api.github.com/repos/llvm/llvm-project/issues/3248/comments | 3 | 2008-10-10T07:36:28Z | 2021-12-03T20:30:37Z | https://github.com/llvm/llvm-project/issues/3248 | 1,070,944,135 | 3,248 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2875](https://llvm.org/bz2875) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2008 15:35 |
| Version | unspecified |
| OS | Linux |
| Depends On | llvm/llvm-project#1929 |
| Attachments | [Preprocessed file using -save-temps](https://user-images.githubusercontent.com/60944935... | [meta] Unbreak SPARC target for llvm-gcc | https://api.github.com/repos/llvm/llvm-project/issues/3247/comments | 7 | 2008-10-10T01:54:00Z | 2021-12-03T20:30:36Z | https://github.com/llvm/llvm-project/issues/3247 | 1,070,944,128 | 3,247 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2874](https://llvm.org/bz2874) |
| Resolution | LATER |
| Resolved on | Oct 10, 2008 00:05 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
LLVM will optimize (x << 8) + x into x*257, but on some CPUs the imull is actually s... | missed optimization opportunity: imull -> shl+add | https://api.github.com/repos/llvm/llvm-project/issues/3246/comments | 2 | 2008-10-10T01:17:25Z | 2021-12-03T20:30:35Z | https://github.com/llvm/llvm-project/issues/3246 | 1,070,944,116 | 3,246 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2873](https://llvm.org/bz2873) |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
I'm a potential user of clang static analyser for ANSI C code, and decided to try it out at home before spending tim... | suggest website includes sample buggy code | https://api.github.com/repos/llvm/llvm-project/issues/3245/comments | 2 | 2008-10-09T18:04:57Z | 2022-01-26T22:17:31Z | https://github.com/llvm/llvm-project/issues/3245 | 1,070,944,100 | 3,245 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2872](https://llvm.org/bz2872) |
| Version | trunk |
| OS | Linux |
| CC | @jayfoad,@sunfishcode |
## Extended Description
The CBE doesn't (can't, never will) support the fastcc calling convention. Currently, when it splits the module it will emit the LLVM 'to-optimize' side w... | bugpoint needs to try removing fastcc when using CBE | https://api.github.com/repos/llvm/llvm-project/issues/3244/comments | 5 | 2008-10-09T09:49:58Z | 2023-08-13T12:50:20Z | https://github.com/llvm/llvm-project/issues/3244 | 1,070,944,089 | 3,244 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2871](https://llvm.org/bz2871) |
| Resolution | FIXED |
| Resolved on | Oct 26, 2008 18:59 |
| Version | trunk |
| OS | Linux |
## Extended Description
Try bugpoint'ing spiff some time. It happens to trigger this code in ExecutionDriver.cpp:
// If we're checking the program... | bugpoint erroneously assumes exit code 1 is bad by default | https://api.github.com/repos/llvm/llvm-project/issues/3243/comments | 4 | 2008-10-09T08:55:53Z | 2021-12-03T20:30:31Z | https://github.com/llvm/llvm-project/issues/3243 | 1,070,944,081 | 3,243 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2870](https://llvm.org/bz2870) |
| Resolution | INVALID |
| Resolved on | Oct 08, 2008 02:00 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@tkremenek |
## Extended Description
if you have:
void foo(char *buffer){
buffer += 20... | a modified pointer should be considered as being read in the future | https://api.github.com/repos/llvm/llvm-project/issues/3242/comments | 4 | 2008-10-08T01:07:10Z | 2021-12-03T20:30:30Z | https://github.com/llvm/llvm-project/issues/3242 | 1,070,944,066 | 3,242 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2869](https://llvm.org/bz2869) |
| Resolution | FIXED |
| Resolved on | Oct 10, 2008 17:03 |
| Version | unspecified |
| OS | All |
| Attachments | [see above](https://user-images.githubusercontent.com/60944935/143738353-8b68ffb2-44e8-4abf-93e8-2f61a17da8cd.gz) |
| Reporter | LL... | Miscompilation with -loop-index-split | https://api.github.com/repos/llvm/llvm-project/issues/3241/comments | 3 | 2008-10-07T22:34:04Z | 2021-12-03T20:30:29Z | https://github.com/llvm/llvm-project/issues/3241 | 1,070,944,051 | 3,241 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2868](https://llvm.org/bz2868) |
| Resolution | FIXED |
| Resolved on | Oct 07, 2008 09:39 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
ADDC, ADDE, SUBC, and SUBE are not expanded in legalize.
testcase:
test/CodeGen/Alph... | ADDC ADDE not expanded | https://api.github.com/repos/llvm/llvm-project/issues/3240/comments | 7 | 2008-10-07T04:32:39Z | 2021-12-03T20:30:28Z | https://github.com/llvm/llvm-project/issues/3240 | 1,070,944,046 | 3,240 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2867](https://llvm.org/bz2867) |
| Resolution | FIXED |
| Resolved on | Oct 28, 2008 15:24 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738352-e51eea4b-88fa-4d99-9849-3dd0263e142d.gz) |
| Reporter | LLVM Bu... | ICE on invalid; class definiton inside method definition | https://api.github.com/repos/llvm/llvm-project/issues/3239/comments | 6 | 2008-10-07T01:30:17Z | 2021-12-03T20:30:27Z | https://github.com/llvm/llvm-project/issues/3239 | 1,070,944,033 | 3,239 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2866](https://llvm.org/bz2866) |
| Resolution | FIXED |
| Resolved on | Mar 23, 2009 17:58 |
| Version | trunk |
| OS | All |
| Attachments | [bugpoint-reduced testcase](https://user-images.githubusercontent.com/4503403/143738351-933e5b95-2bbf-4ec6-ab3a-d63ef845d68d.gz) |
## Ex... | fast-isel triggers infinite loop in linearscan | https://api.github.com/repos/llvm/llvm-project/issues/3238/comments | 6 | 2008-10-07T01:12:20Z | 2021-12-03T20:30:27Z | https://github.com/llvm/llvm-project/issues/3238 | 1,070,944,022 | 3,238 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2865](https://llvm.org/bz2865) |
| Resolution | FIXED |
| Resolved on | Oct 06, 2008 18:23 |
| Version | trunk |
| OS | All |
| Attachments | [bugpoint-reduced testcase](https://user-images.githubusercontent.com/4503403/143738350-2a1d9a58-6b32-4285-9037-6e925715b7bc.gz) |
## Ex... | LoopIndexSplit assertion failure | https://api.github.com/repos/llvm/llvm-project/issues/3237/comments | 1 | 2008-10-07T00:53:24Z | 2021-12-03T20:30:26Z | https://github.com/llvm/llvm-project/issues/3237 | 1,070,944,016 | 3,237 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2864](https://llvm.org/bz2864) |
| Resolution | INVALID |
| Resolved on | Mar 06, 2010 13:59 |
| Version | trunk |
| OS | Linux |
| Attachments | [butpoint-tooptimize.bc](https://user-images.githubusercontent.com/60944935/143738349-4b709060-576e-4fd5-8854-9eae53a06fda.gz) |
| Re... | instcombine removes live stores and calls | https://api.github.com/repos/llvm/llvm-project/issues/3236/comments | 1 | 2008-10-06T22:47:37Z | 2021-12-03T20:30:25Z | https://github.com/llvm/llvm-project/issues/3236 | 1,070,943,997 | 3,236 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2863](https://llvm.org/bz2863) |
| Resolution | DUPLICATE |
| Resolved on | Oct 06, 2008 16:14 |
| Version | trunk |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
llvm-gcc ICEs on
--
typedef signed int V2i __attribute__((vector_size(8)));
vo... | llvm-gcc ICEs on __builtin_ia32_punpckldq | https://api.github.com/repos/llvm/llvm-project/issues/3235/comments | 3 | 2008-10-05T09:19:15Z | 2021-12-03T20:30:24Z | https://github.com/llvm/llvm-project/issues/3235 | 1,070,943,989 | 3,235 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2862](https://llvm.org/bz2862) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner |
## Extended Description
clang rejects the following code which gcc accepts
--
e... | [sema] vector types differing only in signedness should be compatible | https://api.github.com/repos/llvm/llvm-project/issues/3234/comments | 6 | 2008-10-05T07:54:10Z | 2021-12-03T20:30:23Z | https://github.com/llvm/llvm-project/issues/3234 | 1,070,943,976 | 3,234 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2861](https://llvm.org/bz2861) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/392652/143738348-f798d329-9d3d-45f1-b48c-bbbd7faabe29.gz) |
| CC | @lattner,@efriedma-quic |
## Extended Description
This delta-reduced te... | generic thunk code fails | https://api.github.com/repos/llvm/llvm-project/issues/3233/comments | 7 | 2008-10-05T03:40:10Z | 2022-03-05T14:48:34Z | https://github.com/llvm/llvm-project/issues/3233 | 1,070,943,966 | 3,233 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2860](https://llvm.org/bz2860) |
| Resolution | INVALID |
| Resolved on | Nov 11, 2008 18:57 |
| Version | trunk |
| OS | NetBSD |
| Attachments | [source code that makes the compiler ICE](https://user-images.githubusercontent.com/60944935/143738347-0f267bf1-87a7-415d-a996-5cf4a... | llvm-gcc ICE when building libgcc | https://api.github.com/repos/llvm/llvm-project/issues/3232/comments | 9 | 2008-10-05T00:33:40Z | 2021-12-03T20:30:22Z | https://github.com/llvm/llvm-project/issues/3232 | 1,070,943,954 | 3,232 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2859](https://llvm.org/bz2859) |
| Resolution | INVALID |
| Resolved on | Mar 12, 2010 00:55 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I built LLVM and Clang with the following on a macintosh. I have built LL... | Clang revision 57049 won't build | https://api.github.com/repos/llvm/llvm-project/issues/3231/comments | 1 | 2008-10-04T15:28:09Z | 2021-12-03T20:30:21Z | https://github.com/llvm/llvm-project/issues/3231 | 1,070,943,947 | 3,231 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2858](https://llvm.org/bz2858) |
| Resolution | DUPLICATE |
| Resolved on | Oct 04, 2008 12:48 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Try to compile the following with SVN r57045:
$ cat foo.c
#include <setjmp.h>
jmp_buf buf;
int foo()
{
_lo... | CBE: error: conflicting types for ‘_longjmp’ | https://api.github.com/repos/llvm/llvm-project/issues/3230/comments | 1 | 2008-10-04T12:03:46Z | 2021-12-03T20:30:20Z | https://github.com/llvm/llvm-project/issues/3230 | 1,070,943,934 | 3,230 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2857](https://llvm.org/bz2857) |
| Resolution | FIXED |
| Resolved on | Oct 04, 2008 13:25 |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738345-ff3457bb-f754-47ac-87e3-e9c79ab1a2e6.gz) |
| Reporter | LLVM Bu... | Attempt to use a SCEVCouldNotCompute object! | https://api.github.com/repos/llvm/llvm-project/issues/3229/comments | 5 | 2008-10-03T23:41:44Z | 2021-12-03T20:30:19Z | https://github.com/llvm/llvm-project/issues/3229 | 1,070,943,920 | 3,229 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2856](https://llvm.org/bz2856) |
| Resolution | FIXED |
| Resolved on | Oct 06, 2008 18:03 |
| Version | trunk |
| OS | Linux |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738343-9c71ed54-173d-4a6a-9289-8f6bb7477a1f.gz) |
| Reporter | LLVM B... | x86_fp80 NaN constants emitted inconsistently | https://api.github.com/repos/llvm/llvm-project/issues/3228/comments | 4 | 2008-10-03T19:06:40Z | 2021-12-03T20:30:18Z | https://github.com/llvm/llvm-project/issues/3228 | 1,070,943,904 | 3,228 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2855](https://llvm.org/bz2855) |
| Resolution | FIXED |
| Resolved on | Oct 03, 2008 13:58 |
| Version | trunk |
| OS | Linux |
| Attachments | [test](https://user-images.githubusercontent.com/60944935/143738341-f7516476-21a8-4b14-83e7-4caffcfd7f9c.gz) |
| Reporter | LLVM Bugzil... | simplifycfg aborts | https://api.github.com/repos/llvm/llvm-project/issues/3227/comments | 2 | 2008-10-03T18:09:36Z | 2021-12-03T20:30:17Z | https://github.com/llvm/llvm-project/issues/3227 | 1,070,943,889 | 3,227 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2854](https://llvm.org/bz2854) |
| Resolution | FIXED |
| Resolved on | Nov 21, 2008 08:00 |
| Version | trunk |
| OS | All |
| Attachments | [Test-case for the bug](https://user-images.githubusercontent.com/60944935/143738340-d19900e7-983b-4ad2-b4b0-59027e5a828c.gz) |
| Reporte... | EH Lowering code confused by optimizer | https://api.github.com/repos/llvm/llvm-project/issues/3226/comments | 4 | 2008-10-03T17:47:13Z | 2021-12-03T20:30:16Z | https://github.com/llvm/llvm-project/issues/3226 | 1,070,943,879 | 3,226 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2853](https://llvm.org/bz2853) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | unspecified |
| OS | Linux |
| CC | @asl,@lattner,@edwintorok |
## Extended Description
LLVM from the trunk from Oct 1, llvm-gcc-4.2's trunk from today, built with GCC 4.3.... | __gxx_personality_v0 causes overflow in R_X86_64_PC32 relocation | https://api.github.com/repos/llvm/llvm-project/issues/3225/comments | 17 | 2008-10-03T16:43:19Z | 2021-12-03T20:30:16Z | https://github.com/llvm/llvm-project/issues/3225 | 1,070,943,871 | 3,225 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2852](https://llvm.org/bz2852) |
| Resolution | LATER |
| Resolved on | Nov 28, 2010 15:35 |
| Version | trunk |
| OS | Linux |
| CC | @d0k,@lattner |
## Extended Description
The pointer returned by the strchr/memchr family is usually tested for validity (null-ness) and then d... | fold load (strchr/memchr ptr, c) --> c | https://api.github.com/repos/llvm/llvm-project/issues/3224/comments | 8 | 2008-10-03T07:37:23Z | 2021-12-03T20:30:15Z | https://github.com/llvm/llvm-project/issues/3224 | 1,070,943,861 | 3,224 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2851](https://llvm.org/bz2851) |
| Resolution | WORKSFORME |
| Resolved on | Oct 02, 2008 11:54 |
| Version | trunk |
| OS | Windows XP |
| CC | @asl |
## Extended Description
I hope this is the right product - please move as needed.
I want to build llvm-gcc-4.2 with GCC 4.3.... | libiberty fails to build with GCC 4.3.1 | https://api.github.com/repos/llvm/llvm-project/issues/3223/comments | 1 | 2008-10-02T17:38:29Z | 2022-01-20T02:01:07Z | https://github.com/llvm/llvm-project/issues/3223 | 1,070,943,850 | 3,223 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2850](https://llvm.org/bz2850) |
| Resolution | FIXED |
| Resolved on | Oct 06, 2008 23:57 |
| Version | unspecified |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'm hitting an assert "Cannot BIT_CONVERT between types of different size... | MOVDDUP instruction selection asserts | https://api.github.com/repos/llvm/llvm-project/issues/3222/comments | 7 | 2008-10-02T16:57:47Z | 2021-12-03T20:30:13Z | https://github.com/llvm/llvm-project/issues/3222 | 1,070,943,838 | 3,222 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2849](https://llvm.org/bz2849) |
| Resolution | FIXED |
| Resolved on | Oct 13, 2008 18:39 |
| Version | trunk |
| OS | Linux |
| Attachments | [bitcode file of the spec 2006 lbm benchmark with the custom transformation causing llc to fail](https://user-images.githubusercontent.... | llc fails an assertion in ScheduleDAG | https://api.github.com/repos/llvm/llvm-project/issues/3221/comments | 5 | 2008-10-02T06:16:31Z | 2021-12-03T20:30:12Z | https://github.com/llvm/llvm-project/issues/3221 | 1,070,943,828 | 3,221 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2848](https://llvm.org/bz2848) |
| Resolution | FIXED |
| Resolved on | Oct 02, 2008 10:08 |
| Version | unspecified |
| OS | Linux |
| CC | @sunfishcode |
## Extended Description
Seen on r56938 on Ubuntu Hardy on ia32.
This is a strange one: wrong code at -O0, correct at oth... | new volatile regression | https://api.github.com/repos/llvm/llvm-project/issues/3220/comments | 2 | 2008-10-02T04:42:36Z | 2021-12-03T20:30:11Z | https://github.com/llvm/llvm-project/issues/3220 | 1,070,943,814 | 3,220 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2847](https://llvm.org/bz2847) |
| Resolution | FIXED |
| Resolved on | Oct 23, 2008 07:53 |
| Version | unspecified |
| OS | Linux |
| Blocks | llvm/llvm-bugzilla-archive#2886 llvm/llvm-bugzilla-archive#2887 |
| CC | @sunfishcode |
## Extended Description
With SVN r56923, on... | make check failures in r56923 | https://api.github.com/repos/llvm/llvm-project/issues/3219/comments | 5 | 2008-10-01T20:32:18Z | 2021-12-03T20:30:10Z | https://github.com/llvm/llvm-project/issues/3219 | 1,070,943,804 | 3,219 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2846](https://llvm.org/bz2846) |
| Resolution | INVALID |
| Resolved on | Oct 03, 2008 14:59 |
| Version | trunk |
| OS | Linux |
| CC | @asl,@oscarfv |
## Extended Description
I tried to build LLVM with GCC 3.4.6 on a Linux 64bit installation, today's trunk. Relevant cmake fl... | LLVM does not build (Linux AMD64 GCC 3.4.6) | https://api.github.com/repos/llvm/llvm-project/issues/3218/comments | 13 | 2008-10-01T16:09:10Z | 2021-12-03T20:30:09Z | https://github.com/llvm/llvm-project/issues/3218 | 1,070,943,790 | 3,218 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2845](https://llvm.org/bz2845) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:59 |
| Version | unspecified |
| OS | All |
| Blocks | llvm/llvm-project#3150 |
| CC | @efriedma-quic |
## Extended Description
clang chokes on the following code because ICE doesn't like ... | ICE doesn't like cast to non-integer types | https://api.github.com/repos/llvm/llvm-project/issues/3217/comments | 6 | 2008-09-30T17:44:17Z | 2021-12-03T20:30:08Z | https://github.com/llvm/llvm-project/issues/3217 | 1,070,943,781 | 3,217 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2844](https://llvm.org/bz2844) |
| Resolution | FIXED |
| Resolved on | Sep 30, 2008 01:09 |
| Version | unspecified |
| OS | Linux |
| CC | @efriedma-quic,@nlewycky |
## Extended Description
This is seen on r56829 on Ubuntu Hardy on ia32. llvm-gcc is valgrind-clean at both o... | likely integer code miscompilation | https://api.github.com/repos/llvm/llvm-project/issues/3216/comments | 5 | 2008-09-30T04:58:02Z | 2021-12-03T20:30:07Z | https://github.com/llvm/llvm-project/issues/3216 | 1,070,943,769 | 3,216 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2843](https://llvm.org/bz2843) |
| Resolution | FIXED |
| Resolved on | Dec 05, 2008 06:04 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @nlewycky |
## Extended Description
$ cat foo.cpp
#include <stdio.h>
extern const char *foo();
int ... | llvm-gcc has -Wformat-nonliteral on by default, can't switch it off | https://api.github.com/repos/llvm/llvm-project/issues/3215/comments | 12 | 2008-09-29T22:47:00Z | 2021-12-03T20:30:07Z | https://github.com/llvm/llvm-project/issues/3215 | 1,070,943,760 | 3,215 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2842](https://llvm.org/bz2842) |
| Resolution | FIXED |
| Resolved on | Oct 04, 2008 21:14 |
| Version | trunk |
| OS | Linux |
| Attachments | [two hton, equal in stature](https://user-images.githubusercontent.com/60944935/143738328-29db8490-4226-41ed-9ab0-305bdc4d7390.gz), [tw... | instcombine should generate bswap for this case | https://api.github.com/repos/llvm/llvm-project/issues/3214/comments | 2 | 2008-09-29T22:24:10Z | 2021-12-03T20:30:06Z | https://github.com/llvm/llvm-project/issues/3214 | 1,070,943,755 | 3,214 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2841](https://llvm.org/bz2841) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| Attachments | [Clang parser rejects](https://user-images.githubusercontent.com/60944935/143738326-64acf7a1-c163-4807-846f-844248e661c7.gz) |
| ... | Parser rejects: incompatible type passing 'va_list', expected 'struct __va_list_tag *&' | https://api.github.com/repos/llvm/llvm-project/issues/3213/comments | 4 | 2008-09-29T21:26:57Z | 2021-12-03T20:30:05Z | https://github.com/llvm/llvm-project/issues/3213 | 1,070,943,747 | 3,213 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2840](https://llvm.org/bz2840) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
C language macros whose (mouse-hover-over) expansion is larger than the available space to the right in the (Firefox 3.0.1) browser window... | Inconvenient display of some C macro expansions in scan-build output | https://api.github.com/repos/llvm/llvm-project/issues/3212/comments | 1 | 2008-09-29T21:20:24Z | 2021-12-03T20:30:04Z | https://github.com/llvm/llvm-project/issues/3212 | 1,070,943,735 | 3,212 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2839](https://llvm.org/bz2839) |
| Resolution | DUPLICATE |
| Resolved on | Sep 29, 2008 14:43 |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
The LLVM IR is the following:
define void @​test() nounwind {... | C Backend does not handle inline assembly correctly. | https://api.github.com/repos/llvm/llvm-project/issues/3211/comments | 2 | 2008-09-29T21:16:50Z | 2021-12-03T20:30:03Z | https://github.com/llvm/llvm-project/issues/3211 | 1,070,943,723 | 3,211 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2838](https://llvm.org/bz2838) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:49 |
| Version | unspecified |
| OS | Linux |
| Attachments | [zip of crash output files](https://user-images.githubusercontent.com/60944935/143738325-e40a9ed3-2190-4974-8102-be6247d00a4e.gz)... | Assertion failure at /usr/local/src/llvm/include/llvm/ADT/APInt.h:79 | https://api.github.com/repos/llvm/llvm-project/issues/3210/comments | 3 | 2008-09-29T21:07:35Z | 2021-12-03T20:30:02Z | https://github.com/llvm/llvm-project/issues/3210 | 1,070,943,706 | 3,210 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2837](https://llvm.org/bz2837) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738324-1ba22e10-a3d5-42e7-9fcd-77777efb3542.gz) |
| Reporter ... | Objc fsyntax-only synthesized properties and missing implementation warnings | https://api.github.com/repos/llvm/llvm-project/issues/3209/comments | 2 | 2008-09-29T13:48:09Z | 2021-12-03T20:30:00Z | https://github.com/llvm/llvm-project/issues/3209 | 1,070,943,690 | 3,209 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2836](https://llvm.org/bz2836) |
| Resolution | FIXED |
| Resolved on | Apr 09, 2009 11:55 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738322-06fe4186-cf87-4063-a7ea-515047102b92.gz) |
| Reporter ... | Objc: Extended setter property not synthesized | https://api.github.com/repos/llvm/llvm-project/issues/3208/comments | 10 | 2008-09-29T13:45:09Z | 2021-12-03T20:29:59Z | https://github.com/llvm/llvm-project/issues/3208 | 1,070,943,680 | 3,208 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2835](https://llvm.org/bz2835) |
| Resolution | FIXED |
| Resolved on | Sep 29, 2008 12:26 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Seen using r56775 on Ubuntu Hardy on ia32.
The translation below to LLVM is correct: the volatile load from g_407 is i... | likely volatile error in x86 backend | https://api.github.com/repos/llvm/llvm-project/issues/3207/comments | 1 | 2008-09-29T05:49:07Z | 2021-12-03T20:29:59Z | https://github.com/llvm/llvm-project/issues/3207 | 1,070,943,669 | 3,207 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2834](https://llvm.org/bz2834) |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
I get a null pointer dereference warning when I try to analyze following code:
void do_stupid_things(char* a, char* b... | track constraints between symbolics | https://api.github.com/repos/llvm/llvm-project/issues/3206/comments | 2 | 2008-09-28T12:39:11Z | 2022-01-26T22:17:31Z | https://github.com/llvm/llvm-project/issues/3206 | 1,070,943,656 | 3,206 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2833](https://llvm.org/bz2833) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
This program fails to compile:
long long NoBarrier_AtomicExchange(volatile long long* ptr,
... | AtomicSwap64 not supported by x86 backend | https://api.github.com/repos/llvm/llvm-project/issues/3205/comments | 4 | 2008-09-27T22:29:35Z | 2021-12-03T20:29:57Z | https://github.com/llvm/llvm-project/issues/3205 | 1,070,943,651 | 3,205 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2832](https://llvm.org/bz2832) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:59 |
| Version | unspecified |
| OS | All |
| CC | @efriedma-quic |
## Extended Description
isConstantExpression() doesn't consider adresses as constant.
This can be seen by running 'clang ... | ICE doesn't consider addrof as constant | https://api.github.com/repos/llvm/llvm-project/issues/3204/comments | 4 | 2008-09-27T00:19:53Z | 2021-12-03T20:29:56Z | https://github.com/llvm/llvm-project/issues/3204 | 1,070,943,642 | 3,204 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2831](https://llvm.org/bz2831) |
| Resolution | FIXED |
| Resolved on | Jul 20, 2009 20:08 |
| Version | unspecified |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic,@sunfishcode,@nlewycky |
## Extended Description
Running "opt -instcomb... | instcombine turns defined add overflow into undefined GEP overflow | https://api.github.com/repos/llvm/llvm-project/issues/3203/comments | 20 | 2008-09-26T15:51:33Z | 2021-12-03T20:29:55Z | https://github.com/llvm/llvm-project/issues/3203 | 1,070,943,627 | 3,203 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2830](https://llvm.org/bz2830) |
| Resolution | FIXED |
| Resolved on | Oct 05, 2008 10:08 |
| Version | trunk |
| OS | Linux |
| Attachments | [bitcode containing switch insturction with 'i32 0' case statement.](https://user-images.githubusercontent.com/60944935/143738320-3db9a... | Cpp Backend doesn't generate correct code for Switch instructions | https://api.github.com/repos/llvm/llvm-project/issues/3202/comments | 4 | 2008-09-26T11:19:00Z | 2021-12-03T20:29:54Z | https://github.com/llvm/llvm-project/issues/3202 | 1,070,943,617 | 3,202 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2829](https://llvm.org/bz2829) |
| Resolution | FIXED |
| Resolved on | Oct 14, 2011 21:36 |
| Version | unspecified |
| OS | All |
| CC | @asl,@edwintorok,@efriedma-quic,@ldalessa |
## Extended Description
The x86 allows load bypassing as per http://www.intel.com/products/pro... | llvm.memory.barrier fails to produce write-before-read fence (mfence) | https://api.github.com/repos/llvm/llvm-project/issues/3201/comments | 4 | 2008-09-26T02:36:59Z | 2021-12-03T20:29:53Z | https://github.com/llvm/llvm-project/issues/3201 | 1,070,943,601 | 3,201 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2828](https://llvm.org/bz2828) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:42 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
Suppose test.c is a "normal" C file. scan-build will analyze... | no analysis for included .c files | https://api.github.com/repos/llvm/llvm-project/issues/3200/comments | 21 | 2008-09-24T13:47:29Z | 2021-12-03T20:29:52Z | https://github.com/llvm/llvm-project/issues/3200 | 1,070,943,592 | 3,200 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2827](https://llvm.org/bz2827) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | 2.3 |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
In generated XXXCodeEmitter::getBinaryCodeForInstr(MachineInstr &MI) tablegen produce wr... | CodeEmitterGen produce wrong values in generated function getBinaryCodeForInstr(...) | https://api.github.com/repos/llvm/llvm-project/issues/3199/comments | 2 | 2008-09-24T11:14:10Z | 2021-12-03T20:29:52Z | https://github.com/llvm/llvm-project/issues/3199 | 1,070,943,581 | 3,199 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2826](https://llvm.org/bz2826) |
| Resolution | INVALID |
| Resolved on | Sep 26, 2008 00:42 |
| Version | unspecified |
| OS | Linux |
| Attachments | [GetStackTrace extracted testcase](https://user-images.githubusercontent.com/392652/143738318-8d711ef4-956d-404f-a642-f378ca201... | google-perftools GetStackTrace fails under LLVM | https://api.github.com/repos/llvm/llvm-project/issues/3198/comments | 10 | 2008-09-24T08:42:27Z | 2021-12-03T20:29:51Z | https://github.com/llvm/llvm-project/issues/3198 | 1,070,943,573 | 3,198 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2825](https://llvm.org/bz2825) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#2112 |
| CC | @efriedma-quic,@sunfishcode |
## Extended Description
Using clang SVN r56486:
$ clang -emit-llvm-bc ... | cannot codegen __builtin_va_arg | https://api.github.com/repos/llvm/llvm-project/issues/3197/comments | 8 | 2008-09-23T12:16:03Z | 2021-12-03T20:29:49Z | https://github.com/llvm/llvm-project/issues/3197 | 1,070,943,558 | 3,197 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2824](https://llvm.org/bz2824) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
## Extended Description
While compiling a program I got this linker error:
(.text+0x3244): undefined reference to `__USER_LABEL_PREFIX____isoc9... | __USER_LABEL_PREFIX__ incompabitibility | https://api.github.com/repos/llvm/llvm-project/issues/3196/comments | 4 | 2008-09-23T12:12:15Z | 2021-12-03T20:29:49Z | https://github.com/llvm/llvm-project/issues/3196 | 1,070,943,547 | 3,196 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2823](https://llvm.org/bz2823) |
| Version | trunk |
| OS | Linux |
| CC | @asl |
## Extended Description
The below program contains a struct that contains a single vector of 4 i32's. When llvm-gcc generates alloca's for this struct, the alignment gets set to 4, while the ABI ... | llvm-gcc does not respect ABI alignment for structs-with-vectors | https://api.github.com/repos/llvm/llvm-project/issues/3195/comments | 4 | 2008-09-23T12:08:51Z | 2021-12-14T21:35:11Z | https://github.com/llvm/llvm-project/issues/3195 | 1,070,943,533 | 3,195 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2822](https://llvm.org/bz2822) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:51 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [Results of a build with and without scan-build](https://user-images.githubusercontent.com/60944935/143738317-3d1b069a-6eb7-4b3... | building with scan-build produces some SDK compiler failures compared to regular xcodebuild | https://api.github.com/repos/llvm/llvm-project/issues/3194/comments | 4 | 2008-09-23T01:37:57Z | 2021-12-03T20:29:47Z | https://github.com/llvm/llvm-project/issues/3194 | 1,070,943,525 | 3,194 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2821](https://llvm.org/bz2821) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:57 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@DougGregor,@efriedma-quic,@tkremenek |
## Extended Description
% cat t9.c
void f(char c... | clang rejects ANSI C style prototype + K&R style definition | https://api.github.com/repos/llvm/llvm-project/issues/3193/comments | 7 | 2008-09-23T00:42:31Z | 2021-12-03T20:29:46Z | https://github.com/llvm/llvm-project/issues/3193 | 1,070,943,514 | 3,193 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2820](https://llvm.org/bz2820) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
[s002:165] [rwg@mini /tmp]% uname -a; svn info ~/llvm/llvm ~/llvm/llvm/tools/clang | grep Revision:
Darwin mini.local 9.... | support addressing into a specific byte of a larger object | https://api.github.com/repos/llvm/llvm-project/issues/3192/comments | 6 | 2008-09-22T23:29:36Z | 2022-01-26T22:17:30Z | https://github.com/llvm/llvm-project/issues/3192 | 1,070,943,507 | 3,192 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2819](https://llvm.org/bz2819) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | All |
| Attachments | [test case](https://user-images.githubusercontent.com/2998477/143738316-eb98b3ac-8622-4719-96e8-ecac051a63d5.gz) |
| CC | @tkremene... | assertion failure in DataflowValues.h | https://api.github.com/repos/llvm/llvm-project/issues/3191/comments | 6 | 2008-09-22T20:00:45Z | 2021-12-03T20:29:44Z | https://github.com/llvm/llvm-project/issues/3191 | 1,070,943,500 | 3,191 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2818](https://llvm.org/bz2818) |
| Resolution | INVALID |
| Resolved on | Oct 18, 2008 02:06 |
| Version | unspecified |
| OS | Linux |
| Attachments | [LLVM .ll](https://user-images.githubusercontent.com/60944935/143738313-1bca254f-7a8d-470f-9c61-5041b0c55b11.gz), [LLVM PPC64 g... | Segmentation fault on PPC64 generated code | https://api.github.com/repos/llvm/llvm-project/issues/3190/comments | 9 | 2008-09-22T16:38:35Z | 2021-12-03T20:29:43Z | https://github.com/llvm/llvm-project/issues/3190 | 1,070,943,486 | 3,190 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2817](https://llvm.org/bz2817) |
| Resolution | FIXED |
| Resolved on | Nov 07, 2018 00:22 |
| Version | unspecified |
| OS | Linux |
| CC | @tkremenek,@nunoplopes |
## Extended Description
The problem is that 'switch (0) case 0: case sizeof(short) == 2):;' fails too:
Switch c... | clang can't build autoconfed applications: checking size of short... configure: error: cannot determine a size for short | https://api.github.com/repos/llvm/llvm-project/issues/3189/comments | 7 | 2008-09-22T12:14:00Z | 2021-12-03T20:29:42Z | https://github.com/llvm/llvm-project/issues/3189 | 1,070,943,478 | 3,189 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2816](https://llvm.org/bz2816) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:56 |
| Version | unspecified |
| OS | MacOS X |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@tkremenek |
## Extended Description
Clang parser throws an assertion failure when p... | Assertion failure when parsing "id <Protocol> const" method argument | https://api.github.com/repos/llvm/llvm-project/issues/3188/comments | 1 | 2008-09-22T08:14:02Z | 2021-12-03T20:29:41Z | https://github.com/llvm/llvm-project/issues/3188 | 1,070,943,472 | 3,188 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2815](https://llvm.org/bz2815) |
| Resolution | FIXED |
| Resolved on | Mar 12, 2010 00:55 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @lattner,@efriedma-quic |
## Extended Description
Given the following code...
main() {
printf(... | escaped chars in string literal cause incorrect caret position in diagnostic messages | https://api.github.com/repos/llvm/llvm-project/issues/3187/comments | 2 | 2008-09-22T01:48:15Z | 2021-12-03T20:29:41Z | https://github.com/llvm/llvm-project/issues/3187 | 1,070,943,464 | 3,187 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2814](https://llvm.org/bz2814) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
I'd like to request that a new function note be added, which forces the output of a stack frame in the "noted" function.
Currently there ar... | request for adding function note to force emission of stack frame pointer | https://api.github.com/repos/llvm/llvm-project/issues/3186/comments | 24 | 2008-09-21T13:05:43Z | 2023-08-12T00:26:29Z | https://github.com/llvm/llvm-project/issues/3186 | 1,070,943,456 | 3,186 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2813](https://llvm.org/bz2813) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:45 |
| Version | unspecified |
| OS | All |
| Attachments | [Make ccc-analyzer put pathname of input file into .info files](https://user-images.githubusercontent.com/60944935/143738312-aca1a5... | filenames listed in "Analyzer Failures" table should show path | https://api.github.com/repos/llvm/llvm-project/issues/3185/comments | 2 | 2008-09-21T09:48:25Z | 2021-12-03T20:29:39Z | https://github.com/llvm/llvm-project/issues/3185 | 1,070,943,447 | 3,185 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2812](https://llvm.org/bz2812) |
| Resolution | FIXED |
| Resolved on | Sep 25, 2008 11:16 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
The following patch fixes a segfault that occurs in LegalizeDAG.cpp when the tar... | Segfault on big endian processor in LegalizeDAG.cpp | https://api.github.com/repos/llvm/llvm-project/issues/3184/comments | 4 | 2008-09-20T13:33:44Z | 2021-12-03T20:29:38Z | https://github.com/llvm/llvm-project/issues/3184 | 1,070,943,439 | 3,184 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2811](https://llvm.org/bz2811) |
| Resolution | FIXED |
| Resolved on | Feb 22, 2010 12:43 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @tkremenek |
## Extended Description
It would be handy if somewhere in the analysis HTML, you put... | Suggestion: put file:// URLs in analysis HTML | https://api.github.com/repos/llvm/llvm-project/issues/3183/comments | 2 | 2008-09-19T22:05:06Z | 2021-12-03T20:29:37Z | https://github.com/llvm/llvm-project/issues/3183 | 1,070,943,428 | 3,183 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2810](https://llvm.org/bz2810) |
| Resolution | INVALID |
| Resolved on | Feb 22, 2010 12:41 |
| Version | unspecified |
| OS | MacOS X |
| Attachments | [build log, in case it's useful](https://user-images.githubusercontent.com/60944935/143738311-e576ccf5-3171-40b7-a276-131c8d8... | Crashes from checker-93 | https://api.github.com/repos/llvm/llvm-project/issues/3182/comments | 5 | 2008-09-19T22:01:51Z | 2021-12-03T20:29:36Z | https://github.com/llvm/llvm-project/issues/3182 | 1,070,943,418 | 3,182 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2809](https://llvm.org/bz2809) |
| Resolution | FIXED |
| Resolved on | May 05, 2010 17:08 |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@stoklund |
## Extended Description
On x86 a logical operation on 128-bit vectors c... | Avoid execution domain bypass | https://api.github.com/repos/llvm/llvm-project/issues/3181/comments | 9 | 2008-09-19T17:29:20Z | 2021-12-03T20:29:36Z | https://github.com/llvm/llvm-project/issues/3181 | 1,070,943,403 | 3,181 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2808](https://llvm.org/bz2808) |
| Resolution | FIXED |
| Resolved on | Sep 19, 2008 20:28 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Seen using r56321 on Ubuntu Hardy on ia32.
regehr@john-home:~/volatile/tmp41$ llvm-gcc -O2 small.c
small.c: In functio... | ice: attempt to spill already spilled interval! | https://api.github.com/repos/llvm/llvm-project/issues/3180/comments | 1 | 2008-09-19T06:56:54Z | 2021-12-03T20:29:35Z | https://github.com/llvm/llvm-project/issues/3180 | 1,070,943,395 | 3,180 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2807](https://llvm.org/bz2807) |
| Resolution | LATER |
| Resolved on | Nov 24, 2008 18:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl |
## Extended Description
This code:
; ModuleID = '<stdin>'
define double @​div(double, ... | CellSPU cannot select fdiv | https://api.github.com/repos/llvm/llvm-project/issues/3179/comments | 7 | 2008-09-19T04:54:45Z | 2021-12-03T20:29:34Z | https://github.com/llvm/llvm-project/issues/3179 | 1,070,943,387 | 3,179 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2806](https://llvm.org/bz2806) |
| Resolution | FIXED |
| Resolved on | Mar 06, 2010 14:00 |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
Hi,
The following code in DCE.cpp(line 113 to 118) causes an assertion failu... | assertion failure in DCE.cpp when executed in debug mode on win32 | https://api.github.com/repos/llvm/llvm-project/issues/3178/comments | 1 | 2008-09-19T00:45:51Z | 2021-12-03T20:29:33Z | https://github.com/llvm/llvm-project/issues/3178 | 1,070,943,381 | 3,178 |
[
"llvm",
"llvm-project"
] | | | |
| --- | --- |
| Bugzilla Link | [2805](https://llvm.org/bz2805) |
| Resolution | FIXED |
| Resolved on | Sep 18, 2008 18:45 |
| Version | unspecified |
| OS | Linux |
## Extended Description
Seen using r56295 on Ubuntu Hardy in ia32.
regehr@john-home:~/volatile/tmp39$ llvm-gcc -O1 small.c
cc1: LoopIndexSplit... | ice: Unexpected split condition predicate | https://api.github.com/repos/llvm/llvm-project/issues/3177/comments | 2 | 2008-09-18T15:40:19Z | 2021-12-03T20:29:32Z | https://github.com/llvm/llvm-project/issues/3177 | 1,070,943,372 | 3,177 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.