summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-03-10 02:18:17 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-03-10 02:18:17 +0000
commit0693d31138c97ade8b21af021b39a2c5842dd09f (patch)
treea2fda921e170dc818dde7930f113b94c185a566b /docs/ReleaseNotes.rst
parent2de9927963f76466d0a1836479a6732ee133a50c (diff)
Add an entry in the Release Notes for LLVMContext::discardValueNames()
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263088 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 1bc3322702c..982ade993b3 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -33,6 +33,11 @@ page <http://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
+* The LLVMContext gains a new runtime check (see
+ LLVMContext::discardValueNames()) that can be set to discard Value names
+ (other than GlobalValue). This is intended to be used in release builds by
+ clients that are interested in saving CPU/memory as much as possible.
+
* .. note about autoconf build having been removed.
* .. note about C API functions LLVMParseBitcode,