[llvm] r263088 - Add an entry in the Release Notes for LLVMContext::discardValueNames()
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 18:18:17 PST 2016
Author: mehdi_amini
Date: Wed Mar 9 20:18:17 2016
New Revision: 263088
URL: http://llvm.org/viewvc/llvm-project?rev=263088&view=rev
Log:
Add an entry in the Release Notes for LLVMContext::discardValueNames()
From: Mehdi Amini <mehdi.amini at apple.com>
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=263088&r1=263087&r2=263088&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Wed Mar 9 20:18:17 2016
@@ -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,
More information about the llvm-commits
mailing list