Skip to content

Commit

Permalink
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing …
Browse files Browse the repository at this point in the history
…patch

by Sundeep Kushwaha.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154754 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adasgupt1 committed Apr 14, 2012
1 parent ff73039 commit cff391a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ N: Benjamin Kramer
E: [email protected]
D: Miscellaneous bug fixes

N: Sundeep Kushwaha
E: [email protected]
D: Implemented DFA-based target independent VLIW packetizer

N: Christopher Lamb
E: [email protected]
D: aligned load/store support, parts of noalias and restrict support
Expand Down
3 changes: 3 additions & 0 deletions docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ <h3>
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>

<!--=========================================================================-->
Expand Down

0 comments on commit cff391a

Please sign in to comment.