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

Anshuman Dasgupta adasgupt at codeaurora.org
Sat Apr 14 13:57:13 PDT 2012


Author: adasgupt
Date: Sat Apr 14 15:57:13 2012
New Revision: 154754

URL: http://llvm.org/viewvc/llvm-project?rev=154754&view=rev
Log:
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch
by Sundeep Kushwaha.

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=154754&r1=154753&r2=154754&view=diff
==============================================================================
--- llvm/trunk/CREDITS.TXT (original)
+++ llvm/trunk/CREDITS.TXT Sat Apr 14 15:57:13 2012
@@ -214,6 +214,10 @@
 E: benny.kra at gmail.com
 D: Miscellaneous bug fixes
 
+N: Sundeep Kushwaha
+E: sundeepk at codeaurora.org
+D: Implemented DFA-based target independent VLIW packetizer
+
 N: Christopher Lamb
 E: christopher.lamb at gmail.com
 D: aligned load/store support, parts of noalias and restrict support

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154754&r1=154753&r2=154754&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat Apr 14 15:57:13 2012
@@ -376,6 +376,9 @@
     target's schedule description which can be queried to determine
     legal groupings of instructions in a bundle.</p>
 
+<p> We have added a new target independent VLIW packetizer based on the 
+    DFA infrastructure to group machine instructions into bundles.</p>
+
 </div>
 
 <!--=========================================================================-->





More information about the llvm-commits mailing list