|
362 | 362 | <li><a href="http://llvm.cs.uiuc.edu/PR82">LLVM cannot handle structures with
|
363 | 363 | more than 256 elements</a>.</li>
|
364 | 364 |
|
| 365 | +<li> |
| 366 | +The gccld program |
| 367 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=139"> |
| 368 | +does not link objects/archives in the order specified on the command line. |
| 369 | +</a> |
| 370 | +</li> |
| 371 | + |
| 372 | +<li> |
| 373 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=174"> |
| 374 | +Tail duplication does not update SSA form correctly. |
| 375 | +</a> |
| 376 | +</li> |
365 | 377 | </ul>
|
366 | 378 |
|
367 | 379 | </div>
|
|
386 | 398 | foo(X);
|
387 | 399 | }
|
388 | 400 | </pre></li>
|
389 |
| -</ul> |
390 |
| -</div> |
391 | 401 |
|
392 |
| -<div class="doc_subsubsection"> |
393 |
| - Bugs in 1.1 fixed in 1.2 |
394 |
| -</div> |
| 402 | +<li> |
| 403 | +Initialization of global union variables can only be done |
| 404 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=162">with the largest |
| 405 | +union member</a>. |
| 406 | +</li> |
395 | 407 |
|
396 |
| -<div class="doc_text"> |
397 |
| -<ul> |
398 |
| -<li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on |
399 |
| -memory-management functions in libc runtime to allow them to be |
400 |
| -overridden</a></li> |
| 408 | +<li> |
| 409 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=182"> |
| 410 | +Functions marked "extern inline" are not compiled into LLVM with linkonce |
| 411 | +linkage. |
| 412 | +</a> |
| 413 | +</li> |
| 414 | + |
| 415 | + |
| 416 | +<li> |
| 417 | +The memory management functions in the libc runtime |
| 418 | +<a href="http://llvm.cs.uiuc.edu/PR186">need weak linkage so that they can be |
| 419 | +overridden. |
| 420 | +</a> |
| 421 | +</li> |
401 | 422 | </ul>
|
402 | 423 | </div>
|
403 | 424 |
|
|
566 | 587 | <ul>
|
567 | 588 | <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
|
568 | 589 | front-end</a>.</li>
|
569 |
| -</ul> |
570 | 590 |
|
| 591 | +<li> |
| 592 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137"> |
| 593 | +Code is generated for empty classes. |
| 594 | +</a> |
| 595 | +</li> |
| 596 | +</ul> |
571 | 597 | </div>
|
572 | 598 |
|
573 | 599 | <!-- _______________________________________________________________________ -->
|
|
637 | 663 | support the <tt>unwind</tt> instruction</a>, so code that throws a C++ exception
|
638 | 664 | or calls the C <tt>longjmp</tt> function will abort.</li>
|
639 | 665 |
|
| 666 | +<li> |
| 667 | +<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=167"> |
| 668 | +The llc program can crash on legal code. |
| 669 | +</a> |
| 670 | +</li> |
640 | 671 | </ul>
|
641 | 672 |
|
642 | 673 | </div>
|
|
0 commit comments