diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index cf189e6a6434..dfe54f9155a0 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -244,6 +244,10 @@ were fixed:

Bugs fixed in the LLVM Core:

    +
  1. [Linker] gccld does not link + objects/archives in order specified on the command line
  2. +
  3. [X86] llc output for functions + w/certain names tickles GNU 'as' bugs
  4. [licm] LICM invalidates alias analysis info and uses broken information (optimizer crash)
  5. [asmwriter] Asmwriter is really @@ -252,8 +256,6 @@ were fixed: completely broken in LLVM 1.3
  6. [bcwriter] Empty compaction tables defined
  7. -
  8. [X86] llc output for functions - w/certain names tickles GNU 'as' bugs
  9. [cbackend] Static globals are prototyped as 'extern'