From: Anshuman Dasgupta Date: Sat, 14 Apr 2012 20:57:13 +0000 (+0000) Subject: Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cff391a8251c12b57f56fc17fb69327c173b5a03;p=oota-llvm.git Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch by Sundeep Kushwaha. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CREDITS.TXT b/CREDITS.TXT index 6c8a22b96f0..8287892ddb4 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -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 diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ca2bc649efd..999637af075 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -376,6 +376,9 @@ Release Notes. target's schedule description which can be queried to determine legal groupings of instructions in a bundle.

+

We have added a new target independent VLIW packetizer based on the + DFA infrastructure to group machine instructions into bundles.

+