From 4b4795563c4b724fa56c428d9d18160ee5cd429a Mon Sep 17 00:00:00 2001 From: Anshuman Dasgupta Date: Thu, 12 Apr 2012 15:17:35 +0000 Subject: 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 --- docs/ReleaseNotes.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0b4a511..953481c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -367,6 +367,12 @@ Release Notes. is clobbered. +

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.

+ -- cgit v1.1