summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnshuman Dasgupta <adasgupt@codeaurora.org>2012-04-14 20:57:13 +0000
committerAnshuman Dasgupta <adasgupt@codeaurora.org>2012-04-14 20:57:13 +0000
commitcff391a8251c12b57f56fc17fb69327c173b5a03 (patch)
treefdc30982db16e13d297540fde32fa0791f637b9e
parentff730398c0543249d71c605946b001d41e5fc1e1 (diff)
downloadllvm-cff391a8251c12b57f56fc17fb69327c173b5a03.tar.gz
llvm-cff391a8251c12b57f56fc17fb69327c173b5a03.tar.bz2
llvm-cff391a8251c12b57f56fc17fb69327c173b5a03.tar.xz
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch
by Sundeep Kushwaha. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154754 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CREDITS.TXT4
-rw-r--r--docs/ReleaseNotes.html3
2 files changed, 7 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 6c8a22b96f..8287892ddb 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -214,6 +214,10 @@ N: Benjamin Kramer
E: benny.kra@gmail.com
D: Miscellaneous bug fixes
+N: Sundeep Kushwaha
+E: sundeepk@codeaurora.org
+D: Implemented DFA-based target independent VLIW packetizer
+
N: Christopher Lamb
E: christopher.lamb@gmail.com
D: aligned load/store support, parts of noalias and restrict support
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ca2bc649ef..999637af07 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -376,6 +376,9 @@ Release Notes</a>.</h1>
target's schedule description which can be queried to determine
legal groupings of instructions in a bundle.</p>
+<p> We have added a new target independent VLIW packetizer based on the
+ DFA infrastructure to group machine instructions into bundles.</p>
+
</div>
<!--=========================================================================-->