]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch
authorAnshuman Dasgupta <adasgupt@codeaurora.org>
Sat, 14 Apr 2012 20:57:13 +0000 (20:57 +0000)
committerAnshuman Dasgupta <adasgupt@codeaurora.org>
Sat, 14 Apr 2012 20:57:13 +0000 (20:57 +0000)
by Sundeep Kushwaha.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154754 91177308-0d34-0410-b5e6-96231b3b80d8

CREDITS.TXT
docs/ReleaseNotes.html

index 6c8a22b96f02fe4633f6249d8ad69244c72c6f5c..8287892ddb415ff91736ae985486f91cbf482d80 100644 (file)
@@ -214,6 +214,10 @@ N: Benjamin Kramer
 E: benny.kra@gmail.com
 D: Miscellaneous bug fixes
 
+N: Sundeep Kushwaha
+E: sundeepk@codeaurora.org
+D: Implemented DFA-based target independent VLIW packetizer
+
 N: Christopher Lamb
 E: christopher.lamb@gmail.com
 D: aligned load/store support, parts of noalias and restrict support
index ca2bc649efd3d0730b20ba04162418821473a4a1..999637af0759851b1ec85182d975b90571b9ea65 100644 (file)
@@ -376,6 +376,9 @@ Release Notes</a>.</h1>
     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>
 
 <!--=========================================================================-->