Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
authorAnshuman Dasgupta <adasgupt@codeaurora.org>
Thu, 12 Apr 2012 15:17:35 +0000 (15:17 +0000)
committerAnshuman Dasgupta <adasgupt@codeaurora.org>
Thu, 12 Apr 2012 15:17:35 +0000 (15:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154590 91177308-0d34-0410-b5e6-96231b3b80d8

CREDITS.TXT
docs/ReleaseNotes.html

index f468cd5ce4ff617398f8c638ad15202bbb16cd2a..ef471b0887ee05a3161753cc9bcccb8c6deeb670 100644 (file)
@@ -83,6 +83,10 @@ N: John T. Criswell
 E: criswell@uiuc.edu
 D: Original Autoconf support, documentation improvements, bug fixes
 
+N: Anshuman Dasgupta
+E: adasgupt@codeaurora.org
+D: Deterministic finite automaton based infrastructure for VLIW packetization
+
 N: Stefanus Du Toit
 E: stefanus.dutoit@rapidmind.com
 D: Bug fixes and minor improvements
index 0b4a51148f0b748b0b1d5504f6b56405623e52f8..953481cdafc1422eec7bd2413b172e06dd4e65aa 100644 (file)
@@ -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>
 
 <!--=========================================================================-->