aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-04-16 05:24:52 +0000
committerBill Wendling <isanbard@gmail.com>2012-04-16 05:24:52 +0000
commit59fc1664ab6136a347e635c2e8fcd2fe12db3936 (patch)
treece4f0c1a525930c9d39bd8a469f048e2bed3e9a3
parentab3a9193b12059bebb380ec90fe9a373542bc920 (diff)
downloadexternal_llvm-59fc1664ab6136a347e635c2e8fcd2fe12db3936.zip
external_llvm-59fc1664ab6136a347e635c2e8fcd2fe12db3936.tar.gz
external_llvm-59fc1664ab6136a347e635c2e8fcd2fe12db3936.tar.bz2
Add credit and release notes for r150307. By Kai Nacke.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CREDITS.TXT4
-rw-r--r--docs/ReleaseNotes.html1
2 files changed, 5 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 8287892..6c042d5 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -283,6 +283,10 @@ N: Scott Michel
E: scottm@aero.org
D: Added STI Cell SPU backend.
+N: Kai Nacke
+E: kai@redstar.de
+D: Support for implicit TLS model used with MS VC runtime
+
N: Takumi Nakamura
E: geek4civic@gmail.com
E: chapuni@hf.rim.or.jp
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1723576..aa85e15 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -400,6 +400,7 @@ Release Notes</a>.</h1>
times and better support for different calling conventions. The old WINCALL
instructions are no longer needed.</li>
<li>DW2 Exception Handling is enabled on Cygwin and MinGW.</li>
+ <li>Support for implicit TLS model used with MS VC runtime</li>
</ul>
</div>