forked from OSchip/llvm-project
parent
75a93f23b3
commit
ffcf42329a
|
@ -244,6 +244,10 @@ were fixed:</a>
|
||||||
<p>Bugs fixed in the LLVM Core:</p>
|
<p>Bugs fixed in the LLVM Core:</p>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
|
<li><a href="http://llvm.cs.uiuc.edu/PR139">[Linker] gccld does not link
|
||||||
|
objects/archives in order specified on the command line</a></li>
|
||||||
|
<li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions
|
||||||
|
w/certain names tickles GNU 'as' bugs</a></li>
|
||||||
<li><a href="http://llvm.cs.uiuc.edu/PR420">[licm] LICM invalidates alias
|
<li><a href="http://llvm.cs.uiuc.edu/PR420">[licm] LICM invalidates alias
|
||||||
analysis info and uses broken information</a> (optimizer crash)</li>
|
analysis info and uses broken information</a> (optimizer crash)</li>
|
||||||
<li><a href="http://llvm.cs.uiuc.edu/PR422">[asmwriter] Asmwriter is really
|
<li><a href="http://llvm.cs.uiuc.edu/PR422">[asmwriter] Asmwriter is really
|
||||||
|
@ -252,8 +256,6 @@ were fixed:</a>
|
||||||
completely broken in LLVM 1.3</a></li>
|
completely broken in LLVM 1.3</a></li>
|
||||||
<li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction
|
<li><a href="http://llvm.cs.uiuc.edu/PR430">[bcwriter] Empty compaction
|
||||||
tables defined</a></li>
|
tables defined</a></li>
|
||||||
<li><a href="http://llvm.cs.uiuc.edu/PR227">[X86] llc output for functions
|
|
||||||
w/certain names tickles GNU 'as' bugs</a></li>
|
|
||||||
<li><a href="http://llvm.cs.uiuc.edu/PR472">[cbackend] Static globals are
|
<li><a href="http://llvm.cs.uiuc.edu/PR472">[cbackend] Static globals are
|
||||||
prototyped as 'extern'</a></li>
|
prototyped as 'extern'</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
Loading…
Reference in New Issue