[llvm-commits] [PATCH] Update credits/release notes for TLS support on Windows
kai
kai at redstar.de
Sun Apr 15 22:04:35 PDT 2012
Hi!
The attached patch adds credits and release note information about TLS
support on Windows. This should have really been part of r150307.
Thanks,
Kai
-------------- next part --------------
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 8287892..866a6b2 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -407,3 +407,7 @@ D: Bunches of stuff
N: Bob Wilson
E: bob.wilson at acm.org
D: Advanced SIMD (NEON) support in the ARM backend
+
+N: Kai Nacke
+E: kai at redstar.de
+D: Support for implicit TLS model used with MS VC runtime
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>
More information about the llvm-commits
mailing list