summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-14 13:41:02 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-14 13:41:02 +0000
commite6ccc13dbbb88ffd7ea0aca5cbe1d2e5793b4e64 (patch)
tree48bcbded6d318792828c4026f91131f0c5baee78 /llvm/docs/ReleaseNotes.rst
parent7c5d60c01de201388a84e3e5ba1298bdab8233c7 (diff)
downloadbcm5719-llvm-e6ccc13dbbb88ffd7ea0aca5cbe1d2e5793b4e64.tar.gz
bcm5719-llvm-e6ccc13dbbb88ffd7ea0aca5cbe1d2e5793b4e64.zip
Remove several entries from the 3.2 release notes that were in the 3.1
release notes already. =] llvm-svn: 170198
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 9ddbbb765bf..ee8c99c3c61 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -392,14 +392,6 @@ make it run faster:
#. ...
-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 @@ tell the codegen that a certain alloca is used within a region.
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
-------------------------------------
OpenPOWER on IntegriCloud