[llvm-commits] [llvm] r154796 - in /llvm/trunk: CREDITS.TXT docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Sun Apr 15 22:24:52 PDT 2012


Author: void
Date: Mon Apr 16 00:24:52 2012
New Revision: 154796

URL: http://llvm.org/viewvc/llvm-project?rev=154796&view=rev
Log:
Add credit and release notes for r150307. By Kai Nacke.

Modified:
    llvm/trunk/CREDITS.TXT
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/CREDITS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CREDITS.TXT?rev=154796&r1=154795&r2=154796&view=diff
==============================================================================
--- llvm/trunk/CREDITS.TXT (original)
+++ llvm/trunk/CREDITS.TXT Mon Apr 16 00:24:52 2012
@@ -283,6 +283,10 @@
 E: scottm at aero.org
 D: Added STI Cell SPU backend.
 
+N: Kai Nacke
+E: kai at redstar.de
+D: Support for implicit TLS model used with MS VC runtime
+
 N: Takumi Nakamura
 E: geek4civic at gmail.com
 E: chapuni at hf.rim.or.jp

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154796&r1=154795&r2=154796&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Apr 16 00:24:52 2012
@@ -400,6 +400,7 @@
   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