diff --git a/CREDITS.TXT b/CREDITS.TXT index f468cd5ce4f..ef471b0887e 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -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 diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0b4a51148f0..953481cdafc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -367,6 +367,12 @@ Release Notes. is clobbered. +

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.

+