Skip to content

Commit

Permalink
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154590 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adasgupt1 committed Apr 12, 2012
1 parent 503a86b commit 4b47955
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CREDITS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ N: John T. Criswell
E: [email protected]
D: Original Autoconf support, documentation improvements, bug fixes

N: Anshuman Dasgupta
E: [email protected]
D: Deterministic finite automaton based infrastructure for VLIW packetization

N: Stefanus Du Toit
E: [email protected]
D: Bug fixes and minor improvements
Expand Down
6 changes: 6 additions & 0 deletions docs/ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,12 @@ <h3>
is clobbered.</li>
</ul>

<p> We added new TableGen infrastructure to support bundling for
Very Long Instruction Word (VLIW) architectures. TableGen can now
automatically generate a deterministic finite automaton from a VLIW
target's schedule description which can be queried to determine
legal groupings of instructions in a bundle.</p>

</div>

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

0 comments on commit 4b47955

Please sign in to comment.