From: Chris Lattner Date: Wed, 26 Sep 2007 06:01:35 +0000 (+0000) Subject: update bugs list X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=725a0d86ea6de29e69f3e7bcc0b4fb82ee3c1a17;p=oota-llvm.git update bugs list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c8fc2ab206c..18a739483c4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -353,7 +353,7 @@ components, please contact us on the -filetype=asm" (the default) is the only supported value for the -filetype llc option. @@ -370,6 +370,9 @@ components, please contact us on the inline assembly that uses the X86 floating point stack. +
  • The X86 backend occasionally has alignment + problems on operating systems that don't require 16-byte stack alignment + (including most non-darwin OS's like linux).
  • @@ -479,6 +482,13 @@ programs.