projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f082c5b
)
Add a link to the new PerformanceTips docs from the 3.7 release notes
author
Philip Reames
<listmail@philipreames.com>
Thu, 5 Mar 2015 05:11:05 +0000
(
05:11
+0000)
committer
Philip Reames
<listmail@philipreames.com>
Thu, 5 Mar 2015 05:11:05 +0000
(
05:11
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231349
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.rst
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.rst
b/docs/ReleaseNotes.rst
index a3b234e2d9f946456eb249f0be91b81e7fc42b69..c977ebb6a49d1af1da12d8379ecb12420fe4cf12 100644
(file)
--- a/
docs/ReleaseNotes.rst
+++ b/
docs/ReleaseNotes.rst
@@
-44,6
+44,11
@@
Non-comprehensive list of changes in this release
* The minimum required Visual Studio version for building LLVM is now 2013
Update 4.
+* A new documentation page, :doc:`Frontend/PerformanceTips`, contains a
+ collection of tips for frontend authors on how to generate IR which LLVM is
+ able to effectively optimize.
+
+
* ... next change ...
.. NOTE