diff options
author | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-12-19 10:35:39 +0000 |
---|---|---|
committer | Pawel Wodnicki <pawel@32bitmicro.com> | 2012-12-19 10:35:39 +0000 |
commit | 834cdef96d30b567c38d75c1971e4563b8189f1f (patch) | |
tree | 391ccf552fc498335093e1b32661a2c33374c4ee | |
parent | eb8eaa89a589e0a63f4053a401668d1fd916e4cd (diff) |
VMKit and Tagrget notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_32@170525 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1fc16a36d7..af6395e48a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -225,7 +225,7 @@ <p>The 3.2 release has the following notable changes:</p> <ul> - <li>...</li> + <li>Bug fixes only, no functional changes.</li> </ul> </div> @@ -838,7 +838,7 @@ compile time of many functions dramatically.</p> <div> <ul> - <li>...</li> + <li>Added support for custom names for library functions in TargetLibraryInfo.</li> </ul> </div> @@ -880,10 +880,6 @@ compile time of many functions dramatically.</p> <p> The TargetData structure has been renamed to DataLayout and moved to VMCore to remove a dependency on Target. </p> -<ul> - <li>...</li> -</ul> - </div> <!--=========================================================================--> |