summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-28 19:47:28 +0000
committerEric Christopher <echristo@apple.com>2011-09-28 19:47:28 +0000
commit90d6ec5f14c573f44efa490f3c118831628e9124 (patch)
tree94999312b4d3134ef673b9472cc7a1918ce9a502 /docs
parentd02c42bb855484cad379a345dee04c7c6463f1cb (diff)
downloadllvm-90d6ec5f14c573f44efa490f3c118831628e9124.tar.gz
llvm-90d6ec5f14c573f44efa490f3c118831628e9124.tar.bz2
llvm-90d6ec5f14c573f44efa490f3c118831628e9124.tar.xz
Add a note on removing LLVMC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4feb907d36..002d8f4bd9 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -581,6 +581,8 @@ it run faster:</p>
from the previous release.</p>
<ul>
+ <li>The <code>LLVMC</code> front end code was removed while separating
+ out language independence.</li>
<li>The <code>LowerSetJmp</code> pass wasn't used effectively by any
target and has been removed.</li>
<li>The old <code>TailDup</code> pass was not used in the standard pipeline