diff options
author | Anshuman Dasgupta <adasgupt@codeaurora.org> | 2012-04-12 15:17:35 +0000 |
---|---|---|
committer | Anshuman Dasgupta <adasgupt@codeaurora.org> | 2012-04-12 15:17:35 +0000 |
commit | 47628b2580a11fdc1f2a523013527816f0b5f8f5 (patch) | |
tree | cb794996e20273325bf590fcd103b5437ac1a490 /llvm/docs | |
parent | cc0b3e6607d649b74f26772a483a31e5551fb4ce (diff) | |
download | bcm5719-llvm-47628b2580a11fdc1f2a523013527816f0b5f8f5.tar.gz bcm5719-llvm-47628b2580a11fdc1f2a523013527816f0b5f8f5.zip |
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
llvm-svn: 154590
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0b4a51148f0..953481cdafc 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> <!--=========================================================================--> |