summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnshuman Dasgupta <adasgupt@codeaurora.org>2012-04-12 15:17:35 +0000
committerAnshuman Dasgupta <adasgupt@codeaurora.org>2012-04-12 15:17:35 +0000
commit4b4795563c4b724fa56c428d9d18160ee5cd429a (patch)
tree1c3781a162e3e6b654a1aefd6b78c448446c052d /docs
parent503a86b731b9605e6fa3cab4458453e83347369f (diff)
downloadllvm-4b4795563c4b724fa56c428d9d18160ee5cd429a.tar.gz
llvm-4b4795563c4b724fa56c428d9d18160ee5cd429a.tar.bz2
llvm-4b4795563c4b724fa56c428d9d18160ee5cd429a.tar.xz
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0b4a51148f..953481cdaf 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -367,6 +367,12 @@ Release Notes</a>.</h1>
is clobbered.</li>
</ul>
+<p> 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.</p>
+
</div>
<!--=========================================================================-->