1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.

llvm-svn: 154590
This commit is contained in:
Anshuman Dasgupta 2012-04-12 15:17:35 +00:00
parent c672ae3ee2
commit e3ba827561
2 changed files with 10 additions and 0 deletions

View File

@ -83,6 +83,10 @@ N: John T. Criswell
E: criswell@uiuc.edu
D: Original Autoconf support, documentation improvements, bug fixes
N: Anshuman Dasgupta
E: adasgupt@codeaurora.org
D: Deterministic finite automaton based infrastructure for VLIW packetization
N: Stefanus Du Toit
E: stefanus.dutoit@rapidmind.com
D: Bug fixes and minor improvements

View File

@ -367,6 +367,12 @@ Release Notes</a>.</h1>
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>
<!--=========================================================================-->