summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS.TXT4
-rw-r--r--docs/ReleaseNotes.html3
2 files changed, 7 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 6c8a22b96f..8287892ddb 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 ca2bc649ef..999637af07 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>
<!--=========================================================================-->