From e293d6c8d134ad352bb69defee17c5c902476933 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 12 Feb 2016 01:56:35 +0000 Subject: [PATCH] Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260643 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 3bb5b8a85dc..bbf2dd0f39f 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -69,6 +69,11 @@ Non-comprehensive list of changes in this release * Support for dematerializing has been dropped. +* RegisterScheduler::setDefault was removed. Targets that used to call into the + command line parser to set the DAGScheduler, and that don't have enough + control with setSchedulingPreference, should look into overriding the + SubTargetHook "getDAGScheduler()". + * ``ilist_iterator`` no longer has implicit conversions to and from ``T*``, since ``ilist_iterator`` may be pointing at the sentinel (which is usually not of type ``T`` at all). To convert from an iterator ``I`` to a pointer, @@ -157,7 +162,7 @@ fixes: the Integrated Assembler. * Added support for atomic load and atomic store. * Corrected debug info when dynamically re-aligning the stack. - + Integrated Assembler ^^^^^^^^^^^^^^^^^^^^ We have made a large number of improvements to the integrated assembler for -- 2.34.1