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 | [904](https://llvm.org/bz904) | | Resolution | WORKSFORME | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.6 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description Apparently llvm-gcc ignores #line directives in source files when...
#line directives are mishandled in debug info generation
https://api.github.com/repos/llvm/llvm-project/issues/1276/comments
2
2006-09-10T17:05:57Z
2022-01-20T01:59:21Z
https://github.com/llvm/llvm-project/issues/1276
1,070,888,577
1,276
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [903](https://llvm.org/bz903) | | Resolution | WONTFIX | | Resolved on | Feb 18, 2008 00:50 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I thought if I batted around some ideas we could work out some long term solutions to ...
Better way to handle asm writing from the tools.
https://api.github.com/repos/llvm/llvm-project/issues/1275/comments
1
2006-09-08T19:41:51Z
2022-01-20T02:28:00Z
https://github.com/llvm/llvm-project/issues/1275
1,070,888,568
1,275
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [902](https://llvm.org/bz902) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.0 | | OS | All | ## Extended Description This input crashes the asmparser. This is a regression from the EH removal patches. void %test() { add int 1, 2.0 ...
asmparser doesn't detect errors soon enough
https://api.github.com/repos/llvm/llvm-project/issues/1274/comments
4
2006-09-08T08:41:49Z
2021-12-03T19:28:39Z
https://github.com/llvm/llvm-project/issues/1274
1,070,888,558
1,274
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [901](https://llvm.org/bz901) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Right now only the build log is accessible via llvm.org/nightlytest. It would be nice if all the other test logs are made available as well.
Web interface should provide access to test logs
https://api.github.com/repos/llvm/llvm-project/issues/1273/comments
2
2006-09-07T21:01:10Z
2022-03-03T18:57:26Z
https://github.com/llvm/llvm-project/issues/1273
1,070,888,541
1,273
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [900](https://llvm.org/bz900) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | All | ## Extended Description Zero'th: Showstopper. 1. The test does not correctly list newly passing and newly failing llvm-test and dejagnu results correc...
llvm-testresults email needs significant improvement
https://api.github.com/repos/llvm/llvm-project/issues/1272/comments
1
2006-09-07T20:38:09Z
2021-12-03T19:28:38Z
https://github.com/llvm/llvm-project/issues/1272
1,070,888,529
1,272
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [899](https://llvm.org/bz899) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | unspecified | | OS | Linux | | Attachments | [gcc3 vs. gcc4 frontentd difference note](https://user-images.githubusercontent.com/60944935/143736556-57c9d272-5c29-4da9-b13b-3100...
Add gcc4 vs. gcc3 differences note
https://api.github.com/repos/llvm/llvm-project/issues/1271/comments
1
2006-09-06T23:47:04Z
2021-12-03T19:28:37Z
https://github.com/llvm/llvm-project/issues/1271
1,070,888,518
1,271
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [898](https://llvm.org/bz898) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The first argument to addPassesToEmitFile now requires a FunctionPassManager but llv...
llvm-gcc4 doesn't compile after TargetMachine.h changes
https://api.github.com/repos/llvm/llvm-project/issues/1270/comments
3
2006-09-06T04:13:07Z
2021-12-03T19:28:36Z
https://github.com/llvm/llvm-project/issues/1270
1,070,888,510
1,270
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [897](https://llvm.org/bz897) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | 1.8 | | OS | All | ## Extended Description gcc 4.1.2 emits the following warning on SmallVector: llvm/include/llvm/ADT/SmallVector.h:46: warning: dereferencing type-punned p...
ADT/SmallVector.h violates aliasing rules
https://api.github.com/repos/llvm/llvm-project/issues/1269/comments
4
2006-09-06T02:13:08Z
2021-12-03T19:28:35Z
https://github.com/llvm/llvm-project/issues/1269
1,070,888,498
1,269
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [896](https://llvm.org/bz896) | | Resolution | WONTFIX | | Resolved on | Apr 08, 2011 13:28 | | Version | trunk | | OS | Linux | ## Extended Description I'm trying to use gcc4.1.2 (20060901 prerelease) to build llvm-gcc. Unfortunately, I get a missing symbol error in the build ...
llvm-gcc's xgcc links with system libstdc++
https://api.github.com/repos/llvm/llvm-project/issues/1268/comments
11
2006-09-05T19:44:36Z
2022-01-20T02:27:58Z
https://github.com/llvm/llvm-project/issues/1268
1,070,888,493
1,268
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [895](https://llvm.org/bz895) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | All | | Depends On | llvm/llvm-project#1258 | ## Extended Description This llvm asm file: void %foo() { call void %bar(); ret void; } is missin...
asmparser doesn't handle undeclared function very well
https://api.github.com/repos/llvm/llvm-project/issues/1267/comments
3
2006-09-02T16:36:03Z
2021-12-03T19:28:33Z
https://github.com/llvm/llvm-project/issues/1267
1,070,888,482
1,267
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [894](https://llvm.org/bz894) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:40 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description LTO uses "/tmp" as the location for temp. file. Avoid using it bec...
LTO : avoid using system specific path for tmp file
https://api.github.com/repos/llvm/llvm-project/issues/1266/comments
2
2006-08-31T03:55:36Z
2021-12-03T19:28:33Z
https://github.com/llvm/llvm-project/issues/1266
1,070,888,469
1,266
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [893](https://llvm.org/bz893) | | Resolution | FIXED | | Resolved on | Apr 22, 2009 04:28 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @isanbard | ## Extended Description On some architectures (and PIC modes) using the address of a global var...
Need a machine code LICM pass
https://api.github.com/repos/llvm/llvm-project/issues/1265/comments
5
2006-08-30T18:10:07Z
2023-08-15T13:20:38Z
https://github.com/llvm/llvm-project/issues/1265
1,070,888,457
1,265
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [892](https://llvm.org/bz892) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | 1.0 | | OS | MacOS X | ## Extended Description Consider: #include <cassert> struct Val { int *A, B; Val() : A(0), B(2) {} }; Val foo(); void bar(Val X, Val Y); void test...
[scalarrepl] Should be able to scalarrepl 'union's with pointers in them
https://api.github.com/repos/llvm/llvm-project/issues/1264/comments
3
2006-08-30T08:17:35Z
2021-12-03T19:28:31Z
https://github.com/llvm/llvm-project/issues/1264
1,070,888,450
1,264
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [891](https://llvm.org/bz891) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | Attachments | [output from "make bugpoint-gccas > garbage.txt"](https://user-images.githubusercontent.com/392652/143736554-193209dd-3ddf-432c-9a68-5cd1...
"make bugpoint-gccas" spews binary garbage in Burg
https://api.github.com/repos/llvm/llvm-project/issues/1263/comments
2
2006-08-30T03:21:03Z
2021-12-03T19:28:30Z
https://github.com/llvm/llvm-project/issues/1263
1,070,888,442
1,263
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [890](https://llvm.org/bz890) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.8 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hi, I just installed LLVM1.8 with the shipped binaries of GCC4. To test the installa...
convert C++ to C fails? linker problem?
https://api.github.com/repos/llvm/llvm-project/issues/1262/comments
5
2006-08-29T16:49:06Z
2021-12-03T19:28:29Z
https://github.com/llvm/llvm-project/issues/1262
1,070,888,431
1,262
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [889](https://llvm.org/bz889) | | Resolution | FIXED | | Resolved on | May 18, 2017 10:42 | | Version | 1.0 | | OS | All | | Blocks | llvm/llvm-project#760 | | Reporter | LLVM Bugzilla Contributor | | CC | @gburgessiv,@jayfoad,@nlewycky,@rnk | ## Extended Description After llv...
Eliminate Virtual Methods In VMCore To Make Value Objects Smaller
https://api.github.com/repos/llvm/llvm-project/issues/1261/comments
25
2006-08-27T06:12:45Z
2021-12-03T19:28:28Z
https://github.com/llvm/llvm-project/issues/1261
1,070,888,424
1,261
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [888](https://llvm.org/bz888) | | Resolution | FIXED | | Resolved on | Jan 22, 2010 00:36 | | Version | 1.0 | | OS | All | ## Extended Description The passmgr is the only significant user of RTTI data. If we could eliminate its use, we could build all of LLVM with -fno-rtti, ...
[passmgr] Eliminate use of typeid/dynamic_cast
https://api.github.com/repos/llvm/llvm-project/issues/1260/comments
11
2006-08-27T06:11:07Z
2021-12-03T19:28:27Z
https://github.com/llvm/llvm-project/issues/1260
1,070,888,409
1,260
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [887](https://llvm.org/bz887) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner,@jdoerfert,@nlewycky | ## Extended Description in the case below, argument promotion should promote the int* x to be passed by value. ``` inte...
Argument Promotion needs to be smarter
https://api.github.com/repos/llvm/llvm-project/issues/1259/comments
18
2006-08-26T00:29:10Z
2024-07-12T05:31:13Z
https://github.com/llvm/llvm-project/issues/1259
1,070,888,400
1,259
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [886](https://llvm.org/bz886) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-bugzilla-archive#895 | ## Extended Description This .ll file is buggy (%X isn't defined): ulong %foo(ulong %x) {           %tmp.1 ...
asmparser doesn't report errors it finds
https://api.github.com/repos/llvm/llvm-project/issues/1258/comments
8
2006-08-25T21:12:57Z
2021-12-03T19:28:26Z
https://github.com/llvm/llvm-project/issues/1258
1,070,888,387
1,258
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [885](https://llvm.org/bz885) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description After the analyze functionality was merged into opt, it now seems to register multiple c...
opt tool registers multiple command line options
https://api.github.com/repos/llvm/llvm-project/issues/1257/comments
2
2006-08-19T08:57:18Z
2021-12-03T19:28:25Z
https://github.com/llvm/llvm-project/issues/1257
1,070,888,380
1,257
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [884](https://llvm.org/bz884) | | Resolution | FIXED | | Resolved on | Sep 06, 2012 06:28 | | Version | trunk | | OS | All | | CC | @asl,@zmodem,@jrmuizel,@kaomoneus | ## Extended Description Here is a short IRC transcript: gabor: sabre: I had an optimization idea the other da...
Optimize switch statement into array access
https://api.github.com/repos/llvm/llvm-project/issues/1256/comments
4
2006-08-18T08:34:12Z
2021-12-03T19:28:24Z
https://github.com/llvm/llvm-project/issues/1256
1,070,888,371
1,256
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [883](https://llvm.org/bz883) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | 1.7 | | OS | All | | Blocks | llvm/llvm-project#1234 | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The 'g' constraint is not supported in the X86 backen...
inline asm does not support the 'g' constraint on any target
https://api.github.com/repos/llvm/llvm-project/issues/1255/comments
8
2006-08-17T18:06:23Z
2021-12-03T19:28:23Z
https://github.com/llvm/llvm-project/issues/1255
1,070,888,355
1,255
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [882](https://llvm.org/bz882) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-project#1234 | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description The following test case crashes...
Inline asm crash in linux kernel
https://api.github.com/repos/llvm/llvm-project/issues/1254/comments
4
2006-08-17T18:04:02Z
2021-12-03T19:28:22Z
https://github.com/llvm/llvm-project/issues/1254
1,070,888,340
1,254
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [881](https://llvm.org/bz881) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.8 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Just running tblgen with / without args gives this: ryan-clevens-computer:~/Desktop/l...
Segmentation fault on x86 - apple
https://api.github.com/repos/llvm/llvm-project/issues/1253/comments
3
2006-08-17T06:33:25Z
2021-12-03T19:28:21Z
https://github.com/llvm/llvm-project/issues/1253
1,070,888,327
1,253
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [880](https://llvm.org/bz880) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.8 | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description failed assertion `Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized Tar...
Build error building on x86 - gcc 4.01 - apple
https://api.github.com/repos/llvm/llvm-project/issues/1252/comments
2
2006-08-16T09:36:32Z
2021-12-03T19:28:20Z
https://github.com/llvm/llvm-project/issues/1252
1,070,888,313
1,252
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [879](https://llvm.org/bz879) | | Resolution | FIXED | | Resolved on | Jun 29, 2011 01:56 | | Version | 1.8 | | OS | Linux | | Blocks | llvm/llvm-project#1234 llvm/llvm-bugzilla-archive#3696 llvm/llvm-bugzilla-archive#4434 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@...
[X86] No support for fp stack in inline asm
https://api.github.com/repos/llvm/llvm-project/issues/1251/comments
41
2006-08-12T21:57:26Z
2021-12-03T19:28:19Z
https://github.com/llvm/llvm-project/issues/1251
1,070,888,301
1,251
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [878](https://llvm.org/bz878) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | 1.0 | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/15152540/143736549-567992e8-87a4-4de1-8058-5594ef72b330.gz) | ## Extended Description ...
N^2 (or worse) algorithms in phi elimination and livevars
https://api.github.com/repos/llvm/llvm-project/issues/1250/comments
7
2006-08-12T08:09:19Z
2021-12-03T19:28:18Z
https://github.com/llvm/llvm-project/issues/1250
1,070,888,296
1,250
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [877](https://llvm.org/bz877) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.6 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running `opt bugpoint-reduced-condprop.8-11-2006.bc -condprop` produces the following outp...
core dump by -condprop optimization pass
https://api.github.com/repos/llvm/llvm-project/issues/1249/comments
3
2006-08-12T02:13:55Z
2021-12-03T19:28:17Z
https://github.com/llvm/llvm-project/issues/1249
1,070,888,286
1,249
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [876](https://llvm.org/bz876) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.8 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description In the configure file of llvm-test, libvar is used instead of libval, which causes an in...
incorrect checking of the f2c / f95 library directory
https://api.github.com/repos/llvm/llvm-project/issues/1248/comments
7
2006-08-10T15:19:33Z
2021-12-03T19:28:17Z
https://github.com/llvm/llvm-project/issues/1248
1,070,888,276
1,248
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [875](https://llvm.org/bz875) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.8 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description configure the test suite (in llvm-tes)t: ./configure --with-spec2000=/dir/to/spec/sourc...
specification of SPEC CPU2000 source location
https://api.github.com/repos/llvm/llvm-project/issues/1247/comments
4
2006-08-10T15:12:59Z
2021-12-03T19:28:16Z
https://github.com/llvm/llvm-project/issues/1247
1,070,888,263
1,247
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [874](https://llvm.org/bz874) | | Version | trunk | | OS | Linux | ## Extended Description It would be nice if the nightly tester could present a list of tests that passed on date X but failed on date Y. This feature would be used to track regressions between releases. I don't ...
Regression Tracker wanted
https://api.github.com/repos/llvm/llvm-project/issues/1246/comments
1
2006-08-09T19:19:03Z
2022-03-05T09:05:42Z
https://github.com/llvm/llvm-project/issues/1246
1,070,888,256
1,246
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [873](https://llvm.org/bz873) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | trunk | | OS | Linux | | Attachments | [fix](https://user-images.githubusercontent.com/392652/143736548-d0d7c481-053c-43ac-943c-1450520f46e1.gz) | ## Extended Description Hex...
bad code in hexxagon
https://api.github.com/repos/llvm/llvm-project/issues/1245/comments
1
2006-08-07T23:17:29Z
2021-12-03T19:28:14Z
https://github.com/llvm/llvm-project/issues/1245
1,070,888,248
1,245
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [872](https://llvm.org/bz872) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:05 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The "opt" tool already links in most of the analysis passes which makes the analysis tool ...
Combine analyze and opt tools
https://api.github.com/repos/llvm/llvm-project/issues/1244/comments
4
2006-08-07T22:59:23Z
2021-12-03T19:28:13Z
https://github.com/llvm/llvm-project/issues/1244
1,070,888,235
1,244
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [871](https://llvm.org/bz871) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | ## Extended Description This code snippet causes an assertion to trigger in llc. I'm not sure whether it's valid or not, but then the module verifi...
assertion: Couldn't allocate output reg!
https://api.github.com/repos/llvm/llvm-project/issues/1243/comments
4
2006-08-07T21:56:41Z
2021-12-03T19:28:12Z
https://github.com/llvm/llvm-project/issues/1243
1,070,888,223
1,243
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [870](https://llvm.org/bz870) | | Resolution | FIXED | | Resolved on | Dec 31, 2007 03:24 | | Version | 1.5 | | OS | All | | Depends On | llvm/llvm-project#964 llvm/llvm-bugzilla-archive#1379 llvm/llvm-bugzilla-archive#1380 llvm/llvm-bugzilla-archive#1410 llvm/llvm-bugzilla-archi...
llvm-gcc4 lacks support for C++ exceptions
https://api.github.com/repos/llvm/llvm-project/issues/1242/comments
3
2006-08-06T01:25:02Z
2023-08-15T13:48:19Z
https://github.com/llvm/llvm-project/issues/1242
1,070,888,208
1,242
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [869](https://llvm.org/bz869) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.5 | | OS | All | | Blocks | llvm/llvm-project#870 | ## Extended Description Tracking bug, this prevents llvm-gcc4 from fully replacing llvm-gcc3.
llvm-gcc4 lacks link-time-optimization support
https://api.github.com/repos/llvm/llvm-project/issues/1241/comments
1
2006-08-06T01:24:19Z
2023-08-15T13:48:14Z
https://github.com/llvm/llvm-project/issues/1241
1,070,888,195
1,241
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [868](https://llvm.org/bz868) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description big.bc test case causes this failure. $opt -instcombine -load-vn -gcse -simplif...
llvm::isInstructionTriviallyDead crash
https://api.github.com/repos/llvm/llvm-project/issues/1240/comments
4
2006-08-03T23:23:43Z
2021-12-03T19:28:09Z
https://github.com/llvm/llvm-project/issues/1240
1,070,888,178
1,240
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [867](https://llvm.org/bz867) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | trunk | | OS | MacOS X | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143736547-385d9449-738e-4a45-b333-5095bdd54e27.gz) | | Reporter | LLVM B...
opt crash - Illegal Instruction
https://api.github.com/repos/llvm/llvm-project/issues/1239/comments
3
2006-08-03T23:17:18Z
2021-12-03T19:28:08Z
https://github.com/llvm/llvm-project/issues/1239
1,070,888,169
1,239
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [866](https://llvm.org/bz866) | | Version | 1.0 | | OS | All | | CC | @efriedma-quic,@ekatz,@nlewycky | ## Extended Description This is a special case of Bug 863. Consider this: int %foo(int* %a, int %t, int %C) { entry: br label %cond_true cond_true: ; p...
LSR should use expressions computed inside the loop to materialize values computed outside the loop
https://api.github.com/repos/llvm/llvm-project/issues/1238/comments
4
2006-08-03T08:41:15Z
2022-03-05T17:41:44Z
https://github.com/llvm/llvm-project/issues/1238
1,070,888,159
1,238
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [865](https://llvm.org/bz865) | | Resolution | FIXED | | Resolved on | Aug 29, 2016 12:44 | | Version | 1.0 | | OS | All | | CC | @isanbard | ## Extended Description llc -fast -march=x86 on this .ll file: int %foo(int* %a, int %t, int %C) { entry: %a = cast int* %a to ...
Coalescer cannot coalesce A = B .. B = A if 'A' is live out
https://api.github.com/repos/llvm/llvm-project/issues/1237/comments
9
2006-08-03T08:23:20Z
2021-12-03T19:28:07Z
https://github.com/llvm/llvm-project/issues/1237
1,070,888,143
1,237
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [864](https://llvm.org/bz864) | | Resolution | FIXED | | Resolved on | Sep 16, 2014 14:52 | | Version | 1.0 | | OS | All | | CC | @nlewycky,@rnk | ## Extended Description Consider: int foo(int X, int Y, int Z, int* P1, int* P2, int* P3, int* P4) { int i; for (i = 0; i != 1...
LSR should emit expressions in proper order for CSE to happen
https://api.github.com/repos/llvm/llvm-project/issues/1236/comments
1
2006-08-03T08:18:44Z
2021-12-03T19:28:06Z
https://github.com/llvm/llvm-project/issues/1236
1,070,888,131
1,236
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [863](https://llvm.org/bz863) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.0 | | OS | All | | CC | @nlewycky | ## Extended Description Consider this testcase: int foo(int X, int Y, int Z, int* P1, int* P2, int* P3, int* P4) { int i; for (i = ...
LSR should CSE expression it inserts into loops.
https://api.github.com/repos/llvm/llvm-project/issues/1235/comments
3
2006-08-03T08:12:37Z
2021-12-03T19:28:05Z
https://github.com/llvm/llvm-project/issues/1235
1,070,888,121
1,235
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [862](https://llvm.org/bz862) | | Resolution | FIXED | | Resolved on | Sep 16, 2014 14:47 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-project#1154 llvm/llvm-project#1174 llvm/llvm-project#1175 llvm/llvm-project#1211 llvm/llvm-project#1230 llvm/llvm-bugzilla-arch...
[meta] Inline assembler support
https://api.github.com/repos/llvm/llvm-project/issues/1234/comments
5
2006-08-02T22:44:09Z
2023-08-15T13:48:10Z
https://github.com/llvm/llvm-project/issues/1234
1,070,888,110
1,234
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [861](https://llvm.org/bz861) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description on a target with only i16 registers, the following code: ulong %foo() { ret ulong 31189...
ret i64 doesn't work on 16-bit targets
https://api.github.com/repos/llvm/llvm-project/issues/1233/comments
7
2006-08-01T16:59:02Z
2021-12-03T19:28:02Z
https://github.com/llvm/llvm-project/issues/1233
1,070,888,097
1,233
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [860](https://llvm.org/bz860) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description An llvm command line error is not displayed to the user (routing o...
CommandLine errors are silent under llvm-gcc4
https://api.github.com/repos/llvm/llvm-project/issues/1232/comments
1
2006-08-01T15:50:10Z
2021-12-03T19:28:02Z
https://github.com/llvm/llvm-project/issues/1232
1,070,888,087
1,232
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [859](https://llvm.org/bz859) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | MacOS X | | Attachments | [simple c "main" program to reproduce problem](https://user-images.githubusercontent.com/60944935/143736546-c70459b7-cfde-456a-a626-7b0...
llc -shed=none asserts in LVA
https://api.github.com/repos/llvm/llvm-project/issues/1231/comments
4
2006-08-01T14:42:09Z
2021-12-03T19:28:01Z
https://github.com/llvm/llvm-project/issues/1231
1,070,888,072
1,231
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [858](https://llvm.org/bz858) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#862 | ## Extended Description This code causes an assertion: void %foo() { entry: %tmp = call int...
Assertion "Unknown op type!"' failed. (inline asm)
https://api.github.com/repos/llvm/llvm-project/issues/1230/comments
2
2006-08-01T05:27:56Z
2021-12-03T19:28:00Z
https://github.com/llvm/llvm-project/issues/1230
1,070,888,056
1,230
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [857](https://llvm.org/bz857) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:49 | | Version | trunk | | OS | Linux | ## Extended Description It looks like inline assembly support isn't entirely complete yet. This particular assertion failure is blocking builds of ...
inline asm only handles one code so far
https://api.github.com/repos/llvm/llvm-project/issues/1229/comments
4
2006-08-01T04:54:44Z
2021-12-03T19:27:59Z
https://github.com/llvm/llvm-project/issues/1229
1,070,888,045
1,229
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [856](https://llvm.org/bz856) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | Linux | ## Extended Description This code ICEs: static int foo() { register int i; return i; } with the error: bug.c: In function ‘foo’: ...
ICE returning register var from static function
https://api.github.com/repos/llvm/llvm-project/issues/1228/comments
2
2006-08-01T03:28:22Z
2021-12-03T19:27:58Z
https://github.com/llvm/llvm-project/issues/1228
1,070,888,037
1,228
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [855](https://llvm.org/bz855) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description $ llvm-gcc 025.c -c -o 025 025.c:1: error: invalid application of ‘sizeof’ to incomplete type ‘struct poll_ta...
ICE on invalid array with size determined by sizeof incomplete type
https://api.github.com/repos/llvm/llvm-project/issues/1227/comments
15
2006-07-30T14:48:06Z
2021-12-03T19:27:57Z
https://github.com/llvm/llvm-project/issues/1227
1,070,888,028
1,227
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [854](https://llvm.org/bz854) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | 1.4 | | OS | All | | Attachments | [delta minimized testcase 18257.c](https://user-images.githubusercontent.com/392652/143736545-2ba4f194-a62b-413d-b768-03618c86ba22.gz) | ## ...
llvm-gcc4: crash compiling constant expr cast
https://api.github.com/repos/llvm/llvm-project/issues/1226/comments
3
2006-07-29T06:42:58Z
2021-12-03T19:27:56Z
https://github.com/llvm/llvm-project/issues/1226
1,070,888,021
1,226
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [853](https://llvm.org/bz853) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:44 | | Version | 1.0 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description ribrdb@ribox:/tmp$ cat >inner.cc #include <strstream> class B : std::ostrstream{ pub...
Asmprinter emits cast of constant wrong
https://api.github.com/repos/llvm/llvm-project/issues/1225/comments
7
2006-07-29T02:51:36Z
2021-12-03T19:27:55Z
https://github.com/llvm/llvm-project/issues/1225
1,070,888,009
1,225
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [852](https://llvm.org/bz852) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description Rev 19 + gcc/Makefile.in patch (to fix $(shell...) problem) doesn't b...
llvm-gcc4 doesn't build on Linux: ICE in regex.c
https://api.github.com/repos/llvm/llvm-project/issues/1224/comments
8
2006-07-29T01:16:03Z
2021-12-03T19:27:54Z
https://github.com/llvm/llvm-project/issues/1224
1,070,888,004
1,224
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [851](https://llvm.org/bz851) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | trunk | | OS | MacOS X | | Depends On | llvm/llvm-project#1177 | ## Extended Description With the recent removal of the "NodeDepth hack" from the PPC ISel, 200.sixtrack fail...
200.sixtrack fails to build on PPC due to isel running out of stack space
https://api.github.com/repos/llvm/llvm-project/issues/1223/comments
2
2006-07-28T20:36:20Z
2021-12-03T19:27:53Z
https://github.com/llvm/llvm-project/issues/1223
1,070,887,989
1,223
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [850](https://llvm.org/bz850) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This llvm asm: %tmp9.i.i = call int asm sideeffect "push %ebp\0Apush %ebx\0Amovl 4($2),%...
[inlineasm] x86 backend references incorrect size registers for single-register classes
https://api.github.com/repos/llvm/llvm-project/issues/1222/comments
5
2006-07-28T04:03:47Z
2021-12-03T19:27:52Z
https://github.com/llvm/llvm-project/issues/1222
1,070,887,980
1,222
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [849](https://llvm.org/bz849) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:48 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description In the linked test page, the tests under Multisource/Applications ...
New nightly-Tester isn't running many tests on Persephone
https://api.github.com/repos/llvm/llvm-project/issues/1221/comments
2
2006-07-27T06:27:39Z
2021-12-03T19:27:52Z
https://github.com/llvm/llvm-project/issues/1221
1,070,887,968
1,221
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [848](https://llvm.org/bz848) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:00 | | Version | 1.7 | | OS | All | ## Extended Description I have the following source layout: ~/cvs/llvm is my llvm tree ~/llvm is a symlink to ~/cvs/llvm Because PROJ_OBJ_DIR and PROJ_OB...
PROJ_SRC_DIR != PROJ_OBJ_DIR in srcdir=objdir build due to symlinks
https://api.github.com/repos/llvm/llvm-project/issues/1220/comments
3
2006-07-26T22:27:35Z
2021-12-03T19:27:51Z
https://github.com/llvm/llvm-project/issues/1220
1,070,887,955
1,220
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [847](https://llvm.org/bz847) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.6 | | OS | MacOS X | ## Extended Description The test/Regression/CodeGen/Generic/2003-05-28-ManyArgs.ll test-point was running for several minutes on my machine before I k...
CodeGen/Generic/2003-05-28-ManyArgs.ll hits exponential behavior on PPC
https://api.github.com/repos/llvm/llvm-project/issues/1219/comments
8
2006-07-26T22:25:14Z
2021-12-03T19:27:50Z
https://github.com/llvm/llvm-project/issues/1219
1,070,887,946
1,219
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [846](https://llvm.org/bz846) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | MacOS X | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143736543-e2a0e7d0-8498-4c6a-9489-a92be3a65c6c.gz) | | Reporter | LL...
segmentation fault -inline -prune-eh
https://api.github.com/repos/llvm/llvm-project/issues/1218/comments
3
2006-07-26T21:20:55Z
2021-12-03T19:27:49Z
https://github.com/llvm/llvm-project/issues/1218
1,070,887,930
1,218
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [845](https://llvm.org/bz845) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | 1.0 | | OS | All | ## Extended Description We want to eliminate cycles in the dependency graph of the LLVM libraries. llvm-config reports this, and Reid has compiled this i...
Eliminate cyclic dependencies between libraries
https://api.github.com/repos/llvm/llvm-project/issues/1217/comments
3
2006-07-26T20:32:08Z
2021-12-03T19:27:48Z
https://github.com/llvm/llvm-project/issues/1217
1,070,887,920
1,217
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [844](https://llvm.org/bz844) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:43 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner | ## Extended Description The following Objective-C++ file causes a reproducible internal co...
Internal compiler error with Objective-C++ and -fobjc-gc
https://api.github.com/repos/llvm/llvm-project/issues/1216/comments
4
2006-07-26T01:27:17Z
2021-12-03T19:27:48Z
https://github.com/llvm/llvm-project/issues/1216
1,070,887,909
1,216
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [843](https://llvm.org/bz843) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:40 | | Version | trunk | | OS | FreeBSD | | Depends On | llvm/llvm-bugzilla-archive#1017 | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@nlewycky | ## Extended Description I've built...
llvm-gcc4: libstdc++ missing LTHUNKs
https://api.github.com/repos/llvm/llvm-project/issues/1215/comments
5
2006-07-24T02:54:10Z
2021-12-03T19:27:46Z
https://github.com/llvm/llvm-project/issues/1215
1,070,887,898
1,215
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [842](https://llvm.org/bz842) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.7 | | OS | Linux | | Attachments | [file that crashes](https://user-images.githubusercontent.com/60944935/143736542-f4cefbce-154a-47dc-a637-f4c835c814da.gz) | | Reporter | LL...
LLC crash at LegalizeDAG.cpp:716
https://api.github.com/repos/llvm/llvm-project/issues/1214/comments
3
2006-07-22T01:10:17Z
2021-12-03T19:27:46Z
https://github.com/llvm/llvm-project/issues/1214
1,070,887,887
1,214
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [841](https://llvm.org/bz841) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:52 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description I am getting ... /usr/bin/ld: Undefined symbols: llvm::MVT::getValueT...
'lli' build failure
https://api.github.com/repos/llvm/llvm-project/issues/1213/comments
4
2006-07-21T20:26:05Z
2021-12-03T19:27:45Z
https://github.com/llvm/llvm-project/issues/1213
1,070,887,877
1,213
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [840](https://llvm.org/bz840) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Trying to compile using gcc 3.3.5 gives parse errors in X86GenDAGISel.inc due to the n...
Unable to compile X86ISelDAGToDAG.cpp using gcc 3.3.5
https://api.github.com/repos/llvm/llvm-project/issues/1212/comments
3
2006-07-21T03:39:56Z
2021-12-03T19:27:44Z
https://github.com/llvm/llvm-project/issues/1212
1,070,887,870
1,212
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [839](https://llvm.org/bz839) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.7 | | OS | All | | Blocks | llvm/llvm-bugzilla-archive#862 | | CC | @asl,@isanbard,@nlewycky | ## Extended Description Given operands constraints like "ir" isn't implement...
inline asm doesn't support multiple alternatives
https://api.github.com/repos/llvm/llvm-project/issues/1211/comments
5
2006-07-21T01:49:40Z
2023-08-15T13:48:05Z
https://github.com/llvm/llvm-project/issues/1211
1,070,887,858
1,211
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [838](https://llvm.org/bz838) | | Version | trunk | | OS | Linux | ## Extended Description It would be useful to see at what point in time a test failed (which day) so that its easier to determine what caused the failure. Ideally I would be able to click on a test and see eithe...
Find point in time where test failed
https://api.github.com/repos/llvm/llvm-project/issues/1210/comments
1
2006-07-20T22:08:47Z
2022-03-05T14:52:52Z
https://github.com/llvm/llvm-project/issues/1210
1,070,887,852
1,210
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [837](https://llvm.org/bz837) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | unspecified | | OS | All | ## Extended Description The nightly tester page only has the older tests listed. A link to the new tester should be added.
Nightly tester main page should point to new testers.
https://api.github.com/repos/llvm/llvm-project/issues/1209/comments
3
2006-07-19T19:45:42Z
2021-12-03T19:27:41Z
https://github.com/llvm/llvm-project/issues/1209
1,070,887,840
1,209
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [836](https://llvm.org/bz836) | | Resolution | WONTFIX | | Resolved on | Feb 22, 2010 12:51 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I just wanted to download some attachments. Text files go to edit mode, bin...
Attachments from Bugzilla should be easier
https://api.github.com/repos/llvm/llvm-project/issues/1208/comments
2
2006-07-19T12:09:04Z
2022-01-20T02:27:57Z
https://github.com/llvm/llvm-project/issues/1208
1,070,887,833
1,208
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [835](https://llvm.org/bz835) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.7 | | OS | All | ## Extended Description Instructions.gen depends on tblgen, and lots of stuff uses intrinsics.gen.  We should do the "only if bytes actually changed" tric...
trivially changing tblgen causes tons of stuff to rebuild 
https://api.github.com/repos/llvm/llvm-project/issues/1207/comments
2
2006-07-19T03:28:59Z
2021-12-03T19:27:40Z
https://github.com/llvm/llvm-project/issues/1207
1,070,887,822
1,207
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [834](https://llvm.org/bz834) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | trunk | | OS | FreeBSD | | Attachments | [ouch.ll: -emit-llvm from cc1plus](https://user-images.githubusercontent.com/60944935/143736537-9d3c3575-504b-4429-b05e-ee8bf9022b95.gz...
x86 asm printer crash with debug info
https://api.github.com/repos/llvm/llvm-project/issues/1206/comments
2
2006-07-18T19:28:24Z
2021-12-03T19:27:39Z
https://github.com/llvm/llvm-project/issues/1206
1,070,887,810
1,206
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [833](https://llvm.org/bz833) | | Resolution | FIXED | | Resolved on | Apr 01, 2019 13:42 | | Version | 1.7 | | OS | All | | CC | @yuanfang-chen | ## Extended Description This: int G; int foo(int X) { __asm__ __volatile__ ("xchg{l} {%0,%1|%1,%0}" ...
valid inline asm rejected
https://api.github.com/repos/llvm/llvm-project/issues/1205/comments
3
2006-07-18T18:26:50Z
2021-12-03T19:27:38Z
https://github.com/llvm/llvm-project/issues/1205
1,070,887,806
1,205
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [832](https://llvm.org/bz832) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | 1.0 | | OS | All | ## Extended Description LLVM can't compile the linux kernel. The current problem boils down to this one-line testcase: register unsigned long current_st...
register variables not supported by llvm-gcc
https://api.github.com/repos/llvm/llvm-project/issues/1204/comments
8
2006-07-14T04:57:18Z
2023-08-15T13:20:32Z
https://github.com/llvm/llvm-project/issues/1204
1,070,887,798
1,204
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [831](https://llvm.org/bz831) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | trunk | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/15152540/143736535-185fe535-0121-4cae-af7f-7eb3f1e26f40.gz) | | CC | @lattner | ## Ex...
indvars pass asserts with recent patch
https://api.github.com/repos/llvm/llvm-project/issues/1203/comments
1
2006-07-13T21:01:59Z
2021-12-03T19:27:36Z
https://github.com/llvm/llvm-project/issues/1203
1,070,887,787
1,203
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [830](https://llvm.org/bz830) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:50 | | Version | 1.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description This time I think I collected all the constraints used by the program I'm trying to compil...
llvm-gcc: single register contraint letters don't work for inputs
https://api.github.com/repos/llvm/llvm-project/issues/1202/comments
8
2006-07-13T01:20:21Z
2021-12-03T19:27:35Z
https://github.com/llvm/llvm-project/issues/1202
1,070,887,779
1,202
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [829](https://llvm.org/bz829) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:54 | | Version | trunk | | OS | MacOS X | | CC | @lattner | ## Extended Description Looks like the Xcode project still references the SparcV9 files, which have been deleted from the CVS tree ...
Xcode project contains a lot of files that are meanwhile removed
https://api.github.com/repos/llvm/llvm-project/issues/1201/comments
2
2006-07-12T21:06:58Z
2021-12-03T19:27:35Z
https://github.com/llvm/llvm-project/issues/1201
1,070,887,767
1,201
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [828](https://llvm.org/bz828) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | 1.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description cat |llvm-as|llc target endian = little target pointersize = 32 target triple = "i686-pc...
X86 backend lacks 'q' inlineasm constraint
https://api.github.com/repos/llvm/llvm-project/issues/1200/comments
3
2006-07-12T00:46:51Z
2021-12-03T19:27:34Z
https://github.com/llvm/llvm-project/issues/1200
1,070,887,758
1,200
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [827](https://llvm.org/bz827) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | trunk | | OS | All | | Attachments | [File that crashes opt](https://user-images.githubusercontent.com/60944935/143736534-7e49ef8e-8a45-4e94-9dca-c03327fae48d.gz) | | Reporter ...
inliner doesn't properly update callgraph when performing partial inlining
https://api.github.com/repos/llvm/llvm-project/issues/1199/comments
4
2006-07-11T22:41:25Z
2021-12-03T19:27:33Z
https://github.com/llvm/llvm-project/issues/1199
1,070,887,753
1,199
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [826](https://llvm.org/bz826) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.0 | | OS | All | | Attachments | [Bugpoint reduced test case](https://user-images.githubusercontent.com/60944935/143736532-bc5a47f6-ed66-4860-838c-889937cf98e4.gz) | | Report...
verifier doesn't reject store of an aggregate
https://api.github.com/repos/llvm/llvm-project/issues/1198/comments
4
2006-07-11T21:59:16Z
2021-12-03T19:27:32Z
https://github.com/llvm/llvm-project/issues/1198
1,070,887,747
1,198
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [825](https://llvm.org/bz825) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | 1.7 | | OS | All | | Attachments | [File that crashes llc](https://user-images.githubusercontent.com/60944935/143736531-f5f92e13-df84-4fb6-921e-5dff455df92d.gz) | | Reporter | ...
X86 backend lacks 'A' inlineasm constraint
https://api.github.com/repos/llvm/llvm-project/issues/1197/comments
1
2006-07-10T19:28:51Z
2021-12-03T19:27:31Z
https://github.com/llvm/llvm-project/issues/1197
1,070,887,736
1,197
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [824](https://llvm.org/bz824) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description This test in gcc/config/i386/i386.c always triggers an error with "-mcmodel=kernel" is set, regardless of -...
fails with -mcmodel=kernel on i386
https://api.github.com/repos/llvm/llvm-project/issues/1196/comments
5
2006-07-09T22:56:29Z
2021-12-03T19:27:30Z
https://github.com/llvm/llvm-project/issues/1196
1,070,887,727
1,196
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [823](https://llvm.org/bz823) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:44 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description ./configure --prefix=/<path>/ --enable-optimized gmake ENABLE_OPTIMIZED=1 DISABLE_AS...
Compilation failure
https://api.github.com/repos/llvm/llvm-project/issues/1195/comments
3
2006-07-09T20:17:09Z
2021-12-03T19:27:30Z
https://github.com/llvm/llvm-project/issues/1195
1,070,887,718
1,195
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [822](https://llvm.org/bz822) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | 1.7 | | OS | All | | Blocks | llvm/llvm-project#1193 | | CC | @asl | ## Extended Description LLVM needs to support a new linkage type, external weak linkage. The semantics ...
llvm needs to support external weak linkage
https://api.github.com/repos/llvm/llvm-project/issues/1194/comments
7
2006-07-08T07:51:35Z
2023-08-15T13:20:27Z
https://github.com/llvm/llvm-project/issues/1194
1,070,887,708
1,194
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [821](https://llvm.org/bz821) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 14:05 | | Version | trunk | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#822 | | Attachments | [A patch containing the changes from rev 8 to rev 9 in the llvm-gcc4 SVN repository](htt...
llvm-gcc4 doesn't build: pthread_once not found
https://api.github.com/repos/llvm/llvm-project/issues/1193/comments
9
2006-07-08T06:03:43Z
2021-12-03T19:27:28Z
https://github.com/llvm/llvm-project/issues/1193
1,070,887,698
1,193
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [820](https://llvm.org/bz820) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:56 | | Version | 1.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description opt bugpoint-reduced-simplified.bc -globalopt opt: GlobalOpt.cpp:1236: llvm::Constant* get...
globalopt crash on inline asm code
https://api.github.com/repos/llvm/llvm-project/issues/1192/comments
5
2006-07-07T23:25:57Z
2021-12-03T19:27:27Z
https://github.com/llvm/llvm-project/issues/1192
1,070,887,686
1,192
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [819](https://llvm.org/bz819) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.7 | | OS | All | ## Extended Description LLVM utilities should read .bc files, except for llvm-as/gccas. -Chris
llvm2cpp should read .bc files not .ll files
https://api.github.com/repos/llvm/llvm-project/issues/1191/comments
2
2006-07-06T19:48:01Z
2021-12-03T19:27:26Z
https://github.com/llvm/llvm-project/issues/1191
1,070,887,679
1,191
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [818](https://llvm.org/bz818) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:49 | | Version | 1.7 | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Legalize doesn't legalize the arguments to an inline asm call. see test/Regression/CodeGe...
Legalize doesn't legalize through inline asm
https://api.github.com/repos/llvm/llvm-project/issues/1190/comments
4
2006-07-06T17:21:49Z
2021-12-03T19:27:25Z
https://github.com/llvm/llvm-project/issues/1190
1,070,887,666
1,190
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [817](https://llvm.org/bz817) | | Resolution | DUPLICATE | | Resolved on | Dec 01, 2007 00:30 | | Version | 1.0 | | OS | All | | CC | @sunfishcode,@nlewycky | ## Extended Description This is due to the recent LCSSA work: http://llvm.org/nightlytest/resultsgraph.php?machine=8&ni...
[scev trip-count computation] performance regression on nested-loop
https://api.github.com/repos/llvm/llvm-project/issues/1189/comments
14
2006-07-06T05:36:37Z
2021-12-03T19:27:25Z
https://github.com/llvm/llvm-project/issues/1189
1,070,887,656
1,189
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [816](https://llvm.org/bz816) | | Resolution | FIXED | | Resolved on | Mar 16, 2008 21:40 | | Version | 1.0 | | OS | MacOS X | ## Extended Description Complex double should be returned in r3/r4/r5/r6. _Complex double foo() ; _Complex double X; void bar() { X = foo(); } -Chris
[ppc] _Complex double ABI mismatch
https://api.github.com/repos/llvm/llvm-project/issues/1188/comments
1
2006-07-05T21:12:05Z
2021-12-03T19:27:24Z
https://github.com/llvm/llvm-project/issues/1188
1,070,887,645
1,188
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [815](https://llvm.org/bz815) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | 1.0 | | OS | All | ## Extended Description EH info is responsible for about 20% of the footprint of LLVM and RTTI info is about 5% of the footprint. It would obviously be n...
Build LLVM with -fno-exceptions
https://api.github.com/repos/llvm/llvm-project/issues/1187/comments
1
2006-07-03T18:56:02Z
2021-12-03T19:27:23Z
https://github.com/llvm/llvm-project/issues/1187
1,070,887,638
1,187
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [814](https://llvm.org/bz814) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | trunk | | OS | Linux | | Attachments | [Patch over current LLVM sources](https://user-images.githubusercontent.com/67392/143736526-dc22e663-ea76-4106-ab27-a17274509a52.gz), [Ad...
Building LLVM with crosscompiler
https://api.github.com/repos/llvm/llvm-project/issues/1186/comments
3
2006-06-29T20:23:52Z
2021-12-03T19:27:22Z
https://github.com/llvm/llvm-project/issues/1186
1,070,887,628
1,186
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [813](https://llvm.org/bz813) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:47 | | Version | 1.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hi, llvm-dis runs out of 1Gb of memory on a 5Mb .bc file. Checking it with massif a...
Improper cleanup in llvm-dis resulting in a memory blowup?
https://api.github.com/repos/llvm/llvm-project/issues/1185/comments
1
2006-06-26T21:03:00Z
2021-12-03T19:27:21Z
https://github.com/llvm/llvm-project/issues/1185
1,070,887,619
1,185
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [812](https://llvm.org/bz812) | | Resolution | WONTFIX | | Resolved on | Nov 07, 2018 00:22 | | Version | 1.7 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Hi, llvm-dis runs out of 1Gb of memory on a 5Mb .bc file. Checking it with massif and...
Improper cleanup in llvm-dis resulting in a memory blowup?
https://api.github.com/repos/llvm/llvm-project/issues/1184/comments
3
2006-06-26T20:41:54Z
2022-01-20T02:27:55Z
https://github.com/llvm/llvm-project/issues/1184
1,070,887,609
1,184
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [811](https://llvm.org/bz811) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:51 | | Version | 1.5 | | OS | MacOS X | ## Extended Description This isn't a high priority or anything, but since it was reported to me, I might as well pass it on. llvmc installs two files:...
llvmc requires case-sensitive file system
https://api.github.com/repos/llvm/llvm-project/issues/1183/comments
4
2006-06-21T18:38:11Z
2021-12-03T19:27:20Z
https://github.com/llvm/llvm-project/issues/1183
1,070,887,601
1,183
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [810](https://llvm.org/bz810) | | Resolution | FIXED | | Resolved on | Sep 03, 2020 07:29 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-bugzilla-archive#3100 | | Reporter | LLVM Bugzilla Contributor | | CC | @atrick,@mkurdej,@dwblaikie,@fhahn,@yuanfang-chen,@irishrover...
Make better use of conditional unreachable's in LLVM
https://api.github.com/repos/llvm/llvm-project/issues/1182/comments
16
2006-06-19T08:14:53Z
2021-12-03T19:27:19Z
https://github.com/llvm/llvm-project/issues/1182
1,070,887,588
1,182
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [809](https://llvm.org/bz809) | | Resolution | WORKSFORME | | Resolved on | Feb 22, 2010 12:46 | | Version | trunk | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/60944935/143736525-8400bfc8-49a1-4ef7-9105-ee87ac0e4442.g...
llc crashes in LiveVariables::runOnMachineFunction
https://api.github.com/repos/llvm/llvm-project/issues/1181/comments
4
2006-06-17T00:54:12Z
2022-01-20T01:59:19Z
https://github.com/llvm/llvm-project/issues/1181
1,070,887,576
1,181
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [808](https://llvm.org/bz808) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:46 | | Version | 1.7 | | OS | NetBSD | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Here is the output of configure. % ./configure checking build system type... i386-unk...
configure fails on NetBSD
https://api.github.com/repos/llvm/llvm-project/issues/1180/comments
9
2006-06-15T11:47:39Z
2021-12-03T19:27:17Z
https://github.com/llvm/llvm-project/issues/1180
1,070,887,568
1,180
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [807](https://llvm.org/bz807) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:42 | | Version | trunk | | OS | Linux | | CC | @lattner | ## Extended Description The following code doesn't optimize down: // Source: pag.csail.mit.edu/paste2005/slides/yang-paste2005-slide...
perform substitution when equality is known
https://api.github.com/repos/llvm/llvm-project/issues/1179/comments
28
2006-06-10T21:38:13Z
2023-08-15T13:20:21Z
https://github.com/llvm/llvm-project/issues/1179
1,070,887,563
1,179
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [806](https://llvm.org/bz806) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:43 | | Version | 1.7 | | OS | MacOS X | ## Extended Description This breaks bugpoint etc.
LTDL_SHLIB_EXT set to .so on darwin instead of .dylib
https://api.github.com/repos/llvm/llvm-project/issues/1178/comments
5
2006-06-09T23:25:38Z
2021-12-03T19:27:15Z
https://github.com/llvm/llvm-project/issues/1178
1,070,887,553
1,178
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [805](https://llvm.org/bz805) | | Resolution | FIXED | | Resolved on | Mar 06, 2010 13:59 | | Version | trunk | | OS | Windows 2000 | | Blocks | llvm/llvm-bugzilla-archive#851 | | Attachments | [LLVM IR file](https://user-images.githubusercontent.com/67392/143736511-c366d213-5ee...
Instruction Selection Deeply Recurses
https://api.github.com/repos/llvm/llvm-project/issues/1177/comments
12
2006-06-09T10:32:29Z
2021-12-03T19:27:14Z
https://github.com/llvm/llvm-project/issues/1177
1,070,887,542
1,177