[llvm-commits] [llvm] r170198 - /llvm/trunk/docs/ReleaseNotes.rst

Chandler Carruth chandlerc at gmail.com
Fri Dec 14 05:41:02 PST 2012


Author: chandlerc
Date: Fri Dec 14 07:41:02 2012
New Revision: 170198

URL: http://llvm.org/viewvc/llvm-project?rev=170198&view=rev
Log:
Remove several entries from the 3.2 release notes that were in the 3.1
release notes already. =]

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=170198&r1=170197&r2=170198&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 14 07:41:02 2012
@@ -392,14 +392,6 @@
 
 #. ...
 
-We added new TableGen infrastructure to support bundling for Very Long
-Instruction Word (VLIW) architectures.  TableGen can now automatically generate
-a deterministic finite automaton from a VLIW target's schedule description
-which can be queried to determine legal groupings of instructions in a bundle.
-
-We have added a new target independent VLIW packetizer based on the DFA
-infrastructure to group machine instructions into bundles.
-
 Stack Coloring - We have implemented a new optimization pass to merge stack
 objects which are used in disjoin areas of the code.  This optimization reduces
 the required stack space significantly, in cases where it is clear to the
@@ -408,14 +400,6 @@
 
 We now merge consecutive loads and stores.
 
-Basic Block Placement
-^^^^^^^^^^^^^^^^^^^^^
-
-A probability based block placement and code layout algorithm was added to
-LLVM's code generator.  This layout pass supports probabilities derived from
-static heuristics as well as source code annotations such as
-``__builtin_expect``.
-
 X86-32 and X86-64 Target Improvements
 -------------------------------------
 





More information about the llvm-commits mailing list