mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
llvm-svn: 154590
This commit is contained in:
parent
c672ae3ee2
commit
e3ba827561
@ -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
|
||||
|
@ -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>
|
||||
|
||||
<!--=========================================================================-->
|
||||
|
Loading…
Reference in New Issue
Block a user