[llvm-commits] [llvm] r154590 - in /llvm/trunk: CREDITS.TXT docs/ReleaseNotes.html

Anshuman Dasgupta adasgupt at codeaurora.org
Thu Apr 12 08:17:35 PDT 2012


Author: adasgupt
Date: Thu Apr 12 10:17:35 2012
New Revision: 154590

URL: http://llvm.org/viewvc/llvm-project?rev=154590&view=rev
Log:
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.

Modified:
    llvm/trunk/CREDITS.TXT
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/CREDITS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CREDITS.TXT?rev=154590&r1=154589&r2=154590&view=diff
==============================================================================
--- llvm/trunk/CREDITS.TXT (original)
+++ llvm/trunk/CREDITS.TXT Thu Apr 12 10:17:35 2012
@@ -83,6 +83,10 @@
 E: criswell at uiuc.edu
 D: Original Autoconf support, documentation improvements, bug fixes
 
+N: Anshuman Dasgupta
+E: adasgupt at codeaurora.org
+D: Deterministic finite automaton based infrastructure for VLIW packetization
+
 N: Stefanus Du Toit
 E: stefanus.dutoit at rapidmind.com
 D: Bug fixes and minor improvements

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154590&r1=154589&r2=154590&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Apr 12 10:17:35 2012
@@ -367,6 +367,12 @@
       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>
 
 <!--=========================================================================-->





More information about the llvm-commits mailing list