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.

+